What are good gui guidelines for standard actions (usability)

Posted by Michael Durrant on Programmers See other posts from Programmers or by Michael Durrant
Published on 2012-12-11T17:04:27Z Indexed on 2012/12/11 17:22 UTC
Read the original article Hit count: 213

Filed under:

For example:

  • Delete's should have confirms.
  • Confirmations should be green.
  • Prefer list-of-values over free text whenever possible.

This was just a sample. I am looking for references that simply and clearly list common 'should do's' in terms of ui, interactions and usability.

My company is new to software development and they keep getting suprised by contractors that don't do the obvious so I am looking for good references about the right way to do it and the basic things to always consider (like the above). Obviously style is subjects, but things like delete confirms shouldn't be.

© Programmers or respective owner

Related posts about usability