tech resources » Regarding the web: Snippets to Design and Development
Snippets for web workers - things which came along:
Piwik integration into Silverstripe cms
Piwik's tracking code isn't compatible to Silverstripe's default theme. Javascript can't modify a xml document using "document.write()" function. Instead you have to modify the DOM directly. See an example...