Create an ASP guestbook in VBScript A simple guestbook using VBScript, ASP, and a simple text file. This is a great starting point for more complex systems to accomplish the same thing. Use a database instead of a text file, for example. Using cookies using VBScript and ASP Haneng explains the basics about using cookies here. Brief but very useful lesson on this important topic.
Character Strings and VBScript Processing character strings is something that every programmer has know how to do. Here's a short introduction about how to do it with VBScript. Processing and Validating Forms with VBScript and ASP Forms are the basis of most ASP applications. Haneng goes through the basics of how to transfer data between a client and a server using forms. Query Strings in Two Parts In addition to forms, passing information from a client to a server as part of the URL is a fundamental technique for every programmer. An introduction to Global.asa Global.asa is both a problem and a solution for many programmers. It's a solution because its completely necessary for many systems. But it's a problem because it's so poorly understood. Here's Haneng's take on it. Restarting PWS You can download a batch file (.BAT) that restarts PWS (Personal Web Server). But it's much more useful to examine the batch file and take a lesson from what it actually does!
|