Wtf is Ember.js and How Do I Use this Blog
This Blog Teaches Ember.js through advanced examples not found in introductory material.
Ember A Javascript MVC framework for complex client-side web applications.
Ember Data A persistance and relation-based object system for Ember.js.
JSFiddle Browser-based Web-development “playground” app. EmberPlay.com and JSBin.com are other similar tools.
To set up JSfiddle, add jQuery 1.9.1 to the onLoad Framework. Add these two urls to your Managed Resources:

https://raw.github.com/emberjs/ember.js/release-builds/ember-1.0.0-rc.1.js

https://raw.github.com/wycats/handlebars.js/1.0.0-rc.3/dist/handlebars.js

Shortlist of Valuable Resources for Emberjs Developers
PeepCode $ PeepCode’s Emberjs tutorial costs $12 bucks but is worth every penny
Toran Billups Toran has the best intro-to-ember materials around…in my opinion.
DarthDeus DarthDeus explains many of Ember’s major systems
Kasper Tidemann Kasper’s blog is short and sweet and includes helpful links and tutorials
Contact stv_kn to add your site.

Dynamic Ember View Updating

View