This is sweet: hook up a paper/plastic bear over the vents of the metrotubes and watch it growl as a train passes by 🙂
Updated W3C DOM Compatibility Tables
[vid] Running Man – A must see music vid
jsTimeMachine
Why is editing not a focused area in browser development?
Stranger Photos Have Happened
DomAssistant 2.7 Released
Google takes HuddleChat Offline
jQuery Database
“A relational database using <table> tags and jQuery”, letting you do stuff like $(‘.users’).join(‘.photos’).where(‘.photos.user_id:eq(.users.id)’).and(‘.users.id:eq(1)’).select(‘.photos.url’) which could be compared to SELECT photos.url FROM users, photos WHERE photos.user_id = users.id AND users.id = 1 (via)