Lots of Extra Credit
Optional Online Quizzes that May Be Repeated


Viewgraph Introduction To Course


Class Maybe Available as CS4B (Spring 07) But will include Advance Java
E-Mail If Interested

Not Sure What the Course Covers - Click Here for a 1 Page Overview

This is a Hybrid Class, has the benefits of both on-line and in-class
you may attend class lecture if your desire,
but all Quizzes, homework assignment, etc. are On-Line
You need to only attend the midterm or Final.

Test 3 Due 12/9/04
Test3 now has Alternative Choices

Survey Posted on Blackboard

JSP Dynamic Web Page Development
& Introduction to E-Commerce

Instructor: Tom DeDonno
Start all e-mail subject lines with JSP

 

If you have problems compiling in the IMC lab, save the file with the h:\ prefix

Color Key: Red Urgent Attention, Black Set in Stone, Gray Tentative

Free Counter
Chadwicks Coupon


CIm289 Special Topics: JSP/Apache/Tomcat Dynamic Web Page Design

Instructor:          Tom DeDonno                                                     Semester:           Fall 2004

Voicemail:          (949) 582-4900, X-____                                       Ticket No:         23995

Email:                 tdedonno@juno.com                                    Time & Day:      7:00-10:00PM Thursday

Class web site:     http://www.saddleback.edu/faculty/tdedonno/jsp                         Room:               BGS 201

 

Useful Links

The SW Homepage is First Link
For some sites a second link to the actual download is provided
Download Links Frequently Change

 

 

 

HTML Tags for JSP
<html> start a HTML document   <title> Title of HTML Document
<head> header information not included in HTML document   <body> Begin Body of HTML document
         
<h1> First Major header   <h6> Most Minor Header
<p> Start paragraph, blank line at end of text   <br>

Insert line break

         
<b> Bold Text   <I> Italic Text
         
<table> Start a table   <tr> Start a table row
<td> Table Data, a single cell of data   <th> Single cell, but treated as header
         
<ol> Start Ordered List   <li> List Item