Tag Archives: Google Analytics

My Upcoming Posts

Below you can find the upcoming blog posts on Frontendbook.com with a short excerpt for them. Please come with input if you find some of them more interesting than others. jQuery Plugin Template In this article I will show how … Continue reading

Posted in Web Development | Tagged , , , , , , | Leave a comment

The Strategy behind Google Chrome

No one, not even my wife, have missed that there is a new player on the browser scene, Google Chrome. Though we have different views on the topic, both me and my wife had the same questions and comments popping … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , | 2 Comments

jQuery, Thickbox and Google Analytics

Today I had to find some way to track the links within a page using Google Analytics, jQuery and Thickbox. With the new ga.js it is pretty straight forward: [sourcecode language='javascript'] $(function(){ if(typeof(pageTracker) != ‘undefined’) { $(‘a.thickbox, area.thickbox, input.thickbox’) .click( … Continue reading

Posted in JavaScript | Tagged , , , , , | 6 Comments