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

Link Bundle – April 16

Google Earth 4.3 Released Mashable gives the lowdown on the new version of Google Earth Where’s Our Real World Data Portability? Josh Catone at Read Write Web talks about data on the internet. What does data portability mean? Twitter Saves Man From Egyptian Justice TechCrunch covers an incident of a man using Twitter to get …

Read more

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