Lecture |
Assigned Readings |
Topics |
| 8/19 |
Course Overview |
|
| 8/24 |
- Web page building blocks
- Basic XHTML elements
- Visual formatting of XHTML elements
- Creating URL links
- Inserting images into web pages
- Creating xhtml lists
- Creating xhtml tables
- Handy reference of xhtml terms
|
Introduction to XHTML and XHTML tables |
| 8/26 |
- Visual Formatting Using CSS
- w3schools.com: Cascading Style Sheets: Go to
"Learn CSS".
- read carefully through "CSS How To"
- skim through "CSS Table"
- read carefully in CSS Advanced up to and including CSS Align
|
More Tables and Cascading Style Sheets |
| 8/31, 9/2, 9/7 |
Page Formatting using CSS |
Cascading Style Sheets cont. |
| 9/9 |
Creating xhtml forms
| XHTML forms |
| 9/14 |
|
Perl Intro, Data Types, and Operators |
| 9/16, 9/23 |
|
Perl Control Structures and Regular Expressions |
| 9/21 |
Midterm |
|
| 9/28 |
- Perl File Commands
- Perl System Commands
|
Manipulating File Systems with Perl |
| 9/30 |
- XML Tutorial-Read the Learn XML section
- XMLXML Basics
|
XML Basics |
| 10/5 |
- XML Tutorial-Read the
section on DTD
- My DTD notes
- XML Tutorial-Read the
section on Schemas
- My Schema notes
|
Defining XML content |
| 10/7 |
Fall Break |
|
| 10/12 |
- PHP Tutorial-Read the
PHP Basics section through PHP functions
- Introduction to PHP
- Getting Started in PHP
- Brad's Cliff Notes Version of PHP
- Geoff Mazeroff's Cliff Notes Version of PHP
|
PHP Basics |
| 10/14 |
- PHP Tutorial
- Read the PHP Basics section from PHP Forms to the end
- PHP Cookies
- PHP Sessions
- Handling Forms
|
Handling Forms and Session Management in PHP |
10/19 |
- PHP Tutorial: Read the PHP XML section.
- My notes on XML parsing
- XML parser code examples
|
Handling and Parsing XML in PHP |
| 10/21 |
Midterm |
|
10/26 |
- PHP Tutorial: Read the PHP XML section.
- My notes on XML parsing
- XML parser code examples
|
Handling and Parsing XML in PHP (cont) |
| 10/28 |
Engineering Day |
  |
| 11/2 |
- w3schools SQL Tutorial. Read all the SQL Basic, play with the SQL demo, and read the following
topics in the advanced section:
- SQL Order By
- SQL and & or
- SQL In
- SQL Between
- SQL Join
- SQL Create
- My SQL Notes
|
Introduction to SQL |
| 11/4 |
- PHP SQL-Read
the PHP SQL section up to MySQL Delete.
- my PHP SQL notes
|
PHP interface to mySQL |
| 11/9 |
- w3 schools JavaScript notes
up to, and including, JS Events.
- my JavaScript notes
|
Introduction to JavaScript |
| 11/11 |
Arrays, Functions, and Objects |
More JavaScript Fundamentals |
| 11/16, 11/18 |
- Forms and form validation
- Regular Expressions
| Forms and Regular Expressions |
| 11/23 |
- w3schools Ajax tutorial
- My Ajax notes
|
Ajax |
| 11/25 |
Thanksgiving |
|
| 11/30 |
The HTML DOM |
- w3school's HTML DOM introduction
- JavaScript Kit's tutorial on more advanced things you can do with the HTML DOM
|