Monthly Archives: January 2013

Re-Learning Backbone.js – Require.js (AMD and Shim)

In this post we are going to learn how to use Require.js with Backbone.js and Underscore.js This post build on the Re-Learning Backbone.js series. As usual, the examples in this tutorial are extremely simple. We have one goal here and … Continue reading

Posted in Backbone.js, JavaScript, Require.js, Uncategorized | Tagged , | 17 Comments

Browser Script Loading

In this post I will discuss how scripts are loaded and executed by the browser. It’s common to have scripts loaded by the browser by using the script tag (<script>) with a src (source) attribute. In the old days, the … Continue reading

Posted in JavaScript, Uncategorized | Tagged | 1 Comment