| Professor: | Benjamin Kuperman |
| email: |
benjamin.kuperman AT oberlin edu Please include "cs100" in the subject. |
| AIM: | ProfKuperman |
| Office: | King 223B |
| Phone: | x58556 |
| Office Hours: | Monday, 10:00-11:30am Thursday, 2:30-4:00pm or by appointment |
| WEEK | DAY | ANNOUNCEMENTS | READING | HW |
|---|---|---|---|---|
| 1 | Sep 06 | Labor Day | ||
| Sep 08 | Introduction to WWW and HTML
|
Homework 0 | ||
| Sep 10 | Basic formatting
|
|||
| 2 | Sep 13 | Inline graphics, hyperlinks, lists
|
Homework 1 | |
| Sep 15 | Last Day to Add/Drop (Sep 16) | |||
| Sep 17 | ||||
| 3 | Sep 20 | Working with images
|
Homework 2 | |
| Sep 22 | ||||
| Sep 24 | QUIZ #1 [In Class] (topics) | |||
| 4 | Sep 27 | Standardized HTML and Converting to XML/XHTML
|
Homework 3 | |
| Sep 29 | ||||
| Oct 01 | ||||
| 5 | Oct 04 | Basic CSS
|
Homework 4 | |
| Oct 06 | ||||
| Oct 08 | QUIZ #2 [In Class] (topics) | |||
| 6 | Oct 11 | Homework 5 | ||
| Oct 13 | Box model
|
|||
| Oct 15 | ||||
| 7 | Oct 18 | Homework 6 | ||
| Oct 20 | CSS Containers
|
|||
| Oct 22 | QUIZ #3 [In Class] (topics) | |||
| Oct 25 | October Break (Oct 23-31) | |||
| Oct 27 | ||||
| Oct 29 | ||||
| 8 | Nov 01 | Layout
|
||
| Nov 03 | ||||
| Nov 05 | ||||
| 9 | Nov 08 | Last Day for P/NP, CR/NE, or Withdraw (Nov 09) |
Tables
|
Homework 7 |
| Nov 10 | QUIZ #4 [In Class] (topics) |
Web Forms
|
||
| Nov 12 | Web design | |||
| 10 | Nov 15 | Homework 8 | ||
| Nov 17 | ||||
| Nov 19 | ||||
| 11 | Nov 22 | Work on final project | ||
| Nov 24 | QUIZ #5 [In Class] (topics) | |||
| Nov 26 | Thanksgiving Break (Nov 25-28) | |||
| 12 | Nov 29 | |||
| Dec 01 | ||||
| Dec 03 | Homework 9 | |||
| 13 | Dec 06 | |||
| Dec 08 | ||||
| Dec 10 | QUIZ #6 [In Class] (topics) | Work on final project | ||
| 14 | Dec 13 | |||
| Dec 21 | Final Project Presentations (9-11:00am) - [King 221] | |||
From the Oberlin catalog course description:
A hands-on course in Internet web site development. Primary emphasis is on each person building a complex web site focused on some area of academic interest and competence using (a) the HTML mark-up language, (b) programs supportive of web site construction (e.g. PhotoShop, Dreamweaver), and (c) the JavaScript scripting language, with strong emphasis on the latter. About one-half the course deals with JavaScript.
My goals and objectives for students taking this course are as follows:
|
Head First HTML with CSS & XHTML by Freeman and Freeman
|
|
Head First PHP & MySQL by Beighley and Morrison
|
There are a number of free software tools that I recommend you use to help you when you are working on your websites. My recommended software are available cross-platforms -- MS-Windows, OS X, Linux, and *BSD.
You will want a web browser that supports CSS and XHTML and contains a DOM Inspector and JavaScript console.
Mozilla Firefox is available for all platforms and is what I'll be using for demonstrations, etc. Be sure to install the development tools to get the DOM inspector. NOTE: Neither Apple's Safari nor Microsoft's Internet Explorer have these tools.
You'll also want to check out FireBug which will allow you to inspect and edit various components.
To improve the security of your browser, especially on MS-Windows, you should probably install the NoScript plugin, and a lot of people seem to like the AdBlock Plus plugin. Be aware that either of these might cause some sites to not work properly.
HTML, CSS, and JavaScript are all plain text files. That means that there aren't any special interpretations that are supposed to be made for the files. Unfortunately, most "text" editors interpret HTML and/or CSS in the files they read making them extremely frustrating to use for our purposes.
I strongly recommend you use jEdit (available for all platforms) or something similar for your editing. There is an easy text editor on the CS machines as well or you can use pico from the command line.
Useful plugins for jEdit include:
You'll need to get your files to and from the webserver. To do this, you'll need software that supports SFTP or FTPS. These should be available from CIT's Software Download page.
We probably won't get time to do this, but there are visual editors for web pages such as Nvu, KompoZer, and SeaMonkey. Also, there are specialized editors like Arachnophilia.
The college makes both personal and group web accounts available for your use. You can request an account at http://oberlin.edu/cit/accounts/default.html.
If your organization has forgotten the account name or password, you need to email cit@oberlin.edu and request that it be reset.
There is quite a bit of useful information on HTML and webpage design available online. If you find something interesting, let me know and I'll add it here.
Grades will be calculated based on the following distribution:
The distribution might be adjusted based on the progression of the course.
Note that this is not a design course. Grading will be largely based on objective measures. If the assignment asks for 2 images that are 150x150 pixels in size, then that will be what I'm looking for. Supplying only one image or images of the wrong size will lead to reduced marks; supplying a non-creative image will not.
Regular class attendance and participation is expected. Please talk to me if regular class attendance is going to be a problem.
There will be a number of assignments made in this class. I expect every student to attempt each assignment and turn in the results. You are encouraged to complete every assignment as this is one of the most effective ways to learn the material.
If you know that for some reason you will not be able to submit the assignment before the deadline, you should contact me in advance of the deadline. Extensions are only granted in exceptional circumstances, but need to be done in advance.
Late assignments will be penalized 10% per day. Extra credit will not be accepted after the initial deadline.
If you have a disability that might impact your performance in this course, or requires special accommodation, please contact me as soon as possible so that appropriate arrangements can be made. Support is available through Student Academic Services, specifically Jane Boomer. You will need to contact them to get your disability documented before accommodations can be made.
I have very low tolerance for academic dishonesty, and will vigorously pursue available remedies for any incidents. All work in this class is to be performed according to the Oberlin Honor Code. Specifically I expect that:
Illustrative examples:
All assignments must include the following signed statement:
"I have adhered to the Honor Code in this assignment."
Electronic submissions should include the honor statement in either the README or comments and must include your name.
Initially, there will be a series of weekly projects requiring you to create and modify some web pages (linked in the schedule above). These assignments will be assigned on Thursday and will usually be due at the start of class the following Thursday. They should give you experience using the material we discussed in class that week.
You will also be creating a website for an outside organization. We will discuss this project in class and this description may be updated with additional details.
You should think of this in terms of a final paper for a course. You will need to select a topic, do background research, create an outline, do a rough draft, and create a final draft based on feedback from the draft.
A detailed description is available, but is subject to change.
There may be a number of individuals who are approved via Student Academic Services as tutors for this course.
![]() |
| Grader: Claire Nelson Homework help hours: Thurs 7:00-9:00pm Azariah's in Mudd Library |