Spin.js dynamically creates spinning activity indicators that can be used as resolution-independent replacement for AJAX loading GIFs.
I've seen many struggle when they first meet Backbone.js. In this blog post I will gradually refactor a bit of code from how I used to write JavaScript before, into proper Backbone.js code using models, collections, views and events.
When writing asynchronous code it quickly becomes apparent that certain patterns are more natural than others. These patterns are fairly generic, so many people have started to rely on control flow libraries rather than reimplementing the same patterns.
I want to show you around a Meteor project and give you some best practice tips for you to keep in mind when you want to make your own Meteor application.
Cookies.js is a small client-side javascript library that makes managing cookies easy.