![]() |
Author: Nathan Pace (Lead Developer) Date: 18 Oct 2009 Categories: Other articles Web design articles The immediate nature of the web means that the vast majority of web users are in a hurry. With users being a mere one click away from your competitor's site, a great deal of consideration should be given to designing a website that delivers the best experience for the user. Integral to an effective design is effective navigation. Website navigation offers the user different options for moving through a website. It is fundamental for a good website experience and, absolutely, should be a key consideration in the planning stages of a web design project. It's all well and good investing time and effort on SEO to achieve decent rankings, but the benefits of a high-ranking search will disappear quickly if the navigation system on your site only succeeds in frustrating and alienating your visitors due to being too confusing and counter-intuitive! People don't tend to read through everything on a webpage (indeed, the concept of actually reading a web page in a similar way to reading a book is unusual). They scan quickly for the relevant information. So, in light of this assumption, there are three things that a navigation system should be: clear, simple and consistent. Let's take a closer look at these requirements: A clear navigation system A navigation system should be able to answer three basic questions without any thought required from the user:
Most web browsers address the first two points above by changing the colour of previously visited links on pages with no CSS styling on the links, although it's important to ensure that links styled with CSS also adhere to this. A simple navigation system Although a fancy looking dynamic menu using AJAX can look good, consideration should be given to users who may have problems interacting with such navigation types. Basic text links supplementing a dynamic menu, therefore, should be used to allow those users to get around a bit easier. A consistent navigation system Keeping the navigation consistent across the site is reassuring for the user. It also means that they are not forced into having to figure how the navigation works on each page they find themselves on. (From a development point of view, it also means changing just one file, should the navigation need changing!). One idea that is becoming the norm is that the site ID or logo (usually found in the top left hand corner) is itself a link which takes you back to the home page of the site. Allowing a home page link within the main navigation is also a good idea.
These are basic principles of what should be considered when designing navigation from a usability point of view. A very good resource for further reading is Steve Krug's book "Don't Make Me Think - A Common Sense Approach to Web Usability". Another resource is Jakob Nielsen's website - a website that clearly advocates usability principles over design ones. If you have any questions on any of the above, then please get in touch.
|



