Next: Visualization of Navigation Up: No Title Previous: No Title

Introduction

This article presents an extension to the well known hypertext navigation techniques such as linear history and hotlists (often called ``bookmarks'').

Some of the commonly used hypertext browsers record the complete navigation history, others optimize the history by cutting branches originating from `backsteps'. However, history mechanisms are not very useful for retrieval of documents visited a long time ago.

Hotlists, on the other hand, provide direct access to important documents, but they lose their usefulness with increasing size. To face this problem, tools like [11] have been developed.

Despite these facilities, it is nevertheless possible to ``get lost'' during a deep excursion into ``unknown territories'', especially in huge hypertext systems like the World-Wide Web. In particular, it may be difficult to retrieve a certain document visited earlier on such a ``hyperspace journey''.

Visualization of the web structure leads to a significant improvement of this situation. Using a two-dimensional graphical navigation map helps users to keep track of their position.

Because of its object-oriented software structure it is not difficult to extend WebMap's capabilities. Its dynamic event-driven method call mechanism makes it easy to support several layout strategies and graphic windows simultanously, and to switch dynamically between different traversal and history strategies. Furthermore, it should be possible to use so-called [12] to create an environment picture of a document. Another useful extension will be the assignment of weights to edges to reflect server distances (communication costs) and transmission times, and to display which documents are more or less closely related in several contexts (see also [4]).

The first design goal for WebMap was to provide better history and navigation support for hypertext browsers. However, during its development it appeared that WebMap could also be useful in conjunction with the domain concept (see section 4) which opens up new possibilities like automatic collection of related document pages, selecting an order for printing and ``onscreen traversal''.



Next: Visualization of Navigation Up: No Title Previous: No Title


Peter Dömel (doemel@informatik.uni-frankfurt.de)