Writing
for the Web: An Overview
by Agatha Taormina
Table of Contents
Limitations
of HTML
Types of Web Sites
Contents and Organization
Design
| HTML
describes the way information is structured (heads, lists, captions),
not how that information appears. HTML gives the designer almost no formatting control; instead, HTML leaves the browser to decide how to handle layout and display. Therefore:
|
||
| Types of Web Sites |
|
|
In
addition, whether the web site developer realizes it or not, web sites
generally also:
|
||
| According
to Don Siegel, author of Creating
Killer Web Sites,
the ultimate goal of most good web sites is to create a community to
which people continue to return to purchase or communicate (32).
Thus, the real goals of the web site are to:
|
||
Web
sites are organized into groups of files called pages; these pages contain:
Despite all the multimedia components of web sites, the page (as in printed page) concept still dominates the principles used to design for the web. Thus the home page tends to resemble a table of contents. Though avant garde designers might consider the principles of print design to be stodgy, following them can, however, make your site easy to navigate. |
||
Use
steps to organize your web site.
|
||
| Each
chunk of information should be organized around a single topic.
Each page should use an inverted pyramid structure, i.e., a brief overview or summary of the most important points and presentation of the remaining information in descending order of importance. |
||
Write
for scannability.
Be concise; use half the word count of similar information in a linear document. Scannability and conciseness increase the usability of your site.
|
||
Write
with credibility. Increase your credibility with:
Be objective. Objective text reduces the distracting effort to filter out bias. Jakob Nielsen observes that "promotional language imposes a cognitive burden" on the reader to filter out hyperbole (Alertbox, 10/1/97). |
||
| Unlike
print, the web is not the same experience for all users. Monitor size and resolution, browser choice, and modem speed all affect the web experience. Fixed widths of pages should be no more than 590 pixels across. Note that web essays keep columns narrow to preserve readability regardless of monitor size; otherwise visitors with large monitors could be confronted with long, therefore difficult to read, lines of type. Aim for the lowest common denominator among your target audience:
Gradually add and test the bells and whistles of advanced design. |
||
| David
Siegel describes three different generations of site design.
The first generation design is linear, comprised of text only. The content is presented in a traditional top-to-bottom, left-to-right sequence. The chunks of information are separated by bland horizontal rules. |
||
| The
second generation design
is menu, icon, and technology-driven. It employs the home page as a
table of contents. Additions to the text in the site might include:
|
||
| A
third generation design
is, according to Siegel "wrought by design" (Creating
Killer Web Sites
29). The site intends to form a complete experience for the visitor.
The entry to the site, the front door, is a true splash page rather than a traditional home page with table of contents. It should consist of a center area with a core page for exploration. However, it should load quickly, in 15 seconds or less. Such a site will use a metaphor and/or a visual iconic theme with clear typography and an obvious and intuitive navigational structure. The site's metaphorical interface "employs a visual metaphor that makes the screen appear as if it is something other than a computer screen full of text or pictures" (Ohl and Ward 25). The traditional Windows desktop aspires to be such a site. |
||
|
|
There
are three levels of design. The Big Picture
The Look of the Site
The Feel of the Site
|
|
|
|
There
are three different basic approaches to web site design: static, fluid,
and windoid. Static design, advocated by David Siegel, is derived from the world of traditional print graphic design. In such a design the readability of the text is of primary concern. The static design employs:
In general, WYSIWYG web page editors such as FrontPage and Dreamweaver aim to accommodate this approach to site development. |
|
| Fluid
design, advocated by Glenn Davis, creator of the original
Cool
Site of the Day site, uses percentages
rather than pixels to control the size of a page.
With such a design resizing the browser window causes the page to adjust accordingly. One advantage to this design is the way a page will adapt to a variety of browser sizes. |
||
| The
windoid design
employs a pop-up window with a size determined by javascript; this "windoid"
contains the entire site. Windoid design is related to a kiosk design in which the browser window completely disappears. One problem of such a design is the tendency of javascript to crash some browsers. |
Web Design Center Readings
Last Revised:
April 18, 2004
© Agatha Taormina