Moving Average Hit Counter
|
Columns in the table include T for today's hits so far, Y for yesterdays hits, and 7, 30, 90 and 360 day moving averages. "days" is how many days hits are included in the averages, sort of like "uptime" for a web page, and "total" is the sum of the raw hits, not counting today's.
Please feel free to install the TJMAHC in your web page by following the example available from viewing the source code of this page.
in short, paste this into your web page:
<iframe align="middle" height="90" width="250"
src="http://tipjar.com/bin/counter/counter"></iframe>
Alternately, a vertical version is available:
<iframe align="middle" height="200" width="100"
src="http://tipjar.com/bin/counter/vcounter"></iframe>
the counter program identifies your page by using the HTTP_REFERER
CGI variable, or add ?page=(URL of your page) to the source of the
iframe to link together counters on several pages or on a page
that has multiple ways to view it. (for instance if the same page
appears in multiple places on your site, with different URLs, you can
choose one.)
a cookie is set to the current time, to eliminate multiple recordings of hits from one web browser: Continuously reloading a TJMAHC-displaying web page with a cookie-enabled web browser will only log an additional hit every five minutes.
|
|
copyright 2006,2007 tipjar LLC all rights reserved