New script for Google analytic tools allows to track clicking on the links on your site
Go to content->event tracking
you see stat for clicking on internal and external links
click on view all, after that on click and get list of clicks on links on the page where this code is installed
<script src=”jquery.google-analytics.js” type=”text/javascript”></script>
<script type=”text/javascript”>
$(document).ready(function() {
$.trackPage(‘UA-xxxxxxx-x’);
$(‘a’).track();
});
</script>
![]()
Monthly Archives: November 2009
php on windows computer
Download and install http://www.wampserver.com/ (open source project, free to use)
Apache 2.2.11
PHP 5.3.0
MySQL 5.1.36
Phpmyadmin
size: 16Mo
– then you have a PHP webserver + mySQL database on your computer.
After installation you need to configure 2 small things:
-install php version 5.2.9-1 (click ‘get more’)

-Activate ‘rewrite module’ in Apache – modules (to have friendly url’s)
