Tag Archives: VBScript

Classic ASP Search Engine Friendly Redirects

A while back I posted how to code a search engine friendly redirect in ASP.NET. Recently I’ve had to go old school and preform this task in Classic ASP. Here is the VBScript version of a search engine friendly redirect. … Continue reading

Posted in Classic ASP | Tagged , | Comments Off

Blogger Label List for FTP Accounts (Classic ASP)

*** MARCH 2010 UPDATE: Blogger no longer supports FTP accounts.*** For an overview on Blogger Label Lists read Blogger Label List for FTP Accounts (ASP.NET). Below is the code used to create a Label List using Classic ASP with VBScript. … Continue reading

Posted in Classic ASP | Tagged , , | Comments Off

SQL Injection – Case Study

Well I got nailed today. My site INeedCoffee.com which is written using Classic ASP fell victim to a SQL Injection attack. The damage was limited to just one column in a table of nine rows. Textbook SQL Injection Attack Almost … Continue reading

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

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

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