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.…
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.…
*** 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.…
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…
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…
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…