
1. plain old html

2. first bit of meta-html, including a banner
   header and footer.

3. Showing how the common header can be used with
   multiple products.

4. Develop a product template, and add a new product.
   Add new banner logo to all pages with one change
   to header file.

5. Simple session added to keep track of user's name.
   Prices added to cake template.

6. Added buy button. Keeps track of shopping basket
   in session variables

7. Keep track of products using database

8. Use a web page to add products database.

