Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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
  2. DOM Manipulation
    • Move elements from one spot in the document to another
    • Inject HTML using simple strings and templates
  3. 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
  4. Bonus material: Fluid Infusion
    • Creating Views and using the DOM binder
    • Events
    • Renderer?