Doloto
Category:
Doloto
Doloto is an AJAX application optimization tool, especially useful for large and complex Web 2.0 applications that contain a lot of code, such as Bing Maps, Hotmail, etc. Doloto analyzes AJAX application workloads and automatically performs code splitting of existing large Web 2.0 applications. After being processed by Doloto, an application will initially transfer only the portion of code necessary for application initialization.

Grafico javascript charting library
Category:
Grafico javascript charting library
Grafico is a javascript charting library based on Raphaƫl and Prototype.js. Grafico's basic principles are to provide good, clean looking graphswhile still being flexible to implement and providing numerous api options to tweak the look of the graphs..

TypeSet
TypeSet
This is an implementation of the Knuth and Plass line breaking algorithm using JavaScript and the HTML5 canvas element. The goal of this implementation is to optimally set justified text in the new HTML5 canvas element, and ultimately provide a library for various line breaking algorithms in JavaScript.

CopperLicht - JavaScript 3D Engine using WebGL
Category:
CopperLicht - JavaScript 3D Engine using WebGL
CopperLicht is a JavaScript 3D engine for creating games and 3d applications in the webbrowser. It uses the WebGL canvas supported by modern browsers and is able to render hardware accelerated 3d graphics without any plugins.

Plupload
Category:
Plupload - A tool for uploading files using Flash, Silverlight, Google Gears, HTML5 or Browserplus
Allows you to upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads.

Comet for all browsers
Category:
Comet for all browsers using ScriptCommunicator - amix.dk
# uses script tags for communication, but can detect when a script isn't loaded (this is non-trivial to implement across browsers)
# works across domains as long as you control the domains
# works on IE 6, IE 7, IE 8, FF X, Safari, Chrome and Opera
# small (80 lines of code) with no dependencies

Apache ActiveMQ for PHP applications
Category:
11 easy steps for installing Apache ActiveMQ and configuring it for PHP application
Apache ActiveMQ is one good option for implementing message queue in your PHP application. It can be easily installed on your server and it's web accessible admin interface really makes administrator's life easy. It can be easily connected with PHP via STOMP. I will suggesst to use MySql for Data persistance and start ActiveMQ as unix service.

jQuery source viewer
Category:
jQuery source viewer
I was sick and tired of having to scroll through a raw copy of jQuery everytime I wanted to view a method's implementation... so I decided to have a go at creating a faster, more usable interface which would allow me to quickly traverse each method's source. It's dead simple. Type in a jQuery method name (then wait a bit) and the corresponding source will show up.

Hot Code Loading in Node.js
Category:
Liminal Existence: Hot Code Loading in Node.js
Now, any time you modify myRequestHandler.js, the above code will notice and replace the local requestHandler with the new code. Any existing requests will continue to use the old code, while any new incoming requests will use the new code. All without shutting down the server, bouncing any requests, prematurely killing any requests, or even relying on an intelligent load balancer.

Automatically reflect changes to .js files in node.js, without restarting the server
JSXGraph
Category:
JSXGraph | Graphics with JavaScript
JSXGraph is a cross-browser library for interactive geometry, function plotting, charting, and data visualization in a web browser. It is implemented completely in JavaScript, does not rely on any other library, and uses SVG and VML. JSXGraph is easy to embed and has a small footprint: less than 100 KByte if embedded in a web page. No plug-ins are required!