<?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>Michael P. Shipley &#187; SimplePie</title>
	<atom:link href="http://www.michaelpshipley.com/category/simplepie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelpshipley.com</link>
	<description></description>
	<lastBuildDate>Mon, 19 Sep 2011 02:59:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Video: A Motocross Screaming Mashup</title>
		<link>http://www.michaelpshipley.com/simplepie/video-motocross-scream-mashup-51/</link>
		<comments>http://www.michaelpshipley.com/simplepie/video-motocross-scream-mashup-51/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 11:42:59 +0000</pubDate>
		<dc:creator>Michael Shipley</dc:creator>
				<category><![CDATA[SimplePie]]></category>

		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=51</guid>
		<description><![CDATA[Here is another short cool music video I made called Motocross Scream using a sound effect from the teaser trailer for Spiderman 3, some random motocross video clips from youtube, a song from Blackhawk Down by Hans Zimmer called Chant, and a scream from Slippage by Goldfrapp.]]></description>
			<content:encoded><![CDATA[<p>Here is another short cool music video I made called <a href="http://www.youtube.com/watch?v=LWdqPssQVj4">Motocross Scream</a> using a sound effect from the <a href="http://video.google.com/videoplay?docid=-5840822554806198162">teaser trailer for Spiderman 3</a>,  some random motocross video clips from youtube, a song from Blackhawk Down by Hans Zimmer called <a href="http://www.youtube.com/watch?v=rUZLEhhz3PU">Chant</a>, and a scream from <a href="http://www.youtube.com/watch?v=Zcv0E9jmcag">Slippage </a>by Goldfrapp.</p>
<p><!-- start_raw --><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/LWdqPssQVj4&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/LWdqPssQVj4&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><br />
<!-- end_raw --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelpshipley.com/simplepie/video-motocross-scream-mashup-51/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS/ATOM Feed Analyzer</title>
		<link>http://www.michaelpshipley.com/simplepie/rssatom-feed-analyzer-22/</link>
		<comments>http://www.michaelpshipley.com/simplepie/rssatom-feed-analyzer-22/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 04:48:25 +0000</pubDate>
		<dc:creator>Michael Shipley</dc:creator>
				<category><![CDATA[SimplePie]]></category>

		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=22</guid>
		<description><![CDATA[Check out my new Feed Analyzer. All you do is enter an RSS or Atom feed URL (or simply a website URL and the feed URL will be auto-detected) and the analyzer, using SimplePie, will tell you everything you ever wanted to know about that feed but were afraid to ask. It answers questions like: [...]]]></description>
			<content:encoded><![CDATA[<p>Check out my new <a href="http://www.michaelpshipley.com/demos/feed-analyzer/">Feed Analyzer</a>.</p>
<p>All you do is enter an RSS or Atom feed URL (or simply a website URL and the feed URL will be auto-detected) and the analyzer, using <a href="http://simplepie.org">SimplePie,</a> will tell you everything you ever wanted to know about that feed but were afraid to ask. It answers questions like:</p>
<ul>
<li>What is the effective feed URL?</li>
<li> What is the feed description?</li>
<li>Is the feed copyrighted?</li>
<li> Does the feed have a channel image?</li>
<li>Is the feed localized with a latitude/longitude data?</li>
<li>Do feed items have publication dates? (some don&#8217;t which can cause problems in multifeeds)</li>
<li>Does the feed&#8217;s corresponding website have a favIcon?</li>
<li> What is the feed&#8217;s title?</li>
<li> What is the feed&#8217;s source website link?</li>
<li> What type of feed is this? RSS? Atom? RDF?</li>
<li> What language is the feed in?</li>
<li> How is the feed encoded? UTF-8? ISO-8859-1?</li>
<li> Who is the author of the feed?</li>
<li> How many items are there in the feed?</li>
<li> How often are posts made?</li>
<li> What is the oldest feed item? (tells you how long your cache duration should be)</li>
<li>Are posts sorted by date? If so, are they sorted (reverse) chronologically?</li>
</ul>
<p>In addition, the analyzer gives you:</p>
<ul>
<li>A summary of all items in the feed.</li>
<li> A detailed list of all the items in the feed.</li>
<li> A list of all the sub-elements in an item element along with the required SimplePie code to extract those elements.</li>
<li> A dump of the raw HTTP data for the feed so you can visually check the feed&#8217;s HTTP headers and body for errors.</li>
<li> A demo of the feed.</li>
</ul>
<p>Bonus:</p>
<ul>
<li>Allows easy integration with Firefox&#8217;s feed subscription feature.</li>
<li>Validate the feed at FeedValidator.org.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelpshipley.com/simplepie/rssatom-feed-analyzer-22/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.085 seconds -->

