ASP active Visitor Counter is a Macintosh compatible ASP code that will allow you to Count and Display the amount of visitors that are currently on or viewing your website. You will have to save this ASP code into a file called global.asa, which must
Visitor counter that counts the visitor clicks on a Web page. This counts only unique visitor based on IP address. The visit from an IP address will be counted only once every 24hrs. Initial/starting count value can be set. Easy to use.
Those who need to know about Global.asa can go through this ASP tutorial for an easier understanding. And here it is clearly demonstrated on how Global.asa works with applicaion and session variable using various scripts like Application_OnStart, App
If the web developers need any help to create a session hit counter to use on their website then they can refer this article to get guidance in a friendly way. It supports global.asa to store and retrieve data. It helps them to find when a visitor en
This tutorial really paves the way for the new developers to create their own click throughs program to use on their website. It is used for finding which link is selected by the visitor to move from their website. This tutorial has given sample sour
Fast Click is simply script, which counts how many times a link on your site has been pressed and generated detailed statistic. / Features Include works on PHP3 or PHP4, under Apache Webserver or compatible webserver, use both local and global links,
This script gives the count of the number of visitors to your website within the past x (so many) minutes, hours or days. You can calculate that there were X visitors reaching this page since the past Y minutes. The script can also give information o
ASP.NET Global Exception Handling / is a tutorial which highlights about the exception handling in ASP.NET. Through this tutorial the user could show the custom error page instead of the default page. Using few code in the Global.asax which has subro
A Global Error Handler is an article in which author describes about global error handling, which passes error messages to a particular email address wih complete details like when the error occured in web application etc., The author describes about
This is a simple PHP based counter that requires MySQL database for storing the information. Apart from counting the number of visitors to a website it is also capable of tracking the IP of the visitor. This will be useful to count the number of visi |