A few days ago, the Google Analytics team rolled out some fancy new features – one of which I found by accident today. I was playing around in my analytics account when my mouse happened upon the Advanced Segments dropdown.
Entries from October 2008
Visitor Segments in Google Analytics
October 28th, 2008 · No Comments
Tags: other
When Java Apps don’t start in OS X…
October 23rd, 2008 · No Comments
I had a problem recently – I use IntelliJ at work, and one day it just stopped launching on my Mac altogether. Looking at the console, I found:
10/23/08 4:13:16 PM idea[248] Apple AWT Startup Exception : *** -[NSCFArray insertObject:atIndex:]: attempt to insert nilĀ
Tags: other
Graphs and Charts in JavaScript
October 21st, 2008 · No Comments
I have a number of projects rattling around where I’ll likely need to write up some good looking graphs in JavaScript. The following is a brief list and description of the available graphing libraries I’ve found for JavaScript. Hopefully this’ll help you as much as it’ll help me!![]()
Tags: javascript · programming