|
|
Counters
ASP » Tips and Tutorials » Counters
A D V E R T I S E M E N T
Want free Oracle Magazine? Apply here now!
ASP Daily Hit CounterA simple ASP Daily Hit Counter for your simple or e-commerce site using ASP Date function, trim function and application variables. Active usersThis is a common feature on websites showing that there are x visitors on site at present . This example demonstartes how this is achieved 'accurate' text counterThis is a slightly better version of your standard text counter , this example only increments a count once per session whereas a normal counter could increment several times. text counterThis example uses a flat text file to store the count . Shows the basics of file usage in ASP. Counting how many users you have online - FreeCounting how many users you currently have viewing your website is a neat thing to add to your site and it's simple. In order to create this script, you must learn about session, application objects and the global.asa file. Simple Text CounterThis example is a simple text based counter that will only show page views, not actual visitors. It uses the File Scripting Object to interact with a text file. It first reads the current number in the file and adds one to it, then displays it as text on the page. Simple Counter Using GraphicsThis example is a simple counter using graphics to display the numbers that will only show page views, not actual visitors. It uses the File Scripting Object to interact with a text file. ASP and current performance valuesWant to show current number of users on your ASP page? This article lets you show a way to access IIS/ASP performance values from ASP. Source to show current number of anonymous users or main IIS performance values in HTML, values from other computers. Simple visitor counterThis is a simple text-based visitor counter. It uses the IIS PageCounter object and only shows the total (non-unique) number of hits. This is as easy as it gets: copy-paste 3 lines of code into your page and you're done. Counter that returns screeninfoWith this script, you can retrieve the users screen resolution and color depth. It writes the screen info and the usual visitors' info to an access database. The script only counts unique users.
A Simple Way To Tally Your VisitorsHit counters are used by all types of web sites and allow us to keep an active tally of how many visits our site receives on any particular day. This article will teach you how to create a simple hit counter that you can display on your web site as either text or an image. The counter described uses a Microsoft Access 2000 database and ASP script to tally and display the counter on a page.
ASP Hit Counter Tutorial - FreewareThis tutorial and free script download guide you line by line through the process of making a hit counter for your web site. Also download the code and tutorial with each line code commented with pre made counter images. Creating an ASP-driven Page Counter for HTML PagesThis article illustrates a technique to provide dynamic content generated from an ASP page onto a static HTML page. Specifically it explains how to display a page counter on a number of static HTML pages. Simple Database Hit CounterThis short tutorial shows you how to write a simple database driven counter using MS Access. Each step is explained in detail. Dev ASP Hit Counter - FreeYou can count the number of visitors on your site with a very simple ASP code. Create a file Count.asp with the following code and add in the header of every page useing Server Side Include(SSI). Impression Counter (With a db) - FreeWhat's behind an image? Just about anything you there to be including a db. A typical image tag downloads an image to be processed by the browser an image tag that references an active server page can do most anything and output an image to be displayed as the final output to the user. This example will add one to an Access db (to count the number of impressions). The Access db will also add when the impression occurred automatically and redirect will send the user to an image to be displayed in the browser.
|
A D V E R T I S E M E N T
|
Subscribe to SourceCodesWorld - Techies Talk |
| |
|