
Page Design
- Home page.
- The first page, links to the rest.
- Sometimes preceded by a splash page.
- First page is often an ad.
- Move automatically to the home page.
- Put a link to opt out of the flash.
No matter how nice it may be, impatient folks like me
will not want to watch it.
- Flash is very popular for these things.
- Things to include
- Lots of links. One click to major site divisions.
- Contact information, including phone and snail mail.
- Important information should be accessible without scrolling down.
- Page structure: Grids.
- One-column. Very simple. Putty home page.
- Two-column. Google News.
- Inverted L. LUGOJ.
- Two narrow, one wide. Quite common.
CSPAN.
- One wide, three narrow. Security
Focus.
- Busier-than-thou. Clarion-Ledger.
- Navigation.
- Use colors and labels to tell a user where s/he is.
Different color schemes, icons, or logos for each section.
- Make sure each page is identified.
- Have a link back to the home page.
- Color.
- Whatever you do, monitors vary.
- Color representation.
- Monitors combine red, green, and blue to make colors.
Primary colors for additive combination.
- Represented by a number which indicates how much of each to use.
- Each intensity is 0-255, written in hex 00-FF.
| #FFFFFF |
| | #000000 |
| | #999999 |
| | #00FF00 |
|
| |
| #0000FF |
| | #FFFF00 |
| | #FF7F07 |
| | #9C07FF |
|
| |
| #77A361 |
| | #66065A |
| | #6DBFA7 |
| | #8B9174 |
|
| |
- Are there really 16,777,216 colors?
- Not necessarily.
- Original limitations:
“Web safe” colors. Use 00, 33, 66, 99, CC, FF. As in
#CC33FF. Allows 216 colors.
- This week's wisdom: “Web Smart” colors: Use any values that
repeat the digits, as #7711BB or #CCFF99. Gives 4096 colors.
- Whatever you say, the browser will approximate with whatever it
can provide. The approximation process is called dithering.
- To me, it hardly seems worth worrying about.
- There are also 16 named colors, some neither web-safe nor web-smart.
- Background colors should not usually be too glaring, but it's
mostly a matter of what looks good.
- Text color needs to have good contrast.
This is good.
This is bad.
This is worse.