SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
14.
Client-Side Forms
This is where ‘post’ comes in...
15.
Create a “post” route
“posts” have access to a params hash
16.
Route Paths
• Can be a string '#/say_my_name'
• Or a regular expression /#/by_name/(.*)/ params[‘splat’]
• Named params '#/by_name/:name' params[‘name’]
17.
Binding
Routes that respond to internal events
18.
Triggering
Execute bound routes with trigger(event_name, ...)
21.
Multiple apps, one page
• each app bound to specific element
• unique ID and namespace
• possible to create controller apps for
individual elements, widgets, etc.
22.
Data Storage
• CouchDB
• CloudKit
• Client-side Storage
So many buzzwords, so little time...
23.
Thanks!
Scott Becker - http://synthesis.sbecker.net
http://twitter.com/sbecker