This short Javascript is the first Javascript to synthesize sound in the history the web browser. It uses a custom experimental build of Firefox which exposes a new function of Mozilla's HTML5 <audio> API, allowing JavaScript to write directly to the audio stream. You'll to compile your own version Firefox to play with this.
source | demo | Compile Firefox TutorialWe use the Blueprint CSS library heavily on almost all the projects that we start from scratch. We have a custom copy that we carry around with us from project to project. One of our standard tricks for getting rid of white lines on the <hr> element was adopted in the August 20th 2009 release: Version 0.9.1
source | demo | visit siteWe have open sourced the Burst Engine, a vector animation engine for the HTML5 Canvas Element. Burst provides similar web functionality to Flash and contains a layer based animation system like After Effects. We are currently re-writing the code base and will announce our first stable release soon.
source | demo | visit siteWe have open sourced a simple method for Javascript tool tips. It's a nice approach that we developed in the heat of collaboration, and we thought we should share it. This script is dependent on jQuery, but it could be done with vanilla Javascript, prototype, or any of the other libraries.
source | demo | visit siteWe are actively contributing to and supporting the Processing.js community and had the honor of developing the official website for the Processing.js project.
source | demo | visit siteWe have put out the alpha release of GenevaJS, a Javascript library that brings the simplicity & elegance of jQuery to the Prototype development environment.
source | demo | visit siteWe built this simple theme to help Tumblr users give their readers pause. This theme works best for longer form text posts. Currently, 1,272 people use this theme.
source | demo | visit siteWe built the Curiosity Theme for the folks over at Curious Expeditions. They love it, & are pumped to share it with everyone. We will release the source as soon as we are done packaging it up.
visit siteWe have started developing HTML5 JS to get our HTML5 style markup to work in old browsers. So far our script writes in a barebones flash player based on the Video & Audio Tags.
Pollen JS is our new webworkers library for working without the window object in a worker thread.