User Interface Standards

From Computing and Software Wiki

(Difference between revisions)
Jump to: navigation, search
(Techniques)
Line 10: Line 10:
EACH COMPANY HAS ITS OWN STANDARD WHICH IT FOLLOWS, THIS WIKI WILL EXPLAIN THE GENERAL, COMMON THINGS AMONG THEM.SDFSDG
EACH COMPANY HAS ITS OWN STANDARD WHICH IT FOLLOWS, THIS WIKI WILL EXPLAIN THE GENERAL, COMMON THINGS AMONG THEM.SDFSDG
 +
 +
The structure principle.
 +
The simplicity principle.
 +
The visibility principle.
 +
The feedback principle.
 +
The tolerance principle.
 +
The reuse principle.
 +
DIFFERENT TYPES OF USERS
DIFFERENT TYPES OF USERS
Line 83: Line 91:
:*'''Support internal locus of control'''
:*'''Support internal locus of control'''
:*'''Reduce short-term memory load'''
:*'''Reduce short-term memory load'''
-
 
-
 
-
The structure principle. Your design should organize the user interface purposefully, in meaningful and useful ways based on clear, consistent models that are apparent and recognizable to users, putting related things together and separating unrelated things, differentiating dissimilar things and making similar things resemble one another. The structure principle is concerned with your overall user interface architecture.
 
-
 
-
The simplicity principle. Your design should make simple, common tasks simple to do, communicating clearly and simply in the user’s own language, and providing good shortcuts that are meaningfully related to longer procedures.
 
-
 
-
The visibility principle. Your design should keep all needed options and materials for a given task visible without distracting the user with extraneous or redundant information. Good designs don’t overwhelm users with too many alternatives or confuse them with unneeded information.
 
-
 
-
The feedback principle. Your design should keep users informed of actions or interpretations, changes of state or condition, and errors or exceptions that are relevant and of interest to the user through clear, concise, and unambiguous language familiar to users.
 
-
 
-
The tolerance principle. Your design should be flexible and tolerant, reducing the cost of mistakes and misuse by allowing undoing and redoing, while also preventing errors wherever possible by tolerating varied inputs and sequences and by interpreting all reasonable actions reasonable.
 
-
 
-
The reuse principle. Your design should reuse internal and external components and behaviors, maintaining consistency with purpose rather than merely arbitrary consistency, thus reducing the need for users to rethink and remember.
 
=Design=
=Design=

Revision as of 20:35, 21 November 2009

User Interface Standards is created by Group 6 for 2009/2010 Software Engineering 4D03 Assignment 5.

Group Members: Roshan Jesuratnam, Ashan Khan, Arturo Mata, Jaganvir Sandhu

Contents

Overview

TALK ABOUT TRIAL AND ERROR, SIMPLICITY,ETC


NO INDUSTRY STANDARDS BUT THERE ARE HEURISTICS AS A GENERAL GUIDLINE

EACH COMPANY HAS ITS OWN STANDARD WHICH IT FOLLOWS, THIS WIKI WILL EXPLAIN THE GENERAL, COMMON THINGS AMONG THEM.SDFSDG

The structure principle. The simplicity principle. The visibility principle. The feedback principle. The tolerance principle. The reuse principle.


DIFFERENT TYPES OF USERS

CONSSISTENCY

(Use http://www.isii.com/ui_design.html)

Standards

TAKE FROM APPLE AND MICROSOFT AND MORE CRAP
http://developer.apple.com/mac/library/documentation/UserExperience/Conceptual/AppleHIGuidelines/XHIGIntro/XHIGIntro.html
http://download.microsoft.com/download/e/1/9/e191fd8c-bce8-4dba-a9d5-2d4e3f3ec1d3/ux%20guide.pdf ********************
http://www.usabilitynet.org/tools/r_international.htm
http://www.beta-research.com/standards.html <---GOOD RESOURCE

Windows

Window Management
Dialog Boxes
Properties Windows
Common Dialogs

Asthetics

Sizing
Formatting
Titles and Icons
Fonts and Colour

Interaction

Shortcuts
Mouseovers
User Input
Keyboard
Pointers
Accessibility

Messages

Errors and Warnings
Confirmation and Notifications

Text

UI Text
Style and Tone

Commands

Menus
Toolbars
Ribbons

Controls

Principles

These principles are in nature heuristics of interface design. They are guidelines that "should" be used in the design of interfaces, since there is no one industry standard. These general rules provide a basis to build upon for an user interface designer.

Ten Usability Heuristics

Jakob Nielsen, a user adovacate and principal of the Nielsen Norman Group for enhancing user experience, outlines the following heuristics;

  • Visibility of system status
  • Relate system and real world
  • User Control and freedom
  • Consistency and standards
  • Error Prevention
  • Recognition rather than recall
  • Flexibility and effciency of use
  • Aesthetic and minimalistic design
  • Help users recognize, diagnose, and recover from errors
  • Help and documentation

Eight Golden Rules of Interface Design

From the book Designing the User Interface, Ben Shneiderman outlines eight key rules of good interface design;

  • Strive for consistency
  • Enable frequent users to use shortcuts
  • Offer informative feedback
  • Design dialog to yield closure
  • Offer simple error handling
  • Permit easy reversal of actions
  • Support internal locus of control
  • Reduce short-term memory load

Design

(Use http://www.ambysoft.com/essays/userInterfaceDesign.html)

PUT INTERACTIPON STYLES IN HERE

Techniques

http://www.ambysoft.com/essays/userInterfaceDesign.html

Human Factors

(Use http://www.beta-research.com/standards.html)

References

Personal tools