...
- Selecting things and using them
- Using the full Twitter client HTML, try out different types of selectors: id-based, containment, CSS style, pseudo selectors
- Apply simple CSS class names
- Add inline styles
- Adjust attributes
- DOM Manipulation
- Move elements from one spot in the document to another
- Inject HTML using simple strings and templates
- AJAX
- Calling home: simple GET requests
- Processing data in XML format from TwitterJSON-based data JSON format from Twitter
- Injecting HTML passed from the server?
- POSTing data back to the server
- Bonus material: Fluid Infusion
- Creating Views and using the DOM binder
- Events
- Renderer?