<?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: Wordpress development techniques #2 &#8211; Fetching RSS feeds with wordpress</title>
	<atom:link href="http://blue-anvil.com/archives/wordpress-development-techniques-2-fetching-rss-feeds-with-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blue-anvil.com/archives/wordpress-development-techniques-2-fetching-rss-feeds-with-wordpress/</link>
	<description>The online blogfolio of Mike Jolley</description>
	<lastBuildDate>Mon, 15 Mar 2010 09:44:32 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bamajr</title>
		<link>http://blue-anvil.com/archives/wordpress-development-techniques-2-fetching-rss-feeds-with-wordpress/comment-page-1/#comment-3920</link>
		<dc:creator>bamajr</dc:creator>
		<pubDate>Thu, 21 May 2009 14:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=84#comment-3920</guid>
		<description>There was an article which caught my attention on MSN about Facebook. (See it by clicking &lt;a href=&quot;http://tech.msn.com/security/articlepcw.aspx?cp-documentid=18356911&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;)

This article was written by a writer for PCWorld and posted on the PCWorld site. (See it by clicking &lt;a href=&quot;http://www.pcworld.com/article/159738/5_facebook_schemes_that_threaten_your_privacy.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;) 

This article was pulled by MSN and displayed as a post to their tech site.

Credit was given to the PCWorld Writer, but it was posted as a new article on MSN.

This is what I&#039;m trying to do. I want to pull related tech articles from places like PCWorld and put them on my site as a new blog article (Of course, credit would be given to the original writer!)

How is this done?</description>
		<content:encoded><![CDATA[<p>There was an article which caught my attention on MSN about Facebook. (See it by clicking <a href="http://tech.msn.com/security/articlepcw.aspx?cp-documentid=18356911" rel="nofollow">here</a>)</p>
<p>This article was written by a writer for PCWorld and posted on the PCWorld site. (See it by clicking <a href="http://www.pcworld.com/article/159738/5_facebook_schemes_that_threaten_your_privacy.html" rel="nofollow">here</a>) </p>
<p>This article was pulled by MSN and displayed as a post to their tech site.</p>
<p>Credit was given to the PCWorld Writer, but it was posted as a new article on MSN.</p>
<p>This is what I&#8217;m trying to do. I want to pull related tech articles from places like PCWorld and put them on my site as a new blog article (Of course, credit would be given to the original writer!)</p>
<p>How is this done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Jolley</title>
		<link>http://blue-anvil.com/archives/wordpress-development-techniques-2-fetching-rss-feeds-with-wordpress/comment-page-1/#comment-1915</link>
		<dc:creator>Mike Jolley</dc:creator>
		<pubDate>Tue, 13 May 2008 10:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=84#comment-1915</guid>
		<description>Not sure why there are errors...maybe wordpress team changed something. There is a new function called get_rss however. Maybe that will work.</description>
		<content:encoded><![CDATA[<p>Not sure why there are errors&#8230;maybe wordpress team changed something. There is a new function called get_rss however. Maybe that will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://blue-anvil.com/archives/wordpress-development-techniques-2-fetching-rss-feeds-with-wordpress/comment-page-1/#comment-1909</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Mon, 12 May 2008 20:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=84#comment-1909</guid>
		<description>How can I add things like author and date?  I&#039;ve tried things like: 

echo $item[&#039;dc:publisher&#039;];

echo $item[&#039;pubdate&#039;];

Unsuccessfully.</description>
		<content:encoded><![CDATA[<p>How can I add things like author and date?  I&#8217;ve tried things like: </p>
<p>echo $item['dc:publisher'];</p>
<p>echo $item['pubdate'];</p>
<p>Unsuccessfully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blue-anvil.com/archives/wordpress-development-techniques-2-fetching-rss-feeds-with-wordpress/comment-page-1/#comment-1897</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 07 May 2008 15:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=84#comment-1897</guid>
		<description>Is it just me, or does anyone else see, &quot;Warning: array_slice() [function.array-slice]: The first argument should be an array in /home/sites/blue-anvil.com/public_html/wp-content/plugins/phpexec.php(41) : eval()&#039;d code on line 4&quot;, in the example boxes? The only reason I ask, is because I am getting this error too, when I try to parse a feed from my own website. It works the first time, but then on refresh it dies and give me a similar error.</description>
		<content:encoded><![CDATA[<p>Is it just me, or does anyone else see, &#8220;Warning: array_slice() [function.array-slice]: The first argument should be an array in /home/sites/blue-anvil.com/public_html/wp-content/plugins/phpexec.php(41) : eval()&#8217;d code on line 4&#8243;, in the example boxes? The only reason I ask, is because I am getting this error too, when I try to parse a feed from my own website. It works the first time, but then on refresh it dies and give me a similar error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feedburn your delicious rss feeds! &#124; nemetral</title>
		<link>http://blue-anvil.com/archives/wordpress-development-techniques-2-fetching-rss-feeds-with-wordpress/comment-page-1/#comment-1839</link>
		<dc:creator>Feedburn your delicious rss feeds! &#124; nemetral</dc:creator>
		<pubDate>Wed, 23 Apr 2008 12:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=84#comment-1839</guid>
		<description>[...] a nice how-to on Blue Anvil Journal, but you may see an error happening right in the [...]</description>
		<content:encoded><![CDATA[<p>[...] a nice how-to on Blue Anvil Journal, but you may see an error happening right in the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blue-anvil.com/archives/wordpress-development-techniques-2-fetching-rss-feeds-with-wordpress/comment-page-1/#comment-1414</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 14 Dec 2007 22:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=84#comment-1414</guid>
		<description>Your lesson is similar to one I found on the wordpress codex but yours is more detailed. I have one question: Do you know if there is a way to display/echo the pubdate for each item? I have not been able to figure that out.

Thanks!</description>
		<content:encoded><![CDATA[<p>Your lesson is similar to one I found on the wordpress codex but yours is more detailed. I have one question: Do you know if there is a way to display/echo the pubdate for each item? I have not been able to figure that out.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Miles</title>
		<link>http://blue-anvil.com/archives/wordpress-development-techniques-2-fetching-rss-feeds-with-wordpress/comment-page-1/#comment-1147</link>
		<dc:creator>Christopher Miles</dc:creator>
		<pubDate>Tue, 20 Nov 2007 13:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=84#comment-1147</guid>
		<description>Thanks a lot for this post; I&#039;m now using the native RSS fetcher in Wordpress to create a blogroll on my site using del.icio.us links, and a current and recent reading list from my Google Library RSS feed

I&#039;m spending half my waking day thinking of new and fiendish ways of parsing RSS feeds to my site now!

(&quot;Half my waking day&quot; and &quot;fiendish&quot; are probably overstating it a bit.)</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this post; I&#8217;m now using the native RSS fetcher in Wordpress to create a blogroll on my site using del.icio.us links, and a current and recent reading list from my Google Library RSS feed</p>
<p>I&#8217;m spending half my waking day thinking of new and fiendish ways of parsing RSS feeds to my site now!</p>
<p>(&#8220;Half my waking day&#8221; and &#8220;fiendish&#8221; are probably overstating it a bit.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lakshmi Mareddy</title>
		<link>http://blue-anvil.com/archives/wordpress-development-techniques-2-fetching-rss-feeds-with-wordpress/comment-page-1/#comment-680</link>
		<dc:creator>Lakshmi Mareddy</dc:creator>
		<pubDate>Sat, 22 Sep 2007 22:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=84#comment-680</guid>
		<description>Pretty cool Mike!  or should I say &quot;Jolley Good&quot;...  I had played with Magpie separately long back, but didnt know it was built-in in WP.  Now after reading your article, my mind is racing...   A big THANK YOU to you for coming up with this...</description>
		<content:encoded><![CDATA[<p>Pretty cool Mike!  or should I say &#8220;Jolley Good&#8221;&#8230;  I had played with Magpie separately long back, but didnt know it was built-in in WP.  Now after reading your article, my mind is racing&#8230;   A big THANK YOU to you for coming up with this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blue-anvil.com/archives/wordpress-development-techniques-2-fetching-rss-feeds-with-wordpress/comment-page-1/#comment-678</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 03 Aug 2007 02:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=84#comment-678</guid>
		<description>Hey, man. I love your site. I use it all the time to make sure I&#039;m coding stuff right. :]</description>
		<content:encoded><![CDATA[<p>Hey, man. I love your site. I use it all the time to make sure I&#8217;m coding stuff right. :]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny</title>
		<link>http://blue-anvil.com/archives/wordpress-development-techniques-2-fetching-rss-feeds-with-wordpress/comment-page-1/#comment-679</link>
		<dc:creator>Jenny</dc:creator>
		<pubDate>Mon, 16 Jul 2007 17:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=84#comment-679</guid>
		<description>I am totally lost. But I wanna figure this out. I really do.</description>
		<content:encoded><![CDATA[<p>I am totally lost. But I wanna figure this out. I really do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
