CMSC 102 - Project 5 - Fall 2005 - Creating your own Web pages

Due: 11:55 pm on Friday, December 2nd.

Note: This is due AFTER the second exam, but all HTML topics covered up until November 11th will be topics for the exam. For this reason, it is suggested that you finish as much of stages 1-4 of the project before the exam and then review your completed project parts again and complete the remaining parts and submit by the due date. Be sure to confirm that you have done all of the required tasks and that your pages appear correctly in various Web browsers.

To submit this project, after you are done creating and editing the various files, you will have to:
  1. Log into your GRACE account, go into the public directory for class material (/afs/glue/class/fall2005/cmsc/102/0101/public/P5/) and type the command CollectP5 and press enter.

  2. Go back to your own home directory in GRACE and use the submit command to submit the Project5.tar file that was created in the previous step.

                 submit     2005     fall     cmsc      102    0301     5     Project5.tar
     


Remember: You are not to copy other students' Web pages. Browsers allow you to see other students' HTML codes, but doing so is a violation of the honor code. If you are caught doing so, you will referred for judicial review.

Note: After each stage of the project, you should view your pages using Lynx, Internet Explorer and Netscape to see what it looks like and to make sure that there are no errors yet. When using a browser such as Internet Explorer, you will want to make sure that it is set to re-get the page every time (some are set to only get the page once per session, so refreshing won't actually show you the new version). In Internet Explorer, the cache settings are under TOOL-INTERNET OPTIONS and then in the Temporary Internet Files region, click on Settings and set the "Check for new versions..." to "Every visit to page."

For this project you will need to create and/or modify five specific pages (description below) in your GRACE account, and one page in your WAM account. Please read the description carefully and thoroughly.



Stage 1
Log onto your GRACE account. If you have any pre-existing web pages in your GRACE /pub/yourlogin directory move those to some other location. At the prompt, type the following two commands:

     cd  /afs/glue/class/fall2005/cmsc/102/0101/public/P5


     InstallP5

After doing this, you will have a "home page" in your GRACE account in the /pub/yourlogin directory. The URL for your page will be:
		http://www.grace.umd.edu/~yourlogin
where yourlogin is your login name on the GRACE cluster.

Check to make sure this page has been created correctly. If it has, it will look similiar to this page capture (other than where line wraps occur).


Stage 2
Go into your /pub/yourlogin directory and edit the file there named BasicPageHTML.html so that it appears like this page capture (other than where line wraps occur) using only HTML modifications. In other words, you can not use any images or style sheets in this stage.


Stage 3
For this stage, you need to create a new file name GeneralPage.html in your /pub/yourlogin directory on GRACE. Modify this file so that it has the following in the following order:

Stage 4
For this stage, you need to create a new file named TablePage.html in your /pub/yourlogin directory on GRACE. Modify this file so that it has the following in the following order:


Stage 5
Go into your /pub/yourlogin directory and edit the file there named BasicPageCSS.css so that when you view the page BasicPageCSS.html in your GRACE website it appears like this page capture (other than where line wraps occur). You will accomplish this using only CSS modifications to the BasicPageCSS.css file. In other words, you can not use any images or alter the BasicPageCSS.html document at all in this stage.


Stage 6
There will be an HTML file in your /pub/yourlogin directory named SSI.shtml that has some information already added. Edit the file by following the directions in that provided file.


Stage 7
Edit the file in your /pub/yourlogin directory named JavaExample.shtml so that instead of saying Applet Here under the words This is an applet page. and above the words An applet can see above. it actually has a Java applet that has moving text.
  • The applet needs to be a text-based Java applet (meaning it displays text specified by the person installing it)
  • The content of the text should be your full name or a nickname.


    Stage 8
    Create a Web page in your WAM account called "Welcome.html" in the /pub/yourlogin directory. This will be accessible as http://www.wam.umd.edu/~yourlogin on the Web.

    This Web page will be your home page on your WAM account. The design of this page is up to you. For the project, you will probably want to create a very basic page. You can then continue to develop it later in this and in future semesters.

    You now need to create a link from the index.html document in your GRACE account that connects to this page in your WAM account. The link should appear at the bottom, under the orange line, as the words "My WAM Page".




    Web Accessibility