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

Link Bundle – April 9

App Engine: Host Your Apps with Google Brady Forrest over at O’Reilly Radar gives us the low-down on the new Google App Engine project. This is a hosted platform for creating web applications, including storage, auto-scaling, Google’s processing power and a datastore. Hack Your Mid-Week Routine To Enjoy The Coming Weekend Hyder at Everybody Go …

Read more

Writing A WordPress Filter To Modify Post/Page Titles

I was recently working on a new WordPress theme when I had need to modify the title of pages before output. The style I was attempting to use involved wrapping <span> tags around the title (inside of the href tags). The wp_list_pages() function returns pages (which are basically the same as posts) and has several …

Read more

How Can I Recover My Lost MySQL root Password?

Many people use the MySQL open source relational database server. Mostly for websites, but I’ve also seen it used elsewhere. One problem that I recently ran into with my local development installation is… “what was my root password again?” Aaaggghh! OK, sorry. Don’t panic; it can be recovered. A quick survey of the internet and …

Read more