Chris Worfolk
Company: CoolForge.comAuthor Bio:
Chris began web developing almost 10 years ago and since then has built up a network of websites including TheGurkin.com and IronCheesecake.com. He publishes all his articles on his web developer site CoolForge.com.
Tutorials written by Chris Worfolk:
A Simple Hit Counter
This tutorial will show you how to build a simple hit counter. It does not use any sql or databases and stores the hits in a text file. All you need to create for this script is your asp file and a text file. In the text file, simply enter the number 0 and save it in the same directory as count.txt. Take a look at the basic source code.
Monday, 12th April 2004
Creating Custom Functions
A problem I have is that I have a lot of code doing the same thing. Recently, on a project I was doing, the URL's had to be encoded to make them more friendly. It looked something like this...
Tuesday, 27th April 2004
