Nearest Cineworld project 07 Apr 2011 A web app using HTML5 geolocation and the Cineworld API to find your closest cinema and browse showtimes with TMDb film data.
My top 10 most useful Ruby Gems 29 Mar 2011 A curated list of ten essential Ruby gems for web development, from Devise and CanCan to Formtastic and Thinking Sphinx.
Current git branch in bash prompt 22 Mar 2011 A quick bash prompt tweak that displays your current Git branch, helping you avoid committing and pushing from the wrong branch.
Ruby Date format gotcha 12 Dec 2010 ✦ 1 min read A date parsing gotcha between Ruby 1.8.7 and 1.9.2 where the same date string is interpreted with swapped month and day values.
Gowalla - where's my ROI? 08 Nov 2010 ✦ 2 min read A critical look at Gowalla after months of use — questioning whether location-based social services offer any real value in return.
Google map api with ym4r 02 Nov 2010 Fixing a ym4r plugin bug in Rails where multiple domain configs caused Google Maps API key lookups to fail on deployment.
jQuery Ajax Queue 07 Jul 2010 Using jQuery's queue function to run AJAX requests sequentially without blocking the browser, a better alternative to async false.
New fangled technologies 29 Apr 2010 A short reminder that excitement about new tools is a poor indicator of their production readiness — experiment and ship are different things.
Crafting Appropriate URLs with the Token API 14 Apr 2010 ✦ 2 min read Using Drupal's Token API with custom hooks to build dynamic URL patterns based on taxonomy terms, beyond what Pathauto provides.