HTML Tools and Documentation

Contents

General Reference and Tools Backgrounds Icons
Character sets and colors Clip-Art Forms
Imagemaps Literature Tables
CGI-BIN Scripts Syntax checkers Putting it all together

General Development Tools and Introductory Information

Reference Desk

Primers

Style Guides

Misc Tools

Return to the Table of Contents

Backgrounds

You can add a background to your pages by adding the following html code:
    <body background="background_name.gif">

You can obtain backgrounds for your pages from the first two links below. The first site includes instructions for capturing the images.

Return to the Table of Contents

CGI-BIN Scripts

Return to the Table of Contents

Character sets and colors

The following sites will provide you with access to a larger character set (Archæology, for example). You can also define the text, link, and vlink color text within the body command. See color sets below and the following example:

<body background="background_name.gif text="#000000" link="#DC1500" vlink="#0000FF">
Return to the Table of Contents

Clip-Art

Return to the Table of Contents

Forms

Return to the Table of Contents

Syntax Checkers (Validation and Testing)

Return to the Table of Contents

Icons

Return to the Table of Contents

Imagemaps


Images

Return to the Table of Contents

Literature

CD-ROM:
Perl - March 95 - language for system administrators, programmers
Publisher: Walnut, US version 9503 for DOS and Unix

Book:
Teach Yourself Perl in 21 Days (Till)
Publisher: Sams,  ISBN : 0.672-30586.0 , version: US version for Unix
        
Learning Perl (Schwartz)
Publisher:  O'Reilly, ISBN : 1.56592-042.2, version: US version  

Programming Perl
Publisher:  O'Reilly (no ISBN)

Managing Internet Information Services - a chapter on CGI
Publisher:  O'Reilly (no ISBN)

Teach Yourself Internet Publishing with HTML in a Week (or something like that)
Publisher:  (Don't know)

Teach Yourself HTML Web Publishing in a Week
            From Sams Publishing. By Laura Lemay. Also oriented toward
           those who plan to publish materials on the web. ISBN:
           0-672-30667-0. 400 pages. Includes information on setting up
           servers and handling forms results as well as HTML writing and
           editing. Call 1-800-428-5331 for ordering information.

The HTML Manual of Style From Ziff-Davis Press. By Larry Aronson. Chapters: introduction to the WWW, the HTML language, writing HTML documents, and HTML examples. 120 pages.

Return to the Table of Contents

Tables

Return to the Table of Contents

Putting it all together

Here are some pages that show off html programming at its best... and worst...

Return to the Table of Contents
Please send comments, corrections, and updates to:
jedwards@princeton.edu

last modified 6-9-95