HTML5 Photobooth

After reading an article about the experimental support for WebRTC getting put into the latest version of browsers, my buddy David Burns was inspired to write a quick app called...

read on

jQuery checkbox goodness

I was working on a select all feature today and just wanted to share this with the world. (a.k.a. keep it for later) $(document).ready( function() { $('a#select_all').click( function() { $('input:checkbox').each(...

read on