Piwik tracking and pushState()

Suppose you use the history.pushState() to dynamically change the URL on your ajax web page and you also use Piwik to track your visitors. When you change the url via the pushState(), Piwik does not know he needs to track the “new page”, as the page did not fully reload…
programing

PHP upgrade

If you run your PHP scripts on a Debian system, and you installed PHP from the Dotdeb repo you should do a dis-upgrade as the new 5.3.17 and 5.4.7 versions are available. For a list of changes check out the Dotdeb website
Tips & Tricks