Blog
Ideas, inspiration and tutorials for Drupal, WordPress, Javascript and everything else in between.
WordPress Tutorial: Max Post Revisions
If you run a website with multiple editors generating a large number of articles, your WordPress database is likely to be inundated with post…
WordPress Tutorial: Insert Sidebar into Content
In this tutorial you will learn how to insert a dynamic sidebar into the content of your posts and pages. The sidebar is inserted after the first…
WP Twitter Tweets Released
WP Twitter Tweets was developed in response to a need from my clients for a simple WordPress integration with version 1.1 of the Twitter API. The…
Check if Popup Window Closed
Sometimes you will want to use a popup window for an antiquated system and need to maintain a reference to the popup window so that when the popup…
JQuery Load vs Ready
There a many situations where you need to check if a page and its elements are available to update or alter via JQuery. Examples include activating…
Facebook Like Button Error
After a couple of hours of struggling to find out why I was getting an intermittent javascript error that Firebug reported as 'FB.provide is not a…
JSlideshow - Simple JQuery Carousel / Slideshow
It's late but I have just finished uploading the first release version of JSlideshow. Check it out, it's a very simple JQuery plugin for creating…
Multiple W3C Valid Facebook Like Buttons
This is an update to my W3C valid Facebook Like Button script that provides the ability to use multiple Facebook Like Buttons on a single page such…
WordPress Tutorial: Safely Include Custom Templates
Following on from my previous WordPress tutorial relating to template redirects, this article features a different technique to include custom…