Differences between revisions 83 and 87 (spanning 4 versions)
Revision 83 as of 2013-11-16 16:21:45
Size: 1025
Editor: PieterSmit
Comment: Fix hits, should be faster after log file cleaned out.
Revision 87 as of 2014-01-02 07:59:49
Size: 1907
Editor: PieterSmit
Comment: Add Sitemeter counter
Deletions are marked like this. Additions are marked like this.
Line 37: Line 37:
 * Page hits:<<Hit>>  * Page hits:<<Hits>>
{{{#!html
<!-- Site Meter -->
<script type="text/javascript" src="http://s51.sitemeter.com/js/counter.js?site=s51vigor">
</script>
<noscript>
<a href="http://s51.sitemeter.com/stats.asp?site=s51vigor" target="_top">
<img src="http://s51.sitemeter.com/meter.asp?site=s51vigor" alt="Site Meter" border="0"/></a>
</noscript>
<!-- Copyright (c)2009 Site Meter -->
}}}

Line 41: Line 53:
{{{#!html
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-2749623-3']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
}}}

Vigor solutions - technical notes

List of links and technical information mostly Linux related.

Other


Website Security Test

FrontPage (last edited 2020-12-01 03:54:56 by PieterSmit)