Archive for August, 2007

Retro Mac WordPress theme

Stuart Brown has released a WordPress theme called Retro MacOS. I’ll admit that I grew up in DOS so this one doesn’t have quite the nostalgic kick that it may for others, but it’s still pretty cool.

phpBB3 rc5 released

The phpBB team has announced that release candidate 5 is now available for download. A change log is also on their site.

Using AJAX to get city and state from zip code

This is something that I wrote a few years ago when I first started using AJAX type calls in my programs. It will allow you to enter a zip code, either 5 or 9 digit, and will load the city into a text field and state into a dropdown. If the city field is blank [...]