Fun with Balls
January 08, 2010
As a simple for-fun ritual when I learn a new language I like to createa simple very basic application that has some 2D balls (spheres if youprefer) bouncing on the screen and then I would mess with settings andeffects, fairly...
JavaScript - Detecting Caps lock
July 02, 2008
I wanted to see if you could detect caps lock in JavaScript. Why? As a small usability touch, basically alerting users that caps lock is enabled when they are entering passwords for example. I’ve wrapped up the logic in a...