derek2 | Shared With: Everyone - May 21 2006 | imported_from_blue_dot, javascript, web_development, design, imported:del.icio.usQuoted: Reflection.js 1.5 allows you to add reflections to images on your webpages. It uses unobtrusive javascript to keep your code clean.
derek2 | Shared With: Everyone - Apr 21 2006 | imported_from_blue_dot, javascript, 3d, cool, imported:del.icio.usVery cool.Quoted: Animation.Cube class is a JavaScript library for a rotating cube animation effect.
derek2 | Shared With: Everyone - Apr 03 2006 | imported_from_blue_dot, javascript, imported:del.icio.usJavascript tracing / logging engine.
derek2 | Shared With: Everyone - Mar 16 2006 | imported_from_blue_dot, closures, javascript, imported:del.icio.usLong read, but reasonably informative. It's quite an accomplishment to make something more difficult to understand than reading the ECMA 262 spec directly, but he's certainly succeeded here.
derek2 | Shared With: Everyone - Mar 11 2006 | imported_from_blue_dot, javascript, ie, closures, imported:del.icio.usQuoted: The following sections will discuss patterns of memory leaks and point out some common examples of each pattern. One great example of a pattern is the closure feature of JScript, while another example is the use of closures in hooking events.
derek2 | Shared With: Everyone - Mar 11 2006 | imported_from_blue_dot, javascript, prototype, bind, imported:del.icio.usQuoted: A general solution to the simple but common problem of attaching event listeners to HTML elements owned by object-oriented code is presented. The solution does not rely on the questionable method of injecting hidden backreferences to the applicati
derek2 | Shared With: Everyone - Feb 14 2006 | imported_from_blue_dot, google, javascript, ajax, dhtml, persistent_connections, http_streaming, imported:del.icio.usWow, somebody at Google earned their free lunch. Very clever hack ... would be nice to see some libraries grow out of this, as it definitely opens up some new possibilities. Non-polling server push with HTTP protocol compliance. Gotta love it.
derek2 | Shared With: Everyone - Feb 14 2006 | imported_from_blue_dot, ajax, ui, yahoo!, dhtml, open_source, javascript, imported:del.icio.usBSD licensed, looks good at a glance. Would be interesting to compare to scriptaculous/prototype.Quoted: Yahoo! Releases OSS Ajax and Design Tools -- article related to Yahoo! and Developers.
derek2 | Shared With: Everyone - Jan 21 2006 | imported_from_blue_dot, javascript, jquery, dhtml, imported:del.icio.usQuoted: jQuery is a Javascript library that takes this motto to heart: Writing Javascript code should be fun. jQuery acheives this goal by taking common, repetitive, tasks, stripping out all the unnecessary markup, and leaving them short, smart and unders
derek2 | Shared With: Everyone - Dec 07 2005 | imported_from_blue_dot, e4x, javascript, mozilla, firefox, imported:del.icio.usS5 presentation on E4X (partially implemented in Gecko 1.8/Firefox 1.5), which lets you do the following insanity:var html = ;html.head.title = "My Page Title";html.body.@bgcolor = "#e4e4e4";html.body.form.@name = "myform";html.body.form.@act
