New Development Tools Scripts for Mozilla
localForage improves what and how data can be saved offline in a browser.
It also helps broaden offline data storage usage for Web apps, by providing a single interface for working with various storage mediums, helping bring some order in various local...
Rust comes as a suite of associated libraries, documentation files, and a full-on compiler.
The language itself was written specifically for developing client-server Web apps, with the main focus being on speed and a crash-free design.
Rust's syntax is...
L20n uses totally new and unique concepts for managing content translations.Instead of using the classic, stiff, and totally inappropriate method of using placeholder tags and placeholder text that gets replaced based on the developer/user's desired...
task.js is basically a simple task scheduler for JavaScript code.This means developers can organize and structure code in such way that various actions can be taken at later points based on expected results/task.js heavily uses the concept of "promises",...
LLJS is a compiler for interpreting a slightly altered JavaScript syntax, but which produces standards compliant JavaScript output.LLJS is an attempt at implementing low-level statically typed features in a high-level dynamically typed language like...
Shumway was created using HTML 5 technology as an alternative method of displaying Flash content without having Flash installed locally.This means SWF files can be embedded via Shumway and they'll render properly without relying on any Adobe native...
BrowserID is use to power the Mozilla Persona service and is considered one of the most secure and promising authentication systems around.The PyBrowserID library was developed to allow Python applications to authenticate their users against the BrowserID...
Web Components is a new standard recently released by the World Wide Web Consortium regarding recommended practices in building custom HTML elements.X-Tag is a community-developed library that wraps this new standard in a simple API, allowing developers...
TogetherJS is a system written in JavaScript and HTML 5 that allows more than one user to collaborate and interact on the same page.TogetherJS broadcasts user actions and interactions to other users connected to the same page, allowing them to see what...
Being strict by nature means asm.js can run in older browsers, even if not at maximum capabilities.asm.js is basically a JavaScript compiler, taking syntax written in asm.js specific syntax and porting it back to JavaScript.The entire system was inspired...