diff options
author | Thomas Davis <thomasalwyndavis@gmail.com> | 2011-10-14 00:46:37 +1000 |
---|---|---|
committer | Thomas Davis <thomasalwyndavis@gmail.com> | 2011-10-14 00:46:37 +1000 |
commit | fb6b5d8af9f9a53df1aa136bc9c7317df0617d19 (patch) | |
tree | 0536b36f05b347e79bff665f32dc7bd1337fc593 | |
parent | 1d13d95653e696f09cc2b04cb272b73d0c3211a3 (diff) | |
download | backbonetutorials-fb6b5d8af9f9a53df1aa136bc9c7317df0617d19.zip backbonetutorials-fb6b5d8af9f9a53df1aa136bc9c7317df0617d19.tar.gz backbonetutorials-fb6b5d8af9f9a53df1aa136bc9c7317df0617d19.tar.bz2 |
baby
-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 |