Common Interface Mistakes
From Computing and Software Wiki
(Difference between revisions)
m |
(Added Headings and Eight Rules) |
||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
- | + | Introduction | |
== Schneiderman's Eight Golden Rules of Interface Design == | == Schneiderman's Eight Golden Rules of Interface Design == | ||
- | 1. | + | 1. Strive for consistency |
<br> | <br> | ||
- | 2. | + | 2. Enable frequent users to use short-cuts |
<br> | <br> | ||
- | 3. | + | 3. Offer informative feedback |
<br> | <br> | ||
- | 4. | + | 4. Design dialogs to yield closure |
<br> | <br> | ||
- | 5. | + | 5. Offer error prevention and simple error handling |
<br> | <br> | ||
- | 6. | + | 6. Permit easy reversal of actions |
<br> | <br> | ||
- | 7. | + | 7. Support internal locus of control |
<br> | <br> | ||
- | 8. | + | 8. Reduce short-term memory load |
+ | |||
+ | |||
+ | == Examples == | ||
+ | |||
+ | Examples | ||
+ | |||
+ | |||
+ | == Conclusion == | ||
+ | |||
+ | Conclusion |
Revision as of 00:41, 11 November 2009
Contents |
Introduction
Introduction
Schneiderman's Eight Golden Rules of Interface Design
1. Strive for consistency
2. Enable frequent users to use short-cuts
3. Offer informative feedback
4. Design dialogs to yield closure
5. Offer error prevention and simple error handling
6. Permit easy reversal of actions
7. Support internal locus of control
8. Reduce short-term memory load
Examples
Examples
Conclusion
Conclusion