N341 Chapter 4 Site Content Organization

Modified

Overview

According to several surveys, most people respond to the question of "What do you hate most about the Web" with "I can't find what I'm looking for", meaning they are often lost. Good content organization creates the foundation for effective site navigation.

Much of the following discussion is based on the project, the stock trading Web site.

Organizational Systems

Consist of:

Exact Organizational Schemes

Divide information into mutually groups. Effective when you know what you want, called known-item searching. Rarely useable, consider searching for information using the exact organization of books by author versus keyword search. Examples are:

Ambiguous Organizational Schemes

No clear cut categorization rules, some items may be clearly in one category, other items may be in several.  Four ambiguous schemes:

Organizational Structures

Defines the relationships among the groups created by an organizational scheme. Organizational schemes create groups.

Three common structures:

  1. Hierarchical - Top-down structure according to rank or level. Advantage of familiar and predictable structure. First shows big picture followed by levels of successively finer detail as user moves down through structure. Breadth is number of links available at each level, depth is the number of levels. Pure hierarchical organization makes moving up and down the hierarchy simple but moving across difficult. Cross links can mitigate problem.
  2. Hypertext - Content linked together, very flexible but easy for user to get lost in links, unable to form mental model of structure. Best to avoid pure use.
  3. Database - Bottom-up view of site, search of database allows user to directly access content without navigation. Works well if content compatible with database. Consider Amazon.com's use of author, ISBN, etc. to locate books directly. Yahoo! provides both a hierarchy subject list and search.

 

Interactive versus Dynamic Sites

Interactive - Visitors see a different view of the Website with each visit. Generally requires server programs that generate personalized pages from a database and store personal information to the database.

http://onestart.iu.edu is an example that generates personalized pages, http://amazon.com one that does both. Client side programming using JavaScript, Java applets, etc. can interact with the visitor but do not record information about the visit.

Static - Visitors see basically the same view  with each visit, little or no visitor information retained for later use. This page is an example of static content. Most of our pages will be static because we are not programming the server-side..

Site Structure  

 

The structure of  website is defined by the links from one HTML file to another HTML file. The text defines four basic structures.

Linear

Links in forward direction, BACK button to previous page. Useful for step-by-step guidance.

 
File Contents
Syllabus.htm <a href="WD1.htm">Chapter 1</a>
WD1.htm <a href="HW1.htm">Homework 1</a>
HW1.htm <a href="HTML.htm">HTML</a>
HTML.htm   
   

Grid

Useful when there is a nearest neighbor related to the current page in some discernable pattern.

 

File Contents
Ch1.htm <a href="Ch2.htm">Chapter 2</a>
<a href="HW1.htm">Homework 1</a>
HW1.htm <a href="Ch1.htm">Chapter 1</a>
<a href="Hw2.htm">Homework 2</a>
Ch2.htm <a href="Ch1.htm">Chapter 1</a>
<a href="Hw2.htm">Homework 2</a>
<a href="Ch3.htm">Chapter 3</a>
HW2.htm  <a href="HW1.htm">Homework 1</a>
<a href="Ch2.htm">Chapter 2</a>
<a href="Hw3.htm">Homework 3</a>
Ch3.htm <a href="Ch2.htm">Chapter 2</a>
<a href="HW3.htm">Homework 3</a>
HW3.htm <a href="Ch2.htm">Chapter 2</a>
<a href="Hw2.htm">Homework 2</a>
 

Heirarchy 

Common organization of websites. Lower levels more detailed and nearer conclusion of task.

Problem occurs when navigating to across lower levels, must go back to top and down.

File Contents
Syllabus.htm <a href="Ch1.htm">Chapter 1</a>
<a href="Ch2.htm">Chapter 2</a>
<a href="Ch3.htm">Chapter 3</a>
Ch1.htm <a href="HW1.htm">Homework 1</a>
HW1.htm  
Ch2.htm <a href="Hw2.htm">Homework 2</a>
HW2.htm   
Ch3.htm <a href="HW3.htm">Homework 3</a>
HW3.htm  
   

Mesh

Practical only for very small webs to provide complete site navigation.

   

Hub and Spoke

Effective when site should be divided into several clearly distinct  parts.

   

Mixed 

Most webs are a mixture of several forms, often with back links to the start.

 

Deep versus Shallow

Deep sites force the visitor to read more but possibly simpler pages.

Shallow sites force visitor to read fewer but more complex pages.

Exercise 0

Site Structure

  1. What structure is used by most online air ticketing?
  2. What structure would be best for the following:
    1. IUS or similar educational institution.
    2. Term paper sales.
    3. Yahoo!