|
|||
| week 06b - file structure/references, navigation, sites | |||
navigation design : |
help the user do what they want The following are general rules to follow when designing navigation in a web site. The are only rules, and as the saying goes, rules are made to be broken--just have a good reason to break them!
|
|
consistency : |
Note: Some people create navigation systems that drop the current page link from the navigation bar. This may seem "efficient" since there is no reason to have a link to the page you are already on. But this approach violates the principle of consistency, since the links in the navigation bar would be in a different place on every page. It also violates the rule below for indicating the current page, because a better approach is to highlight the current page in the navigation bar (while making the link inactive).
|
|
| 7 +- 2 rule : |
In general, people have a hard time keeping track of more than 7 items (plus or minus 2) at a time. This means that if you have more than 7 links on a page, people may get confused or have a hard time understanding the navigation. On the other hand, you often want to provide more than 7 links, which leads to:
|
|
| group navigation : |
If you have a lot of links on a page, try organizing them into related sets of 7+-2. For example, a food site could group links to fruits, vegetables, herbs, fish, poultry, and red meats together, while grouping links to nutrition info, health tips, recipes, meal planning, and cutlery in a different location on the page. Some ways to group navigational elements are:
|
|
| exercise : |
Below are 10 links for an auto site. How would you organize them for clear and useful navigation? contact, cars, customer service, dealers, about us, trucks, jobs, investor info, financial services, suvs
|
|
| keep it simple : |
Don't make people work hard to get where they want to go. The harder it is, the less people will use the navigation. Some things to avoid:
|
|
| where are we? : |
Always identify the name or function of the current page. This can be done by highlighting the navigation to indicate the current page. The name of the page should also be incorporated into the design layout. In a typical page, the user should be able to see where they are by the navigation bar and by a page heading. If the site is complex, it's important to indicate where the current page is in relation to the rest of the site. If possible, combine your navigation with a visual layout so as to indicate the current location. This is called the trail of bread crumbs. E.g. you could have a navigation bar that shows the path to the page such as: "home>products>vacuum cleaners", where both "home" and "products" are active links to their respective pages in the heirarchy. Not only does this indicate to the user where they are, but it allows them to skip to any level of the hierarchy, eliminating the need to see the intermediate pages.
|
|
| multiple navaigation : |
There is no single way that users will navigate through the site. People have different goals, search methodologies, attentiveness, previous knowledge, and ways of looking at the content of the site. Even gender can affect navigation.
|
|
| hide vs. show sub-nav : | Depending on the amount of content and number of sub-pages underneath the main sections of the web site, the navigation design should reveal the sub-navigation in some way.
|
| all materials on this web site © copyright 2003, Philip van Allen |
top |