Hay & Kilner Website Refresh
Hay & Kilner, a Facelift to an Existing CMS Driven Website
2 Comments
Walk To The World Cup - Campaign for Be Air Aware
Walk to the World Cup, a bespoke WordPress plugin
0 Comments
Service Network
Service Network, CMS based events driven website
0 Comments
Numark Pharmacists
Numark Pharmacists, CMS based website and membership based extranet
0 Comments

Category Archives: Tutorials

In this category you can find snippets and how-to’s that may be of use. Javascript, PHP, AJAX and the likes…

PHP and PDO on the command line with MAMP

I’ve been working with a couple of command line tasks over the last couple of days using PDO MySQL connections and ran across a problem where PHP on the command line could not connect to MySQL’s default socket. It’s a busy discussion on Google and there seem to be a lot of garbled listings when you google this so here’s my 2 quid.

Read More »

Show a Random Hero Banner Using Custom Post Types with WordPress 3.0

I’ve been working on a site that requires a random banner to be selected from a list of banners. In this case the banners needed to be both manageable via the WordPress Admin and contain whichever media type the client should see fit to use. One of the new features in WordPress 3 allows you to add custom post types, which means you can create a banner post type to use as required. Read More »

Adding a CSS Class to the the Last LI Generated by wp_nav_menu()

One of the great new features introduced in the latest WordPress (3.0) update is the menu feature. Now I’m not going to go an about how great all of this is and how life will never be the same because that’s getting a little tired now, but I did find myself needing to style the last items in both menu’s I was using to remove a pipe character from the footer menu and a background image from the main Nav. So for anyone interested heres how to add a class name to the the last LI in an UL generated by wp_nav_menu(). Read More »

Start and Stop MAMP in OSX with Automator

Working in OSX can be a grinding experience for developers with assistance from the OS when you’re running a development machine. One of the niggles for me was having to enter user names and passwords when you start and stop services running on lower port numbers.
Read More »

Show and Hide Hidden Files in OSX with Automator

Hidden files in OSX have been an issue for developers using version control for an age now, and there have always been solutions to the problem in the form of third party applications or the command line.
Read More »

Generate Suggested Search Dropdown’s with JQuery and PHP

One of the most impressive ways to present content heavy site searches I’ve seen on the web is using dynamic search boxes that suggest results to you before you’ve even finished typing your search phrase, and it’s not a massive job to implement.   Read More »