Saturday, 19 January 2013
Interesting Snippets from 2013-01-19
-
Using Web Workers to Speed-Up Your JavaScript Applications
Web Workers provide a facility for creating new threads for executing your JavaScript code in. Effectively creating a multi-threaded architecture in which the browser can execute multiple tasks at once. Creating new threads for handling large tasks allows you to ensure that your app stays responsive and doesn’t freeze up.
-
50 JavaScript Libraries for Charts and Graphs | TechSlides
How are you visualizing data in JavaScript? What is your favorite library for creating charts and graphs with JavaScript?