Tag Archives: Site news

Sorry, this Module is not active!

Sigh…try to do one little thing to fix a configuration problem, and a dozen bugs show up.

If you are a website admin and use PHPNuke, this might interest you. Many (?) Linux distributions are now shipping with a PHP configuration setting called “register_globals” set to “Off”. This is a good thing for security as described by the PHP documentation. Unfortunately, it seems that PHPNuke has a ton of places where globals are used “incorrectly”.

Continue reading Sorry, this Module is not active!

Dreaded favicon

Anyone who runs a website has undoubtedly seen it. Hundreds of errors in the logfiles saying “File does not exist: /../favicon.ico”

Years ago, someone in the browser world came up with this idea that it would be neat if each website could have a little icon that would represent that site. If it was named and placed in a standard location, browsers could pick up that image and use it if the user added the site as a favorite, for example. Its a neat idea.

Continue reading Dreaded favicon

Gradually re-adding articles

I’ve started the process of migrating my bigger pieces of content from the old site. For folks who haven’t had the pleasure, this includes larger chunks of text I’ve written about topics like Dungeons and Dragons, massively multiplayer gaming, and some of my computer projects. They don’t really have the same sort of timeliness as a blog posting, and are prone to being rather lengthy.

Continue reading Gradually re-adding articles

What the heck is this?

Blogging…I’m pretty sure that term was invented by the same group of irritating people who more recently came up with “podcasting”.

I’ve had what I call a “vanity” website for about 9 years now. I have been posting stuff about myself, that interests me, or that I wanted to experiment with all that time. But I’ve never really called what I do “blogging”, even though my most recent website incarnation has looked an awful lot like a blog.

Continue reading What the heck is this?

Google news feed fixed!

Huzzah! I finally got around to sitting down for the couple of hours necessary to fix my Google news feed parser thingy. Aren’t you proud of me?

Okay, so its not *that* exciting. But it involves several fairly nasty regular expressions, and for anyone who knows what a RegEx is, well, you know they can be difficult at times.