MX 2010

MX 2010 is an annual conference for people who manage experiences (MX). From websites, to customer experience, this conference has a wide host of speakers involved in user experience including top talent from Youtube, Google, Adaptive Path, Get Satisfaction, Kicker Studio.

The conference aims to educate and innovate on all aspects of user experience, from building out an MX strategy, to creating business cases and obtaining buy-in from the company, to tracking results.

If you’re interested in creating leading experiences on the web (or elsewhere!) and can be in San Fran on March 7-8, you should check it out! Here’s a link to register.

Happy MXing!

Tracking Events Using Google Analytics

Google Analytics is a very popular tool for tracking visits, pageviews, and lots of other metrics for your website. Here’s a handy little trick which allows you to track any event you want on your site, a click on a specific link for example, and have it integrated into your analytics data.

1) First, make sure you are already using Google Analytics on your site (or the page that you want to track events).

2) Second, add this snippet just below the Google Analytics code:

<script type=”text/javascript”>
function trackEvent(category,url,description) {
try {
pageTracker._trackEvent(category, description, document.location.pathname);
setTimeout(‘document.location = “‘ + url + ‘”‘, 100);
} catch(err){}
}
</script>

4) Whenever you want to track something, you need to add a call to trackEvent, for example:

<a onclick=”trackEvent(‘Outbound Links’,'http://google.com’,'Google’);return false;” href=”http://google.com”> Google </a>

5) Now log into Google Analytics, click on ‘Content’ -> ‘Event Tracking’ you will be able to see clicks on the above link to Google (you might not see it right away!)

Happy tracking!

WordPress › PC Robots.txt « WordPress Plugins

WordPress › PC Robots.txt « WordPress Plugins.

Feed Validator for Atom and RSS

Feed Validator for Atom and RSS.

Validating a Website « WordPress Codex

Validating a Website « WordPress Codex.

Redirect WordPress Category Feeds to Feedburner via HTAccess • Perishable Press

Redirect WordPress Category Feeds to Feedburner via HTAccess • Perishable Press.

WordPress › Support » How to get a post categories outside the loop ?

WordPress › Support » How to get a post categories outside the loop ?.

Tweaking the Sociable WordPress Plugin

Tweaking the Sociable WordPress Plugin.

Simple and XHTML clean embedding Youtube videos | Skepo

Simple and XHTML clean embedding Youtube videos | Skepo.

Interactive TV Ads

http://www.techspot.com/news/36243-cablevision-to-roll-out-interactive-tv-ads.html