Browsing All posts tagged under »Analytics«

The Missing Stat: noscript

November 10, 2009

0

I use Google Analytics for my web sites, you might use Mint or something else bespoke, but if you’re using JavaScript to track those stats (as Google does), you’re not capturing how many users you have that don’t have JavaScript installed. I’ve written a plugin which I’ll share with you and also explain how it works [...]

Dynamically Create Charts Using MooTools MilkChart and Google Analytics

October 24, 2009

0

The prospect of creating graphics charts with javascript is exciting. It’s also the perfect use of javascript — creating non-essential features with unobtrusive scripting. I’ve created a mix of PHP (the Analytics class), HTML, and MooTools javascript that will connect to Google Analytics, create an HTML table with the statistics for a given month, and [...]