From now on, you should use Aptana to create web pages for this course. Don't use TextEdit or a plain text editor anymore.
Your first task is to create the directory structure shown in the picture above in your account on the antipasto web server (i.e. in the webfiles portion of your antipasto account). Real web sites end up having a lot more files than you would expect (html, css, and image files to name a few) so it's important to keep files organized when publishing.
The csc055, hw, and hw1 folders should already exist from the last assignment. You just need to make the others. As each assignment is completed, it should be published to its own subfolder (e.g. this assignment will be published inside the hw2 folder). The project folder (which is NOT in the hw folder) will eventually contain your project web site. Since I use automated software to find your files and grade your assignments, it is important that you create your directory/folder structure exactly as shown - including the same capitalization and spacing. Don't lose points needlessly!
PITFALL ALERT: I strongly recommend that you keep a similar organization scheme on your own local computer that you actually do your assignments on. If you don't, it will be very easy to make hard-to-detect mistakes, like editing one file but looking at a different one with your browser. That's not as likely to happen if each assignment is in its own subfolder.
Find a picture that would make a good image map with at least four linkable "hot spots". Create a web site with the structure shown below. Each rectangle represents a web page and each line represents two links: one in each direction.
The index page will be the opening page for the site. At minimum, it should contain the image map, a heading, and instructions to the user.
The other four pages should each contain (at minimum) a small part of the original picture (the "hot spot"), some text about the picture, and the following links:
Use an image processing program like Gimp to resize the original picture and the cropped hot spots as needed.
The appearance of the web site is up to you, except for the following requirements:
Publish your web site so that its URL is "antipasto.union.edu/~username/csc055/hw/hw2" where username is your user name on antipasto. This means that the index page must be named "index.html". Test the published site on both IE and Firefox.
Please turn in printouts of all HTML and CSS code. Don't forget that each HTML file needs the right DTD! And, as always, go through the gradesheet so you don't miss things.
All assignments are individual projects. I encourage you to talk to others about the general nature of the project and ideas about how to pursue it. However, the technical work, the writing, and the inspiration behind these must be substantially your own. If any person besides you contributes in any way to the project, you must credit their work on your assignment. Similarly, if you include information that you have gleaned from other published sources, you must cite them as references. Looking at, and/or copying, other people's written work is inappropriate, and will be considered cheating.