Web development resources
ASP
Here is a list of my ASP code samples. You may click on the name for more detailed information, which may include an example of what the code produces and tips for getting the code to run in your web site. You may also download the code directly from this page by clicking the disk icon on the right.
Name Description Download
How to Use a Database:
"Suggestion Box"
Most of the code samples on this site require a database. If you are unfamiliar with databases, try getting this code to run first. Download the ASPX Hit Counter
Hit Counter Keep track of the number of visitors to any number of web pages with this hit counter. Download the Session State code
Opt-in Mailing List This code allows you to have visitors opt-in to newsletters, announcements, etc. by providing their email address. Download the Register JScript code
Reciprocal Link Checker Search for a text string within any URL automatically with this script. Try it out here first with up to three URLs. Download the Register JScript code
Rotate Banner Ads Improve your banner ad revenue by rotating your ads for maximum exposure. This code allows you to organize ads into groups for more flexibility. Download the Register JScript code
Loan Calculator Calculate loan repayment using either ASP or Javascript. Download the Register JScript code
Get a Visitor's IP A tutorial on how to determine the IP address of your visitors.  
Passing Session State from ASP to ASP.NET Passing session state between ASP and ASP.NET applications can be a pain. I recommend reading this article before you download the code. Download the Register JScript code
Link Protector using Database Cloak links from spiders using this simple code. Download the Register JScript code
Link Protector without a Database This is a slimmed down link cloaking code sample. Since the url you are linking is in the querystring, it may not be 100% effective. Download the Register JScript code