1 / 17

Web overview 1.0

Web overview 1.0. The major camp. CGI and the Web. Web overview. For some of these graphics, thanks Bob Elson & John Faughnan at... http://www.nmsr.labmed.umn.edu/~relson/talks/aafp97/wwwinpractice/controls/slidelist.html. Typical CGI form. Forms under the hood.

amiel
Download Presentation

Web overview 1.0

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Web overview 1.0

  2. The major camp • CGI and the Web

  3. Web overview • For some of these graphics, thanks Bob Elson & John Faughnan at... http://www.nmsr.labmed.umn.edu/~relson/talks/aafp97/wwwinpractice/controls/slidelist.html

  4. Typical CGI form

  5. Forms under the hood

  6. <head><TITLE> 458 Sample Application </TITLE></head> <BODY> <H1> This is the C drive Sorting words </H1> <!-- You might want to play with branch1, etc.--> <FORM method="post" action="http://localhost/cgi-win/http2lsp.exe?((command+lisp00)(dan+hello)n)"> Enter some words and I'll sort them for you <p> <INPUT TYPE="text" NAME="word1" size=20 value="red"> <-- secret bonus word! <br> <INPUT TYPE="text" NAME="word2" size=20 value="blue"><br> <INPUT TYPE="text" NAME="word3" size=20 value="green"><br> <INPUT TYPE="text" NAME="word4" size=20 value="gold"><br> <INPUT TYPE="hidden" NAME="lisp00-state" value=":sent-initial-input"><P> <INPUT TYPE="submit" VALUE="Submit Words"> </FORM> </BODY>

  7. HTML • No mystery. Find one of several thousand sites that explain how to use it. NCSA at U of I is a good one. • HTML only gets complex when it is created by software -- and this is then artificially complex. • Write some basic HTML yourself to demystify it. Use an editor (such as MS Word) for more extensive documents.

  8. Growth of the Web

More Related