Showcase related content to keep visitors clicking

I’ve drummed up a lot of visitors by posting links on dzone and StumbleUpon, but the visitors aren’t very sticky — many will visit the single page I linked to and then move on.
Looking at my site exits in Google Analytics, I noticed that my category pages had much lower exit rates than my […]

Track outbound clicks with Google Analytics and jQuery

Sometimes, you may want to know what outbound links a user is clicking on — say, if you’re linking to an affiliate’s site and want to be able to count the clicks you’re sending. Google Analytics offers this bit of code to accomplish this:
 
<a href="http://www.example.com"
onClick="javascript: pageTracker._trackPageview(’/outgoing/example.com’);">
 
and says:
Google Analytics provides an easy way to track clicks […]