Organize Your Code with RequireJS

Writing web applications using JavaScript, HTML, and CSS can become overwhelming quickly. Between managing UI, data, interactions, and network requests, application code can become a real mess, and this isn’t helped by the way the browser loads JavaScript code.

Build Dynamic Pages with Knockout.js

Building dynamic web pages using JavaScript can be a complex task. Fortunately, frameworks like jQuery, MooTools, and others make it much easier to interact with the browser. However DOM frameworks only solve part of the problem.

When building an application that has a lot of data that can be updated, and any piece of information could be represented in several places on the page, it becomes a pain to try to make sure the interface accurately represents the data at any point in time.

Continue reading

cdn js

Everyone loves the Google CDN right? Even Microsoft runs their own CDN. The problem is, they only host the most popular libraries. We host the other stuff. cdn js is a relatively new, free JavaScript CDN based on Amazon CloudFront …Continue reading

Google Traceur

Google Traceur is a new JavaScript library by Google that implements proposed next generation JavaScript language features, like classes, inheritance, and composition, and makes them available to developers today. It does so by converting code written for Traceur into JavaScript …Continue reading