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.

addthis_url = ‘http%3A%2F%2Fforumsblogswikis.com%2F2007%2F08%2F26%2Fretro-mac-wordpress-theme%2F’;
addthis_title = ‘Retro+Mac+WordPress+theme’;
addthis_pub [...]

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.

addthis_url = ‘http%3A%2F%2Fforumsblogswikis.com%2F2007%2F08%2F25%2Fphpbb3-rc5-released%2F’;
addthis_title = ‘phpBB3+rc5+released’;
addthis_pub = ‘RyanNutt’;

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 [...]