The Humane Interface

From Wikipedia, the free encyclopedia

The Humane Interface
Author Jef Raskin
Country United States
Language English
Genre(s) Computer Science
Publisher Addison Wesley
Publication date 2000
ISBN ISBN 0-201-37937-6

The Humane Interface: New Directions for Designing Interactive Systems (ISBN 0-201-37937-6) is a book about user interface design written by Jef Raskin and published in 2000. It covers ergonomics, quantification, evaluation, and navigation.

[edit] Contents

The book puts forward a large number of interface design suggestions, from fairly trivial ones to radical ones. The overriding theme is that current computer interfaces are often poor and set up users to fail, as a result of poor planning (or lack of planning) by programmers and a lack of understanding of how people actually use software. Raskin often refers to the computer he designed, the Canon Cat, as an example of a system that implemented the various measures he advocates; the Canon Cat is often considered the first information appliance.

Raskin includes a chapter demonstrating four models of quantifying the efficiency of a software interface: the GOMS keystroke model, Raskin's own efficiency measure, Fitts' law and Hick's law. All are intended to minimize the number of keystrokes required for the user to perform any specific action.

Raskin also advocates a number of changes to conventional interface design. Among them:

  • Modelessness - a mode is a state in which the computer produces a different output for the same input than it would have if it were another state; the classic example is the keyboard's "caps lock" key. Raskin advocates either getting rid of them entirely or using "quasimodes" (a term he invented in the book); a quasimode is a state in which the user must make some constant physical action in order to keep the computer in that state, so that he/she cannot forget that they are in that mode; an example is the keyboard's shift key.
  • Monotony of design - there should be only one way to accomplish a certain task in an application (in many modern applications, there are at least three - one through a button on the screen, one through a menu dropdown, and one through a keyboard shortcut - and often more).
  • Every action should be undoable, even after a document or application has been closed and reopened.
  • Elimination of warning screens - modern software applications often ask the user "are you sure?" before some potentially harmful action; Raskin argues they are unhelpful because users tend to ignore them, and that having a universal undo eliminates the need for them.
  • Universal use of text - Raskin argues that graphic icons in software without any accompanying text are often cryptic to users.

Raskin also advocates a document-centered approach to computer interfaces that entails several radical changes to the current nature of operating systems and software:

  • An end to stand-alone applications - every software package should be structured as a set of tools available to users on any document. For example, in the middle of writing a text document, a user should be able to do a mathematical computation by writing out the computation in the document, then hitting some "calculate" function.
  • An end to directories and file names - "the content of a text file is its own best name." Every document should be identifiable by its contents, so there should not be need for directories or names for user-generated documents; Raskin argues that these names tend to be cryptic and make files difficult to find afterwards.
  • Zooming user interface - Raskin advocates an interface he calls "ZoomWorld", in which the user navigates around a two-dimensional plane containing a graphical representation of every document on the computer. The user can zoom out to see all the documents, or zoom in on any specific document in order to read and edit it.

Raskin further asserts that interface design should be subject to state regulation, analogous to building codes; but he offers little consideration of the ethical and economic challenges to imposition of such regulation.

Many of the ideas presented in The Humane Interface were later adopted by Raskin in his Archy project.

[edit] External links