Archive for the 'Uncategorized' Category

Android shortcut for sending mail

Friday, March 26th, 2010

I’m blogging about this because the second time I needed to make a mail shortcut, I couldn’t remember how – so if I blog it, I can always come here when I need to do it again! I’m using a couple of different applications that allow you to update them by e-mail – mostly, task [...]

Conclusions on CoffeeScript

Tuesday, March 2nd, 2010

Well, having played with CoffeeScript for a few days, I think it’s a wonderful thing – but for the moment, at least, I’m going back to JavaScript, with some regret.

Playing with CoffeeScript

Thursday, February 25th, 2010

I’ve been fiddling with Coffeescript, a nifty language for writing Javascript – well, really it’s more like a pre-compiler than a language; it compiles directly to readable javascript (including comments!) and generally one Coffeescript statement produces one javascript statement. So why would you use it? Because it bypasses some of the horribleness of Javascript syntax, [...]

Simple ruby wrapper for Delcom build lights on Linux

Friday, February 12th, 2010

This isn’t particularly new – I wrote this code a while ago, but it never got “finished” so I never wrote it up… Many agile dev teams use Delcom USB build lights: http://delcomproducts.com/productdetails.asp?productnum=804005 Coding for these is apparently quite complex… unless you are on a recent-ish Linux machine, in which case it’s amazingly trivial.

Behaviour Driven Development with Cucumber and Selenium

Tuesday, November 3rd, 2009

[Please note - if you are familiar with BDD, Cucumber, or Selenium, parts of this may be a tad basic - but I thought it was worth writing a from-scratch guide for those to whom this is unfamiliar territory...] What is Behaviour Driven Development? BDD is a new-ish term used as a contrast to Test [...]