“This release mainly fixes bugs and other small issues but it has one new feature that will generate version unique URLs for all the parts of the editor this to avoid issues where the user hasn’t cleared the cache and reports a bug to us or some third party system like WordPress etc. We also …
Tag Archives: link
[YTB] Air Bear
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)