Contact Us
Web development resources
Free Web Parts
ASP.NET
ASP
Javascript
Professional Services
Links
Web Design Resources
Web Development Resources
Everything Else
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.
Hit Counter
Keep track of the number of visitors to any number of web pages with this hit counter.
Opt-in Mailing List
This code allows you to have visitors opt-in to newsletters, announcements, etc. by providing their email address.
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.
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.
Loan Calculator
Calculate loan repayment using either ASP or Javascript.
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.
Link Protector using Database
Cloak links from spiders using this simple 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.