Like most people that work with the web, there always seems a nicer way to display information to the screen. I really liked the way that Jon Hicks displays his blog archive list, so here is a simple plugin that will do the same thing for you. Installation Download arl_hicksdesign_archives.zip Unzip the file to your … Continue reading Hicksdesign Style Archives →
Whether you read email or have your own web site, everyone hates spam. Toward the middle of the year, I was being overwhelmed by comment spam on my site. Initially it was just one or two, then five or ten – soon they were comng in thick and fast and I couldn’t keep up with … Continue reading Akismet Spam Filtering, The Bringer Of Light →
This page will contain all sorts of simple code snippets which I’ve written to scratch an itch. WordPress WordPress is a simple to use and extensible publishing platform designed primary for blogging. The WordPress platform is developed using the PHP programming language the mySQL database. In this section, you can find plugins and themes.
With all the press that the XmlHttpRequest object has received lately, I thought I would check out what all the fuss was for myself. I did a little research online, as you do and scoped out what it could and couldn’t do. From here, I started trying to do anything with it that made sense. … Continue reading XmlHttpRequest Object →