Web Development with
Front Page 2002 (aka XP)
for TULIP

Jump to the
second section

A few definitions:

Requesting web space at CSUSM (project/purpose oriented):

The remainder of this training presupposes that you will be using a Windows OS (not a Macintosh); this is because Front Page 2002 is only available for Windows.  I don't know why I feel compelled to apologise at this point (for something that is solely the fault of Bill Gates); but, I'm sorry.

Logging onto your web space:

  1. Open Front Page 2002 from your "Start" menu (bottom left corner of your desktop).
  2. You'll see the default screen.
    1sm.gif (7795 bytes)
  3. Select "Open Web..." from the File pull down menu and fill out (or select the web you'd like to work on and click "Open")
    2sm.gif (2230 bytes)
  4. Enter your "Name:" and "Password:" for this web (usually this is your email login name and password) and be sure the "Save this password" check box is not checked, then click "Okay".
    3sm.gif (4973 bytes)
  5. Now you will see your Front Page web files and folders.
    4sm.gif (7263 bytes)

Hint: when I design web pages I keep Front Page open as well as a web browser (so I can see the pages I'm saving on the server, to be sure that everything looks/works as I want it).

Saving and naming files:

  1. Use the save icon on the toolbar or the "Save" option from the File pull-down menu
  2. Name your files something descriptive but short (names affect URL lengths and users' typing time); never use spaces or non-alphanumeric characters in file names.
  3. Be sure you know where you saved your page (and, using your web browser, double check that everything looks/work right).  Be aware of the default "Save in:" location and remember where you left your file(s).

Exercise: Save an index and two additional pages on the web server

Importing text:

  1. In any document, web page, or application that allows you to: Select, Copy, place cursor, and Paste.
  2. Use "Open..." under the File pull down menu to open a text, Word, Power Point, Excel file stored on a local disk (be sure you are looking for "Files of type" "All Files" or you'll only see "Web Pages" by default).

Exercise: Type some text on your "index" page; now go to a web page and copy & paste some text (try and get a hyperlink) into your index page.  Note formatting of pasted text.

Importing images:

  1. Place your cursor in your HTML page where you want the image and use the tool bar shortcut then  use the "Picture" popup window to select the image you want
    5sm.gif (5333 bytes)
  2. Click "Okay"

To add this alternative textual information:

  1. Right click the image you just inserted into the web page and select "Picture Properties..." from the pop-up menu.
  2. Click the "General" tab at the top of the pop-up window.
  3. In the box labeled "Text:" type a short, description of the image (this is what users employing screen readers will hear instead of seeing the image).

To capture images from existing web pages:

  1. Open a web browser and find the image you want
  2. Right click the image and select "Save Picture As..." (if you're using Internet Explorer) or "Save Image As..." (if you're using Netscape).  Then save to image to your local disk using the "Save As..." popup window that opens.

To import images from a local disk to your Front Page web:

  1. Open your Front Page web (or make it the active window on your desktop).
  2. Hold down the "Windows" key (between the Ctrl and Alt keys) and type an "e" to launch Windows Explorer.  Use this popup window to find the image you have on your local disk.
  3. Click-hold and drag the image icon to your front page web/folder (that is still visible behind the windows explorer window); unclick when your cursor shows a "+" in the web location where you want this image to be imported to.

Exercise: Go to an existing web page and save an image to your desktop (or use one of your own).  Import the image into your Front Page web and then insert it an one of your pages.  Be sure to add ALT text.

Creating hyperlinks:

  1. Select the object (image or text) in your HTML page that you want to become the hyperlink and then use the toolbar shortcut to open the "Insert Hyperlink" popup window to select the file you want to link to (remember you can link to an external web page, an image, a sound, a movie, an internal HTML page, or even a document from Word, Power Point, Excel, etc.).
    6sm.gif (6458 bytes)
  2. Click "Okay"

Color:

Chuck created a resource that allows you to see a range of colors (a mixture of the Macintosh and Windows color palets) and their hexadecimal and RGB values:
http://www.csusm.edu/garrett/resources/goodclut.gif

Exercise: Change the background and text color of one of your pages and then select some text and change its color.

Tables:

Exercise: Follow along as I highlight the steps below; experiment.

Directory structure:


Second Session

Design Issues:




Topics covered below this point in the lecture, will not work well with pages being developed for WebCT courses.




A few words about WebCT:

WebCT users who use Front Page (or any HTML editor) to create content pages should be aware of a few important issues these editors introduce:




On with the Front Page instruction...




Forms:

So far we've been placing information on the web so people can browse it.

Web forms allow us to take information from browsers and "do things" with it via a script.  This allows an additional level of dynamism to our web sites and the browsers' experiences.

To insert a form within a web page:

  1. Consider the data you want the browser to submit.
  2. Most forms begin with the browser inputting their name so we'll begin here.
  3. Be sure you have a web page open.
  4. Place your cursor where you want the form to be.
  5. Go to the "Insert" menu and select "Form" and "Text Box" to insert a text box within a web form.
    Note: the dotted line delimits the form boundary.  Your cursor *must* be within this limen when inserting additional form fields.
  6. Add text and space to format and explain your form as you insert form elements.
  7. Double click each form field to name it something meaningful to you (and to set any special attributes of this particular field).  Data will be stored in named pairs: that is, each form field has a "name" that is paired with any submitted data and passed to the file/email recipient.
    Remember: no spaces or special characters in field names.
  8. When you have your form completed, right click on it and select "Form Properties..." to tell Front Page what to "do" with information that browsers will submit
  9. Consider the Form Properties popup window:
    11sm.gif (2340 bytes)

Themes:

Exercise: Follow along as I highlight the steps below; experiment.

  1. Click on the "Format" pull-down menu and select "Theme..."
  2. Form the theme popup window, click on the name of a theme (or three).
  3. Experiment with the four check boxes at the bottom left of the popup window and see how combinations affect the selected theme.
  4. Also look at/experiment with the "Modify" button at the bottom of the Themes pop-up window.

Frames:

Exercise: Follow along as I highlight the steps below; experiment.

  1. Go to the File menu and select "New" and then "Page or Web..."
    Front Page has a lot of preformatted pages available to you.
  2. Click the "Page Templates..." option from the "New Page or Web" navigation bar
    7bsm.gif (10452 bytes)
  3. Click the "Frames Pages" tab at the top of the "Page Templates" popup window.
  4. Single click a few of the possibilities to see examples displayed in the bottom right corner of the popup window.
  5. Click "Okay" when you have selected the frame set you like.
  1. Right click in any of your frames and select "Frame Properties"
  2. Consider the "Frame Properties" popup window:
    9sm.gif (2646 bytes)

Consider this example; note:

http://www.csusm.edu/anniversary/

Shared Borders:

Exercise: Follow along as I highlight the steps below; experiment.

  1. From the Format pull-down menu, select "Shared Borders..."
  2. Click "Top", "Left", "Right", or "Bottom" on the Shared Borders popup window to start working with shared borders.
  3. "Add this page to the navigation display to..."

Double click on a shared border to edit:

Navigation View:

The Front Page "View" for "Navigation" is simply a way of imposing a logical structure (within Front Page) for your files as they are saved on the server.   File structure is where files are in relation to sub-directories; the logical structure reflects what you have already been doing when you link your top level page to other pages. [draw a picture of a hierarchic, logical structure]

For Front Page to be able to provide navigation links (via shared borders) you need to build this kind of hierarchy so it knows what goes where regarding the logical structuring of your information.  The Navigation View allows you to dictate this hierarchy/structure.

Click and hold on files from the "Folder List" frame in Front Page, drag and drop them into the cyan frame (on the right) in Front Page note their relationship to existing files within the navigation structure. 

If you have an index page, it will already be in the navigation structure and will have a "home" icon on its rectangular icon.

Right click on a page in the navigation structure to affect it further.

"Components":


Last modified August 07, 2002 by Garrett Collins (garrett@csusm.edu).