|
Internet Master
Session 6 - Designing Web Pages
References :
"The Whole Internet" by Kiersten Conner-Sax & Ed Krol.
"Web Page Design" by Mary E. S. Morris and Randy J. Hinrichs
"HTML for the World Wide Web" by Elizabeth Castro
"Web Page Design Cookbook" by William Horton, et al.
Web
References
Review: Web Pages
Web Page Show and Tell
- Demonstration of Class members' web page projects
Tables
Basic Table Elements
Table tag
<table>........</table>
Table row
<tr>........</tr>
Table cell
<td>........</td>
- Other attributes can be added, such as border,s cellspacing,
cellpadding, colspan, rowspan, align, bgcolor attributes.
For more information on table tags, check
out "The Bare Bones Guide
to HTML - Tables" at http://werbach.com/barebones/barebone.html#tables.
For practice on developing HTML tables, check out the Table Tutor at
http://junior.apk.net/~jbarta/tutor/tables/index.html.
Web Page Planning Considerations
For more information on Web page planning, see the "WWW Project Development
Guide for Extension Groups" at
http://outreach.missouri.edu/webteam/docs/guide.html.
- Housing your Home Page
- Where will it be stored?
- How much will it cost?
- How do I get it there?
- Web Page Responsibility
- Who's responsible for the content?
- Who's responsible for the page design?
- Who's responsible for updating?
- What's Your Content? If there's no content - there's
probably no need for a site.
- Who are your users?
- Is it content that they want?
- Is it current? If it's out of date, it's not valuable.
- Is it accurate?
- Are links appropriate?
- Company Web Style and Policy
Designing Your Pages
- Design for readability
- Use good contrast between
background color and text.
- Black on white or light color is easiest to read.
- Don't SHOUT unless
it's appropriate. ALL UPPERCASE or red text may attract
attention but are difficult to read.
- Don't use background
patterns or keep them subdued.
- Remember your text-only users and use "alt"
attributes to keep your site usable for them.
- Don't just fill the page with gray text. Make the page
scannable. Allow readers a way in and out of text.
- Use white space to separate clusters of information on the
page.
- Design for attractiveness
- Design for a horizontal medium
- Design for Easy Understanding
- Know who your users are and write for them. Write clearly,
in short sentences.
- Avoid acronyms and jargon unless your users will know what
they mean.
- Use active voice.
- Use lists, charts and tables when appropriate.
- Design for Efficiency
- Don't use large graphic files that take too long to
download.
- Easy to navigate - Limit the number of needed clicks.
General rules of thumb:
- 3 clicks maximum to get to the important or commonly used
information.
- 4-5 clicks should take users to 80 percent of the documents
that they want to use.
- 7 clicks maximum to get to any document on the site
- Divide page into zones so users can easily identify where to
scan for the information they want. Use tables and lists to group information.
- Don't overload one page with information. Break it into
chunks.
- Put the important information first. Try to make your opening page less than one screen.
- Shorten your text. Use short paragraphs. Use wide margins.
- For long pages, use links in a Table of
Contents to connect the user to the information they're seeking.
- Provide visual cues and easily used navigational buttons.
- Make your page easy to maintain
- Design for Interactivity
- Provide ways for users to get involved in the site.
- Provide for easy
feedback using a form or "mail-to" link.
Discussion - What are some of the differences
between print and web?
How do you move your web page files to the Web
server?
Demonstration of File Transfer Protocol using
WS_FTP
- Reading:
"The Whole Internet" - Chapter 13
Why would you want to use audio on your page?
- Help convey your message.
- When it is practical to do so.
- It can dramatically increase visitor interest.
- It can stimulate powerful emotional synaptic responses.
- Can give your web site a comptetitive edge.
Examples of using sound
- Hear what our customers are saying about our ______.
- Listen to how quiet our dishwasher is compared to other
brands.
- This type of child's cough requires an expectorant.
- Listen to this hot new release.
- A message from our director.
- An interview with _______.
- Click here to play the background music for this page.
- This week's spring planting tip.
- Kids, click here to have this page read to you.
Resources for adding sound
How to embed sound in your web site: http://www.dezines.com/midi/
DeZines:adding wave files: http://www.dezines.com/midi/wave.htm
Assignment
|