IS 337: Website Administration

Lecture for December 8: Prototype and Urlacher Shop

+
-

Topics

Urlacher Shop

  • setStyle() method! (Browser compatibilities!)
  • Observing 'dom:loaded' on every page. (Beware premature optmization!)
  • shop.php for displaying item cost.
  • Getting the price in a usable format. toggle
    • Alternative #1: Use a <hidden> field.
    • Alternative #2: Use a JavaScript hash.
  • Observing on the fly:
    new Field.Observer(input, 0.3, callback);
    

Readings and Resources

Creative © 2007 Calvin College and Jeremy D. Frens.
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.