15
Apr
// php the_time('Y') ?>
Mozilla has announced a new and proof-of-concept web service, named TowTruck, for collaborating on the web so easily.
It works by simply inserting a line of JavaScript to webpages and a button to initiate the collaboration.
Once activated, a unique link is generated, it can be shared with any number of users and users visiting that link auto-join to the session.

The session allows users to author, browse, chat and voice-chat on the page all together.
In real life, it can be very useful while working with teammates, discussing stuff related to a webpage with clients and more.
Although TowTruck is totally free to use, it is also open source in case you prefer to host and/or improve it.
29
Apr
// php the_time('Y') ?>
Cubism.js is a plugin for D3.js, a JavaScript visualization library for HTML and SVG, to display time series in real-time.
It requests the data incrementally by polling only the most recent values and reduces the load on the server.
Charts are rendered incrementally as well by shifting charts one pixel each time to the left.
Cubism is data-source agnostic. It has built-in support for Graphite and Cube, and can be readily extended to fetch data from other sources.

Requirements: D3.js
Compatibility: All Modern Browsers
20
Jan
// php the_time('Y') ?>
Rickshaw is a JavaScript toolkit, created by the developers of the stock photo service Shutterstock, for generating interactive and real-time graphs.
It is built on top of the D3.js visualization library and can render stack or line graphs.

The graphs are interactive, respond to hovering them or their legends, items in the stack can be re-ordered with drag 'n' drops and more.
There is a good margin for customization: colors, sizes, interpolation and functionality in general with the modular/extendable structure of the toolkit.
Requirements: Some extensions require jQuery & jQuery UI