Due before class, Tuesday 26 Sep 2006
I'm trying to find out about a system to electronically submit things instead of emailing them to me. Watch this space for details.
Make a folder called hw02. Inside it create two subfolders, pages and images.
Inside the pages folder, create a file called self.html. In this file include the information about yourself including:
You can include more information if you'd like.
Create a file called school.html that contains information about your schooling. In this file include the following:
You can include more information if you'd like.
In this part, you are going to create a photo journal (real or imaginary).
Download and put 6 photos inside the "images" folder. These can be your own pictures or pictures from elsewhere (with attribution if needed). You can find a list of sites that have free photos here or here. (Let me know if any site is particularly good.)
Create inside the "pages" folder a file called journal.html that describes your journal and has links to 3 html files called day1.html, day2.html, and day3.html.
Create three days of journal entries with titles, headers, and subheaders. Each day should use 2 of the images you've downloaded. Be sure to resize any images as appropriate.
Each day needs to have links to:
Finally, create a file called index.html in your hw02 folder. This file should have a list of links that go to the three files you created in Part 2 that describes what the pages are.
Remember that you need to set the title, section headers, and permissions for these files.
You should be able to verify everything works locally. Then all you need to do is upload the one folder hw02 to your CS account inside the csci100 directory you created for the last assignment.
Recall from class discussion, a quick way to set all the permissions for a folder and its contents is to use the command chmod -R a+rX [directory]. So, if you uploaded the files into your csci100 folder, you should be able to:
Because we called the top file "index.html" the web server will display that file by default. You should now be able to see your new web page by going to http://www.cs.oberlin.edu/~username/csci100/hw02/
You will need to electronically submit your files to me (instead of emailing them as was done in Homework #1). To do that, there are 2 mechanisms you can use:
Command line tool: if you log into occs remotely, or one of the lab machines, you can just submit all the files that you uploaded.
To do so, you should perform the following commands ('#' and beyond are comments):
Web interface: go to www.cs.oberlin.edu / handin and fill out the form there with your CS username and follow the prompts.