<?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 Wardell Design Blog</title>
	<atom:link href="http://blog.wardelldesign.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wardelldesign.com</link>
	<description>Web Design &#38; Technology Blog</description>
	<lastBuildDate>Wed, 08 Jun 2011 04:03:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on Get Your Latest Tweet with PHP by Ryan Cooper</title>
		<link>http://blog.wardelldesign.com/php/get-latest-tweet-with-php/comment-page-1/#comment-3422</link>
		<dc:creator>Ryan Cooper</dc:creator>
		<pubDate>Wed, 08 Jun 2011 04:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wardelldesign.com/?p=549#comment-3422</guid>
		<description>Sorry for so many comments but i went back and figured it out. I used the XML feed and switched all the tags accordingly. The ATOM feed used &quot;title&quot; and &quot;content&quot;, while the XML version only used &quot;Text&quot; so i combined/omitted the tweettitle lines, as i don&#039;t think they were needed any longer, but i could be wrong. Here&#039;s a link to the code snippet which i currently have set to public, however let me know when you received it and ill remove it.  :D 

http://snipt.net/ryancooper/latest-tweet</description>
		<content:encoded><![CDATA[<p>Sorry for so many comments but i went back and figured it out. I used the XML feed and switched all the tags accordingly. The ATOM feed used &#8220;title&#8221; and &#8220;content&#8221;, while the XML version only used &#8220;Text&#8221; so i combined/omitted the tweettitle lines, as i don&#8217;t think they were needed any longer, but i could be wrong. Here&#8217;s a link to the code snippet which i currently have set to public, however let me know when you received it and ill remove it.  <img src='http://blog.wardelldesign.com/wp-includes/images/smilies/grin.gif' alt=':D' class='wp-smiley' />  </p>
<p><a href="http://snipt.net/ryancooper/latest-tweet" rel="nofollow">http://snipt.net/ryancooper/latest-tweet</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Your Latest Tweet with PHP by Ryan Cooper</title>
		<link>http://blog.wardelldesign.com/php/get-latest-tweet-with-php/comment-page-1/#comment-3420</link>
		<dc:creator>Ryan Cooper</dc:creator>
		<pubDate>Wed, 08 Jun 2011 00:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wardelldesign.com/?p=549#comment-3420</guid>
		<description>This is what i was able to come up with. I was unable to omit the usernames like your previous version but actually like it this way since i was echoing the username before the function anyway.  :) Thanks for pointing me in the right direction.

http://api.twitter.com/1/statuses/user_timeline.atom?screen_name=$username&amp;count=10</description>
		<content:encoded><![CDATA[<p>This is what i was able to come up with. I was unable to omit the usernames like your previous version but actually like it this way since i was echoing the username before the function anyway.  <img src='http://blog.wardelldesign.com/wp-includes/images/smilies/happy.gif' alt=':)' class='wp-smiley' />  Thanks for pointing me in the right direction.</p>
<p><a href="http://api.twitter.com/1/statuses/user_timeline.atom?screen_name=$username&#038;count=10" rel="nofollow">http://api.twitter.com/1/statuses/user_timeline.atom?screen_name=$username&#038;count=10</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Your Latest Tweet with PHP by Wardell</title>
		<link>http://blog.wardelldesign.com/php/get-latest-tweet-with-php/comment-page-1/#comment-3419</link>
		<dc:creator>Wardell</dc:creator>
		<pubDate>Tue, 07 Jun 2011 18:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wardelldesign.com/?p=549#comment-3419</guid>
		<description>Hi Ryan, the script as it stands actually uses the feed generated by a Twitter search so if its been a while since the users last post it&#039;s likely that no search results are being returned , and the reason why an error is generated. It should be possible to refine the script to use a users timeline instead of a search result. I&#039;ll try and updated it soon but if you wanted to take a crack at it here is a link with info on how to get a users timeline feed &lt;a href=&quot;http://dev.twitter.com/doc/get/statuses/user_timeline&quot; rel=&quot;nofollow&quot;&gt;http://dev.twitter.com/doc/get/statuses/user_timeline&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi Ryan, the script as it stands actually uses the feed generated by a Twitter search so if its been a while since the users last post it&#8217;s likely that no search results are being returned , and the reason why an error is generated. It should be possible to refine the script to use a users timeline instead of a search result. I&#8217;ll try and updated it soon but if you wanted to take a crack at it here is a link with info on how to get a users timeline feed <a href="http://dev.twitter.com/doc/get/statuses/user_timeline" rel="nofollow">http://dev.twitter.com/doc/get/statuses/user_timeline</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Your Latest Tweet with PHP by Ryan Cooper</title>
		<link>http://blog.wardelldesign.com/php/get-latest-tweet-with-php/comment-page-1/#comment-3418</link>
		<dc:creator>Ryan Cooper</dc:creator>
		<pubDate>Tue, 07 Jun 2011 17:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wardelldesign.com/?p=549#comment-3418</guid>
		<description>It seems the error i mentioned occurs when the defined user hasn&#039;t posted in several days, could you confirm this? I&#039;ve tested it with several names, if a user has posted lately it pulls the tweet if its been more than 5 days it gives the error?</description>
		<content:encoded><![CDATA[<p>It seems the error i mentioned occurs when the defined user hasn&#8217;t posted in several days, could you confirm this? I&#8217;ve tested it with several names, if a user has posted lately it pulls the tweet if its been more than 5 days it gives the error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Your Latest Tweet with PHP by Ryan Cooper</title>
		<link>http://blog.wardelldesign.com/php/get-latest-tweet-with-php/comment-page-1/#comment-3413</link>
		<dc:creator>Ryan Cooper</dc:creator>
		<pubDate>Mon, 06 Jun 2011 17:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wardelldesign.com/?p=549#comment-3413</guid>
		<description>Disregard my comment, it was an error on my part.</description>
		<content:encoded><![CDATA[<p>Disregard my comment, it was an error on my part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Your Latest Tweet with PHP by Ryan Cooper</title>
		<link>http://blog.wardelldesign.com/php/get-latest-tweet-with-php/comment-page-1/#comment-3412</link>
		<dc:creator>Ryan Cooper</dc:creator>
		<pubDate>Mon, 06 Jun 2011 15:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wardelldesign.com/?p=549#comment-3412</guid>
		<description>I keep getting &quot;Trying to get property of non-object&quot; for lines 6 and 7 in the sample above... This just started happening, do you know if something changed perhaps?</description>
		<content:encoded><![CDATA[<p>I keep getting &#8220;Trying to get property of non-object&#8221; for lines 6 and 7 in the sample above&#8230; This just started happening, do you know if something changed perhaps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Your Latest Tweet with PHP by Wardell</title>
		<link>http://blog.wardelldesign.com/php/get-latest-tweet-with-php/comment-page-1/#comment-3290</link>
		<dc:creator>Wardell</dc:creator>
		<pubDate>Wed, 25 May 2011 21:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wardelldesign.com/?p=549#comment-3290</guid>
		<description>Sorry about that I had some trouble with the WYSIWYG editor converting characters again, the code above should work now</description>
		<content:encoded><![CDATA[<p>Sorry about that I had some trouble with the WYSIWYG editor converting characters again, the code above should work now</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Your Latest Tweet with PHP by avatare</title>
		<link>http://blog.wardelldesign.com/php/get-latest-tweet-with-php/comment-page-1/#comment-3268</link>
		<dc:creator>avatare</dc:creator>
		<pubDate>Wed, 11 May 2011 12:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wardelldesign.com/?p=549#comment-3268</guid>
		<description>Sorry it´s not working, either you forgot something or i just made a mistake and am not able ti fix it. But thanks anyway</description>
		<content:encoded><![CDATA[<p>Sorry it´s not working, either you forgot something or i just made a mistake and am not able ti fix it. But thanks anyway</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Starting a Website [Check List] by Mederi</title>
		<link>http://blog.wardelldesign.com/business/starting-a-website/comment-page-1/#comment-3149</link>
		<dc:creator>Mederi</dc:creator>
		<pubDate>Thu, 31 Mar 2011 00:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wardelldesign.com/?p=9081#comment-3149</guid>
		<description>This is a very useful guide to starting a website. I just started my first website recently and there&#039;s a lot of things to think about both before and after it goes live.</description>
		<content:encoded><![CDATA[<p>This is a very useful guide to starting a website. I just started my first website recently and there&#8217;s a lot of things to think about both before and after it goes live.<br />
<span class="cluv">Mederi´s last [type] ..<a class="aeb0dd6bbd 3149" href="http://www.meditationden.com/questions/what-is-the-lotus-position/">What Is The Lotus Position</a></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logitech Wireless Speaker Z515 Review by Daniel</title>
		<link>
