JavaScript

From Things and Stuff Wiki
Revision as of 15:52, 4 July 2012 by Milk (talk | contribs) (→‎Basics)
Jump to navigation Jump to search


todo; again, bookmarks

Basics

Tools

APIs

JS based

CofeeScript

Other

DOM

Libraries

CDN

Frameworks

  • The Closure Library is a broad, well-tested, modular, and cross-browser JavaScript library. You can pull just what you need from a large set of reusable UI widgets and controls, and from lower-level utilities for DOM manipulation, server communication, animation, data structures, unit testing, rich-text editing, and more.
  • Jam. For front-end developers who crave maintainable assets, Jam is a package manager for JavaScript.Unlike other repositories, we put the browser first by using AMD modules.
  • RequireJS [1] is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code.
  • Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.

http://documentup.com/jeremyruppel/walrus/

Scrolling

Tools

Node.js

Other

Future