Permalink

Visual & Interactive Tour of jQuery, Prototype and MooTools JavaScript Libraries

The JavaScript Libraries Deconstructed series is designed to visually and interactively deconstruct the internal code of JavaScript libraries, including jQuery, Prototype and MooTools. It breaks the physical JavaScript into visual blocks that you can easiliy navigate. Each block opens to reveal its internal … Continue reading

Permalink

HTML5 Graph Visualization Library using Web Workers and jQuery: Arbor.JS

Arbor.JS is an interesting HTML5 graph visualisation library built using Web Workers and jQuery. Rather than trying to be an all-encompassing framework, arbor provides an efficient, force-directed layout algorithm plus abstractions for graph organization and screen refresh handling. It leaves … Continue reading

Permalink

Simulate Touch Events in Desktop Browsers: Phantom Limb

Phantom Limb simulates basic touch events in desktop browsers, allowing you to utilize the debugging goodness of the WebKit Inspector and Firebug while developing a mobile web application. This mobile web development utility makes desktop browsers simulate touch events by … Continue reading

Page 53 of 109« First...5152535455...Last »