Class is being moved from Vil 11-01 to Vil 13-01
|
CIM205B Ticket 16185 LAMP |
||
| Instructor:
Tom DeDonno |
||
Color Key: Red Urgent Attention, Black Set in Stone, Gray Tentative
CIM289
Special Topics: LAMP/PHP Introduction to E-Commerce SW Design
Instructor: Tom DeDonno
Semester: Spring 2007
Voicemail: (949) 582-4900, X-4817
Email:
tdedonno@juno.com Time &
Day: 7:00-10:00PM
Class web site: http://www.saddleback.edu/faculty/tdedonno
Room: Vil 13-01
The SW Homepage is First Link
For some sites a second link to the actual download is provided
Download Links Frequently Change
Administration guide will be distributed and reviewed in class, this
guide will provide instructions for installing and configuring the
above three applications.
PHP, textpad, and Eclipse are freely available
for linux, MS Windows and Mac OS-X, if you install and configure these
products on a non MSWindows platform, I will give you extra credit
if you supply a user installation/configuration guide for either Linux
or Macintosh.
| <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 |
||||