JavaScript

FacebookTwitter
Physics Extends the ParticleSystem class, exposes all primitives of the Physics library, and adds extra logic for convenient updating.

Physics for JavaScript

http://jonobr1.github.com/Physics/
By now we all know that JavaScript is asyncronous and what that means, right? If not the following code will help explain the concept in 30 seconds: This code will run function a () then b (), even if the ajax request in a() has not yet completed. http://blog.bittersweetryan.com/2012/07/solving-javascript-async-issues-easy.html

Ryan Anklam's Web Development Blog: Solving JavaScript Async Issues the Easy Way, With Events

JavaScript is very popular among people all over the world. http://zoomzum.com/10-useful-javascript-libraries-for-html5/

10 Useful Javascript Libraries for HTML5

http://www.developerdrive.com/2012/07/slide-show-snippet-with-javascript/ Many websites nowadays make use of sliders to highlight different content or pages but these slide shows usually appear at the top of the home page. Anyone who deals with content knows the power that images have to keep a reader engaged.

Slide Show Snippet with JavaScript

Node.js continues to grow through a very active community.

20 Node.js projects that you should know about to increase productivity

http://www.giantflyingsaucer.com/blog/?p=3950

13 JavaScript Performance Tips » Jon Fox

Daniel Clifford recently gave a great talk at Google I/O 2012 called “Breaking the JavaScript Speed Limit with V8″. http://www.jonefox.com/blog/2012/07/10/13-javascript-performance-tips/
在 Java 等面向对象的语言中,this 关键字的含义是明确且具体的,即指代当前对象。 http://www.ibm.com/developerworks/cn/web/1207_wangqf_jsthis/index.html?ca=drs-

深入浅出 JavaScript 中的 this

9 Really Impressive jQuery Plugins with Canvas, SVG and CSS3

http://www.queness.com/post/11930/9-really-impressive-jquery-plugins-with-canvas-svg-and-css3 jQuery plugin development is growing at a staggering speed.

10 things you didn't know JavaScript could do

http://www.netmagazine.com/features/10-things-you-didnt-know-javascript-could-do JavaScript has gone a long way since its birth in 1995. A hard way for sure, full of misunderstanding, misuse and ignorance.

Object-Oriented JavaScript Part 1: The Functional Pattern | 1closure

JavaScript is an object-oriented language, but instead of being class-based like Java, C++ or C#, it’s prototype-based .

11 Multi-touch and Touch events Javascript libraries

Touch screen devices are ruling the mobile platform nowadays. Most of the smart phones have it, tablet and based on the trend, it's slowly come to our desktop as well. To develop a touch screen compatible web applications or website, you can use the existing touch events of the browsers or the platforms.

JavaScript Study Guide | DZone

A few months ago, I wrote about learning JavaScript .

HTML5 and JavaScript Charts Library - RGraph

RGraph is free to use (for non commercial projects only) JavaScript charts library.
Takeaway: Learning how to use JavaScript libraries to create interactivity on a Web browser or making a responsive application is becoming increasingly important.

10 useful libraries for JavaScript developers