JavaScript North East 21 Apr 2012 A recap of attending JavaScript North East and what I learned there.
Speed up writing CSS backgrounds in Bash 26 Dec 2011 A small Bash script that reads image dimensions with ImageMagick and outputs ready-to-paste CSS background shorthand to the clipboard.
jQuery inconsistencies 05 Dec 2011 Exploring a jQuery API inconsistency where pseudo-selectors like :search throw errors but attribute selectors work perfectly fine.
HTML5 Validator Gem 10 Sep 2011 How I built a Ruby gem around an HTML5 validation service to automate HTML checking.
iPhone style checkbox using only CSS3 25 Jul 2011 A pure CSS3 iPhone-style toggle checkbox using the :checked pseudo-selector and sprite transitions — no JavaScript required.
My take on CoffeeScript 24 Jul 2011 My experience with CoffeeScript and when (or if) it makes sense to use it.
Creating a Ruby Gem called Cineworld 29 Apr 2011 Building my first Ruby gem — a simple wrapper around the Cineworld API for retrieving cinema listings, films, and showtimes.
Why I Use Haml 19 Apr 2011 Why I prefer Haml templating in Rails and how it improves clarity and productivity.
Nearest Cineworld is now on GitHub 12 Apr 2011 Open-sourcing the Nearest Cineworld web app — built with a custom Ruby gem, HAML templates, the 960gs grid, and Rake-driven cron tasks.