Lots of Extra Credit

E-Mail If Interested

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 homework assignment, etc. are On-Line
You need to only attend the midterm or Final.

CIM289 Ticket 21925

LAMP
(Linux Apache MySQL PHP)

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

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: LAMP/PHP Introduction to E-Commerce SW Design

Instructor:          Tom DeDonno                                                     Semester: Spring 2005

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

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

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

 

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
<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 or <br />

         
<em> Emphasis 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
Guide to XHTML = HTML 4.0 + Stricter Placement + XML