<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Diarizing</title>
	
	<link>http://www.diarizing.com</link>
	<description>Some cool people kick ass. Chuck Norris roundhouse kick ass.</description>
	<lastBuildDate>Tue, 08 Jun 2010 07:13:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Diarizing" /><feedburner:info uri="diarizing" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>Diarizing</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FDiarizing" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FDiarizing" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FDiarizing" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/Diarizing" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FDiarizing" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FDiarizing" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FDiarizing" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:browserFriendly>Subscribe my feed and you can get update with all the cool things i'll post in it :-)</feedburner:browserFriendly><item>
		<title>WordPress, Feedburner and sitemaps</title>
		<link>http://feedproxy.google.com/~r/Diarizing/~3/RfLXQgOCnbQ/</link>
		<comments>http://www.diarizing.com/wordpress-feedburner-and-sitemaps/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 07:13:34 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/?p=50</guid>
		<description><![CDATA[If you use Feedburner for your wordpress feed, you probably use the FD Feedburner plugin for WordPress . The plugin is cool because it redirects your users to your Feedburner while letting Feedburner itself accessing your wordpress feed; and it&#8217;s really simple to configure. But if you want to submit your feed to Google Webmaster [...]]]></description>
			<content:encoded><![CDATA[<p>If you use <strong>Feedburner</strong> for your wordpress feed, you probably use the <a href="http://flagrantdisregard.com/feedburner/" class="liexternal">FD Feedburner plugin for WordPress</a> . The plugin is cool because it redirects your users to your Feedburner while letting Feedburner itself accessing your wordpress feed; and it&#8217;s really simple to configure.</p>
<p><strong>But if you want to submit your feed to Google Webmaster Tools</strong>, Google will be redirected to your Feedburner too. While you may expect it to work, in some case it won&#8217;t. If you track clicks on Feedburner in fact, your feed will have changed links in it. Feedburner changes the &lt;link&gt;URL&lt;/link&gt; to an internal URL that will redirect to your own URL after tracking stuff.</p>
<p>As a consequence, <strong>if you submit your feed as a sitemap on Google Webmaster Tools, Google will show you errors</strong> like this:</p>
<p><img class="alignnone size-full wp-image-51" title="Feedburner and Google sitemap" src="http://www.diarizing.com/wp-content/uploads/2010/06/feedburner-sitemap.png" alt="Feedburner and Google sitemap" width="479" height="236" /></p>
<p>This happens because the URLs in the Feedburner feed are not into your own domain but on http://feedproxy.google.com/</p>
<p>To fix this behaviour, easiest solution is <strong>having Google accessing your original feed</strong> (http://yourblog.tld/feed/) instead of being redirect to Feedburner. This can be easily done with a <strong>little</strong> change in the plugin.</p>
<p>Edit your plugin (with a text editor accessing the file via ftp, or just from the dashboard -&gt; Plugins -&gt; Editor, and select the FD Feedburner plugin) and look for this piece of code:</p>
<blockquote><p>function feedburner_redirect() {<br />
global $feed, $withcomments, $wp, $wpdb, $wp_version, $wp_db_version;</p>
<p>// Do nothing if not a feed<br />
if (!is_feed()) return;</p>
<p>// Do nothing if feedburner is the user-agent<br />
if (preg_match(&#8216;/feedburner/i&#8217;, $_SERVER['HTTP_USER_AGENT'])) return;</p>
<p>// Do nothing if not configured<br />
$options = get_option(&#8216;fd_feedburner&#8217;);<br />
if (!isset($options['feedburner_url'])) $options['feedburner_url'] = null;</p></blockquote>
<p>Just change the line</p>
<blockquote><p>if (preg_match(&#8216;/feedburner/i&#8217;, $_SERVER['HTTP_USER_AGENT'])) return;</p></blockquote>
<p>with:</p>
<blockquote><p>if (preg_match(&#8216;/(feedburner|google)/i&#8217;, $_SERVER['HTTP_USER_AGENT'])) return;</p></blockquote>
<p>and you are done. Google won&#8217;t be redirected to your Feedburner feed, and it will use your original feed as sitemap.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Diarizing?a=RfLXQgOCnbQ:zMzCpuDYYiU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Diarizing?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=RfLXQgOCnbQ:zMzCpuDYYiU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=RfLXQgOCnbQ:zMzCpuDYYiU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=RfLXQgOCnbQ:zMzCpuDYYiU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=RfLXQgOCnbQ:zMzCpuDYYiU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=RfLXQgOCnbQ:zMzCpuDYYiU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=RfLXQgOCnbQ:zMzCpuDYYiU:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/wordpress-feedburner-and-sitemaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.diarizing.com/wordpress-feedburner-and-sitemaps/</feedburner:origLink></item>
		<item>
		<title>Nice try</title>
		<link>http://feedproxy.google.com/~r/Diarizing/~3/wMoetqXWMug/</link>
		<comments>http://www.diarizing.com/nice-try/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 08:09:02 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Seo]]></category>
		<category><![CDATA[linkbait]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/?p=46</guid>
		<description><![CDATA[Derek Powazek &#8211; Spammers, Evildoers, and Opportunists. This is a kind of link baiting tactic i don&#8217;t like too much: the attack hook. This is why, for once, i&#8217;m using a nofollow attribute.]]></description>
			<content:encoded><![CDATA[<p><a href="http://powazek.com/posts/2090" rel="nofollow" class="liexternal">Derek Powazek &#8211; Spammers, Evildoers, and Opportunists</a>. This is a kind of link baiting tactic i don&#8217;t like too much: the <a href="http://performancing.com/the_art_of_linkbaiting/?q=node/38" class="liexternal">attack hook</a>.</p>
<p>This is why, for once, i&#8217;m using a nofollow attribute.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Diarizing?a=wMoetqXWMug:TCtL2oSEuNU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Diarizing?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=wMoetqXWMug:TCtL2oSEuNU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=wMoetqXWMug:TCtL2oSEuNU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=wMoetqXWMug:TCtL2oSEuNU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=wMoetqXWMug:TCtL2oSEuNU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=wMoetqXWMug:TCtL2oSEuNU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=wMoetqXWMug:TCtL2oSEuNU:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/nice-try/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.diarizing.com/nice-try/</feedburner:origLink></item>
		<item>
		<title>Bigdump</title>
		<link>http://feedproxy.google.com/~r/Diarizing/~3/XYeYQQVv8w8/</link>
		<comments>http://www.diarizing.com/bigdump/#comments</comments>
		<pubDate>Fri, 08 May 2009 16:44:29 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/?p=42</guid>
		<description><![CDATA[Moving a website to a new hosting, i had the problem of importing the database. In fact, export was too much big (30Mb) compared to allowed size of upload files via phpmyadmin on new hosting (1Mb &#8211; where &#8220;M&#8221; maybe stands for &#8220;miserable&#8221;). Of course, no shell access&#8230; So? Fortunately, i found BigDump, a GPL [...]]]></description>
			<content:encoded><![CDATA[<p>Moving a website to a new hosting, i had the problem of importing the database. In fact, export was too much big (30Mb) compared to allowed size of upload files via phpmyadmin on new hosting (1Mb &#8211; where &#8220;M&#8221; maybe stands for &#8220;miserable&#8221;). Of course, no shell access&#8230; </p>
<p>So? Fortunately, i found <a href="http://www.ozerov.de/bigdump.php" class="liexternal">BigDump</a>, a GPL script that allows to import into the new database the exported file. Excellent!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Diarizing?a=XYeYQQVv8w8:A--4Yb1b-l0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Diarizing?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=XYeYQQVv8w8:A--4Yb1b-l0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=XYeYQQVv8w8:A--4Yb1b-l0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=XYeYQQVv8w8:A--4Yb1b-l0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=XYeYQQVv8w8:A--4Yb1b-l0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=XYeYQQVv8w8:A--4Yb1b-l0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=XYeYQQVv8w8:A--4Yb1b-l0:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/bigdump/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.diarizing.com/bigdump/</feedburner:origLink></item>
		<item>
		<title>Spam of the day</title>
		<link>http://feedproxy.google.com/~r/Diarizing/~3/ikA2NLBXW4M/</link>
		<comments>http://www.diarizing.com/spam-of-the-day/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 13:04:29 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/?p=37</guid>
		<description><![CDATA[Just got yet another spam. But this one reminded me of a funny quote. Email&#8217;s subject was: Millions of customers can&#8217;t be wrong! (and then usual stuff about penis enlargement bla bla bla ). Well, this is what immediately came in my mind: (image from Cafepress)]]></description>
			<content:encoded><![CDATA[<p>Just got yet another spam. But this one reminded me of a funny quote.</p>
<p>Email&#8217;s subject was:<em> Millions of customers can&#8217;t be wrong!</em> (and then usual stuff about penis enlargement bla bla bla <img src='http://www.diarizing.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ).</p>
<p>Well, this is what immediately came in my mind:</p>
<p><img src="http://images5.cafepress.com/product/38155445v2_350x350_Front.jpg"> (image from <a href="http://t-shirts.cafepress.com/item/eat-shit-flies-cant-be-wrong-white-tshirt/38155445" class="liexternal">Cafepress</a>)</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Diarizing?a=ikA2NLBXW4M:3g6ktx7A940:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Diarizing?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=ikA2NLBXW4M:3g6ktx7A940:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=ikA2NLBXW4M:3g6ktx7A940:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=ikA2NLBXW4M:3g6ktx7A940:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=ikA2NLBXW4M:3g6ktx7A940:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=ikA2NLBXW4M:3g6ktx7A940:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=ikA2NLBXW4M:3g6ktx7A940:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/spam-of-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.diarizing.com/spam-of-the-day/</feedburner:origLink></item>
		<item>
		<title>Free IQ Test</title>
		<link>http://feedproxy.google.com/~r/Diarizing/~3/lQHbBNwlUYo/</link>
		<comments>http://www.diarizing.com/free-iq-test/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 15:15:11 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Link love]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/free-iq-test/</guid>
		<description><![CDATA[Free-IQTest.net &#8211; IQ Test]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.free-iqtest.net" title="IQ Test" class="liimagelink"><img src="http://www.free-iqtest.net/images/badges2/l150.gif" alt="IQ Test" border="0" height="100" width="200" /></a><br />
Free-IQTest.net &#8211; <a href="http://www.free-iqtest.net" title="IQ Test" class="liexternal">IQ Test</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Diarizing?a=lQHbBNwlUYo:BnAhN--5s8s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Diarizing?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=lQHbBNwlUYo:BnAhN--5s8s:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=lQHbBNwlUYo:BnAhN--5s8s:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=lQHbBNwlUYo:BnAhN--5s8s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=lQHbBNwlUYo:BnAhN--5s8s:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=lQHbBNwlUYo:BnAhN--5s8s:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=lQHbBNwlUYo:BnAhN--5s8s:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/free-iq-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.diarizing.com/free-iq-test/</feedburner:origLink></item>
		<item>
		<title>Wolda 2008</title>
		<link>http://feedproxy.google.com/~r/Diarizing/~3/hhipRV3L1xg/</link>
		<comments>http://www.diarizing.com/wolda-2008/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 13:32:10 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Link love]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/wolda-2008/</guid>
		<description><![CDATA[This one is my favourite logo from Eulda 2007, European Logo Design Annual. Now, Eulda has gone global, becoming Wolda: Worldwide Logo Design Annual. As you can see on Wolda website, you can submit your logo for Wolda &#8217;08: any logo printed, published or visible online between January 1, 2007 and December 31, 2007 is [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.diarizing.com/wp-content/uploads/2008/04/hungary_150.jpg" alt="Hungary Logo Eulda 2007" /></p>
<p>This one is my favourite logo from <a href="http://www.eulda.com/2007/" title="European Logo Design Annual" class="liexternal">Eulda 2007</a>, European Logo Design Annual. Now, Eulda has gone global, becoming <strong>Wolda</strong>: Worldwide Logo Design Annual.</p>
<p>As you can see on <a href="http://www.wolda.org" title="Wordlwide Logo Design Annual" class="liexternal">Wolda</a> website, you can submit your logo for Wolda &#8217;08: any logo printed, published or visible online between January 1, 2007 and December 31, 2007 is eligible.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Diarizing?a=hhipRV3L1xg:pldO9HRwCqE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Diarizing?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=hhipRV3L1xg:pldO9HRwCqE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=hhipRV3L1xg:pldO9HRwCqE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=hhipRV3L1xg:pldO9HRwCqE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=hhipRV3L1xg:pldO9HRwCqE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=hhipRV3L1xg:pldO9HRwCqE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=hhipRV3L1xg:pldO9HRwCqE:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/wolda-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.diarizing.com/wolda-2008/</feedburner:origLink></item>
		<item>
		<title>Web Analytics Jokes</title>
		<link>http://feedproxy.google.com/~r/Diarizing/~3/GbN5kPaCqw8/</link>
		<comments>http://www.diarizing.com/web-analytics-jokes/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 19:45:57 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/web-analytics-jokes/</guid>
		<description><![CDATA[On 18th Dec 2007 Avinash Kaushik, author of Web Analytics: an hour a day, wrote a post intitled Web Analytics Demistified. On 7th Jan 2008 Eric T. Peterson, author of Web Analytics Demistified, wrote a post intitled Web Analytics: an hour a day.]]></description>
			<content:encoded><![CDATA[<p>On 18th Dec 2007 Avinash Kaushik, author of <a href="http://www.amazon.com/gp/product/0470130652?ie=UTF8&amp;tag=diarizing-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0470130652" class="liexternal">Web Analytics: an hour a day</a>, wrote a post intitled <a href="http://www.kaushik.net/avinash/2007/12/web-analytics-demystified.html" class="liexternal">Web Analytics Demistified</a>.</p>
<p>On 7th Jan 2008 Eric T. Peterson, author of <a href="http://www.amazon.com/gp/product/0974358428?ie=UTF8&amp;tag=diarizing-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0974358428" class="liexternal">Web Analytics Demistified</a>, wrote a post intitled <a href="http://blog.webanalyticsdemystified.com/weblog/2008/01/web-analytics-an-hour-a-day.html" class="liexternal">Web Analytics: an hour a day</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Diarizing?a=GbN5kPaCqw8:hknFbPJpah0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Diarizing?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=GbN5kPaCqw8:hknFbPJpah0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=GbN5kPaCqw8:hknFbPJpah0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=GbN5kPaCqw8:hknFbPJpah0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=GbN5kPaCqw8:hknFbPJpah0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=GbN5kPaCqw8:hknFbPJpah0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=GbN5kPaCqw8:hknFbPJpah0:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/web-analytics-jokes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.diarizing.com/web-analytics-jokes/</feedburner:origLink></item>
		<item>
		<title>23 Actionable Lessons from Eye-Tracking Studies</title>
		<link>http://feedproxy.google.com/~r/Diarizing/~3/yKXP2Yvys1k/</link>
		<comments>http://www.diarizing.com/23-actionable-lessons-from-eye-tracking-studies/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 01:57:03 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/23-actionable-lessons-from-eye-tracking-studies/</guid>
		<description><![CDATA[You must read 23 Actionable Lessons from Eye-Tracking Studies. Now.]]></description>
			<content:encoded><![CDATA[<p>You must read <a href="http://www.virtualhosting.com/blog/2007/scientific-web-design-23-actionable-lessons-from-eye-tracking-studies/" class="liexternal">23 Actionable Lessons from Eye-Tracking Studies</a>. Now.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Diarizing?a=yKXP2Yvys1k:aHigVJpkRc8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Diarizing?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=yKXP2Yvys1k:aHigVJpkRc8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=yKXP2Yvys1k:aHigVJpkRc8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=yKXP2Yvys1k:aHigVJpkRc8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=yKXP2Yvys1k:aHigVJpkRc8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=yKXP2Yvys1k:aHigVJpkRc8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=yKXP2Yvys1k:aHigVJpkRc8:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/23-actionable-lessons-from-eye-tracking-studies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.diarizing.com/23-actionable-lessons-from-eye-tracking-studies/</feedburner:origLink></item>
		<item>
		<title>Does YouTube sell links?</title>
		<link>http://feedproxy.google.com/~r/Diarizing/~3/SWPur1qY-Sk/</link>
		<comments>http://www.diarizing.com/does-youtube-sell-links/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 18:57:00 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/does-youtube-sell-links/</guid>
		<description><![CDATA[YouTube has PageRank 3: maybe YouTube is selling links. But if this is the case, i can see, right now, just one potential buyer&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogoscoped.com/archive/2007-10-27-n54.html" class="liexternal">YouTube has PageRank 3:</a> maybe YouTube is selling links. But if this is the case, i can see, right now, just <a href="http://www.google.com" class="liexternal">one potential buyer</a>&#8230;<a href="http://blogoscoped.com/archive/2007-10-27-n54.html"><br />
</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Diarizing?a=SWPur1qY-Sk:pAhQoX1vueY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Diarizing?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=SWPur1qY-Sk:pAhQoX1vueY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=SWPur1qY-Sk:pAhQoX1vueY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=SWPur1qY-Sk:pAhQoX1vueY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=SWPur1qY-Sk:pAhQoX1vueY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=SWPur1qY-Sk:pAhQoX1vueY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=SWPur1qY-Sk:pAhQoX1vueY:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/does-youtube-sell-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.diarizing.com/does-youtube-sell-links/</feedburner:origLink></item>
		<item>
		<title>Wassup: the wordpress plugin for real time visitors tracking</title>
		<link>http://feedproxy.google.com/~r/Diarizing/~3/8YIJbwKfJAo/</link>
		<comments>http://www.diarizing.com/wassup-the-wordpress-plugin-for-real-time-visitors-tracking/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 22:36:05 +0000</pubDate>
		<dc:creator>Stefano</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.diarizing.com/wassup-the-wordpress-plugin-for-real-time-visitors-tracking/</guid>
		<description><![CDATA[Michele just launched Wassup, a nice WordPress plugin to get real time informations about your visitors. Give it a try!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.michelem.org" title="Michele" class="liexternal">Michele</a> just launched <a href="http://www.michelem.org/wordpress-plugin-wassup-real-time-visitors-tracking/" title="Wassup: real time visitors tracking" class="liexternal">Wassup</a>, a nice WordPress plugin to get real time informations about your visitors. Give it a try!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Diarizing?a=8YIJbwKfJAo:KuM4eVmp3gw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Diarizing?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=8YIJbwKfJAo:KuM4eVmp3gw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=8YIJbwKfJAo:KuM4eVmp3gw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=8YIJbwKfJAo:KuM4eVmp3gw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=8YIJbwKfJAo:KuM4eVmp3gw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Diarizing?a=8YIJbwKfJAo:KuM4eVmp3gw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Diarizing?i=8YIJbwKfJAo:KuM4eVmp3gw:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.diarizing.com/wassup-the-wordpress-plugin-for-real-time-visitors-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.diarizing.com/wassup-the-wordpress-plugin-for-real-time-visitors-tracking/</feedburner:origLink></item>
	</channel>
</rss>
