Best
17.5K views | +2 today
Follow
Best
Best or Top of a Category
Your new post is loading...
Your new post is loading...
Scooped by Dr. Stefan Gruenwald
Scoop.it!

4 Javascript Design And Prototyping Libraries

4 Javascript Design And Prototyping Libraries | Best | Scoop.it

Web developers are pretty lazy theese days to draw design from scratch in Photoshop and produce markup and CSS. It's much easier to use one of those prototyp apps with popular UI frameworks like Twitter Bootstrap or Foundation. Divshot, Easel, JetStrap are good to start with.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

7 Javascript Static Site Generators

7 Javascript Static Site Generators | Best | Scoop.it

Node.js based static site generators allow you to build fast, secure and light websites, including blogs. Examples: wintersmith, poet, enfield.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

12 Javascript Mapping Libraries

12 Javascript Mapping Libraries | Best | Scoop.it

JavaScript mapping libraries provide a way to display geodata. Sometimes they aggregate various mapping services behind a single interface.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

48 Javascript Visualization Libraries

48 Javascript Visualization Libraries | Best | Scoop.it

JavaScript based visualization libraries provide various ways to display data. Examples: D3.js, Raphaël.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

17 Javascript WebGL Frameworks

17 Javascript WebGL Frameworks | Best | Scoop.it

As WebGL can be difficult to work with as is there are various JavaScript libraries that hide the tricky bits and provide a nicer API to work with. Examples: three.js, PhiloGL, csg.js.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

7 Javascript Selector Libraries

7 Javascript Selector Libraries | Best | Scoop.it

JavaScript selector libraries, such as Sizzle, make it easier to access the content of DOM structure and provide more versatile syntax than the vanilla API.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

20 Javascript Math Libraries

20 Javascript Math Libraries | Best | Scoop.it

JavaScript math libraries encapsulate some very specific task. For instance accounting.js makes it easy to convert from a currency to another.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

8 Javascript DOM Libraries

8 Javascript DOM Libraries | Best | Scoop.it

There are a few DOM libraries for JavaScript. They make it easier to manipulate the structure and create content.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

19 Javascript Class Systems

19 Javascript Class Systems | Best | Scoop.it

Native JavaScript comes with prototypal class system as opposed to classical one. Various solutions have emerged to make it easier to deal with it the classical manner.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

10 Javascript Video Players

10 Javascript Video Players | Best | Scoop.it

Specific JavaScript based video players encapsulate HTML5 Video related concerns and make it easier to write cross-platform solutions.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

20 Javascript Audio Libraries

20 Javascript Audio Libraries | Best | Scoop.it

JavaScript based audio libraries wrap various browser APIs into coherent wholes that are easier to use. Examples: audiolib.js, XAudioJS, SoundJS.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

12 Javascript Physics Libraries

12 Javascript Physics Libraries | Best | Scoop.it

JavaScript based physics libraries make it possible for you to perform collision detection, rigid body and blob simulations. Sometimes they integrate with some other engine.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

11 Javascript Build Utilities

11 Javascript Build Utilities | Best | Scoop.it

As you usually want to perform various operations on your JavaScript code before a release, a set ofbuild utilities have been created for this purpose. Examples: Grunt, Brunch.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

24 Javascript Code Editors

24 Javascript Code Editors | Best | Scoop.it

There are a wide range of code editors available for JavaScript that have been written in the language itself. These run on the browser.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

14 Javascript Html5 Applications

14 Javascript Html5 Applications | Best | Scoop.it

HTML5 applications leverage some specific JavaScript related technologies. These include Canvas, Audio and Web Workers. Here we list a good examples of HTML5 apps for inspiration.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

9 Javascript Color Libraries

9 Javascript Color Libraries | Best | Scoop.it

JavaScript color libraries make it easier to manipulate colors and convert them from a colorspace to another.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

16 Javascript Image Manipulation Libraries

16 Javascript Image Manipulation Libraries | Best | Scoop.it

JavaScript based image manipulation libraries rely usually on HTML5 Canvas and provide some specific operations. Examples: CamanJS, Pixastic.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

22 Javascript Canvas Wrappers

22 Javascript Canvas Wrappers | Best | Scoop.it

JavaScript based HTML5 Canvas wrappers encapsulate the API and build on top of that. Usually this results in a neater syntax and new functionality.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

9 Javascript Routing Libraries

9 Javascript Routing Libraries | Best | Scoop.it

JavaScript routing libraries make it easier to deal with URIs. They leverage HTML5 capabilities. Examples: OriginJS, URI.js.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

23 Javascript Functional Programming Libraries

23 Javascript Functional Programming Libraries | Best | Scoop.it

A set of functional programming libraries extend JavaScript’s capabilities further in this regard and make it easier to program in this specific way. Examples: Underscore.js, Sugar.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

8 Javascript Localization (I18n) And Internationalization (L10n) Libraries

8 Javascript Localization (I18n) And Internationalization (L10n) Libraries | Best | Scoop.it

Localization (i18n) and internationalization (l10n) JavaScript libraries allow you to adapt your application to work on new languages and cultures. Examples: i18n-js, Jed.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

33 Javascript Async, Control Flow, Event Utilities

33 Javascript Async, Control Flow, Event Utilities | Best | Scoop.it

There are several utilities that make it easier to deal with asynchronous programming, control flow and events in JavaScript. Examples: Async, Step, q.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

23 Javascript Presentation Libraries

23 Javascript Presentation Libraries | Best | Scoop.it

JavaScript has become a popular platform for setting up presentations. These libraries provide nice transitions and can be styled with CSS.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

16 Javascript Animation Libraries

16 Javascript Animation Libraries | Best | Scoop.it

JavaScript based animation libraries usually encapsulate the complex CSS syntax into something easier to use and provide new functionality not available in pure CSS based solution.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

97 Javascript Game Engine Libraries

97 Javascript Game Engine Libraries | Best | Scoop.it

There is just an immense amount of game engines for JavaScript. These range from full-fledged engines with 3D support to 2D and engines designed for some specific purpose.

No comment yet.