The Wayback Machine - https://web.archive.org/web/19981201200150/http://www.aspalliance.com:80/stevesmith/
This column contains numerous tutorials, a FAQ, and many free applications
with complete code. If you have any requests for additional tutorials, or
wish to furnish sample code for any additional ASP components/apps, please
email me at
stevesmith@activeserverpages.com.
Thanks. To see more info about the author and other topics, visit
my home page. As for
the "Stevenator" name, I picked it up from a Saturday Night Live skit many years
ago, and I use it for most of my online gaming. With a name like Steve Smith, a
nickname pseudonym comes in handy.
Sample applications are what I treasure most on programming
web sites, because they provide me with prototypes for my projects. Listed below
are several applications with complete source code which you can use to
help you learn and develop applications using ASP.
| Current User Tracking |
This application demonstrates which users are currently connected to
your page. It is currently unavailable. |
| Tracking Site Statistics |
This application tracks a variety of site statistics, including hits per
hour/day/week/month, IP address of hits, and browsers used. |
| Debug Code |
A trivial function for implementing "verbose" error messages in your
ASP pages. |
| Using Headers and Footers |
An example of you you can use server side includes to establish consistent
headers and footers on your web pages. |
| Using Server Variables |
A brief explanation of the server variables collection in ASP and how to
use this tool in your applications. As always, source code included. |
| ADO Query Tool(developed by MS to test ADO) |
This app requires a DSN to operate, but it was written by a Microsoft
troubleshooter to verify that ADO works. Easily used as a template for
web-based reports.(Which you can turn into Excel reports -- see above) |