wdCalendar
Category:
JQuery Plugins | jquery plugins
wdCalendar is a jquery based google calendar clone. It cover most google calendar features.

* Day/week/month view provided.
* create/update/remove events by drag & drop.
* Easy way to integrate with database.
* All day event/more days event provided.

Stomple: JMS via WebSockets
Category:
Stomple: JMS via WebSockets
You can use any of the Stomp Clients to work with any JMS compliant message broker, for example HornetQ. There are Stomp clients for many languages, and Stomple adds JavaScript via WebSockets. This means that you can send and receive JMS messages directly in the browser (when it supports WebSockets).

Mapbox: the jQuery Map
Category:
Mapbox: the jQuery Map
The jQuery mapbox() plugin is for creating relatively small scale, zoomable, draggable maps with multiple layers of content. This framework could be applied to games, development plans, or any layout that could benefit from being able to zoom in and pan to get a better view.

like google maps without google
patternleaf's Romano
Category:
patternleaf's Romano at master - GitHub
An object-oriented Javascript/HTML5 game application framework.

Cross-domain Ajax with Cross-Origin Resource Sharing
Category:
Cross-domain Ajax with Cross-Origin Resource Sharing
Cross-Origin Resource Sharing (CORS) is a W3C Working Draft that defines how the browser and server must communicate when accessing sources across origins. The basic idea behind CORS is to use custom HTTP headers to allow both the browser and the server to know enough about each other to determine if the request or response should succeed or fail.

Make Your Own Bookmarklets With jQuery
Category:
Make Your Own Bookmarklets With jQuery - Smashing Magazine
In this article, we’ll go through how to make your own bookmarklets, using the jQuery JavaScript framework.

Node.net - Node.js implemented in Javascript on the .NET runtime
Category:
Node.net - Node.js implemented in Javascript on the .NET runtime
- Same theory of operation as Node.js (single threaded eventing front-end, non-blocking IO back-end)
- API compatibility with Node.js
- Written entirely in Javascript (JScript.NET)
- Runs on the .NET runtime

three.js
Category:
Mr.doob | three.js
Javascript 3D Engine
Currently the engine only supports particles and triangles/quads with flat colors. The aim is to keep the code as simple and modular as possible. At the moment the engine can render using canvas and svg.

wycats's jquery-offline
Category:
wycats's jquery-offline at master - GitHub
The jQuery offline plugin provides an easy mechanism for retrieving JSON data from a remote server, and then caching it. Subsequent requests for the same URL will retrieve the data from the cache, rather than the remote server.

If the user is online, the plugin will transparently request new content from the remote server, firing the callback again if the content has changed. If the user is offline, the plugin will request the data from the remote server for the most recent request when the user comes back online.

jQuery Offline uses the HTML5 localStorage API for persistence. You can use the same API for browsers that do not support localStorage, jQuery Offline will simply fall back to making a request to the server each time. As a result jQuery.retrieveJSON is a portable way to make a request for JSON that should be cached if possible.

js-hotkeys
Category:
js-hotkeys - Project Hosting on Google Code
jQuery.Hotkeys plugin lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination. It takes one line of code to bind/unbind a hot key combination.