I code, therefore I am... a software engineer.

Upgrade Time : WordPress 2.9 and MySQL 5

WordPress 2.9 was release somewhat recently and so like a good WP minion I logged into my site and clicked the update button. Error… uh oh. Apparently WordPress 2.9 requires a more recent version of MySQL (>= 4.1.2). My host installed MySQL 5 ages ago but I’ve never bothered with migrating to the new version because I didn’t have a reason to. Now I do. So here’s how my upgrade went.

First I made a full backup of both the web content and the MySQL database. The MySQL database backup was just a mysqldump command like so:

Read more

A WordPress Plugin – Hello XML-RPC World

In a previous post (How Can I Modify The WordPress XML-RPC System?) I outlined how one might create a plugin that adds functionality to the WordPress XML-RPC server. I’ve had some questions from some readers arise so I wanted to take the opportunity to provide a more concrete and usable example. WordPress Plugin First you …

Read more

How To Manually Merge WordPress Tags

With the advent of “tags” in the WordPress blogging platform there have been several very good plugins introduced which can handle management of your tags. This includes merging tags. Why Would I Want To Merge Tags? One word… duplicates. In my case I created a tag for my Friday Song Of The Day posts. The …

Read more

Happy WordPress 2.5 Day!

Well, anyone who is “in the know” knows that the 2.5 version of WordPress has been out for a while. Ok, but a guy can’t just go updating his blog all willy-nilly. There are plugins that must be checked for compatibility and data to backup and so forth and so on. Yes, now I’m just …

Read more