Jump to content

Wizard (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by SieBot (talk | contribs) at 01:56, 16 September 2010 (robot Modifying: ru:Мастер (программный инструмент)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A software wizard is a user interface element that presents a user with a sequence of dialog boxes that lead the user through a series of well-defined steps. Tasks that are complex, infrequently performed, or unfamiliar may be easier to perform using a wizard. In contrast, an expert system guides a user through a series of (usually yes/no) questions to solve a problem.

By 2001, wizards had become commonplace in most consumer-oriented operating systems, although not always under the name "wizard". In Mac OS X, for example, they are called "assistants"; some examples include the "Setup Assistant", which is run at initial bootup of the Macintosh, and the "Network Setup Assistant", which has a similar function to the MS-Windows "New Connection Wizard". GNOME refers to its wizards as "Druids".

Many web applications, for instance online booking sites, make use of the wizard paradigm to complete lengthy interactive processes. Oracle Designer also uses wizards extensively.

The use of wizards is controversial among user interface designers because wizards encourage modal windows, which their opponents consider antithetical to proper human interface design.

The Microsoft Manual of Style for Technical Publications (Version 3.0) urges technical writers to refer to these assistants as "wizards" and to use lowercase letters. In countries where the concept of wizard does not convey the idea of helpfulness or is offensive, the manual suggests using the term "assistant" instead.

References