New Blog Design

It has been a while since I’ve changed the layout of this blog. I’ve got some plans for more upcoming posts on software engineering, but I wanted to freshen up the feel first. One of my goals was to use the Bootstrap framework to create a responsive layout. In other words, it looks good (or …

Read more

Hey Microsoft, Where Are My Keyboard Shortcuts!?

I recently upgraded to Microsoft Office 2010. I really like the way the design team is going on their newer versions. It is really sleek and nice feeling, but I’ve noticed something missing… my keyboard shortcuts! I’m a Linux guy at heart (I install cygwin on every Windows machine I own and/or use) so performing …

Read more

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