The following book is useful as a reference but is not required.
Internet & World Wide Web, How to Program, Third Edition
Deitel et al
Prentice-Hall, 2004
Assignments | Project presentation schedule |
itools.cs.laurentian.ca
,
the course web and server and database server(Unix),
and a database on the MySql server.
Submit it in a 3 ring binder in the following format:
Java SDK 1.4.2 and Documentation
Apache 1.3.29
PHP 4.3.8
MySQL 4.0.16 and MyCC
Tomcat 5.0.25
JDBC driver for MySQL
HTMLHTML review and examplesOnline slides (ppt) Online slides (pdf) Zip file of everything |
CSSCSS review and examplesOnline slides (ppt) Online slides (pdf) Zip file of everything |
JavaScriptJavascript review and examplesCore javascript slides (ppt) Core javascript slides (pdf) Client side javascript slides (ppt) Client side javascript slides (pdf) Zip file of everything |
MySqlMySql slides (ppt)MySql slides (pdf) Zip file of everything |
HTTPHTTP-CGI slides (ppt)HTTP-CGI slides (pdf) Zip file of everything |
|
PHP slides (language, webapps, mysql, bookstore)download zip file of ppt slides, pdf slides and scripts |
||
PHP in htdocs (latest version of php scripts)Zip file for php folder in htdocs |
||
common database connection scriptdb_connect.php.txt. Put this script in your includes directory as specified inphp.ini
and change the user name and password to your own values.
Aslo rename the file from db_connect.php.txt to
db_connect.php .
|
||
Java servlets (part 1, simple examples)servlets1.ppt (powerpoint slides)servlets1.pdf (pdf version) |
||
Java servlets (part 2, cookies and sessions)servlets2.ppt (powerpoint slides)servlets2.pdf (pdf version) |
||
JDBC with MySqljdbc.ppt (powerpoint slides)jdbc.pdf (pdf version) |
||
JSP (Java Server Pages)jsp.ppt (powerpoint slides)jsp.pdf (pdf version) |
||
War file for test applicationtest.war
Put this file in your |
||
War file for c2206 applicationc2206.war
Put this file in your |
||
War file for Sun's bookstore applicationbookstore.warA demonstration of a bookstore/shopping cart application using a session to store the shopping cart. It's not a real database application (uses internal book data) but it does illustrate some important ideas. |