ASP Code
Select an option listed below.

This section contains ASP code (Microsoft’s Active Server Pages) that I have written. All of this ASP code is written in VBScript and tested in IIS 5.0 on Windows 2000 Server. The code should also run fine in IIS 6.0 on Windows 2003 Server. Unfortunately, it may or may not run in Microsoft’s Personal Web Server depending on whether the code contains newer ASP commands. Personal Web Server runs an older version of ASP.

It is possible to find some of my code at PSC (Planet Source Code), but I stopped posting code there a long time ago. All my code is available for download here.

G-Forum BASIC
A basic online web board which uses Microsoft Access as the database backend. This web board mimics the old CGI WWWBoards which use to dominate the internet.

SQL Syntax Highlighter
An ASP class which takes a plain-text SQL statement and transforms it into HTML with syntax highlighting. Regular expressions are used heavily in the code.

MySQL Timestamp Conversion
A function to convert a VBScript (ASP) date into a timestamp accepted by a MySQL database server.