Computer Science and Computer Engineering 115
Solve it with the Computer!
Spring 2000

Lab 10: Due Tuesday, April 25, 2000

20 points.

You may not have enough time during the organized lab time to finish this exercise. You will need to go to the U.C. user room at another time to finish it.

Goal:

Explore the World Wide Web and create a World Wide Home Page on Sage and have fun doing it.

It is wise to get started on this assignment early and allow some extra time to complete it in case of difficulties.

Pre-lab Assignment


Notes

  1. You will need an account on Sage, a computer with WWW browser such as Netscape, an internet connection, and an FTP program to complete this assignment. Some editing of a home page can be done on any computer with Notepad.
  2. You will need at least 50 KBytes or so of disk space on your Sage account, more if you will be using images. If you have a lot of e-mail saved or you otherwise use your account a lot, you may be running short on disk space. Make sure you clear some room for this assignment. You may need to delete old e-mail. You can check space left on your account by selecting "E-mail Account Disk Usage" on the "On-line services" page on the PLU web site or the option "[U] DISKUSE - Your Disk Usage" on the Sage menu.
  3. Be sure that you save your files on your own disk, using the A: drive.


Instructions

Part I: Search on the World Wide Web

Do an internet search on some topic in which you are interested. The procedure varies with the particular version of the browser you are using and with the particular search engine you use. The general procedure is as follows:
  1. Start Netscape or other browser.
  2. Start a search. Some browsers have a button labeled "Search". If not, you will need to find a menu item such as "Edit|Search Internet" or "Directory | Internet Search".
  3. One of the search engines may be picked randomly. If desired, you can pick a different one.
  4. Type the words you would like to search for in the box and the click the "Search" (or similar button) near the box.
  5. The search engine will normally find many WEB pages containing the search words. Click on one that seems of interest. Use the "Back" button to return to the list of WEB pages. At the end of the first list, you may find a "Next" or similar button that you can use to see another list of possible WEB pages.
  6. Note: you may find that the original choice of search words led to a overly long list of items. Many search engines provide ways to refine the search. Unfortunately, these techniques vary. You may find some help is available for the search engine being used.
  7. In your lab report, record the search words and the name of the search engine you are using.
  8. Record the URL (as found in the Netsite or Location box) for at least 2 web sites related to your topic of interest. Write a sentence describing the material at that site.

Part II: Create a home page

Part A. Create a public_html directory on Sage

Follow the directions in step 1 of the "Creating a home page for Sage" section at the end of the "Introduction to HTML" handout.


Part B. Create the HTML document:

Summary: You will use Notepad to create a text file on your PC disk. This text file will be an HTML document, which uses the HTML tags (commands) we discussed in lecture and in the handout.

  1. Start Notepad.
  2. Type in the template illustrated shown at beginning of the handout. Be sure you begin and end the HTML, HEAD, and BODY sections. You can change the title and text in the body as desired.
  3. Now you are ready to customize your home page! What should be in your HTML document? You will be creating a personal home page about you or about your interests. List your interests. Write about yourself. List some links to favorite web pages. Include some images which tell more about you or your interests. A great way to get more examples of HTML files is to choose Page Source or Document Source from the View menu in Netscape. Look at the CSCI 115 class home page, PLU's home page, and other student home pages.
  4. Save your work often. Be sure to save your file with the name home.html (Sage is case sensitive). (This assumes you are using Windows 95, 98, or NT. Ask for help if you are using an older version of Windows.)
  5. When you are ready to test your file in Netscape, save your file as just explained and go to Part C. It will be easier of you don't quit Notepad, but rather switch between the Notepad and Netscape applications, keeping both of them open for a while. This will allow you to get into Notepad again quickly to fix your mistakes or make improvements. Hint: Use the buttons on the task bar or hold down the ALT key and press TAB. These are the quickest ways to switch between open applications.
Requirements, comments, and suggestions: