Course Information
PIC40A Winter 2005
Introduction to Programming for Internet
Textbook
- Programming the World Wide Web by Robert W. Sebesta
- Learning Perl by Randal L. Schwartz
Course
The course focuses on the design of interactive webpages
using various programming langauge. The emphasis is on client side
programming. The principe topics we will cover are
- Basic unix command
- creation of static webpages with HTML
- Cascading style sheet for web pages
- The perl programming langauge
- CGI
- JavaScript for enhancing web pages
- Java applet, if time allows