ADVANCED TOPICS -
Check back later for more details...

JAVASCRIPT:

    This language gets used within HTML files to extend the functionality - especially interactivity - of web pages.
    Try these:
    text rollover
    image switch rollover


In-line Quicktime:

Video on the Web

  1. CGI programs: These work in one of two ways:

      1) in the place of an image [IMG SRC="some.cgi"]
      2) or as the link [A HREF="some.cgi"]. With the method, the cgi program generates the HTML, etc. for the entire new page.
      ee: example page.

FORMS:

    Also based on cgi programs, but can be much simpler as there are many available on the web and perhaps even in the cgi-bin on your server.

    1. How to do forms

JAVA:

    This is a full object-oriented language that allows for much more precise control over graphics and interactivity on the web. It is based on a class library that is similar in some ways to C++. This is not for the non-programmer.



Workshop Page | Overview | Mechanics | Examples | Basics | Go On-line | Intermediate | Advanced