This project was created to go along with a presentation about JavaScript and Backbone.js at php|tek 2012.
You can find a demo of each stage of the project at:
http://weaverryan.github.com/php-js-playground
Each stage of the project is separated into its own branch!
start
- The starting point for the project01-event
- The jQuery event02-global-objects-namespacing
- Basic jQuery objects03-prototype
- Introduction to the JavaScript prototype04-scoping
- Scoping Concerns05-extends
- jQuery extends06-delegate-events
- Delegate events: the scholar's jQuery.live07-self-executing-blocks
- Self-executing blocks08-backbone-view
- A Backbone View