Archive for the ‘Programming’ Category

Website Design – You’re doing it wrong

Thursday, August 27th, 2009

I think all website designers like to think they know what’s good and bad in a design, yet if you get a bunch of us together we’ll disagree on a lot of things, after all design is very subjective. (more…)

Time Sensitive Greeting

Wednesday, July 22nd, 2009

This is a quick tutorial on how I created the time sensitive greeting you see on the home page of this site. I created this in JavaScript so that it would use the viewers local time and not the server’s time, and if the viewer doesn’t have JavaScript enabled, it falls back to a simple “Hello”.

(more…)