<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Rafael Sanches</title>
	<atom:link href="http://mufumbo.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mufumbo.wordpress.com</link>
	<description>Good morning to the day;</description>
	<lastBuildDate>Sun, 18 Oct 2009 23:57:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on RSS parsing optimization for bandwidth and processing time with SAX and httpclient &#8211; pooling scripts by Roberto</title>
		<link>http://mufumbo.wordpress.com/2009/10/18/rss-parsing-optimization-for-bandwidth-processing-time-sax-httpclient/#comment-91</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Sun, 18 Oct 2009 23:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://mufumbo.wordpress.com/?p=88#comment-91</guid>
		<description>Cool. It&#039;s lovely to see the change in the performance!
It would be great to have a proxy service for that, so I can ask to the proxy for an RSS with a date and it will give me back just the latest posts. Can you build it?! :-)</description>
		<content:encoded><![CDATA[<p>Cool. It&#8217;s lovely to see the change in the performance!<br />
It would be great to have a proxy service for that, so I can ask to the proxy for an RSS with a date and it will give me back just the latest posts. Can you build it?! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retrieve driving directions from google maps with server-side HTTP calls and show results with static maps for WAP by krisna</title>
		<link>http://mufumbo.wordpress.com/2009/07/23/server-side-driving-direction-with-google-maps-api-with-php-for-wap-and-web/#comment-73</link>
		<dc:creator>krisna</dc:creator>
		<pubDate>Tue, 29 Sep 2009 04:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://mufumbo.wordpress.com/?p=53#comment-73</guid>
		<description>hii.. Rafael..
i check distance because i have many landmark with type same..
i need distance nearest from my landmark

other question..
I try your code above.. 
but can not run..

this is error..

Fatal error: Class &#039;HttpHelper&#039; not found in C:\xampp\htdocs\...\....


what should i do...???

please help me..


thanks full
krisna putra</description>
		<content:encoded><![CDATA[<p>hii.. Rafael..<br />
i check distance because i have many landmark with type same..<br />
i need distance nearest from my landmark</p>
<p>other question..<br />
I try your code above..<br />
but can not run..</p>
<p>this is error..</p>
<p>Fatal error: Class &#8216;HttpHelper&#8217; not found in C:\xampp\htdocs\&#8230;\&#8230;.</p>
<p>what should i do&#8230;???</p>
<p>please help me..</p>
<p>thanks full<br />
krisna putra</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retrieve driving directions from google maps with server-side HTTP calls and show results with static maps for WAP by mufumbo</title>
		<link>http://mufumbo.wordpress.com/2009/07/23/server-side-driving-direction-with-google-maps-api-with-php-for-wap-and-web/#comment-72</link>
		<dc:creator>mufumbo</dc:creator>
		<pubDate>Mon, 28 Sep 2009 18:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://mufumbo.wordpress.com/?p=53#comment-72</guid>
		<description>Hi, why you need to check the distance? I guess that google already give you the nearest distance. or not?</description>
		<content:encoded><![CDATA[<p>Hi, why you need to check the distance? I guess that google already give you the nearest distance. or not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on reading java-style properties file in PHP by mufumbo</title>
		<link>http://mufumbo.wordpress.com/2009/08/05/reading-java-style-properties-file-in-php/#comment-71</link>
		<dc:creator>mufumbo</dc:creator>
		<pubDate>Mon, 28 Sep 2009 18:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://mufumbo.wordpress.com/?p=63#comment-71</guid>
		<description>hey Diaritus,

I&#039;ve updated the code on the page to don&#039;t depend on that function. 

Anyway, the code of function endsWith in php is:
function endsWith($Haystack, $Needle){
        if (is_array($Needle)) {
            foreach ($Needle as $n) {
                if (strrpos($Haystack, $n) === strlen($Haystack)-strlen($n)) {
                    return true;
                }
            }
        }
        else if (strrpos($Haystack, $Needle) === strlen($Haystack)-strlen($Needle)) {
            return true;
        }

        return false;
    }

thanks</description>
		<content:encoded><![CDATA[<p>hey Diaritus,</p>
<p>I&#8217;ve updated the code on the page to don&#8217;t depend on that function. </p>
<p>Anyway, the code of function endsWith in php is:<br />
function endsWith($Haystack, $Needle){<br />
        if (is_array($Needle)) {<br />
            foreach ($Needle as $n) {<br />
                if (strrpos($Haystack, $n) === strlen($Haystack)-strlen($n)) {<br />
                    return true;<br />
                }<br />
            }<br />
        }<br />
        else if (strrpos($Haystack, $Needle) === strlen($Haystack)-strlen($Needle)) {<br />
            return true;<br />
        }</p>
<p>        return false;<br />
    }</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on reading java-style properties file in PHP by Diaritus</title>
		<link>http://mufumbo.wordpress.com/2009/08/05/reading-java-style-properties-file-in-php/#comment-69</link>
		<dc:creator>Diaritus</dc:creator>
		<pubDate>Mon, 28 Sep 2009 10:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://mufumbo.wordpress.com/?p=63#comment-69</guid>
		<description>Hi Raphael,
Thank you for this function,I need it to read some Java .properties files 
I&#039;m newbie with php ,I&#039;ve got this error &quot;Class &#039;StrUtil&#039; not found in *****.php&quot; 
Can u explain to me  how to use exactly this function ?

Regards
Diaritus</description>
		<content:encoded><![CDATA[<p>Hi Raphael,<br />
Thank you for this function,I need it to read some Java .properties files<br />
I&#8217;m newbie with php ,I&#8217;ve got this error &#8220;Class &#8216;StrUtil&#8217; not found in *****.php&#8221;<br />
Can u explain to me  how to use exactly this function ?</p>
<p>Regards<br />
Diaritus</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on new audio toy &#8211; terratec dmx 6 fire usb by no</title>
		<link>http://mufumbo.wordpress.com/2008/05/30/new-audio-toy-terratec-dmx-6-fire-usb/#comment-68</link>
		<dc:creator>no</dc:creator>
		<pubDate>Sun, 27 Sep 2009 21:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://mufumbo.wordpress.com/?p=5#comment-68</guid>
		<description>isn&#039;t possible.</description>
		<content:encoded><![CDATA[<p>isn&#8217;t possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on reading java-style properties file in PHP by mufumbo</title>
		<link>http://mufumbo.wordpress.com/2009/08/05/reading-java-style-properties-file-in-php/#comment-67</link>
		<dc:creator>mufumbo</dc:creator>
		<pubDate>Sun, 27 Sep 2009 03:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://mufumbo.wordpress.com/?p=63#comment-67</guid>
		<description>Hi Olivier. Yes, you can copy and paste it. I am glad that it helped someone out.</description>
		<content:encoded><![CDATA[<p>Hi Olivier. Yes, you can copy and paste it. I am glad that it helped someone out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retrieve driving directions from google maps with server-side HTTP calls and show results with static maps for WAP by krisnaputra</title>
		<link>http://mufumbo.wordpress.com/2009/07/23/server-side-driving-direction-with-google-maps-api-with-php-for-wap-and-web/#comment-65</link>
		<dc:creator>krisnaputra</dc:creator>
		<pubDate>Sat, 26 Sep 2009 19:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://mufumbo.wordpress.com/?p=53#comment-65</guid>
		<description>Hello Rafael...
your code so awesome..
Your code is very helping me..

how to check distance..
because i need to compare many point 
for get the near distance..

sorry.. my english is so bad..
i hope u understand what i mean</description>
		<content:encoded><![CDATA[<p>Hello Rafael&#8230;<br />
your code so awesome..<br />
Your code is very helping me..</p>
<p>how to check distance..<br />
because i need to compare many point<br />
for get the near distance..</p>
<p>sorry.. my english is so bad..<br />
i hope u understand what i mean</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on reading java-style properties file in PHP by Olivier</title>
		<link>http://mufumbo.wordpress.com/2009/08/05/reading-java-style-properties-file-in-php/#comment-62</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Sat, 26 Sep 2009 12:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://mufumbo.wordpress.com/?p=63#comment-62</guid>
		<description>Hi Raphael,

Is this source free for commercial and non commercial use?

Regards
Olivier</description>
		<content:encoded><![CDATA[<p>Hi Raphael,</p>
<p>Is this source free for commercial and non commercial use?</p>
<p>Regards<br />
Olivier</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retrieve driving directions from google maps with server-side HTTP calls and show results with static maps for WAP by sameer</title>
		<link>http://mufumbo.wordpress.com/2009/07/23/server-side-driving-direction-with-google-maps-api-with-php-for-wap-and-web/#comment-55</link>
		<dc:creator>sameer</dc:creator>
		<pubDate>Wed, 02 Sep 2009 08:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://mufumbo.wordpress.com/?p=53#comment-55</guid>
		<description>Hello Rafael

Can you please help me ...

Regards
Sameer</description>
		<content:encoded><![CDATA[<p>Hello Rafael</p>
<p>Can you please help me &#8230;</p>
<p>Regards<br />
Sameer</p>
]]></content:encoded>
	</item>
</channel>
</rss>
