Users that have immediate, unfettered access to their resources and information are more reliable, better performing, and happier. When a workforce is more reliable, better performing, and happier, the entire business benefits with better SLAs, less turnover, and happier clients.  User Experience Optimization is taking steps to consolidate and simplify the user experience, and is proven to have a very real and direct impact on a business’s ability to function profitably.
Before we look at what makes an optimal interface, let’s look at what makes a poor one.  What’s the worst user interface you were ever forced to use? What made it so terrible? Too many screens? Ill-marked buttons and options? Annoying popups and dialogs? Was it just completely unorganized?
Once among the top offenders, Microsoft has taken to publishing guidelines aimed to calm these frustrations. These User Experience Guidelines have been available for several years now and have been updated a few times. From these and many other resources (which would take too long to list in the context of this post), I have come up with my own list of top UX priorities for any developer or designer:
  • Organize!
  • Make everything obvious (users are in a hurry!)
  • Provide instant feedback
  • Make error messages meaningful and actionable
  • Provide only information the user must have

Let’s break these down into a few examples, beginning with one from Rob McKeown, a respected UX designer.

Information Overload

USArmyChart1Here’s the US Army’s webpage explaining how many pushups one must accomplish to pass basic training. All the user wants to know is “how many pushups must I do to pass?”

As you can see (or not), there are 750 cells of data in the US Army’s chart, just to answer this simple question. Only 20 numbers here are actually helpful at all, and even less if you organize it properly.

This, as Rob put it, is as if “you asked someone on the street the time, and he proceeds to list off the time in every single time zone. That information may be useful to someone, but not to me and not right now.”

The entire hundred-line-long chart could have been consolidated into this:

USArmyChart2

How would call handle time be impacted if this giant chart had been a list of interest rates for a credit card application? A list of products and prices in a nationwide catalog? Can you think of other examples in your organization?

If all the information truly was required, you can consider progressive disclosure through a simple, optional link for more information.

tl;dr

Every user is engaged in your app for a specific purpose.  They intend to get their task completed and move on as quickly as possible.  Because users are in a hurry, we developers and designers must remember that users don’t read. They scan. But what is the difference? Let’s look, courtesy of Microsoft for publishing results of ongoing user interaction and eye-tracking research studies.

read
The goal of reading is comprehension and deep understanding.
scan
The goal of scanning is to locate things.
NavScan
If there is text along the left edge of a page, users typically scan it first.

As the research concludes, users read bits of text comprehensively only when they believe they need to (never!), and users will always skip over large blocks of text without reading them at all (looking for headlines).

Case Studies

Here’s a SharePoint website running in a a user’s full screen browser, running at 1024×768 (the default screen resolution for most monitors in the Windows XP era).

WAH1

No content on the page is able to be scanned because nothing fits. The content off the page might as well be invisible — users will not scroll horizontally to find hidden content. The mouse does not enable horizontal scrolling, and it’s exceedingly difficult to target, grab, and scroll to the right: users will not work to make up for poor design.

Here’s a Calendar from the same website:

WAH2

Because of recurring events, every single day on this calendar view is truncated. Sacrifice the monthly planner style for an event list, and your users will be more informed and more productive.

Inconsistent formatting is another designer faux pas. When text formatting differs by any means (any one or more of size, color, shape, spacing), the readability of the text is automatically cut in half. It’s not only distracting but it is hard to follow and scan (remember, users weren’t reading it in the first place).

Consider these side-by-side examples. Which would you rather try to read for clarity and immediate understanding?

AnnouncementsList

In addition to shorter “newspaper” style headings, the example on the right includes friendly date display so users know which item(s) they’ve already seen, as well as markers for new content. It is also grouped by relevance so the users can quickly scan in context.

Finally, let’s look at how not to navbar. This site’s navigation bar was cluttered with duplicates, bad grammar, vague descriptions, and true garbage, and was so lengthy that it required four full pages of scrolling just to reach the end. How is a user supposed to navigate this quickly?

BadNav

While you try to make sense of this, also look at the group headings? Is this where you’d go to find an item? The example from the right is after extensive cleanup. All the same functionality with none of the mess:

GoodNav

Closing

Taking steps to consolidate and simplify the user experience provides users with many tangible benefits, while boosting the performance of the team and company as a whole. Increasing user confidence by reducing concepts not only saves time and effort, but lowers training time considerably. All of these aspects have very real and direct impacts to our ability to function profitably and successfully.

For further reading, point your favorite web search engine to “user experience guidelines” or “user experience optimization”.

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.