Category Archives: Classic ASP

Masking Your Email Address

This post was updated in February 2007. Some of you are probably aware of spiders. They are these little programs that surf the internet looking for data. Some spiders assist search engines in helping you find the web page you … Continue reading

Posted in Classic ASP, Javascript | Tagged , , | 2 Comments

ASP Photo Gallery v3

The original ASP Photo Gallery v3 code was written in 2002. ASP Photo Gallery v3 added thumbnails to ASP Photo Gallery v2. I’ve removed the v3 code and article from this web site. It was a complete hack that required … Continue reading

Posted in Classic ASP | Tagged | Comments Off

Building a Database Driven Table in Classic ASP Part 2

The original title for this post was Table Evolution 2: Sort and Page In Part 1, we split the rendering of database-driven HTML tables into 3 parts: Establishing a Database Connection, Getting a RecordSet, and Drawing the TABLE. In this … Continue reading

Posted in Classic ASP | Tagged , , , | Comments Off

Building a Database Driven Table in Classic ASP Part 1

The original title of this post was Table Evolution 1 – The Basics. One of the most common tasks an ASP developer will do is populating an HTML table with data. In the years I’ve been doing ASP coding, I’ve … Continue reading

Posted in Classic ASP | Tagged , , , | Comments Off

Using ASPHttp To Scrape Data in Classic ASP

The article was written in 2001. I recently discovered a cool ASP component from Server Objects called AspHTTP. This component allows an ASP page the ability to GET documents via the HTTP protocol. It also can POST data to a … Continue reading

Posted in Classic ASP | Tagged , | Comments Off