1. Урок 1. 00:01:21
    Introduction
  2. Урок 2. 00:01:52
    Who is Your Instructor?
  3. Урок 3. 00:01:32
    How is This Course Structured
  4. Урок 4. 00:03:12
    What is Backbone.js?
  5. Урок 5. 00:01:01
    The Big Picture
  6. Урок 6. 00:01:58
    A Real-World Example
  7. Урок 7. 00:01:45
    Getting Backbone.js
  8. Урок 8. 00:02:33
    Introduction
  9. Урок 9. 00:02:51
    Creating Models
  10. Урок 10. 00:04:52
    Working with Attributes
  11. Урок 11. 00:02:28
    Validation
  12. Урок 12. 00:02:44
    Inheritance
  13. Урок 13. 00:05:14
    Connecting to the Server
  14. Урок 14. 00:00:58
    Introduction
  15. Урок 15. 00:04:19
    Creating Collections
  16. Урок 16. 00:07:06
    Working with Collections
  17. Урок 17. 00:01:33
    Connecting to the Server
  18. Урок 18. 00:01:56
    Introduction
  19. Урок 19. 00:07:51
    Creating Views
  20. Урок 20. 00:06:41
    Passing Data to Views
  21. Урок 21. 00:05:26
    Handling DOM Events
  22. Урок 22. 00:04:16
    Handling Model Events
  23. Урок 23. 00:09:38
    Handling Collection Events
  24. Урок 24. 00:05:56
    Templating
  25. Урок 25. 00:00:26
    Introduction
  26. Урок 26. 00:06:00
    Binding and Triggering Custom Events
  27. Урок 27. 00:11:50
    Creating an Event Aggregator to Coordinate Multiple Views
  28. Урок 28. 00:00:35
    Introduction
  29. Урок 29. 00:16:41
    Creating Routers
  30. Урок 30. 00:02:35
    Single Page Applications Pros and Cons
  31. Урок 31. 00:00:38
    Introduction
  32. Урок 32. 00:13:13
    Require.JS
  33. Урок 33. 00:01:11
    Introduction
  34. Урок 34. 00:15:45
    Introduction to Jasmine
  35. Урок 35. 00:06:02
    Testing Backbone Models
  36. Урок 36. 00:05:19
    Testing Backbone Collections
  37. Урок 37. 00:18:53
    Testing Backbone Views
  38. Урок 38. 00:15:42
    Basics
  39. Урок 39. 00:16:40
    Adding a New Todo Item
  40. Урок 40. 00:12:19
    Toggling an Item
  41. Урок 41. 00:09:07
    Deleting an Item
  42. Урок 42. 00:11:36
    Connecting to the Server
  43. Урок 43. 00:06:11
    Templating
  44. Урок 44. 00:19:46
    Improving the Look and Feel
  45. Урок 45. 00:08:39
    Troubleshooting Backbone Appllications