<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
   <TITLE></TITLE>
   <META NAME="Author" CONTENT="Golda Bernstein">
   <META NAME="GENERATOR" CONTENT="Mozilla/3.0Gold (WinNT; I) [Netscape]">
</HEAD>
<BODY bgcolor="#b5f3fb">

<P>
<A HREF="index.html"><IMG SRC="main.gif" ALT="Main Index" HEIGHT=30 WIDTH=126></A>
<A HREF="ease.html"><IMG SRC="ease1.gif" ALT="Ease of Use" HEIGHT=30 WIDTH=139></A>
<A HREF="speed.html"><IMG SRC="speed.gif" ALT="Loading Speed" HEIGHT=30 WIDTH=166></A>
<A HREF="old.html"><IMG SRC="old.gif" ALT="Old Browsers" HEIGHT=30 WIDTH=156></A>
<A HREF="purpose.html"><IMG SRC="pages.gif" ALT="Pages for a Purpose" HEIGHT=30 WIDTH=210></A>
<A HREF="examples.html"><IMG SRC="cool.gif" ALT="Cool Sites" HEIGHT=30 WIDTH=119></A>
<A HREF="summary.html"><IMG SRC="summary.gif" ALT="Summary" HEIGHT=30 WIDTH=120></A></P>

<H2>Design Considerations:<FONT COLOR="#000080"> Ease of Use and Navigability</FONT></H2>

<P><I><A HREF="#philosophy">Philosophy</A> *&nbsp;<A HREF="#menus">Menus &amp;&nbsp;Toolbars</A> * <A HREF="#frames">Frames</A> *&nbsp;<A HREF="#pretty">Prettiness
vs. Functionality</A></I></P>

<BLOCKQUOTE>
<A NAME="philosophy">
<H3>Philosophy: Let the User have Control</H3>
</A>
<P>The Web has vast quantities of information, and users have limited time.
Your site may be wonderful, unique and worthy of complete exploration,
but your users may be in a hurry and looking for specific information.
Give them the option to follow the guided tour, or to drill down immediately
to what they want to see. A main index, toolbars on every page, and if
applicable a local search interface will help make your site navigable
and efficient..</P>

<A NAME="menus">
<H3>Menus and Toolbars</H3>
</A>
<P>Probably the most important navigation tool is a consistent menu on
each page. At the least, each page should link back to a home page with
a complete index. Otherwise, the user can get into a sub-area where all
the links go to files in group A, later get into a separate sub-area where
all the links to go files in group B, and never be able to find that one
page he was looking at last week... Even if you change your page contents
regularly, a practice recommended by many marketing gurus, try to keep
some consistency in the menu structure so that repeat users are on familiar
ground.</P>

<P>Toolbars may be graphical or text, imagemaps or separate files, and
simple text or table format. What are the relative merits of each?<BR>
</P>

<TABLE BORDER=1 >
<TR>
<TH>Type </TH>

<TH>Advantages</TH>

<TH>Disadvantages</TH>

<TH>Sample</TH>
</TR>

<TR>
<TD>Separate Images with ALT text </TD>

<TD>Works in all browsers, even Lynx; can intersperse text with images.
Easy to indicate which is the current page.</TD>

<TD>Only simple linear or stacked toolbars possible </TD>

<TD>See top of this document </TD>
</TR>

<TR>
<TD>Imagemap, Client Side or Server Side</TD>

<TD>Imaginative toolbars of any shape and orientation are possible</TD>

<TD>Not supported by all browsers: Netscape 1.1 for Server-side, 2.0 for
Client-side. Note, Client-side imagemaps are work faster and are easier
to make</TD>

<TD></TD>
</TR>

<TR>
<TD>Table-formated</TD>

<TD>Loads fast, flexible format</TD>

<TD>Requires Netscape 1.1 or above</TD>

<TD>
<TABLE BORDER=1 >
<TR>
<TD>Main Menu</TD>

<TD>Option 1</TD>

<TD>Option 2</TD>

<TD>Option 3</TD>
</TR>
</TABLE>
</TD>
</TR>

<TR>
<TD>Simple Text</TD>

<TD>Easy to create, works in ALL browsers</TD>

<TD>No fancy formatting</TD>

<TD>Main Menu * Option 1 * Option 2 * Option 3 </TD>
</TR>
</TABLE>

<A NAME="frames">
<H3>Frames: Blessing or Curse?</H3>
</A>
Frames allow you to divide the main browser window into sections, each with separate contents and behaviour.
A click on a link in one frame may cause new information to appear in the same area, or another area of the screen.
Frames can quickly become confusing if used haphazardly.   Each link may be targeted independently, and each
 new URL loaded may contain different targets, making it impossible for the user to predict what will happen next.
<p>
To keep some feeling of stability, use frames sparingly and with specific purpose.  Dividing a screen into a left and right 
side, with a stable table of contents on the left that always causes new pages to load on the right, it perhaps the clearest
use for  frames.  Keeping a fixed toolbar and search screen always available to the user, but able to be moved
out of the way, is also a good application for them.  Here is <A HREF="http://iwhome.com/biz">a simple example</A> that
demonstrates both of these concepts.
<p>
Frames have many possible uses, and even more possible abuses.  Generally they are most useful when a large amount
of indexed information needs to be accessed.  Always keep in mind that the user needs to feel in control, and should be able
to get to any particular screen at will.

<A NAME="pretty">
<H3>Prettiness versus Functionality</H3>
</A>
Think of your home page as the index page of a magazine, not its cover.
Graphic impact is important, but ease of use and an inviting feel are equally or more so.
The reason is simple: the cover of a magazine invites a reader to pick it up off the table,
 but once a user it at your home page, they have already "picked up" your site.
Now, you want them to like what they have found and stay.
<p>
This is not to say you should avoid graphics or make a "plain" site.  Use attractive, meaningful graphics 
that add function.  A consistent graphical toolbar or selection of icons help the user  feel on familiar ground 
and navigate without effort.  Pleasant, unintrusive backgrounds also help identify the site and provide a familiar "feel".
Clever animations may entertain and draw attention to points you want to make, only be careful that they do not
distract when you want the user to read the text.

</BLOCKQUOTE>

</BODY>
</HTML>
