Javascript

TwitterFacebook
Get flash to fully experience Pearltrees
http://nickqizhu.github.io/dc.js/ dc.bubbleChart( "#yearly-bubble-chart" , "chartGroup" ) .width(990)

dc.js - Dimensional Charting Javascript Library

SQL.js: SQLite Compiled to JavaScript via Emscripten

http://badassjs.com/post/18857332551/sql-js-sqlite-compiled-to-javascript-via-emscripten Alon Zakai, the creator of Emscripten is back at it again, this time releasing SQL.js , which is a compilation of SQLite to JavaScript using his own tool.
One of the many design goals of the JavaScript language was to keep it single-threaded and, by extension, simple. Though I must admit that, given the idiosyncrasies of the language constructs, it is anything but simple! But what we mean by being “single-threaded” is that there is only one thread of control in JavaScript; yes, sadly, your JavaScript engine can do only one thing at a time.

Getting Started with Web Workers

http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-web-workers/

Reflection.js

Use it for your photographs... http://cow.neondragon.net/stuff/reflection/

JavaScript Timers with setTimeout and setInterval

http://www.elated.com/articles/javascript-timers-with-settimeout-and-setinterval/ Home : Articles : JavaScript Timers with setTimeout and setInterval
Javascript