append abs_location "http://" $webenv(HTTP_HOST) "/neowebscript" set standard_procs "/neowebscript/include.nws" load_virtual $standard_procs emit_full_header "NeoWebScript Tutorials"
NeoWebScript™ Tutorials

Tutorial #1

Tutorial 1 covers getting out to the world with NeoWebScript. We'll take a look at emitting HTML, some basic information on writing scripts, and some of the things available to a NeoWebScript scripter. For this tutorial, you should know a little about HTML, and have access to a webserver that runs NeoWebScript.

Tutorial #2

Tutorial 2 covers getting information from the world into your webpages. We'll talk about using forms to get data from users, and we'll talk about storing that information into a database. For this section, you should know a little about writing forms in HTML, and have access to a webserver with NeoWebScript running on it.

Tutorial #3

Tutorial 3 goes in-depth concerning Tcl. We'll cover how Tcl handles data, lists, and arrays. A must for anyone interested in going beyond the basics.

Future Tutorials to Come

emit_full_footer