Monthly Archives: November 2012

Re-Learning Backbone.js – Templates (Underscore)

Even though templates are not part of Backbone.js, I believe it’s critical to have a basic understanding of templates. Templates are a core component that will be used with Backbone.js Views. Templates will help us separate code from the HTML … Continue reading

Posted in Backbone.js, JavaScript, Tutorial | Tagged , | 3 Comments

Re-Learning Backbone.js – Models

Over the past few days I’ve started to re-learn Backbone.js. It’s been a good while since I have worked with it. One of the many resource that I used during this endeavor is the post that I created January of … Continue reading

Posted in Backbone.js, JavaScript, Tutorial | Tagged , , | 7 Comments