<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: TrustMeter for Google</title>
	<atom:link href="http://alexf.name/2007-08-20/trustmeter-for-google/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexf.name/2007-08-20/trustmeter-for-google/</link>
	<description>Самый интересный SEO блог</description>
	<lastBuildDate>Sun, 13 May 2012 13:49:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Xstroy</title>
		<link>http://alexf.name/2007-08-20/trustmeter-for-google/comment-page-1/#comment-9376</link>
		<dc:creator>Xstroy</dc:creator>
		<pubDate>Wed, 10 Feb 2010 14:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://alexf.name/2007/08/20/trustmeter-for-google/#comment-9376</guid>
		<description>Interesting plugin. Previously used only online service</description>
		<content:encoded><![CDATA[<p>Interesting plugin. Previously used only online service</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henk</title>
		<link>http://alexf.name/2007-08-20/trustmeter-for-google/comment-page-1/#comment-6986</link>
		<dc:creator>Henk</dc:creator>
		<pubDate>Wed, 15 Jul 2009 07:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://alexf.name/2007/08/20/trustmeter-for-google/#comment-6986</guid>
		<description>Dear Alex,

the plugin doesnot work perfectly with the brokenlink plugin.

The function microtime_float you defined was already defined in the other pluging causing to crash my site. I&#039;ve managed to repair it by replacing the following peice of code:

function microtime_float() 
{
	list($usec, $sec) = explode(&#039; &#039;, microtime());
	$tmp = ((float)$usec + (float)$sec);
	return sprintf(&#039;%.03f&#039;, $tmp);
}

with 
if ( !function_exists(&#039;microtime_float&#039;) ) {
	function microtime_float()
	{
	    list($usec, $sec) = explode(&quot; &quot;, microtime());
	    return ((float)$usec + (float)$sec);
	}
}

This way you avoid having functions defined already...

just my 2 cents...</description>
		<content:encoded><![CDATA[<p>Dear Alex,</p>
<p>the plugin doesnot work perfectly with the brokenlink plugin.</p>
<p>The function microtime_float you defined was already defined in the other pluging causing to crash my site. I&#8217;ve managed to repair it by replacing the following peice of code:</p>
<p>function microtime_float()<br />
{<br />
	list($usec, $sec) = explode(&#8216; &#8216;, microtime());<br />
	$tmp = ((float)$usec + (float)$sec);<br />
	return sprintf(&#8216;%.03f&#8217;, $tmp);<br />
}</p>
<p>with<br />
if ( !function_exists(&#8216;microtime_float&#8217;) ) {<br />
	function microtime_float()<br />
	{<br />
	    list($usec, $sec) = explode(&#8221; &#8220;, microtime());<br />
	    return ((float)$usec + (float)$sec);<br />
	}<br />
}</p>
<p>This way you avoid having functions defined already&#8230;</p>
<p>just my 2 cents&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Я тысячнег</title>
		<link>http://alexf.name/2007-08-20/trustmeter-for-google/comment-page-1/#comment-2663</link>
		<dc:creator>Я тысячнег</dc:creator>
		<pubDate>Thu, 22 May 2008 14:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://alexf.name/2007/08/20/trustmeter-for-google/#comment-2663</guid>
		<description>[...] Плагин для вордпресса для оценки трастовости блога. http://alexf.name/2007-08-20/trustmeter-for-google/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Плагин для вордпресса для оценки трастовости блога. <a href="http://alexf.name/2007-08-20/trustmeter-for-google/" rel="nofollow">http://alexf.name/2007-08-20/trustmeter-for-google/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexf</title>
		<link>http://alexf.name/2007-08-20/trustmeter-for-google/comment-page-1/#comment-1408</link>
		<dc:creator>alexf</dc:creator>
		<pubDate>Sat, 26 Jan 2008 17:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://alexf.name/2007/08/20/trustmeter-for-google/#comment-1408</guid>
		<description>Standalone version can be found here: http://awt.win32utils.com/en/backlinks/</description>
		<content:encoded><![CDATA[<p>Standalone version can be found here: <a href="http://awt.win32utils.com/en/backlinks/" rel="nofollow">http://awt.win32utils.com/en/backlinks/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aurel Dragut</title>
		<link>http://alexf.name/2007-08-20/trustmeter-for-google/comment-page-1/#comment-722</link>
		<dc:creator>Aurel Dragut</dc:creator>
		<pubDate>Sun, 25 Nov 2007 12:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://alexf.name/2007/08/20/trustmeter-for-google/#comment-722</guid>
		<description>Can you release a non-widget version of this plugin? Thank you!</description>
		<content:encoded><![CDATA[<p>Can you release a non-widget version of this plugin? Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trustmeter for Google &#124; わーどぷれすっ！</title>
		<link>http://alexf.name/2007-08-20/trustmeter-for-google/comment-page-1/#comment-90</link>
		<dc:creator>Trustmeter for Google &#124; わーどぷれすっ！</dc:creator>
		<pubDate>Fri, 07 Sep 2007 13:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://alexf.name/2007/08/20/trustmeter-for-google/#comment-90</guid>
		<description>[...] Alexf : TrustMeter for Google [...]</description>
		<content:encoded><![CDATA[<p>[...] Alexf : TrustMeter for Google [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexf</title>
		<link>http://alexf.name/2007-08-20/trustmeter-for-google/comment-page-1/#comment-43</link>
		<dc:creator>alexf</dc:creator>
		<pubDate>Mon, 27 Aug 2007 23:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://alexf.name/2007/08/20/trustmeter-for-google/#comment-43</guid>
		<description>Chris,
1 999 999 1 - this means that you are trying to target something for which your blog does not have &quot;trustrank&quot;. In this case my plugin will show what to focus on (1-20).</description>
		<content:encoded><![CDATA[<p>Chris,<br />
1 999 999 1 &#8211; this means that you are trying to target something for which your blog does not have &#8220;trustrank&#8221;. In this case my plugin will show what to focus on (1-20).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; SEO-Tools: Eine Liste :: sansegundo.de</title>
		<link>http://alexf.name/2007-08-20/trustmeter-for-google/comment-page-1/#comment-42</link>
		<dc:creator>&#187; SEO-Tools: Eine Liste :: sansegundo.de</dc:creator>
		<pubDate>Mon, 27 Aug 2007 08:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://alexf.name/2007/08/20/trustmeter-for-google/#comment-42</guid>
		<description>[...] TrustMeter Wordpress plugin zeigt das Ranking der Unterseiten f&#252;r ihre Titel an [...]</description>
		<content:encoded><![CDATA[<p>[...] TrustMeter WordPress plugin zeigt das Ranking der Unterseiten f&uuml;r ihre Titel an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexf</title>
		<link>http://alexf.name/2007-08-20/trustmeter-for-google/comment-page-1/#comment-41</link>
		<dc:creator>alexf</dc:creator>
		<pubDate>Sat, 25 Aug 2007 19:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://alexf.name/2007/08/20/trustmeter-for-google/#comment-41</guid>
		<description>Jonathan, it is updating 1 quety per hit, ? means that not all queries are updated. Just refresh your page 10 times and you should see results. After all 10 queries are updated, it will wait for 5 days.</description>
		<content:encoded><![CDATA[<p>Jonathan, it is updating 1 quety per hit, ? means that not all queries are updated. Just refresh your page 10 times and you should see results. After all 10 queries are updated, it will wait for 5 days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://alexf.name/2007-08-20/trustmeter-for-google/comment-page-1/#comment-40</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sat, 25 Aug 2007 19:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexf.name/2007/08/20/trustmeter-for-google/#comment-40</guid>
		<description>I tried it, but it came up empty and just returned ? for the search query....bummer...</description>
		<content:encoded><![CDATA[<p>I tried it, but it came up empty and just returned ? for the search query&#8230;.bummer&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

