Differences between revisions 82 and 85 (spanning 3 versions)
Revision 82 as of 2013-11-16 16:18:13
Size: 1024
Editor: PieterSmit
Comment: Add html for logo from ScanMyServer
Revision 85 as of 2013-11-19 19:00:57
Size: 1527
Editor: PieterSmit
Comment: Add Google Analytics
Deletions are marked like this. Additions are marked like this.
Line 37: Line 37:
 * Page hits:<Hit>>  * Page hits:<<Hits>>
Line 41: Line 41:
{{{#!html
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-XXXXX-X']);
  _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)