<?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 for Random Web Tools</title>
	<atom:link href="http://www.randomtools.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.randomtools.net</link>
	<description>Advice and tools from a young web developer</description>
	<lastBuildDate>Fri, 20 May 2011 21:23:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on How to retrieve Google Backlinks count with PHP by Dan</title>
		<link>http://www.randomtools.net/how-to-retrieve-google-backlinks-count-with-php-109.html/comment-page-1#comment-5466</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 20 May 2011 21:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/?p=109#comment-5466</guid>
		<description>&lt;p&gt;Change &amp;; to just &amp; in the googleapis.com line.&lt;/p&gt;
&lt;p&gt;Also, you should be passing in YOUR site as the CURLOPT_REFER.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Change &amp;; to just &amp; in the googleapis.com line.</p>
<p>Also, you should be passing in YOUR site as the CURLOPT_REFER.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to retrieve Google Backlinks count with PHP by jude</title>
		<link>http://www.randomtools.net/how-to-retrieve-google-backlinks-count-with-php-109.html/comment-page-1#comment-5320</link>
		<dc:creator>jude</dc:creator>
		<pubDate>Sun, 15 May 2011 11:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/?p=109#comment-5320</guid>
		<description>the script does not work for me !! please advice 
&#160;
function get_google_backlinks_count($url) {
	&#160;&#160;&#160; $url = &quot;http://ajax.googleapis.com/ajax/services/search/web?v=1.0&amp;;q=site:$url&quot;;
	&#160;
	&#160;&#160;&#160; $ch = curl_init();
	&#160;&#160;&#160; curl_setopt($ch, CURLOPT_URL, $url);
	&#160;&#160;&#160; curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
	&#160;&#160;&#160; curl_setopt($ch, CURLOPT_REFERER, &#039;http://www.google.com/&#039;);
	&#160;&#160;&#160; $response = curl_exec($ch);
	&#160;&#160;&#160; curl_close($ch);
	&#160;
	&#160;&#160;&#160; $json = json_decode($response);
	&#160;&#160;&#160; return $json -&gt; responseData -&gt; cursor -&gt; estimatedResultCount;
	}
	&#160;
	echo &quot;backlinks=&quot;.get_google_backlinks_count(&#039;jobsally.com&#039;);</description>
		<content:encoded><![CDATA[<p>the script does not work for me !! please advice<br />
&nbsp;<br />
function get_google_backlinks_count($url) {<br />
	&nbsp;&nbsp;&nbsp; $url = &quot;<a href="http://ajax.googleapis.com/ajax/services/search/web?v=1.0&#038;;q=site:$url&quot;" rel="nofollow">http://ajax.googleapis.com/ajax/services/search/web?v=1.0&#038;;q=site:$url&quot;</a>;<br />
	&nbsp;<br />
	&nbsp;&nbsp;&nbsp; $ch = curl_init();<br />
	&nbsp;&nbsp;&nbsp; curl_setopt($ch, CURLOPT_URL, $url);<br />
	&nbsp;&nbsp;&nbsp; curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);<br />
	&nbsp;&nbsp;&nbsp; curl_setopt($ch, CURLOPT_REFERER, &#039;<a href="http://www.google.com/&#038;#039" rel="nofollow">http://www.google.com/&#038;#039</a> <img src='http://www.randomtools.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ;<br />
	&nbsp;&nbsp;&nbsp; $response = curl_exec($ch);<br />
	&nbsp;&nbsp;&nbsp; curl_close($ch);<br />
	&nbsp;<br />
	&nbsp;&nbsp;&nbsp; $json = json_decode($response);<br />
	&nbsp;&nbsp;&nbsp; return $json -&gt; responseData -&gt; cursor -&gt; estimatedResultCount;<br />
	}<br />
	&nbsp;<br />
	echo &quot;backlinks=&quot;.get_google_backlinks_count(&#039;jobsally.com&#039;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Hide Android WebView Highlight Border (or change it&#8217;s color) by eggdeng</title>
		<link>http://www.randomtools.net/how-to-hide-android-webview-highlight-border-or-change-its-color-142.html/comment-page-1#comment-4419</link>
		<dc:creator>eggdeng</dc:creator>
		<pubDate>Sun, 27 Mar 2011 10:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/?p=142#comment-4419</guid>
		<description>Using -webkit-tap-highlight-color: rgba(0, 0, 0, 0) has nasty side-effects like disabling the NEXT button on the virtual keyboard. This remains an annoying bug.</description>
		<content:encoded><![CDATA[<p>Using -webkit-tap-highlight-color: rgba(0, 0, 0, 0) has nasty side-effects like disabling the NEXT button on the virtual keyboard. This remains an annoying bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP File_Get_Contents and File_Put_Contents by Bhadra</title>
		<link>http://www.randomtools.net/asp-file_get_contents-and-file_put_contents-36.html/comment-page-1#comment-4039</link>
		<dc:creator>Bhadra</dc:creator>
		<pubDate>Wed, 09 Mar 2011 16:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/?p=36#comment-4039</guid>
		<description>Can u please post the code fo remote url support</description>
		<content:encoded><![CDATA[<p>Can u please post the code fo remote url support</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to mount Amazon EC2 EBS volume on an instance&#8217;s file system by Tushar</title>
		<link>http://www.randomtools.net/how-to-mount-amazon-ec2-ebs-volume-on-an-instances-file-system-76.html/comment-page-1#comment-3706</link>
		<dc:creator>Tushar</dc:creator>
		<pubDate>Mon, 21 Feb 2011 11:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/?p=76#comment-3706</guid>
		<description>how to deail with windows instance....
please help</description>
		<content:encoded><![CDATA[<p>how to deail with windows instance&#8230;.<br />
please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Hide Digsby Ads by Roland B.</title>
		<link>http://www.randomtools.net/how-to-hide-digsby-ads-195.html/comment-page-1#comment-3483</link>
		<dc:creator>Roland B.</dc:creator>
		<pubDate>Thu, 10 Feb 2011 18:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/?p=195#comment-3483</guid>
		<description>Thanks! It worked for me!</description>
		<content:encoded><![CDATA[<p>Thanks! It worked for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP File_Get_Contents and File_Put_Contents by Dan</title>
		<link>http://www.randomtools.net/asp-file_get_contents-and-file_put_contents-36.html/comment-page-1#comment-3268</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 02 Feb 2011 00:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/?p=36#comment-3268</guid>
		<description>I just updated the post with [untested] remote url support.</description>
		<content:encoded><![CDATA[<p>I just updated the post with [untested] remote url support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Hide Android WebView Highlight Border (or change it&#8217;s color) by caseNova</title>
		<link>http://www.randomtools.net/how-to-hide-android-webview-highlight-border-or-change-its-color-142.html/comment-page-1#comment-3107</link>
		<dc:creator>caseNova</dc:creator>
		<pubDate>Tue, 25 Jan 2011 06:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/?p=142#comment-3107</guid>
		<description>Anybody knows how to change the focus color from orange to say blue etc.?
Thanks</description>
		<content:encoded><![CDATA[<p>Anybody knows how to change the focus color from orange to say blue etc.?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 1.6 Version Update (Donut) adds new Power Control Widget by edmond</title>
		<link>http://www.randomtools.net/android-1-6-version-update-donut-adds-new-power-control-widget-69.html/comment-page-1#comment-2752</link>
		<dc:creator>edmond</dc:creator>
		<pubDate>Wed, 12 Jan 2011 09:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/?p=69#comment-2752</guid>
		<description>Dear Sir, 

Have recently purchase power control pro (Motorola DEFY)

1. The Auto Sync button I press to switch off. But the gmail is still able to checking for email. 

2. I understand I may also switch off 2G/3G using the button from your widget but THEN i will be not able to receive MMS picture message people SMS to me. 

3. How do I ensure the Auto Sync work properly ? most of the time I do not wish the Mtorola defy sync my Gmail / contacts / calender in order to lower he Gprs data $$$. This is reason I purchase your product. 

Thank you
Edmond.</description>
		<content:encoded><![CDATA[<p>Dear Sir, </p>
<p>Have recently purchase power control pro (Motorola DEFY)</p>
<p>1. The Auto Sync button I press to switch off. But the gmail is still able to checking for email. </p>
<p>2. I understand I may also switch off 2G/3G using the button from your widget but THEN i will be not able to receive MMS picture message people SMS to me. </p>
<p>3. How do I ensure the Auto Sync work properly ? most of the time I do not wish the Mtorola defy sync my Gmail / contacts / calender in order to lower he Gprs data $$$. This is reason I purchase your product. </p>
<p>Thank you<br />
Edmond.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP File_Get_Contents and File_Put_Contents by John McPherson</title>
		<link>http://www.randomtools.net/asp-file_get_contents-and-file_put_contents-36.html/comment-page-1#comment-2555</link>
		<dc:creator>John McPherson</dc:creator>
		<pubDate>Tue, 04 Jan 2011 20:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.randomtools.net/?p=36#comment-2555</guid>
		<description>Do you have a suggestion on how to adapt file_get_contents to support a remote URL using Classic ASP? Like others I am reluctant to make the move from Classic ASP to ASP.NET</description>
		<content:encoded><![CDATA[<p>Do you have a suggestion on how to adapt file_get_contents to support a remote URL using Classic ASP? Like others I am reluctant to make the move from Classic ASP to ASP.NET</p>
]]></content:encoded>
	</item>
</channel>
</rss>

