Donations Make Me Warm and Fuzzy

Tip Jar
A very, very generous donation I received yesterday for my JavaScript Image Cropper UI reminded me of a conversation I had with my friend Martin Laine quite a while ago during an instant messenger conversation when we both happened to get donations for our separate coding projects (him for his fantastic Audio Player WordPress plugin and me for my JavaScript Image Cropper UI - again) at the same time.

Firebug Lite – Cross Browser Firebug

Ok, so before you get too excited it’s not really a fully fledged version fantastic Firebug Firefox plugin, but the lite version does go some ways to easing your cross browser development.

Adventures With JavaScript Testing and mootools

I’m currently in the middle of writing a reusable little JavaScript utility, which I’ll probably release when it’s finished, for one of my many projects and I wanted to employ unit testing as part of the development process, as I believe in the benefits of it quite strongly.

TV Networks Suck

Day Break
I don’t really get into new TV series that much, due to a few facts, the main ones are that I don’t really watch much TV outside of things I know I like so I don’t get any exposure to them and that I don’t like being tied to TV schedules e.g. having to wait for the next episode. I long for real TV on demand. I prefer TV that I can dip in and out of, usually comedies like Family Guy, Seinfeld, Curb Your Enthusiasm, American Dad and South Park and anything on Discovery etc. especially Mythbusters, this is TV made for my PVR, I don’t need to watch the next episode and I can watch them when I please and in any order I like.

My Favourite New Guitarist

Last night I came home to an email from my friend Stuart with the subject line This is special.

Object Instantiation in Coldfusion

As I have mentioned before, or as anyone who practices OO in Coldfusion will know, that object instantiation in Coldfusion has quite a bit of overhead.

Has Been

William Shatner, Has Been CD front cover photograph
Has Been implies failure, not so. - William Shatner, “Has Been”, “Has Been” 2004

SFTP In Coldfusion

I’ve just had to work on a task which creates a couple of CSV report files for an external business partner and then uploads them to their secure FTP server. In it’s original state it was using the Putty FTP client by writing a batch file and then having a scheduled task execute that batch file later (as the Coldfusion could not execute the batch file).

allSnap, Oh Yeah

As I’ve mentioned before I’m a little bit anal when it comes to organising things on my computer and just have to have it all the way I want it. When listening to a recent edition of the Security Now podcast (that’s right I said podcast, Netcast my ass) on my way home last night I couldn’t help get excited by the mention of allSnap. As, from the description of it, this offers something I’ve wanted for almost ever, but never really searched for — it allows all top level windows (in Windows) to snap to each other and the desktop boundaries.

Dump Variables in JavaScript Just Like Those CF Guys

Screenshot of JavaScript struct dump output I came across this funky little script earlier today which allows you to dump variables of any data type in JavaScript and presents the results in exactly the same format as the default output of a in Coldfusion.