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 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 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