3.20.2009

Five web UX guidelines

In the year 2009, I am dumbfounded at the number of rookie mistakes companies make on the web. I'll keep this short and simple, you should absolutely abide by these when building ways for your users to interact with you.

Understand that every little delay you introduce to your customers creates abandonments. Studies have been done on page load times, additional fields, text entry errors, etc, and they all lead to the same conclusion - every bump in the road creates abandonment.


  1. Make your text fields forgiving. Google is a master at this. Doesn't matter whether I enter Mar 20, 3/20, 20 Mar, etc. Google figures it out. I don't get an error message saying "please enter in the form mm/dd/yyyy". Same goes for phone numbers. This is trivial to do in code, absolutely no reason it shouldn't be done.
  2. Make it clear why required fields are required. Some are obvious to the user, most are not. A simple "why?" link giving the user the ability to learn more about why you required their birthday, SSN, and underwear size is easy to do.

  3. Your user is not going read everything you show them. You have three seconds (used to be five) to give them a reason to read for another three seconds. And so on. You screw up those three seconds? Good bye.

  4. Your competitors are a click away. Take a look at their sites. What do they do to make things easier. Amazon allows me to return items doing no more than sitting at a computer and dropping the item on the front porch. Why do Best Buy and Walmart make me go to their store? Yes, this has everything to do with UX - your processes are exposed through UX.



Yes, there are only four there. That's the point - do more with less. Always look to what can be removed from your site to add clarity, not what can be added.

1 comment:

stephen matlock said...

Totally agree with #1. This should be something we fixed in the 90s; instead, we make users do very stupid things to enter a date. Offering a "calendar control" is stupid for most users. I *know* the date I want. Just let me enter it. Don't make me enter it with padded zeros or in YYYY-MM-DD order. Just be smart. If I'm using a US browser, let me enter it in my natural m/d/y order.

For #2, stop requiring so many fields unless you need them - and like you said, explain why you need them. If you lie (such as "we require your cell phone to verify your account," but you're using it to post a fake charge to my cell phone account), you will make me despise your product.

and

4a. Don't give me options.

You, the product designer, should know what you want. Giving your users too many options is confusing, because they do not know the implications of the options. (I'm thinking of you, Camtasia and Screencast.com.)

4b. Fit the site to your user, and not the user to your site. If I'm browsing your site on my mobile device, figure it out and provide a version of your site that scales to my device without making me choose a new URL.