ezCounter 
Die Klasse ezCounter kann als Hitcounter oder als Visitcounter arbeiten.
-
Hitcounter zählen jeden Seitenaufruf, also auch wenn die Seite
von einem Besucher durch "Refresh" neu geladen wird, zählt ein Hitcounter.
-
Visitcounter zählen nur Besuche. Ein sofortiges Neuladen der Seite
wirkt sich nicht auf den Besuchszähler aus.
ezCounter erledigt das Zählen ohne den Einsatz von Cookies.
|
ezCounter 
The class ezCounter may work as a hitcounter or as a visitcounter.
-
Hitcounter do count every loading of a web page, even when a visitor reloads
the page per "refresh", a hitcounter does count this.
-
Visitcounter do only count visits. An immediate reloading of the page will
not bother the visitcounter.
ezCounter performs the counting without using cookies.
|
Im folgenden werden immer wieder die selben Counter mit unterschiedlichen
CSS-Klassen angezeigt. Die Definition der jeweiligen CSS Klasse steht unter
dem Counter.
|
Following is a demonstration of rendering the same counters with different
css classes. The definition of the respective css class is shown below
the counter.
|
CSS Klasse=digits01
Visits:
Hits: |
08775
10978 |
.digits01{
border: #666666 1px solid;
background-color: #CCCCCC;
color: #666666;
margin: 1px;
padding: 1px;
font-family: 'Courier New',monospace;
}
|
| css class=digits02
Visits:
Hits: |
08775
10978 |
.digits02 {
border: red 2px dotted;
background-color: white;
color: black;
margin: 2px;
padding: 2px;
font-family: 'Courier New',monospace;
}
|
|
CSS Klasse=digits03
Visits:
Hits: |
08775
10978 |
.digits03 {
border-top-color: white;
border-bottom-color: white;
border-top-width: 2px;
border-bottom-width: 2px;
border-top-style: dashed;
border-bottom-style: dashed;
background-color: green;
color: yellow;
padding: 2px;
font-family: 'Courier New',monospace;
}
|
| css class=digits04
Visits:
Hits: |
08775
10978 |
.digits04 {
background-color: navy;
color: aqua;
padding: 2px;
font-family: Verdana,Arial,sans-serif;
font-style: italic;
}
|
|
Alle Hits und Visits sind ab dem 16. September 2003. | All hits and visits start on September, 16 2003. |
Dokumentation:
liesmich.txt
|
Documentation:
readme.txt
|