DSP Tutorial Step 1

A First Look

Welcome to the DSP Tutorial. Here you will find several example DSP pages, each with its own commentary, illustrating the power and simplicity of DSP.

This first tutorial illustrates how any HTML document can be used as a DSP source file. Notice how the DSP source file is really just a simple HTML document.

For each section of the tutorial, examine the DSP source file below. Then use the "RUN" link above to actually run the DSP page. When you do so, you can use your browser's View Source command to see details of the HTML generated by the DSP page. You can of course use the Refresh command to re-run the DSP page. Then you will want to use the Back command to return to the tutorial. From here, you can use the "NEXT" and "PREVIOUS" links to move through the various sections of the tutorial.

Contents of Page01.dsp
<html>
<head>
<title> Tutorial Step 1 </title>
</head>
<body>

<FONT SIZE=+1>
This is a sample DSP page!
</FONT>

</body>
</html>


Copyright © 2002 Dimeric Software L.L.C.