vote up 16 vote down star
11

What is your best practical user-friendly user-interface design or principle?

Please submit those practices that you find actually makes things really useful - no matter what - if it works for your users, share it!


Summary/Collation

Principles

  1. KISS.
  2. Be Clear and Specific in what an option will achieve: e.g.: use verbs that indicate the action that will follow on a choice (see: Impl. 1).
  3. Use obvious default actions appropriate to what the user needs/wants to achieve.
  4. Fit the Appearance and Behavior of the UI to the environment/process/audience: stand-alone application, web-page, portable, scientific analysis, flash-game, professionals/children, ...
  5. Reduce the learning curve of a new user.
  6. Rather than disabling or hiding options, consider giving a helpful message where the user can have alternatives, but only where those alternatives exist. If no alternatives are available, its better to disable the option - which visually then states that the option is not available - do not hide the unavailable options, rather explain in a mouse-over popup why it is disabled.
  7. Stay consistent and conform to practices, and placement of controls, as is implemented in widely-used successful applications.
  8. Lead the expectations of the user and let your program behave according to those expectations.
  9. Stick to the vocabulary and knowledge of the user and do not use programmer/implementation terminology.
  10. Follow basic design principles: Contrast(Obviousness), Repetition(Consistency), Alignment(Appearance), Proximity(Grouping).

Implementation

  1. (See answer by paiNie) "Try to use verbs in your dialog boxes."
  2. Allow/implement Undo/Redo.

