<%@LANGUAGE="VBSCRIPT" %><% Response.CacheControl = "no-cache" %>
Weekly Layout (updated frequently. do not print.)

Wk

Lecture (Tue)

Lecture (Thur)

Laboratory

----Reading---

Wk 1
8/24

Introduction to the Course, the Web

Review of Structural and Formatting Tags

Textpad Editor
Xray XML Editor

Exercise 1
- Good and Bad Sites
- Account setup
- Directory Structures

Niederst Robbins Ch. 1-5

Wk 2
8/31

The Browser, Display and Web Design

Introduction Project 1

Color Widgets

Exercise 2 - Formatting Documents

Niederst Robbins Ch. 8-10, 16

Web Design Fundamentals

Wk 3
9/7

Media Design and Development




Links, Links and more Links!

Exercise 3 - Images


Project 1

Niederst Robbins 12, 19-23

Wk 4
9/14

Tables: Data and Assistance for Formatting

Tables Demo

Images: JPG, GIF, aGIF & PNG

Exercise 4 - Links
Exercise 5 - Tables


Project 1
Thumbnails due BOP

Niederst Robbins Ch. 11 & 13

Wk 5
9/21

Forms and Data Submission

Introduction to Frames Documents, Naming and Targeting

Exercise 6 - Forms


Project 1
Color comp & Audience Analysis due BOP

Niederst Robbins Ch. 15

Wk 6
9/28

Frame Nesting

Server Environments and Dealing with Bandwidth

Phishing Examples

Exercise 7 - Frames 1
Exercise 8 - Frames 2
Exercise 9 - iframe


Project 1
Site map due BOP

Niederst Robbins Ch. 14

Wk 7
10/5

Using Internal Styles with xHTML


A Closer Look at Cascading Stylesheets

Information Architecture, Accessibility & Internationalization

Exercise 10 - Inline CSS
Exercise 11 - Internal CSS


Project 1

Niederst Robbins Ch. 4, 6, 7 & 17

Wk 8
10/12

[moved]

Introduction to Project 2

Exercise 12 - External CSS
Exercise 13 - CSS Positioning

Project 1

Niederst Robbins Ch. 18, 24-26

Wk 9
10/19

Midterm Exam
Tuesday October 20
6:30 - 7:30 PM in WTHR 172



[ Exam Caveats ]
[ xhtml macro organizer ]

No Lecture - Lecture will not be held due to the evening exam earlier in the week.

 


Project 1 Due BOP
Project 1 Grade Sheet

---

Wk 10
10/26

Working with Site Editors and Development Tools

Client-side Scripting: JavaScript

Exercise 14 - JavaScript Rollovers
Exercise 15
- JavaScript Menu


Project 2
Thumbnails due BOP

Niederst Robbins Ch. 28

Recommended:
Goodman (JS Bible)

Dreamweaver MX Tutorials

Wk 11
11/2

Introduction to XML

Wellformedness and Validity

CSS Demo Site
Simple JS Example

Working with XML & CSS

 

[ Additional XML Examples ]

Exercise 16 - JavaScript Validation


Project 2
Color comp& Audience Analysis due BOP

Niederst Robbins Ch. 30, 31


Wk 12
11/9

WAP & WML

VBScript & DHTML

Exercise 17 - XML & CSS
Exercise 18 - WML


Project 2
Site map due BOP


Niederst Robbins Ch. 29

Wk 13
11/16

PHP & Intro to ASP

Flash

Flash Demo Files: 123
flash expert kick start pdf

Exercise 19 - PHP


Project 2


Niederst Robbins Ch. 32

Wk 14
11/23

Server-Side Includes& Media Prep & Embeds and Objects

Thanksgiving Break

Wk 15
11/30

More advanced PHP

Final Exam Review
Online Instructor Evaluation

Exercise 20 - PHP 2


Project 2

 


Wk 16
12/7

Dead Week

Work on Final Project

 


Dead Week

Final Exam Review Session

Exercise 21 - Online Instructor Evaluation


Project 2 Due BOP
Project 2 Grade Sheet

Niederst Robbins Ch. 18, 32

Wk 17
TBA

FINAL EXAM: Tuesday, December 15th, from 7PM to 9PM in Physics 114




Exam Schedule: http://mypurdue.purdue.edu/

[ Exam Caveats ]


For information contact: Professor Glotzbach

CGT 141/C&IT 141 Fall 2009 <% Dim fso, f Set fso = Server.CreateObject("Scripting.FileSystemObject") Set f = fso.GetFile(Server.MapPath("./141_lay.asp")) Response.Write("Last Modified: ") Response.Write(f.DateLastModified) Set f = nothing Set fso = nothing %>