Archive for March, 2006

LiveSearch Update

Tuesday, March 28th, 2006

I’ve updated the code to include an option for the size of the search box which I neglected the first time around. I also crudely fixed up the code so that no javascript errors occur when a page without the searchbox is loaded. (For example on my site, any page outside the blog). I’ve done […]

LiveSearch

Sunday, March 26th, 2006

You might notice the spiffy little search box on the navigation bar of this blog. It’s an implementation of the LiveSearch code which I incorporated recently. It’s a nice little tool, using pretty straight basic (albeit a bit complex) AJAX code. However it did require some effort to implement this, as several files needed to […]

WP-Cron-Mail plugin

Tuesday, March 14th, 2006

Another tool I decided to use was WordPress’ post-by-email feature. However this was very limiting, as after posting via email usually action was required within WordPress – visit the wp-mail.php page, and then modify the post to place it in the necessary categories etc.

Voodoo Programming

Monday, March 6th, 2006

Well, as you can probably see the site has been completely re-designed. It is now running off WordPress entirely, including the static pages. Some serious tweaking was necessary, including creating a new WordPress skin from scratch. The skin is based on the prosimii web layout from OSWD by haran, and the whole process took the […]