Skip to content

Instantly share code, notes, and snippets.

@geoffreyd
Created May 28, 2009 22:50
Show Gist options
  • Select an option

  • Save geoffreyd/119640 to your computer and use it in GitHub Desktop.

Select an option

Save geoffreyd/119640 to your computer and use it in GitHub Desktop.
Sprout Casts:
All of these are focused on 1.0
- Make a blank app.
- setting up a model
- with some fixtures.
- Setup some views (a list, with a form)
- setup bindings to controllers, (arrayController for list, objectController for form)
- Setup Save and Undo buttons on form
- using Controller buffering (or nestedStores if/when avaliable)
- connecting to a data store
- proxy server
** The rest in no particular order
- view options
- (top, left, centerY, centerX, SC.ANCHER_TOP_LEFT, static layout etc.)
- tag, classNames, childViews
- use 3rd party widgets with SC views
- forms
- text field : "isPassword : true"
- using SC.Query to filter/ sort data
- demoing different view's (container view/ list view/ scroll view etc.)
- Dragging: list items/ views
- wake up selected views on startup, so save memory/load times.
- Internationalisation (strings.js)
- serving up your own static files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment