PPK has updated the W3C DOM Compatibility Tables to include IE8b1 🙂
Author Archives: Bramus!
[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)