Education/Projects/JetpackForLearning/Outline

From MozillaWiki
Jump to: navigation, search

We will be storing the course outline on this page. The current version is a draft and will change. If you are a participant in the course, make sure you put this page on your watchlist (there is a Watch button at the top) to keep track of the updates.

Draft Schedule

  • 9 December 2009
  • 16 December 2009
  • 6 January 2010
  • 13 January 2010
  • 20 January 2010
  • 27 January 2010

Seminar Time (TBC)

  • 09:00 am California
  • 12:00 Boston
  • 17:00 UTC
  • 19:00 Cape Town
  • 22:30 Delhi

What if I miss a seminar?

  • No worries! We will record and post all seminars for you to catch up. Our vimeo channel is here and links to individual sessions and other recordings are posted below in the respective weeks: [1]

Seminar 1 - Getting Started (9 December 2009)

During seminar 1, we will cover the basics of what Jetpack is and how it works, and we'll make sure everyone is ready to start developing.

  • What is Jetpack?
  • Design principles (Web-based, Secure (video), Robust, Extensible)
  • Requirements (HTML, JavaScript, CSS)
  • The jQuery (tutorial) influence
  • Tools and Debugging - Bespin embedded (about:jetpack and Jetpack Gallery), Firebug.
  • Deploying Jetpacks
  • Help forums and getting involved
  • Basic examples

Background Materials:

Seminar 1 Recording:

Follow-up Notes and Links:

  • Teams, try to evaluate as early as possible if Jetpack is suitable for your idea, or whether you will have to use the XPI extension approach. We encourage Jetpacks, but XPI add-ons are allowed.
  • The Jetpack documentation is far from complete at this point but still evolving. Start with the Tutorial and API Reference sections in about:jetpack. Eventually all documentation will be at the Jetpack section of the Mozilla Developer Center.
  • jQuery, the powerful JavaScript library is built into Jetpack. We recommend taking advantage of it. See the jQuery Tutorials page and the Visual jQuery Guide.
  • Join the #jetpack and #education channels on irc.mozilla.org when you can for general discussion or if you need help. Brian is 'kinger' and Andy is 'Andyed'.
  • The embedded editor used in about:jetpack is Bespin.
  • JetPack Gallery. It is recommended that you only deploy here when your project has matured.
  • We recommend Github for code hosting
  • If deploying on your own server, don't forget to use the meta link tag with rel="jetpack" as outlined in Step 6 of this tutorial
  • Jetpacks in the Wild
  • Jetpack Enhancement Proposals -- Contribute!
  • The mozilla-labs-jetpack is the best place to go for technical help. The Jetpack developers are in that group.

Team annotations

Seminar 2 - Design (16 December 2009)

Seminar 2 provides an introduction to the main design features of Jetpack, and how to use them effectively.

  • Jetpack UI : Slidebar, Statusbar, Panel, Menu, Toolbar
  • UI concepts
  • Heuristics
  • Formative Evaluation (Wizard of Oz, Paper Prototyping)
  • Beyond Jetpack: Addon UI
  • Look and feel - the role of CSS

Supporting Materials:

Seminar 2 Recording

Links mentioned during the seminar

Seminar 3 - Data & Storage (6 January 2010)

Seminar 3 will cover data storage, and first-run. We live in a Web of data and the Jetpack Platform provides features to store data.

  • Storage
    • Simple
    • Settings
    • And later ... Weave/Sync, File Access
  • Meta
    • The me API
    • Firstrun
    • Settings

Background Materials:

Links Mentioned in the Seminar

Storage Examples

  • MenuNotes : simple storage example
  • JetStatus : another storage example that saves your twitter handle with storage
  • Twitter URL Updates : uses storage.settings to store configuration

Seminar 3 Recording

Seminar 4 - Jetpack and the Browser (13 January 2010)

Separate from the Jetpack UI, there are some browsers features available to you. Seminar 4 will talk about them, including the interaction with Web content similar to what is seen in Greasemonkey user scripts.

  • Tabs
  • Places (History, Bookmarks, ...)
  • Page Mods
  • Interaction with Web content
  • Beyond the browser (jetpack.info) - System

Background Materials:

Links Mentioned in the Seminar

Jetpacks that use PageMods

Seminar 4 Recording

Seminar 5 - Jetpack and Web APIs (20 January 2010)

  • Consuming Web Services
  • Ajax
    • with jQuery
    • Plain 'Ol XMLHttpRequest
  • Response Handling
    • JSON
    • XML
  • Upload and Progress
  • Best Practices

Background Materials:

Links Mentioned in the Seminar

Seminar 5 Recording

Seminar 6 - The Next Level (27 January 2010)

Seminar 6 aims to cover the less used but many times more powerful features of Jetpack. Also featured will be some of the cutting edge technologies in Firefox that can be exploited from Jetpacks.

Slides and Notes