Layout, to Jpeg, to Web

This is a two-step process:

You'll follow my lead to create the jpeg from your layout (we'll do this methodically, like you did yesterday with Susan). Then you'll impress us all by creating your web page using the elementary tags of HTML.

  1. These are the steps we'll follow to create the jpeg:
    1. Start ArcView
    2. Open your project, created yesterday
    3. Add an "extension" to ArcView (JPEG Support)
    4. Open the layout you created yesterday
    5. "Export" the layout as a jpeg image (calling it kyview.jpg)
    6. Quit ArcView
    I'll lead you through these steps.

  2. These are the steps to create the html (you'll carry these out on your own, but feel free to ask questions!):
    1. Open notepad
    2. Use these elementary html commands (at least) to create a new html document:
      • html
      • head
      • body
      • title
      • h1
      • center
      • img
      Goal: to create a document that shows and explains your map.
    3. Save your document as layout.html
    4. Open this file in Netscape, and check that it looks good.
    5. Use WS_FTP to transfer the file to your public_html folder on guru (remember that you have a new password!).
    6. Use the chmod command to give your files the appropriate permissions.
    7. Check your new website, and see if it's working! If you've done everything correctly, and your username is "bud", then your URL would be "http://guru.nku.edu/~bud/layout.html".

Website maintained by Andy Long. Comments appreciated.