« March 2005 | Main | May 2005 »

April 27, 2005

Behaviors and Templates in Dreamweaver

This week in class we covered the following topics:

In Dreamweaver:

Regarding maintenance:

Regarding Flash:

Regarding Design:

Homework:

Create and publish a site design with two or more JavaScript Behaviors in it using Dreamweaver. Email URL to the class list.

Next Week: How to Crash Dreamweaver!

Posted by at 12:10 PM | TrackBack

April 20, 2005

How to Create Flash with Dreamweaver

This week in class we covered the following topics:

In Dreamweaver:

In Code:

Homework:

Follow the steps above to create a new site from scratch. Before you begin, take a look at some free Flash to incorporate into your design:

Final site should have the following characteristics:

Next week: Stump the Master!

Posted by at 08:29 PM | TrackBack

April 14, 2005

Advanced Server Interaction

This week we covered the following topics:

In Dreamweaver:

On the Mac:

Regarding Design:

Homework:

  1. Set up a sub-domain as a PHP testing server
  2. Set up your machine to run the latest PHP
  3. Set up your machine to run MySQL
  4. Draw a design flexible enough to incorporate an unknown amount of data.
  5. Access student database via Application panel
  6. Create a repeating region from the database, and place it in your design.
  7. Prototype using Live Preview button.
  8. Save to server, send URL.

Next Week: How to Create Flash With Dreamweaver!

Posted by at 11:32 PM | TrackBack

April 12, 2005

Show / Hide Layers in Dreamweaver

No Origin: Female-fronted Politifunk Vanessa, who works in the lobby of Baker & Hamilton, asked me to help solve a design problem for her band: How to keep from having to refresh the page, without using Flash, with no scrolling or frames?

Our answer: Show/Hide layers in Dreamweaver.

The result: No Origin - a voice for resistance. Listen to "The Draft".

Posted by at 09:47 PM | TrackBack

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 12:18 AM | TrackBack

April 01, 2005

Free Blog Syndication using PHP

This week, I've set up two different syndication sites:

Student Blog Aggregator

and

Mobile News Aggregator

Here's how to do it:

1. Upload and configure Magpie.
2. Use a simple PHP or HTML include to stick one of the PHP templates onto your page, surrounded by some important links.

And there you have it, your own custom news page!

Posted by at 04:49 PM | TrackBack