« Free Blog Syndication using PHP | Main | Show / Hide Layers in Dreamweaver »

April 07, 2005

Introduction to Server Languages

This week we covered the following topics:

In Dreamweaver:

On the Mac:

Regarding Design:

Homework:

  1. Draw a design on paper, or use another design tool to prototype it first.
  2. Layout your design using tables and/or layers
  3. Extract all CSS to another file (use File > Export)
  4. Carve up your design into reusable elements. Break these elements out into separate files.
  5. Re-include these elements into your files using virtual includes:
    <!--#include virtual="/[foldername]/[filename]" -->
  6. If possible, put the resulting code to your server.
  7. Email your page URLs (and if necessary, the elements) to the group.

Next week: Using Application Servers!

Posted by at April 7, 2005 12:18 AM