<?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: Taking RSS to the next level with Simplepie</title> <atom:link href="http://www.trupela.com/2009/10/12/taking-rss-to-the-next-level-with-simplepie/feed/" rel="self" type="application/rss+xml" /><link>http://www.trupela.com/2009/10/12/taking-rss-to-the-next-level-with-simplepie/</link> <description>on Tribalism, Open Source and the Unexpected</description> <lastBuildDate>Fri, 10 Feb 2012 20:35:34 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Robert</title><link>http://www.trupela.com/2009/10/12/taking-rss-to-the-next-level-with-simplepie/#comment-4152</link> <dc:creator>Robert</dc:creator> <pubDate>Fri, 22 Apr 2011 09:45:50 +0000</pubDate> <guid
isPermaLink="false">http://www.trupela.com/?p=5770#comment-4152</guid> <description>Hi John,Totally do-able. I&#039;m assuming that you&#039;re fetching feeds for the same five sites each time.
One way you could do it is store the favicon image locally on your server and then insert it with &lt;strong&gt;img&lt;/strong&gt; tag as you are building the contents before displaying.Let me know how you go.Cheers,Robertps: not a bad site you got there.</description> <content:encoded><![CDATA[<p>Hi John,</p><p>Totally do-able. I&#8217;m assuming that you&#8217;re fetching feeds for the same five sites each time.<br
/> One way you could do it is store the favicon image locally on your server and then insert it with <strong>img</strong> tag as you are building the contents before displaying.</p><p>Let me know how you go.</p><p>Cheers,</p><p>Robert</p><p>ps: not a bad site you got there.</p> ]]></content:encoded> </item> <item><title>By: John</title><link>http://www.trupela.com/2009/10/12/taking-rss-to-the-next-level-with-simplepie/#comment-4145</link> <dc:creator>John</dc:creator> <pubDate>Tue, 19 Apr 2011 10:03:57 +0000</pubDate> <guid
isPermaLink="false">http://www.trupela.com/?p=5770#comment-4145</guid> <description>Hey mate i am the it manager of the sportnooz.gr site in Greece...I am trying to fix a multi rss widget taking informations from 5 other sites with the favicon.ico images in the begging of each line.How can i do that with your code?iis it possible?
Best regards</description> <content:encoded><![CDATA[<p>Hey mate i am the it manager of the sportnooz.gr site in Greece&#8230;I am trying to fix a multi rss widget taking informations from 5 other sites with the favicon.ico images in the begging of each line.How can i do that with your code?iis it possible?<br
/> Best regards</p> ]]></content:encoded> </item> <item><title>By: Robert</title><link>http://www.trupela.com/2009/10/12/taking-rss-to-the-next-level-with-simplepie/#comment-2184</link> <dc:creator>Robert</dc:creator> <pubDate>Sun, 04 Apr 2010 10:22:42 +0000</pubDate> <guid
isPermaLink="false">http://www.trupela.com/?p=5770#comment-2184</guid> <description>Hi Steve,I would put it after the &lt;strong&gt;// Cleanup the content&lt;/strong&gt; line.R</description> <content:encoded><![CDATA[<p>Hi Steve,</p><p>I would put it after the <strong>// Cleanup the content</strong> line.</p><p>R</p> ]]></content:encoded> </item> <item><title>By: Steve Byde</title><link>http://www.trupela.com/2009/10/12/taking-rss-to-the-next-level-with-simplepie/#comment-2183</link> <dc:creator>Steve Byde</dc:creator> <pubDate>Sun, 04 Apr 2010 09:12:56 +0000</pubDate> <guid
isPermaLink="false">http://www.trupela.com/?p=5770#comment-2183</guid> <description>Hi RobertThanks for getting back to me. I&#039;m not really a coder anymore and didn&#039;t do php, with the code you supplied above can you tell me where I would put print_r in order to display the array elements. I would hope I can work out from there what is required.Many thanks</description> <content:encoded><![CDATA[<p>Hi Robert</p><p>Thanks for getting back to me. I&#8217;m not really a coder anymore and didn&#8217;t do php, with the code you supplied above can you tell me where I would put print_r in order to display the array elements. I would hope I can work out from there what is required.</p><p>Many thanks</p> ]]></content:encoded> </item> <item><title>By: Robert</title><link>http://www.trupela.com/2009/10/12/taking-rss-to-the-next-level-with-simplepie/#comment-2182</link> <dc:creator>Robert</dc:creator> <pubDate>Sat, 03 Apr 2010 22:26:30 +0000</pubDate> <guid
isPermaLink="false">http://www.trupela.com/?p=5770#comment-2182</guid> <description>Hi Steve,Been a while since I worked on this but from memory I used the PHP print_r function to display the contents of the array and then it&#039;s just a matter of manipulating what you want included and/or not.R</description> <content:encoded><![CDATA[<p>Hi Steve,</p><p>Been a while since I worked on this but from memory I used the PHP print_r function to display the contents of the array and then it&#8217;s just a matter of manipulating what you want included and/or not.</p><p>R</p> ]]></content:encoded> </item> <item><title>By: Steve Byde</title><link>http://www.trupela.com/2009/10/12/taking-rss-to-the-next-level-with-simplepie/#comment-2181</link> <dc:creator>Steve Byde</dc:creator> <pubDate>Sat, 03 Apr 2010 21:14:25 +0000</pubDate> <guid
isPermaLink="false">http://www.trupela.com/?p=5770#comment-2181</guid> <description>Hi thereGot your Taking RSS to the next level with Simplepie code working. Almost got what I want but now at bit of a loss. Basically have a chart rss feed but want to strip out and display image, song title and artist name only. Is there a way of seeing tags of a feed and the say $remove tag name?This would help no end.Many thanks</description> <content:encoded><![CDATA[<p>Hi there</p><p>Got your Taking RSS to the next level with Simplepie code working. Almost got what I want but now at bit of a loss. Basically have a chart rss feed but want to strip out and display image, song title and artist name only. Is there a way of seeing tags of a feed and the say $remove tag name?</p><p>This would help no end.</p><p>Many thanks</p> ]]></content:encoded> </item> <item><title>By: Webby Scripts Taking RSS to the next level with Simplepie</title><link>http://www.trupela.com/2009/10/12/taking-rss-to-the-next-level-with-simplepie/#comment-1412</link> <dc:creator>Webby Scripts Taking RSS to the next level with Simplepie</dc:creator> <pubDate>Mon, 12 Oct 2009 07:02:12 +0000</pubDate> <guid
isPermaLink="false">http://www.trupela.com/?p=5770#comment-1412</guid> <description>[...] this article: Taking RSS to the next level with Simplepie [...]</description> <content:encoded><![CDATA[<p>[...] this article: Taking RSS to the next level with Simplepie [...]</p> ]]></content:encoded> </item> <item><title>By: Posts about Open Source Software as of October 11, 2009</title><link>http://www.trupela.com/2009/10/12/taking-rss-to-the-next-level-with-simplepie/#comment-1408</link> <dc:creator>Posts about Open Source Software as of October 11, 2009</dc:creator> <pubDate>Mon, 12 Oct 2009 04:51:20 +0000</pubDate> <guid
isPermaLink="false">http://www.trupela.com/?p=5770#comment-1408</guid> <description>[...] of October 11, 2009 October 11th, 2009 by admin &#124; Filed under Open Source Software.                Taking RSS to the next level with Simplepie &#8211; trupela.com 10/12/2009 In an attempt to improve performance and also consolidate some of [...]</description> <content:encoded><![CDATA[<p>[...] of October 11, 2009 October 11th, 2009 by admin | Filed under Open Source Software.                Taking RSS to the next level with Simplepie &#8211; trupela.com 10/12/2009 In an attempt to improve performance and also consolidate some of [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 7/13 queries in 0.009 seconds using disk: basic
Object Caching 483/485 objects using disk: basic

Served from: www.trupela.com @ 2012-02-13 05:02:27 -->
