What are great _specific_ usability guidelines? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T15:39:44Z http://stackoverflow.com/feeds/question/249935 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/249935/what-are-great-specific-usability-guidelines 4 What are great _specific_ usability guidelines? Jilles 2008-10-30T11:59:35Z 2009-07-11T03:29:14Z <p>Usability is extremely important, and yet there are so many products that <a href="http://www.jilles.net/perma/2008/10/27/on-user-experience/" rel="nofollow">violate a lot of rules</a>. There are several questions on StackOverflow that are about usability (see: <a href="http://stackoverflow.com/questions/42863/what-metrics-for-gui-usability-do-you-know">link1</a>, <a href="http://stackoverflow.com/questions/42793/gui-design-techinques-to-enhance-user-experience">link2</a>, <a href="http://stackoverflow.com/questions/97913/quick-and-dirty-usability-testing-tips">link3</a>), however what I feel is missing still is a comprehensive list of usability "tactics": concrete examples of what (not) to do for a web application.</p> <p>Please don't add references to books. Please list one example per answer so that we can use the voting to actually prioritize the list. </p> http://stackoverflow.com/questions/249935/what-are-great-specific-usability-guidelines/249943#249943 7 Answer by Jilles for What are great _specific_ usability guidelines? Jilles 2008-10-30T12:01:43Z 2008-10-30T12:01:43Z <p>When a user is in a certain flow, make sure the primary call to action is a button and any optional secondary actions are presented like a link, as in:</p> <p><img src="http://www.lukew.com/resources/articles/img/PSactions_fig2.gif" alt="alt text" /></p> <p>Don't present them both as buttons. (For more background, <a href="http://www.lukew.com/resources/articles/PSactions.asp" rel="nofollow">see this</a>)</p> http://stackoverflow.com/questions/249935/what-are-great-specific-usability-guidelines/249947#249947 8 Answer by VonC for What are great _specific_ usability guidelines? VonC 2008-10-30T12:02:36Z 2008-10-30T12:02:36Z <p><strong>Show, Don't Tell</strong></p> <p>Whenever possible, meaningful visual cues (when appropriate to the audience) should be chosen instead of lengthy textual descriptions.</p> http://stackoverflow.com/questions/249935/what-are-great-specific-usability-guidelines/249954#249954 1 Answer by Galwegian for What are great _specific_ usability guidelines? Galwegian 2008-10-30T12:06:40Z 2008-10-30T12:06:40Z <p><strong>Use affordances</strong> to make controls understandable. Avoid confusion between emblems, banners, and buttons.</p> http://stackoverflow.com/questions/249935/what-are-great-specific-usability-guidelines/249956#249956 3 Answer by Aaron Palmer for What are great _specific_ usability guidelines? Aaron Palmer 2008-10-30T12:07:28Z 2008-10-30T12:17:25Z <p><strong>Make good use of whitespace.</strong> It helps to make things much more clear than just having everything crammed in competing for attention.</p> http://stackoverflow.com/questions/249935/what-are-great-specific-usability-guidelines/249958#249958 1 Answer by Galwegian for What are great _specific_ usability guidelines? Galwegian 2008-10-30T12:08:34Z 2008-10-30T12:08:34Z <p><strong>Use a statistics package</strong> to monitor traffic through your site.</p> <p>Which pages pique user interest? Which pages make users leave? <strong>Adjust your site accordingly</strong>.</p> http://stackoverflow.com/questions/249935/what-are-great-specific-usability-guidelines/249962#249962 1 Answer by Galwegian for What are great _specific_ usability guidelines? Galwegian 2008-10-30T12:10:42Z 2008-10-30T12:10:42Z <p><strong>Don't reinvent the wheel</strong> - use tried an tested user models so the user elements behave as the user expects.</p> http://stackoverflow.com/questions/249935/what-are-great-specific-usability-guidelines/249964#249964 2 Answer by Phill Sacre for What are great _specific_ usability guidelines? Phill Sacre 2008-10-30T12:11:15Z 2008-10-30T13:03:51Z <p>I wish more sites would make better use of tooltips (i.e., the TITLE tag on links, images etc.)</p> <p>In these days of AJAX applications it's not always clear what is going to happen when you click on a link - a brief description would help!</p> http://stackoverflow.com/questions/249935/what-are-great-specific-usability-guidelines/250056#250056 3 Answer by Jilles for What are great _specific_ usability guidelines? Jilles 2008-10-30T12:49:44Z 2008-10-30T12:49:44Z <p>Don't hide functionality in a dropdown (users can not explore the possibilities your application offers)</p> http://stackoverflow.com/questions/249935/what-are-great-specific-usability-guidelines/250123#250123 4 Answer by Mr. Matt for What are great _specific_ usability guidelines? Mr. Matt 2008-10-30T13:10:31Z 2008-10-30T13:10:31Z <p><em>Use Standard Controls:</em> Don't create new controls unless there is a clear reason to do so. Users are used to the standard controls and know how to use them.</p> http://stackoverflow.com/questions/249935/what-are-great-specific-usability-guidelines/250133#250133 2 Answer by Dana for What are great _specific_ usability guidelines? Dana 2008-10-30T13:14:28Z 2008-10-30T13:14:28Z <p>If a button does one thing on one screen, and the same button appears on another screen, it better perform the same action as it did on the previous screen. </p> http://stackoverflow.com/questions/249935/what-are-great-specific-usability-guidelines/250139#250139 5 Answer by Mr. Matt for What are great _specific_ usability guidelines? Mr. Matt 2008-10-30T13:16:58Z 2008-10-30T13:16:58Z <p><strong>Be Consistent:</strong> There should be a convention accross all pages / dialogs / screens that maintains the users expectations when using a control or performing an action. This could be the caption on buttons, the position of elements or the steps required to perform certain actions.</p> http://stackoverflow.com/questions/249935/what-are-great-specific-usability-guidelines/250171#250171 4 Answer by Supowski for What are great _specific_ usability guidelines? Supowski 2008-10-30T13:28:19Z 2008-10-30T13:28:19Z <p>Do REST-like links, so user can easilly bookmark or copy-paste your site. This is often forgotten in todays AJAX-times.</p> http://stackoverflow.com/questions/249935/what-are-great-specific-usability-guidelines/274373#274373 2 Answer by Adam Liss for What are great _specific_ usability guidelines? Adam Liss 2008-11-08T04:47:24Z 2008-11-08T04:47:24Z <p>I've always been partial to the <strong><a href="http://en.wikipedia.org/wiki/Principle_of_least_astonishment" rel="nofollow">Principle of Least Astonishment</a></strong>, which stipulates that the best user interface is the one that minimizes any surprises to the user.</p> <p>In other words, make it do what the user <em>expects</em> it to do!</p> <p><strong>Corollary:</strong> Users don't read manuals. Or help text. Heck, users don't <em>read!</em></p> http://stackoverflow.com/questions/249935/what-are-great-specific-usability-guidelines/274377#274377 -1 Answer by le dorfier for What are great _specific_ usability guidelines? le dorfier 2008-11-08T04:52:15Z 2008-11-08T04:52:15Z <p>Study up on User Stories, and treat them like a Holy Grail. Then get user feedback to improve them, and to learn what you can change. Pay special attention to what you can remove. Then pay next attention to what you can simplify. Consider all options before adding anything.</p>