<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dangerouslyawesome: alex hillman &#187; magpie</title>
	<atom:link href="http://dangerouslyawesome.com/tag/magpie/feed/" rel="self" type="application/rss+xml" />
	<link>http://dangerouslyawesome.com</link>
	<description></description>
	<lastBuildDate>Sun, 20 May 2012 06:32:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>php feed handling, now with less kludge</title>
		<link>http://dangerouslyawesome.com/2006/11/php-feed-handling-now-with-less-kludge/</link>
		<comments>http://dangerouslyawesome.com/2006/11/php-feed-handling-now-with-less-kludge/#comments</comments>
		<pubDate>Sun, 05 Nov 2006 04:36:12 +0000</pubDate>
		<dc:creator>Alex Hillman</dc:creator>
				<category><![CDATA[elsewhere]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[magpie]]></category>

		<guid isPermaLink="false">http://www.dangerouslyawesome.com/2006/11/04/php-feed-handling-now-with-less-kludge/</guid>
		<description><![CDATA[back in august/september, i built a feed aggregating home page for Inspiration Festival. For that project I used code from magpie to manage parsing of various RSS feeds. It got the job done, and definately ]]></description>
			<content:encoded><![CDATA[<p>back in august/september, i built a feed aggregating home page for <a href="http://www.inspirationfestival.com">Inspiration Festival</a>. For that project I used code from <a href="http://magpierss.sourceforge.net/">magpie</a> to manage parsing of various RSS feeds. It got the job done, and definately did a huge amount of legwork&#8230;but I had to do some really wacky array manipulation to get at the data from each feed that I wanted. Also, since there was slight variations in the feeds, I had to compensate for that. Overall, I came up with a pretty slick mediating layer between magpie and my interface that I have since reimplimented&#8230;but it was starting to get unruly. One of the biggest things i disliked about magpie was it&#8217;s large set of dependant files&#8230;a couple of dozen files in a magpie directory (sure, some were documentation but nonetheless) made adding my solution to new projects a bit messy.</p>

<p>enter <a href="http://simplepie.org/">simplepie</a>. self proclaimed solution to the admitted pain in the ass that magpie can be. Since i&#8217;m doing a similar feed aggregation for another quickie project, i decided to take simple pie for a spin.</p>

<p>and it wins, in a big way. without dwelling too much on my particular implementation, two of it&#8217;s strongest suits are:</p>

<ul>
    <li>simple 1 file installation</li>
    <li>a great set of <a href="http://simplepie.org/docs/reference/">function documentation</a> (that&#8217;s readable!)</li>
</ul>

<p>my 2 biggest complaints with magpie nailed in 1 shot. could I really ask for more?
I suppose we&#8217;ll see as i delve into usage of this library. More to come.</p>

<p><strong>update</strong>: for the project I&#8217;m working on, simplepie cut 36 lines of code down to 13. ladies and gentlemen, we have a winner.</p>
<!--<p><br/></p>
<hr/>
<h3>If you liked this, you should <a href="http://coworkingweekly.com" target="_none">subscribe to Coworking Weekly</a>.</h3>
<p>You get one totally free email every Thursday full of the best coworking links I've found that week, along with coworking announcements & deals from around the world.</p>
<p><a href="http://coworkingweekly.com/" target="_none">Sign up now, unsubscribe anytime.</a></p> -->
<!--<strong>Join me for my next half-day coworking workshop on 2/19. <br/><a href="https://indyhall.stagehq.com/events/1129">Find out details</a> or sign up below. Save $75 by using the code DANGER.</strong>

<iframe src="https://indyhall.stagehq.com/events/1129/external" 
        marginheight="5" marginwidth="5" frameborder="0" scrolling="auto"
        height="250" width="500">
</iframe>-->]]></content:encoded>
			<wfw:commentRss>http://dangerouslyawesome.com/2006/11/php-feed-handling-now-with-less-kludge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  dangerouslyawesome.com/tag/magpie/feed/ ) in 0.34550 seconds, on May 25th, 2012 at 5:56 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 25th, 2012 at 6:56 pm UTC -->