References

  1. Windows Vista User Experience Guidelines [http://msdn.microsoft.com/en-us/library/aa511258.aspx]
  2. Dutch websites - "Drempelvrij" guidelines [http://www.drempelvrij.nl/richtlijnen]
  3. Web Content Accessibility Guidelines (WCAG 1.0) [http://www.w3.org/TR/WCAG10/]
  4. Consistence [http://www.amazon.com/Design-Everyday-Things-Donald-Norman/dp/0385267746]
  5. Don't make me Think [http://www.amazon.com/Dont-Make-Me-Think-Usability/dp/0321344758/ref=pdbbssr_1?ie=UTF8&s=books&qid=1221726383&sr=8-1]
  6. Be powerful and simple [http://msdn.microsoft.com/en-us/library/aa511332.aspx]
  7. Gestalt design laws [http://www.squidoo.com/gestaltlaws]
flag
It's a rather all-encompassing question... zone in a little bit more.. I posted MVP first.. thinking you're interested in UI design alternatives. – Gishu Sep 18 '08 at 8:01
My aim is in the end to glean what are used in the field - not the text-book academic views, but practices that actually makes things really useful. – slashmais Sep 18 '08 at 9:31

17 Answers

vote up 20 vote down check

Try to use verbs in your dialog boxes.

It means use

alt text

instead of

alt text

link|flag
I like this too, but I noticed you'll get allot of discussion from older developers. – Davy Landman Sep 18 '08 at 8:25
2  
Actually the 2nd example is better. Users don't read anything - I repeat, they don't read. – lubos hasko Sep 19 '08 at 8:58
Yeah u are right about ingoring text! But - users dont read title and text, they read button captions! – paiNie Sep 19 '08 at 10:05
So you say the word "save" is not a verb? :) – Spoike Oct 6 '08 at 14:45
1  
Instead of 3 words on second dialog ("Save changes to") there are 22 on first one - nobody will read this. However, captions on first one are so much better! – ya23 Oct 24 '08 at 12:55
show 1 more comment
vote up 1 vote down

(Stolen from Joel :o) )

Don't disable/remove options - rather give a helpful message when the user click/select it.

link|flag
I also read that article, but think it works for most of the time, but not always. In some scenario you have to hide/disable menu options. Think about this: you have the Paste menupoint always visible and enabled and when you click on it, it will show a message: You have nothing to paste. :-) – Biri Sep 18 '08 at 8:03
One of the rare occasions where I completely disagree with Joel: Disabling menu options gives a direct feedback - 'not available now'. Save the user the action (and the disappointment) of having to click on a menu to find out. Hiding menu options is bad, though – Treb Oct 4 '08 at 7:59
vote up 4 vote down

I try to adapt to the environment.

When developing for an Windows application, I use the Windows Vista User Experience Guidelines but when I'm developing an web application I use the appropriate guidelines, because I develop Dutch websites I use the "Drempelvrij" guidelines which are based on the Web Content Accessibility Guidelines (WCAG 1.0) by the World Wide Web Consortium (W3C).

The reason I do this is to reduce the learning curve of a new user.

link|flag
vote up 3 vote down

I would recommend to get a good solid understanding of GUI design is to read the following book. Although the main printable is a comment from JOEL: When the behavior of the application differs to what the user expects to happen then you have a problem with your graphical user interface.

Best example is, when somebody swaps around the OK|Cancel button on some web sites. The user expects the OK button to be on the left, and the cancel button to be on the right. So in short, when the application behavior differs to what the user expects what to happen then you have a user interface design problem.

URL: http://www.amazon.com/Design-Everyday-Things-Donald-Norman/dp/0385267746

Although, the best advice in no matter what design or design pattern you follow is to keep the design and conventions consistent throughout the application.

link|flag
vote up 0 vote down

As my Data Structure professor pointed today: Give instructions on what your program works to the average user, we programmers often think we're pretty logical with our programs, but the average user probably won't know what to do

link|flag
vote up 6 vote down

If you're doing anything for the web, or any front-facing software application for that matter, you really owe it to yourself to read...

Don't make me think - Steve Krug

link|flag
vote up 7 vote down

Try to think about what your user wants to achieve instead of what the requirements are.

The user will enter your system and use it to achieve a goal. When you open up calc you need to make a simple fast calculation 90% of the time so that's why by default it is set to simple mode.

So don't think about what the application must do but think about the user which will be doing it, probably bored, and try to design based on what his intentions are, try to make his life easier.

link|flag
vote up 1 vote down

The Design of Everyday Things - Donald Norman

A canon of design lore and the basis of many HCI courses at universities around the world. You won't design a great GUI in five minutes with a few comments from a web forum, but some principles will get your thinking pointed the right way.

--

MC

link|flag
vote up 2 vote down

Breadcrumbs in webapps:
Tell -> The -> User -> Where -> She -> Is in the system

This is pretty hard to do in "dynamic" systems with multiple paths to the same data, but it often helps navigate the system.

link|flag
2  
Jared Spool did some user testing on this and learned that only coputer savvy people use breadcrumbs. Normal visitors don't get this concept. – Silviu Postavaru Jun 2 at 9:48
It might be so. But a quick read on Spool's article uie.com/brainsparks/2005/… gives me the impression that he thinks that breadcrumbs are just a navigational tool for the user. In my opinion they're also a good "page heading". Also, Spool's article is far from scientific... – kosoant Jun 3 at 6:00
vote up 1 vote down

Avoid asking the user to make choices whenever you can (i.e. don't create a fork with a configuration dialog!)

For every option and every message box, ask yourself: can I instead come up with some reasonable default behavior that

  • makes sense?
  • does not get in the user's way?
  • is easy enough to learn that it costs little to the user that I impose this on him?

I can use my Palm handheld as an example: the settings are really minimalistic, and I'm quite happy with that. The basic applications are well designed enough that I can simply use them without feeling the need for tweaking. Ok, there are some things I can't do, and in fact I sort of had to adapt myself to the tool (instead of the opposite), but in the end this really makes my life easier.

This website is another example: you can't configure anything, and yet I find it really nice to use.

Reasonable defaults can be hard to figure out, and simple usability tests can provide a lot of clues to help you with that.

link|flag
vote up 3 vote down

Show the interface to a sample of users. Ask them to perform a typical task. Watch for their mistakes. Listen to their comments. Make changes and repeat.

link|flag
Make sure it's a representative sample of your customers. We use an intern for this and we have to give them special instructions to include the over 30 crowd. – Clay Nichols Nov 22 '08 at 22:27
vote up 0 vote down

Be Powerful and Simple

Oh, and hire a designer / learn design skills. :)

link|flag
vote up 12 vote down

Never ask "Are you sure?". Just allow unlimited, reliable undo/redo.

link|flag
vote up 11 vote down

Follow basic design principles

  • Contrast - Make things that are different look different
  • Repetition - Repeat the same style in a screen and for other screens
  • Alignment - Line screen elements up! Yes, that includes text, images, controls and labels.
  • Proximity - Group related elements together. A set of input fields to enter an address should be grouped together and be distinct from the group of input fields to enter credit card info. This is basic Gestalt Design Laws.
link|flag
vote up 1 vote down

Summary/Collation

(Moved to Question and changed to community wiki)

link|flag
vote up 1 vote down

When constructing error messages make the error message be the answers to these 3 questions (in that order):

  1. What happend?

  2. Why did it happen?

  3. What can be done about it?

This is from "Human Interface Guidelines: The Apple Desktop Interface" (1987, ISBN 0-201-17753-6), but it can be used for any error message anywhere. There is an updated version for Mac OS X. The Microsoft page User Interface Messages says the same thing: "... in the case of an error message, you should include the issue, the cause, and the user action to correct the problem."

Also include any information that is known by the program, not just some fixed string. E.g. for the "Why did it happen" part of the error message use "Raw spectrum file L:\refDataForMascotParser\TripleEncoding\Q1LCMS190203_01Doub leArg.wiff does not exist" instead of just "File does not exist".

Contrast this with the infamous error message: "An error happend.".

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.