<?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>espresso online</title>
	<atom:link href="http://espresso-online.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://espresso-online.info</link>
	<description>a whole lot of interestingness</description>
	<lastBuildDate>Wed, 01 Sep 2010 22:54:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Add new files to SVN</title>
		<link>http://espresso-online.info/2010/09/01/add-new-files-to-svn/</link>
		<comments>http://espresso-online.info/2010/09/01/add-new-files-to-svn/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 22:54:10 +0000</pubDate>
		<dc:creator>theamoeba</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quick help]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[recursive]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://espresso-online.info/?p=67</guid>
		<description><![CDATA[This is a fairly common issue and one that I have run into on more than a couple of occasions. How do you add new files to an SVN project without running the add command for every file/directory? You use &#8230; <a href="http://espresso-online.info/2010/09/01/add-new-files-to-svn/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a fairly common issue and one that I have run into on more than a couple of occasions. How do you add new files to an SVN project without running the add command for every file/directory?</p>
<p>You use this clever one line script that I found at <a href="http://snipplr.com/view/5745/svn-add-recursively/" target="_blank">Snipplr</a>:</p>
<pre>svn status | grep "^\?" | awk '{print $2}' | xargs svn add
</pre>
<p>And as long as your file names don&#8217;t have spaces in them the script will add them recursively to your SVN project. By the way if you have spaces in your file names then you are being silly. <img src='http://espresso-online.info/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://espresso-online.info/2010/09/01/add-new-files-to-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP SSH2 on Fedora Core the easy way</title>
		<link>http://espresso-online.info/2010/08/31/php-ssh2-on-fedora-core-the-easy-way/</link>
		<comments>http://espresso-online.info/2010/08/31/php-ssh2-on-fedora-core-the-easy-way/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 21:47:21 +0000</pubDate>
		<dc:creator>theamoeba</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[Apache2]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[HTTPD]]></category>
		<category><![CDATA[PECL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[SSH2]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://espresso-online.info/?p=63</guid>
		<description><![CDATA[Installing the PHP SSH2 extension on Fedora is a pain in the backside unless you know how. There are countless examples for Ubuntu but everyone seems to leave the Red Hat family in the dark. Here is the easy way &#8230; <a href="http://espresso-online.info/2010/08/31/php-ssh2-on-fedora-core-the-easy-way/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Installing the PHP SSH2 extension on Fedora is a pain in the backside unless you know how. There are countless examples for Ubuntu but everyone seems to leave the Red Hat family in the dark.</p>
<p>Here is the easy way to do it:</p>
<pre>[theamoeba@amoeba2]# yum install php-pecl-ssh2
[theamoeba@amoeba2]# service httpd restart</pre>
]]></content:encoded>
			<wfw:commentRss>http://espresso-online.info/2010/08/31/php-ssh2-on-fedora-core-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fresh pasta&#8230;</title>
		<link>http://espresso-online.info/2010/08/21/fresh-pasta/</link>
		<comments>http://espresso-online.info/2010/08/21/fresh-pasta/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 12:48:36 +0000</pubDate>
		<dc:creator>theamoeba</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[Babbo]]></category>
		<category><![CDATA[Bill Buford]]></category>
		<category><![CDATA[cooking]]></category>
		<category><![CDATA[Fresh]]></category>
		<category><![CDATA[HEAT]]></category>
		<category><![CDATA[Italian]]></category>
		<category><![CDATA[Pasta]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://espresso-online.info/?p=55</guid>
		<description><![CDATA[And it worked. It took me a while to get that just about 100g flour and 1 egg were going to make a couple of bits of spagetti or whatever shape you want. I am reading HEAT at the moment &#8230; <a href="http://espresso-online.info/2010/08/21/fresh-pasta/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>And it worked. It took me a while to get that just about 100g flour and 1 egg were going to make a couple of bits of spagetti or whatever shape you want.</p>
<p>I am reading <a href="http://amzn.to/rwe4s" target="_blank">HEAT</a> at the moment and Bill Buford&#8217;s making of fresh pasta interested me. Actually I lie, well that is sort of true, actually I was first interested in making my own pasta after watching a short clip of <a href="http://jamieoliver.com" target="_blank">Jamie Oliver</a> explaining how to do it.</p>
<p>Anyway, all that nonsense aside. I gave it a try this morning and it didn&#8217;t come out half bad. I don&#8217;t have any pasta creating contraptions. So I used a Braun &#8220;blender&#8221; thing and a rolling pin. Basically to make the version I made you throw an egg per person into a blender and then about 100g of flour per egg. In my case it was 1 egg and about 100g flour as I said at the beginning.</p>
<p>The measurements are sort of immaterial though as you must just add flour until the consistency is right. The mixture will make slightly sticky yellow balls. Once you are happy with the mix you just throw it onto a longish surface that is covered in flour so that the mix doesn&#8217;t stick to the table forever.</p>
<p>You then want to either go to the shop and buy a pasta flattening machine or just use a rolling pin like I did. If you are using a rolling pin just keep flattening the sheet of egg/flour until you are happy with it, the flatter the better but not microscopic.</p>
<p>Once it is flat you can cut it into weird shapes or make a kind of spaghetti out of it. You can get a machine to do this or like me do it by hand. So you just sort of fold the sheet up into a long rectangle, making sure to flour between each fold so it doesn&#8217;t stick.</p>
<p>Then you just use a sharp knife and cut slices out of it. I made mine pretty thick which was not such a good idea, so probably a max of about 1 cm wide. But it is all up to you. Italian cooking is not about being precise. Hehe.</p>
<p>If you are interested in cooking I would recommend that you read HEAT. It has a lot of insight about good food, how to cook it and also what happens behind the scenes in the kitchen of most decent restaurants.</p>
]]></content:encoded>
			<wfw:commentRss>http://espresso-online.info/2010/08/21/fresh-pasta/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fun with Flowplayer &amp; jQuery</title>
		<link>http://espresso-online.info/2010/08/10/fun-with-flowplayer-jquery/</link>
		<comments>http://espresso-online.info/2010/08/10/fun-with-flowplayer-jquery/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 23:32:54 +0000</pubDate>
		<dc:creator>theamoeba</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Amoebasys]]></category>
		<category><![CDATA[AnythingSlider]]></category>
		<category><![CDATA[Flowplayer]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Media Machine]]></category>
		<category><![CDATA[Showcase]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://espresso-online.info/?p=51</guid>
		<description><![CDATA[Recently at Amoebasys we worked with Media Machine to create a jQuery slider that integrated a Flash movie. Where the movie had to control the slider. This means that when the movie was playing it had to stop the auto &#8230; <a href="http://espresso-online.info/2010/08/10/fun-with-flowplayer-jquery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently at <a href="http://amoebasys.com" target="_blank">Amoebasys </a>we worked with <a href="http://www.mediamachine.co.za" target="_blank">Media Machine</a> to create a <a href="http://jquery.com" target="_blank">jQuery </a>slider that integrated a Flash movie. Where the movie had to control the slider. This means that when the movie was playing it had to stop the auto sliding and start the slider again as soon as the video stopped.</p>
<p>Basically this is not as simple as it sounds. First we started by hunting around for an HTML5 solution that might be able to work, but we found that to be a wishy-washy solution that did not really work at best. The next route that we took was to manipulate <a href="http://flowplayer.org" target="_blank">Flowplayer</a> that has an awesome javascript API and plays nicely with jQuery.</p>
<p>The final solution is Flowplayer together with a really simple jQuery slider developed by <a href="http://css-tricks.com" target="_blank">CSS-Tricks</a> called <a href="http://css-tricks.com/anythingslider-jquery-plugin/" target="_blank">AnythingSlider</a>. But getting to that took some interesting gymnastics and a couple of sliders later.</p>
<p>The problem with most of the really simple sliders is that it is very complicated to stop their auto sliding from outside and they also have really crappy functions, mostly everything is piled into one or two functions with a couple of useless options.</p>
<p>What I like about AnythingSlider is that is has all sorts of functions for playing/stopping, jumping between slides etc with functions that you can call with simple click functions. This makes some real sense in terms of building extensions onto it.</p>
<p>Even though AnythingSlider has this awesome API we still had to add some clever bits and pieces to it in order to allow Flowplayer to control the way it worked.</p>
<p>So as I said the final solution is a simple integration of Flowplayer and AnythingSlider with a couple of modifications to the AnythingSlider code. This allows us to play movies inline in the slider while still keeping full control of what the slider can do or not with Flowplayer.</p>
<p>I will write some more about it later when the client goes live.</p>
]]></content:encoded>
			<wfw:commentRss>http://espresso-online.info/2010/08/10/fun-with-flowplayer-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moodle / Drupal Single Sign On</title>
		<link>http://espresso-online.info/2010/07/29/moodle-drupal-single-sign-on/</link>
		<comments>http://espresso-online.info/2010/07/29/moodle-drupal-single-sign-on/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 21:40:22 +0000</pubDate>
		<dc:creator>theamoeba</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[Amoebasys]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Perceptum]]></category>
		<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://espresso-online.info/?p=45</guid>
		<description><![CDATA[It has been a while&#8230; I am apparently not dead yet, just terribly busy. The latest project I did with Amoebasys and Perceptum Though Squad was to create a way for Moodle users to automatically login to a Drupal site. &#8230; <a href="http://espresso-online.info/2010/07/29/moodle-drupal-single-sign-on/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It has been a while&#8230; I am apparently not dead yet, just terribly busy. The latest project I did with <a href="http://amoebasys.com" target="_blank">Amoebasys</a> and <a href="http://perceptum.biz" target="_blank">Perceptum Though Squad</a> was to create a way for Moodle users to automatically login to a Drupal site.</p>
<p>Simple huh? Erm&#8230; no <img src='http://espresso-online.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Since both Drupal and Moodle would be using the same database and would also be sitting on subdomain there were not too many complexities in that department. The problem was getting Moodle to create a cookie and then force Drupal to use it. Ideally I would like to have used oAuth or something nicer (I use this in the vaguest sense of the word), but there was no time to create clever solutions.</p>
<p>Basically the solution looks something like this:</p>
<ul>
<li>Clever Drupal module that creates an API callback to sync Moodle Users into the Drupal database. An admin chooses which role you want to sync users from and which role you want to sync the user to.</li>
<li>A tiny little Moodle hack that creates and deletes a cookie that will tell Drupal which user to login and also to log a user out when the cookie is not available anymore. This is also only for that specific role that you select to sync to.</li>
<li>Then lastly there is a small Drupal hack that checks for the cookie and either logs a user in or logs a user out, depending on the content of the cookie.</li>
</ul>
<p>Let me just say that I really REALLY hate writing hacks. They disagree with me completely down to my core <img src='http://espresso-online.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  but in this case I did not have the luxury of time to screw around trying to create a module that could do this. Perhaps the client will be happy to allow future development around the system. I would then definitely look at doing a more elegant solution with perhaps as I have said before, oAuth or LDAP at the very least.</p>
<p>At the moment the module is working well and there don&#8217;t appear to be any glaring bugs that we have been able to identify. So even though this is not an optimal solution I am very happy with it so far.</p>
<p>I will most likely write a more technical post at a later stage, but I am not 100% sure on the secrecy policy on the code <img src='http://espresso-online.info/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://espresso-online.info/2010/07/29/moodle-drupal-single-sign-on/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Iggy investigates the iPad</title>
		<link>http://espresso-online.info/2010/07/15/iggy-investigates-the-ipad/</link>
		<comments>http://espresso-online.info/2010/07/15/iggy-investigates-the-ipad/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 12:28:31 +0000</pubDate>
		<dc:creator>theamoeba</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[iggy]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[piano]]></category>

		<guid isPermaLink="false">http://espresso-online.info/?p=32</guid>
		<description><![CDATA[One clever cat , though Apple does make nice simple devices.]]></description>
			<content:encoded><![CDATA[<p>One clever cat <img src='http://espresso-online.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , though Apple does make nice simple devices.</p>
<p><object style="width: 640px; height: 513px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="513" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/Q9NP-AeKX40&amp;hl=en_US&amp;fs=1" /><embed style="width: 640px; height: 513px;" type="application/x-shockwave-flash" width="640" height="513" src="http://www.youtube.com/v/Q9NP-AeKX40&amp;hl=en_US&amp;fs=1"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://espresso-online.info/2010/07/15/iggy-investigates-the-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iceland, Eyjafjallajökull</title>
		<link>http://espresso-online.info/2010/07/14/eyjafjallajokull/</link>
		<comments>http://espresso-online.info/2010/07/14/eyjafjallajokull/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 14:48:14 +0000</pubDate>
		<dc:creator>theamoeba</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Eyjafjallajökull]]></category>
		<category><![CDATA[iceland]]></category>
		<category><![CDATA[Sean Stiegemeier]]></category>
		<category><![CDATA[volcano]]></category>

		<guid isPermaLink="false">http://espresso-online.info/?p=19</guid>
		<description><![CDATA[Iceland, Eyjafjallajökull &#8211; May 1st and 2nd, 2010 from Sean Stiegemeier on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><object style="width: 640px; height: 480px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="480" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=11673745&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed style="width: 640px; height: 480px;" type="application/x-shockwave-flash" width="640" height="480" src="http://vimeo.com/moogaloop.swf?clip_id=11673745&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1"></embed></object></p>
<p><a href="http://vimeo.com/11673745">Iceland, Eyjafjallajökull &#8211; May 1st and 2nd, 2010</a> from <a href="http://vimeo.com/sstieg">Sean Stiegemeier</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://espresso-online.info/2010/07/14/eyjafjallajokull/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s Colour Project, Dulux</title>
		<link>http://espresso-online.info/2010/07/13/lets-colour-project-dulux/</link>
		<comments>http://espresso-online.info/2010/07/13/lets-colour-project-dulux/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 21:58:39 +0000</pubDate>
		<dc:creator>theamoeba</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[Dulux]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[Let's Colour Project]]></category>
		<category><![CDATA[paint]]></category>
		<category><![CDATA[upliftments]]></category>

		<guid isPermaLink="false">http://espresso-online.info/?p=12</guid>
		<description><![CDATA[I really like the forward thinking of Dulux in their Let&#8217;s Colour Project. It is nice to see communities being uplifted in such a simple way. I think that South Africa needs some of that too.]]></description>
			<content:encoded><![CDATA[<p>I really like the forward thinking of Dulux in their <a href="http://www.letscolourproject.com" target="_blank">Let&#8217;s Colour Project</a>. It is nice to see communities being uplifted in such a simple way. I think that South Africa needs some of that too.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/uPpMWaSPt-s&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/uPpMWaSPt-s&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://espresso-online.info/2010/07/13/lets-colour-project-dulux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MGMT &#8211; Kids</title>
		<link>http://espresso-online.info/2010/07/13/mgmt-kids/</link>
		<comments>http://espresso-online.info/2010/07/13/mgmt-kids/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 21:35:30 +0000</pubDate>
		<dc:creator>theamoeba</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[kids]]></category>
		<category><![CDATA[mgmt]]></category>
		<category><![CDATA[schumf.fr]]></category>

		<guid isPermaLink="false">http://espresso-online.info/?p=7</guid>
		<description><![CDATA[Nice little movie, great music. Really well put together by the guys at SCHUMF.fr MGMT &#8211; Kids from SCHUMF.fr on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>Nice little movie, great music. Really well put together by the guys at <a href="http://schumf.fr" target="_blank">SCHUMF.fr</a></p>
<p><object style="width: 640px; height: 480px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="480" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3293871&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed style="width: 640px; height: 480px;" type="application/x-shockwave-flash" width="640" height="480" src="http://vimeo.com/moogaloop.swf?clip_id=3293871&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1"></embed></object></p>
<p><a href="http://vimeo.com/3293871">MGMT &#8211; Kids</a> from <a href="http://vimeo.com/schumf">SCHUMF.fr</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://espresso-online.info/2010/07/13/mgmt-kids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iceland Furry</title>
		<link>http://espresso-online.info/2010/07/13/iceland-furry/</link>
		<comments>http://espresso-online.info/2010/07/13/iceland-furry/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 21:34:12 +0000</pubDate>
		<dc:creator>theamoeba</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[comercial]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[iceland]]></category>

		<guid isPermaLink="false">http://espresso-online.info/?p=5</guid>
		<description><![CDATA[Iceland Furry from Sean Stiegemeier on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><object style="width: 640px; height: 480px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="480" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=1325540&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed style="width: 640px; height: 480px;" type="application/x-shockwave-flash" width="640" height="480" src="http://vimeo.com/moogaloop.swf?clip_id=1325540&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1"></embed></object></p>
<p><a href="http://vimeo.com/1325540">Iceland Furry</a> from <a href="http://vimeo.com/sstieg">Sean Stiegemeier</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://espresso-online.info/2010/07/13/iceland-furry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
