Howto track outgoing links with Google Analytics using jQuery

Simply include these lines and the jQuery library in your document.

$(document).ready(function() {
$('a[href^=http]:not("[href*=://' + document.domain + ']")').click(function() {
pageTracker._trackPageview('/out/'+$(this).attr("href"));
});
});

(please indent them!)

Cheers

May 29th, 2009 / Tech Talk / tim

Wolfram vs Google?

wolframalpha

There’s a brand new shiny search engine due to be released this May, which many have tipped to rival Google.
Read the rest of this entry »

May 13th, 2009 / Tech Talk / Lexi

How to get from A to B using Google maps

Have you every been stuck for directions or unsure about what roads to take? It’s a common problem that people (in particular men) hate to stop to ask for directions. Google maps can be a great tool to alleviate this problem (and guys, you can even do this before you get on the road; a great way to impress the ladies).
Read the rest of this entry »

May 13th, 2009 / Tech Talk / Lexi