July 22, 2010

jQuery Plugin: HTML5 Inline Data

HTML5 Data Attributes are sexy.

April 29, 2010

Javascript Tip: Save me from console.log errors

It's bound to happen. You build yourself a sweet webapp with some sweet javascript action and you unleash it to the world only to get angry emails yelling, "IT DOESn'T WoRK! FIX iT okAy?" And it's the darndest problem because it's happening to both IE and Firefox users (Chrome and Safari users have been silent) and you can't replicate it.

February 23, 2010

jQTouch: Tap vs Click

jQTouch has a sweet feature which adds a fast touch or "tap" event. It's pointless for me to try and rephrase, so learn all about it on the jQTouch blog: Milliseconds Responsiveness and the Fast Tap

February 10, 2010

jQuery.data() = love

Why did I never know about jQuery.data()?

November 25, 2009

jQuery tip: Visually separating DOM elements in code

Here's a quick tip I picked up from Chris Coyier (the genius behind CSS-Tricks and Digging Into Wordpress).