diff options
-rw-r--r-- | _layouts/default.html | 2 | ||||
-rw-r--r-- | _posts/2011-10-10-organizing-backbone-using-modules.textile | 2 | ||||
-rw-r--r-- | lessons.textile | 7 |
3 files changed, 9 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 7fea996..58e21eb 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -78,7 +78,7 @@ <a href="/contribute.html">contribute</a> <a href="/about.html">about</a> <a href="http://feeds.feedburner.com/BackboneTutorials">subscribe</a> - <a href="/chat.html"><strong>chat</strong></a> + <a href="/lessons.html"><strong>team training</strong></a> </div> diff --git a/_posts/2011-10-10-organizing-backbone-using-modules.textile b/_posts/2011-10-10-organizing-backbone-using-modules.textile index fe8091f..e772aa8 100644 --- a/_posts/2011-10-10-organizing-backbone-using-modules.textile +++ b/_posts/2011-10-10-organizing-backbone-using-modules.textile @@ -13,7 +13,7 @@ This was quite a different decision to other Javascript MVC frameworks who were Hopefully this tutorial will allow you to build a much more robust project with great separation of concerns between design and code. -This tutorial will get you started on combining Backbone.js with "AMD":http://www.com (Asynchronous Module Definitions). +This tutorial will get you started on combining Backbone.js with "AMD":https://github.com/amdjs/amdjs-api/wiki/AMD (Asynchronous Module Definitions). h3. What is AMD? diff --git a/lessons.textile b/lessons.textile new file mode 100644 index 0000000..37fc09c --- /dev/null +++ b/lessons.textile @@ -0,0 +1,7 @@ +--- +layout: default +title: Lessons +--- +p. If you and your team are looking to learn Backbone.js and other front end development skills, I am available to fly in and coach onsite. + +If you would like to discuss team training with me, send an email directly to thomasalwyndavis@gmail.com |