views:

70

answers:

2

At work, I have access to many appliances ranging from DataPower to Cisco to F5 and so on. Each of the user interfaces for configuration seem to have a different layout where on some the navigation is on the side while on others it is on the top.

How do usability guidelines vary based on whether something is a user website vs something that needs to be configured?

A: 

Either is fine, and both work well - it depends on whether the method you choose is implemented well. For example: most routers have a menu on the left-hand-side, and everyone uses these screens with minimal hassle. Conversely, windows options dialogs always use tabs (across the top), and no one seems to have problems there.

Even microsoft change their styles - properties windows in Visual Studio and the options windows in MS Word 2007 both have menus on the left.

It's personal preference, though tabs seem to work best with fewer options, and left-hand navigation is better for more options. That's probably the rule of thumb, if anything.

Luke Schafer
A: 

There is some evidence of higher performance and user preference for left-hand menus than top menus. See http://www.usability.gov/pubs/040106news.html. I suspect it’s easier to scan down a list of menu items to find one of interest than to scan across.

If you have a hierarchical menu, and you can’t fit everything on the left, you can get comparable performance combining a left-hand menu with a top menu. The user’s first choice (top of the hierarchy) should be from the left hand menu, and the final choice (bottom of the hierarchy) should be from the top menu.

I don’t see any reason why finding a router setting to configure should be any different than finding a pair of socks to buy. Navigation is navigation whether it’s a router UI or web site. The differences you’re seeing are probably the result of different corporate traditions or aesthetic senses, not different usability guidelines.

Michael Zuschlag