Monthly Archives: February 2011

First jQuery extension method, in CoffeeScript!

I have never been one to write extension methods in jQuery, I suppose that’s because I have not written anything that hasn’t already been done already or it’s just not useful! I have been getting in to using CoffeeScript recently and having written a quick extension for Radiant to allow its use, and also integrating [...]

Posted in Uncategorized | Leave a comment

Database backed DNS server in Ruby

Wether you want to be able to register silly domain names like check.out.this.silly.domain.iamhigham.com or you wish to create domain entries programmatically, the following handy piece of Ruby is for you. One of the reasons I enjoy using Ruby so much is the wider community’s passion for creating just about anything in this awesome language, for [...]

Posted in Uncategorized | 1 Comment