Class Website with
the example programs, assignments and software to download. and DEMOs!
http://202.239.133.19/capp386/
PREREQUISITES: CAPP385
A knowledge of elementary HTML is assumed by having taken CAPP385.
You should know enough HTML to create lists and tables, links, inline
images, and know the basic structure of an HTML document. You can
bypass 385 if you already know basic HTML.
A good tutorial on HTML is at the w3.org (they define HTML, so who to
trust better?) at
http://www.w3.org/MarkUp/Guide/
COURSE DESCRIPTION: The Internet is one of the greatest inventions of all time. It's going to do all that traditional media like radio, TV, telephone, mail, newspapers, books and magazines, and libraries do. It might replace several of these. It's becoming a major retail method (e-commerce).
This course is an introduction to "web programming". CGI programs written in Perl that run on the web server. CGI programs typically are used to receive form data and act upon it, for example at a web site where a user requests a search or orders an item via an HTML form, the particulars that the user specifies goes to a CGI script on the web server that performs the necessary database processing and responds to the user, possibly by dynamically generating a web page. Also, Javascript programs embedded in web pages that are executed by the browser, allowing the creation of interactive, dynamically modifiable web documents. You'll need access to a web server to do the work for this class. A free web server (MS Windows based) is available for this class which you'll learn how to configure, or if you use Linux (free) it runs the Apache (free) web server (used by more web sites than all other servers combined). Apache is also available for MS Windows, for free.
COURSE OBJECTIVES: On successful completion of this course, you will be able to:
REQUIRED TEXTBOOKS:
Perl and CGI for the World Wide Web: Visual Quickstart Guide, by E. Castro
Javascript, by Flanagan from O'Reilly
Recommended: Learning Perl, from O'Reilly.
There are many Perl and CGI and Javascript tutorials available on the web.
EVALUATION: Your grade will be based on a proctored exam
and some homeworks in the following proportions:
Homework 65% Proctored Exam 35%SCHEDULE
Week 1 Administrative. Install software. Week 2 Forms: icecream_form.html Week 3 Chapter 1. c_diffs.html, window_stuff.html, 1-3.html. Week 4 Chapter 12, 13. icecream_verify.html, calendar.html Week 5 Chapter 14, 15, 16 reading. background.html, hilite_links.html 15-1.html, 16-1.html Week 6, japan_map.html, bouncing.html, 13-2img.html, scrolls.html Week 7, flash_frames.html, colors.html, slot.html Week 8 JS project due. End JS. Week 9 Start CGI. simp*, environment variables Week 10 showdata* Week 11 guestbook*, format* Week 12 Exam. Week 13 vote*, search* Week 14 survey* Week 15 SSI, client-pull, cookies Week 16 Administrative.