<?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>Technical Musings &#187; Ajax</title>
	<atom:link href="http://tech.neilennis.com/index.php/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.neilennis.com</link>
	<description>The tech blog of Neil Ennis</description>
	<lastBuildDate>Sun, 18 Dec 2011 21:45:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Slideshow from RSS for WordPress</title>
		<link>http://tech.neilennis.com/index.php/slideshow-from-rss-for-wordpress/</link>
		<comments>http://tech.neilennis.com/index.php/slideshow-from-rss-for-wordpress/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 01:56:50 +0000</pubDate>
		<dc:creator>NeilEnnis</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[ObSrv]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://tech.neilennis.com/?p=68</guid>
		<description><![CDATA[ .gss2 a img {border : none;} .gss2 { width : 300px; height : 230px; padding: 10px; cursor: hand;} <p> </p> .alignleft { float: left; cursor: hand; border: none; margin-right: 15px; margin-bottom: 10px;} Loading&#8230; <p>It took me hours to find, but the easiest way I found to build a slideshow from a MediaRSS feed <p>Continue reading <a href="http://tech.neilennis.com/index.php/slideshow-from-rss-for-wordpress/">Slideshow from RSS for WordPress</a></p>]]></description>
			<content:encoded><![CDATA[<style type="text/css">
.gss2 a img {border : none;}
.gss2 { width : 300px; height : 230px; padding: 10px; cursor: hand;}
</style>
<p><script type="text/javascript"><!--
       AddNewShow("http://blog.NeilEnnis.com/FlickrRSS.php?uri=http://api.flickr.com/services/feeds/groups_pool.gne?id=26241990@N00&#038;lang=en-us&#038;format=rss_200", "slideshow2");
//-->
</script></p>
<style>
.alignleft {
float: left;
cursor: hand;
border: none;
margin-right: 15px;
margin-bottom: 10px;}
</style>
<div id="body2" class="alignleft">
<div id="slideshow2" class="gss2">Loading&#8230;</div>
</div>
<p>It took me hours to find, but the easiest way I found to build a slideshow from a MediaRSS feed and add it to a WordPress blog was using the <a href="http://www.google.com/uds/solutions/slideshow/index.html" target="_blank">Google Ajax Feed API</a>.<br/><br/></p>
<p>There are a few plug-ins that are supposed to work with WordPress, but I didn&#8217;t like them because they were really limited, or didn&#8217;t work on an IIS hosted blog. Good old Javascript, although it&#8217;s verbose, works fine.<br/><br/></p>
<p>That&#8217;s what I&#8217;ve used on this blog. Have a look at the slideshow on the lower right. It&#8217;s generated by the Google Ajax Feeds API.<br/><br/></p>
<p>If you don&#8217;t like getting your hands dirty with JavaScript, the best Flash based slideshow generator I know of is at <a href="http://VuVox.com" target="_blank">VuVox.com</a>. That&#8217;s what I use for some of the ObSrv examples of slideshows <a href="http://tech.neilennis.com/?p=28" target="_blank">here</a>.<br/><br/></p>
<p>The beauty of building a slideshow from an RSS Feed is that you don&#8217;t need to have the images on your own site, and the content updates continually as more items are added to the feed.<br/><br/></p>
<p>Of course, sometimes it&#8217;s hard to find a good feed. That&#8217;s where <a href="http://ObSrv.com" target="_blank">ObSrv.com</a> comes in, because it can generate a feed from a google images search.<br/><br/></p>
<p>So when you use the Google Ajax Feed API and ObSrv.com you can make a slideshow of any topic you&#8217;d like. The one on this site is for &#8220;Information Technology&#8221;.<br/><br/></p>
<p>And just to make this post pretty, I thought I&#8217;d include a slideshow of the most recent ten pictures from the <a href="http://www.flickr.com/groups/creativecommons/">Creative Commons group on Flickr</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.neilennis.com/index.php/slideshow-from-rss-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

