Archive for the 'Uncategorized' Category

Face the Face

Saturday, April 10th, 2010

I’ve been playing with new features in html5 recently – there are lots of things getting a bit of media coverage, but the wider support of embedded fonts really caught my eye. By including an @font-face entry in your css file, and the appropriate font files on a server somewhere, you can get really [...]

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 management [...]

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.