Introduction to Web Design Principles
Tom Kelliher, CS 102
Sept. 21, 1998
Announcements: Bring FrontPage book and CD to class. Quiz on Friday.
From last time:
- Introduction to FrontPage. Will finish today.
Outline:
- Web page design principles: Who's the author, Basic design rules,
Do's, Don'ts, Image Properties.
Assignment:
Reading:
-
Beyond the Bones of HTML
(http://www.avalon.net/~librarian/bones/
)
-
A Web Design Guide: WebHome Improvement
(http://www.htmltips.com/
)
-
Top Ten Mistakes in Web Design
(http://www.useit.com/alertbox/9605.html
)
-
How to Make an Annoying Web Page
(http://www.users.nac.net/falken/annoying/
)
- The Web is a nonlinear, hypermedia, multimedia experience.
- The viewer is ultimately the author.
- Viewer controls size of browser window.
- Multitude of browsers; some are text-only.
- Little control over element placement.
- Storyboard --- sketch out the design of your site and how
everything fits together.
- Make the structure intuitive.
- Design for widest possible audience and manage bandwidth:
- Keep in mind the lowest common denominator: 256 colors, resolution.
- Each page should download quickly for a 28.8 KB modem. Multimedia
eats bandwidth. Text doesn't.
- Keep pages short --- better to have lots of linked small pages then
one huge page.
- Provide navigation aids: back, home buttons or a table of contents in
a frame.
- Use descriptive titles.
- Provide navigation aids.
- Use image captions ( Alternate Representation in Image
Properties).
- Check spelling.
- Apply a style consistently.
- Use color and motion wisely.
- Use images sparingly
- Use tables to gain structure within a page.
- Identify yourself, give contact information, and date your pages.
- Apply the site evaluation rules to your own site.
- Overwhelm the viewer with too much.
- Use under-construction signs.
- Use images that don't fit into .
- Ramble.
- Use broken links.
- Pixels.
- Common resolutions:
- 640 x 480.
- 800 x 600.
- 1024 x 768.
- Image size.
- How much is visible to a viewer, without scrolling?
- Formats:
- GIF --- interlaced, non-interlaced. Limited to color depth of
256. Compression controversy.
- JPEG --- Joint Photographs Expert Group. Higher color depths.
- Color depth. Common values:
- 2 --- black and white.
- 16 --- simple artwork.
- 256 --- more complex artwork, photographs.
- 32K and higher --- photographs and JPEG.
- Size of the image file. Time to load.
- In-line and external images.
- Thumbnail images.
- Copyrights.
Thomas P. Kelliher
Mon Sep 21 09:16:50 EDT 1998
Tom Kelliher