Over my holiday/new-baby-time-off break, I took some time to work on a couple new jQuery plugins that I’ve been thinking about. I’m a fan of the various cool scrolly sites out there like this and this. I also dig slideshow presentation plugins like deck.js and reveal.js With that in mind, I’ve created Scrollorama, the jQuery [...]
Last week, I posted sizeit.js, a javascript utility for responsive web design, to github. It is a simple script that detects screen width and loads external css. Works kinda like media queries. Why not just use media queries? This article outlines some of the problems with them. The reason I created sizeit was for building [...]
The dominant scripting language of the web is JavaScript. This should not be a controversial statement. Yet, among some Flash Devs, it might be. I still enjoy ActionScript, but getting more into the front end HTML/CSS/JS stack has been a lot of fun. Like other developers diving into JavaScript, my first instinct was to do [...]