Javascript Libraries
Javascript Libraries that would require some attention:
Backbone.js
Backbone supplies structure to JavaScript-heavy 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 application over a RESTful JSON interface.
Modernizr
Modernizr is a small JavaScript library that detects the availability of native implementations for next-generation web technologies, i.e. features that stem from the HTML5 and CSS3 specifications.
underscore.js
Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support…
Require.js
RequireJS is a JavaScript file and module loader.
EMBER.JS
Ember is a JavaScript framework for creating ambitious web applications by eliminating boilerplate and providing a standard application architecture.
{less}
The dynamic stylesheet language.
LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions.
Bootstrap – Twitter
Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.
D3.js
Data-Driven Documents.
D3.js is a small, free JavaScript library for manipulating documents based on data.
Building a single page app with Backbone.js, underscore.js and jQuery