HOW TO:

 

ü     Create your first HTML page

ü     Register the SQL server on your machine

ü     Use the Query Analyzer

ü     Create a DSN

ü     Establish a connection via JDBC ODBC bridge

ü      Establish a connection via ASP

 

 

USEFUL RESOURCES:

 

Please let me know if you know of any good resources that I have failed to post

HTML

Beginner’s Guide to HTML

This site was designed by the organization that helped build HTML. It includes a good explanation of HTML tags and their functions, as well as a style guide to writing “good” HTML.

Snap Web Building directory

a good directory of additional resources to assist you with your authoring endeavors

CNET Builder.com

Another directory site with tutorials, tools, and advice.

HTML-Internet Tutorial for Beginners

An interactive tutorial that teaches you code and includes an editor to allow you to practice what you learn.

HTML Goodies

A great site with several tutorials and plenty of sample code.

ASP

ASP101

Lots of simple sample code

Earthweb’s Tutorial

A few fancier examples

Microsoft

Microsoft’s explanation of using ASP/ADO to query an ODBC database

asp.superexpert.com with discussion forum, software library, articles, code samples, answers, and more

Submitside

Java

Sun’s JDBC docs

Sun’s Java 1.1 documentation

The java tutorial, including the JDBC tutorial

Lecture notes for learning Java

Sun’s Java 1.3 API documentation