General Specifications for all Programs
All projects must be accessible via a link on your server home
page (index.html in your server space). Your index.html page
must include your name, the name of the course, and a link to each
of the assignments. You should set the links up so that they
execute in a new window. Projects that are not propertly
linked from your home page on the server will not be graded.
All projects include general specifications in addition to the
specific ones outlined in the individual programming assignments:
- Your name must appear in a comment block at the beginning of
your source code
- Your html rendering must include a page header that renders
and includes your name, the course name, and the project name.
- All programs must be completely documented using comments
embedded in the source code
- No assignments are accepted late. You may turn them in
late for feedback, but will receive no points.
- Programs must be submitted per the instructions in the
assignment.
- A hard copy of the source code for your program must be
submitted with each assignment. You should submit a text
source listing via an attachment to a WebCT email. This
must be submitted prior to the assignment due date.
- Although not required, you should make every attempt to use
good html in your programs. To see how close you are to
this spec, all pages should validate with the
WDG HTML validator at at least the Transitional level.