<?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: Get Yahoo Weather with SimplePie</title>
	<atom:link href="http://jivebay.com/2007/07/25/get-yahoo-weather-with-simplepie/feed/" rel="self" type="application/rss+xml" />
	<link>http://jivebay.com/2007/07/25/get-yahoo-weather-with-simplepie/</link>
	<description>Web Development, Code Snippets, Technology, Reviews and Random Stuff Blog</description>
	<lastBuildDate>Wed, 28 Jul 2010 23:09:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: blogger</title>
		<link>http://jivebay.com/2007/07/25/get-yahoo-weather-with-simplepie/comment-page-1/#comment-2876</link>
		<dc:creator>blogger</dc:creator>
		<pubDate>Mon, 22 Sep 2008 22:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/2007/07/25/get-yahoo-weather-with-simplepie/#comment-2876</guid>
		<description>Good point joe, all the if/elses for wind direction should have a equality test. I&#039;ve now updated the code to reflect that.</description>
		<content:encoded><![CDATA[<p>Good point joe, all the if/elses for wind direction should have a equality test. I&#8217;ve now updated the code to reflect that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://jivebay.com/2007/07/25/get-yahoo-weather-with-simplepie/comment-page-1/#comment-2874</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Sat, 20 Sep 2008 14:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/2007/07/25/get-yahoo-weather-with-simplepie/#comment-2874</guid>
		<description>Your direction parsing needs to be &lt;= istead of  348.75 &#124;&#124; $wind_direction  11.25 &amp;&amp; $wind_direction &lt; 33.75)
	$wind_direction_converted = &quot;NNE&quot;;//NNE

in this example if direction were 11.25 the result would be &#039;?&#039;</description>
		<content:encoded><![CDATA[<p>Your direction parsing needs to be &lt;= istead of  348.75 || $wind_direction  11.25 &amp;&amp; $wind_direction &lt; 33.75)<br />
	$wind_direction_converted = &#8220;NNE&#8221;;//NNE</p>
<p>in this example if direction were 11.25 the result would be &#8216;?&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JOnes</title>
		<link>http://jivebay.com/2007/07/25/get-yahoo-weather-with-simplepie/comment-page-1/#comment-1470</link>
		<dc:creator>JOnes</dc:creator>
		<pubDate>Wed, 26 Sep 2007 03:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/2007/07/25/get-yahoo-weather-with-simplepie/#comment-1470</guid>
		<description>Why do they have to be such dicks about what sites you can use it on? Weather channel can suck my ass</description>
		<content:encoded><![CDATA[<p>Why do they have to be such dicks about what sites you can use it on? Weather channel can suck my ass</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blogger</title>
		<link>http://jivebay.com/2007/07/25/get-yahoo-weather-with-simplepie/comment-page-1/#comment-1256</link>
		<dc:creator>blogger</dc:creator>
		<pubDate>Thu, 02 Aug 2007 00:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/2007/07/25/get-yahoo-weather-with-simplepie/#comment-1256</guid>
		<description>Cool! Thanks for creating SimplePie, it&#039;s been fun mashing up feeds. :)</description>
		<content:encoded><![CDATA[<p>Cool! Thanks for creating SimplePie, it&#8217;s been fun mashing up feeds. <img src='http://jivebay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Parman</title>
		<link>http://jivebay.com/2007/07/25/get-yahoo-weather-with-simplepie/comment-page-1/#comment-1254</link>
		<dc:creator>Ryan Parman</dc:creator>
		<pubDate>Wed, 01 Aug 2007 07:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/2007/07/25/get-yahoo-weather-with-simplepie/#comment-1254</guid>
		<description>This is Ryan from the SimplePie project.  This is a very cool tutorial, and it has inspired me to write up a SimplePie Add-on that greatly simplifies the task of working with Yahoo! Weather data.

I used the code that calculates wind direction from this script, and included the URL back to this page.  I hope you don&#039;t mind.

Anyways, I hope this makes it easier for people to work with this kind of data!

http://simplepie.org/wiki/addons/yahoo_weather</description>
		<content:encoded><![CDATA[<p>This is Ryan from the SimplePie project.  This is a very cool tutorial, and it has inspired me to write up a SimplePie Add-on that greatly simplifies the task of working with Yahoo! Weather data.</p>
<p>I used the code that calculates wind direction from this script, and included the URL back to this page.  I hope you don&#8217;t mind.</p>
<p>Anyways, I hope this makes it easier for people to work with this kind of data!</p>
<p><a href="http://simplepie.org/wiki/addons/yahoo_weather" rel="nofollow">http://simplepie.org/wiki/addons/yahoo_weather</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
