- ...stack.
- Taken from an Apple product data sheet of HyperCard Version 2.3 from http://product.info.apple.com/productinfo/datasheets/as/hypercard2.3.html
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...[MS96]
- You can download the latest version of HM-Card from http://www.iicm.edu/hmcard
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...Web
- The World Wide Web and Hyperwave will be explained in detail later in this thesis.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...WWW
- from http://www.w3.org/
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...(URI
- The authors of the paper used the
expression ``URI'' for Universal Resource Identifier. In the remainder of my
thesis I will use the expression ``URL'' (Universal Resource Locator), which
is a subtype of URI, and specifies the exact location of a resource on a
server. A URL is not a unique identifier of a resource because the same
resource stored on two servers will have two different URLs.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...Recommendation
- from
http://www.w3.org/pub/WWW/TR/REC-html32.html
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...Cougar)
- from
http://www.w3.org/pub/WWW/MarkUp/Activity
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...WWW
- HTML 3.2 Reference Specification:
http://www.w3.org/pub/WWW/TR/REC-html32.html. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...WWW
- ``Netscape Overstates
Mail Customers'', 25th February, 1997
on http://www.microsoft.com/exchange/netmyth.htm. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...compiler
- Netscape Navigator for Windows
95/NT also provides a JIT compiler for Java, but it is not as fast as the
one from Microsoft.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...browser
- from
http://www.javasoft.com/
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...independent
- Since current Java
implementations on various platforms differ, it is not 100% platform
independent.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...WWW
- Annotations will be discussed in the
Section about Hyperwave.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...PICS
- http://w3.org/PICS
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...servers
- See Section 3.4
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...other
- In fact, they require a little
software to communicate through because of security reasons.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...(IICM
- http://www.iicm.edu
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...session
- To
retrieve documents form a Hyperwave server, users have to start a persistent
session (see Section 3.4.3).
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...oriented
- HTTP/1.1 proposal allows a persistent TCP/IP connection
for multiple HTTP connections (keep alive), but there are still problems
when using proxy servers.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...server
- This is possible because
of the connection oriented nature of Hyperwave's client server protocol (see
Section 3.4.3).
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...header
- Where the buttons appear is customisable with Hyperwave's
PLACE language.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...collection
- If a collection contains a Full
Collection Head, only the Full Collection Head is displayed, but not the
content of the collection. Links to members of the collection are supposed
to be embedded in the Full Collection Head.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...users
- System users are special users who have
permission to access and modify everything on the server
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...multiclusters
- All members of a multicluster are displayed
simultaneously and ordered when using WaveMaster.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...clusters
- Alternative clusters contain objects of the same content
in different types and qualities. Users can specify their preferred MIME-
type and quality, and will thus get the object of the cluster whose quality
is the closest to the preferred specifications.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...cases
- http://www.utexas.edu/world/lecture/ summarises WWW based
lectures for many subjects, ranging from simple course descriptions to
virtual learning centres.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...Greber
- http://www.wi2.uni-erlangen.de/
rgrebner/
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...Langenbach
- http://www.wi2.uni-erlangen.de/
clangenb/
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...developed
- http://www.wi2.uni-erlangen.de/bbs/
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...Gamelan
- http://java.developer.com/
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...applet
- An ``applet'' is a Java mini-application which can be embedded in HTML documents (see Section 5.3.1)
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...GUIs
- AWT stands for Abstract Windowing Toolkit.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...Page
- http://java.sun.com
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
- ...Pages
- http://lightyear.ncsa.uiuc.edu/
srp/java/javabooks.html
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
>> Ressourcen > Theses > Persché, Richar[..] > Images > footnode.html
