<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Lifestream Blog &#187; Software</title>
	<atom:link href="http://lifestreamblog.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://lifestreamblog.com</link>
	<description>News, reviews, &#38; tips for creating a Lifestream</description>
	<lastBuildDate>Mon, 07 May 2012 04:58:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Create a Dynamic Activity Stream with the Jquery Lifestream Script</title>
		<link>http://lifestreamblog.com/create-a-dynamic-activity-stream-with-the-jquery-lifestream-script/</link>
		<comments>http://lifestreamblog.com/create-a-dynamic-activity-stream-with-the-jquery-lifestream-script/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 05:47:02 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=3863</guid>
		<description><![CDATA[I came across this great script that allows you to add a dynamic Lifestream to your existing website. When I say dynamic I mean it queries the stream for all...]]></description>
			<content:encoded><![CDATA[<p>I came across <a href="http://christianv.github.com/jquery-lifestream/" target="_blank">this great script</a> that allows you to add a dynamic Lifestream to your existing website. When I say dynamic I mean it queries the stream for all the services you add to it and displays them on the page but does not archive them to a database. You can define how many items you want displayed in the script. Implementation is a little more difficult than just enabling a plugin or module but doesn&#8217;t require programming skills. The only requirements are that you&#8217;re running <a href="http://www.jquery.com/" target="_blank">Jquery</a> 1.4.2 or higher. If you&#8217;re running WordPress you should have this if your running the latest version. You will however need to create your own custom page and template to implement Jquery Lifestream.</p>
<div id="attachment_3935" class="wp-caption alignnone" style="width: 630px"><a href="http://christianv.github.com/jquery-lifestream/me/"><img class="size-full wp-image-3935" title="jquery_lifestream" src="http://lifestreamblog.com/wp-content/uploads/2011/08/jquery_lifestream.jpg" alt="" width="620" height="348" /></a><p class="wp-caption-text">Jquery Lifestream Example Build Page</p></div>
<p>There are some pretty good implementation code examples as well as other instructions <a href="https://github.com/christianv/jquery-lifestream" target="_blank">here</a>. Another feature of this script is that it can be styled using CSS. There is also a demo page where you can create your own Lifestream and take the script for a test drive <a href="http://christianv.github.com/jquery-lifestream/me/" target="_blank">here</a>.</p>
<p>The script currently supports the following feeds natively:<br />
<a href="https://bitbucket.org/">Bitbucket</a>, <a href="http://bitly.com/">Bitly</a>, <a href="http://blogger.com/">Blogger</a>, <a href="http://dailymotion.com/">Dailymotion</a>, <a href="http://delicious.com/">Delicious</a>, <a href="http://deviantart.com/">DeviantART</a>, <a href="http://dribbble.com/">Dribbble</a>, <a href="http://flickr.com/">Flickr</a>, <a href="http://foomark.com/">Foomark</a>, <a href="http://formspring.com/">Formspring</a>, <a href="http://forrst.com/">Forrst</a>, <a href="http://foursquare.com/">Foursquare</a>, <a href="http://github.com/">Github</a>, <a href="http://google.com/reader">Google Reader</a>, <a href="http://www.instapaper.com/">Instapaper</a>, <a href="http://osx.iusethis.com/">Iusethis</a>, <a href="http://last.fm/">Last.fm</a>, <a href="http://mlkshk.com/">Mlkshk</a>, <a href="http://picplz.com/">PicPlz</a>, <a href="http://pinboard.com/">Pinboard</a>,<a href="http://posterous.com/">Posterous</a>, <a href="http://reddit.com/">Reddit</a>, <a href="http://slideshare.com/">Slideshare</a>, <a href="http://snipplr.com/">Snipplr<br />
</a><a href="http://stackoverflow.com/">Stackoverflow</a>, <a href="http://tumblr.com/">Tumblr</a>, <a href="http://twitter.com/">Twitter</a>, <a href="http://vimeo.com/">Vimeo</a>, <a href="http://wordpress.com/">WordPress</a>, and <a href="http://youtube.com/">Youtube</a>.</p>
<p>The code updates have been pretty active and many of them continue to add new services. So if you&#8217;re a little adventurous and don&#8217;t care about archiving stream items in your local database and want the easy flexibility to style your Lifestream with some custom CSS I recommend giving this code a shot. If you&#8217;re running WordPress and want to try something a little easier get the <a href="https://github.com/dcramer/wp-lifestream" target="_blank">WP Lifestream plugin</a>. I also have a list of many other scripts and options <a href="http://lifestreamblog.com/create/">here</a>.</p>
<pre><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js">// <![CDATA[
   mce:0
// ]]&gt;</script><script type="text/javascript" src="https://github.com/christianv/jquery-lifestream/raw/master/jquery.lifestream-compiled.js">// <![CDATA[
   mce:1
// ]]&gt;</script><script type="text/javascript">// <![CDATA[
   mce:2
// ]]&gt;</script></pre>
]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/create-a-dynamic-activity-stream-with-the-jquery-lifestream-script/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2011/08/jquery_lifestream-150x150.jpg" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2011/08/jquery_lifestream.jpg" medium="image">
			<media:title type="html">jquery_lifestream</media:title>
			<media:description type="html">Jquery Lifestream Example Build Page</media:description>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2011/08/jquery_lifestream-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Twitter Authentication Fix for WordPress Lifestream Plugin</title>
		<link>http://lifestreamblog.com/twitter-authentication-fix-for-wordpress-lifestream-plugin/</link>
		<comments>http://lifestreamblog.com/twitter-authentication-fix-for-wordpress-lifestream-plugin/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 07:02:51 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=3596</guid>
		<description><![CDATA[The Lifestream Plugin for WordPress is one of the best, and clocking in over 160,000 downloads, most popular options for hosting a Lifestream on your own website . I&#8217;ve personally been...]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://wordpress.org/extend/plugins/lifestream/" target="_blank">Lifestream Plugin for WordPress</a> is one of the best, and clocking in over 160,000 downloads, most popular options for hosting a Lifestream on your own website . I&#8217;ve <a href="http://krynsky.com/lifestream/" target="_blank">personally been using it</a> for long time. The problem is that it hasn&#8217;t been updated since June of 2010 and appears that support for the plugin has ceased.</p>
<p>I&#8217;ve heard from several people that once Twitter moved to OAuth authentication the plugin no longer worked to add Twitter accounts. Well now thanks to Rob McGhee there is a fix. Apparently there is a way to bypass OAuth if you authenticate via Android. So he&#8217;s posted details on how to modify the plugin file so that you can use this authentication method.</p>
<p><img class="alignnone size-full wp-image-3597" style="border: 1px solid black;" title="ls_fix" src="http://lifestreamblog.com/wp-content/uploads/2011/02/ls_fix.jpg" alt="" width="600" height="168" /></p>
<p>You can get all the details on his post <a href="http://www.robmcghee.com/programming/twitter-for-lifestream-fix/" target="_blank">here</a>.</p>
<p><strong>UPDATE</strong>:</p>
<p>In my post I state that support had ceased which was based on the official WordPress plugin page not being updated. Robert McGhee left a comment below stating that the plugin is now <a href="https://github.com/dcramer/wp-lifestream" target="_blank">being maintained on Github</a> and was updated last on January 25th 2011.</p>
]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/twitter-authentication-fix-for-wordpress-lifestream-plugin/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2011/02/ls_fix-150x150.jpg" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2011/02/ls_fix.jpg" medium="image">
			<media:title type="html">ls_fix</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2011/02/ls_fix-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Pubwich, the Lifestreaming Sandwich</title>
		<link>http://lifestreamblog.com/pubwich-the-lifestreaming-sandwich/</link>
		<comments>http://lifestreamblog.com/pubwich-the-lifestreaming-sandwich/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 04:31:33 +0000</pubDate>
		<dc:creator>Trae Blain</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pubwich]]></category>
		<category><![CDATA[remi-prevost]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=2834</guid>
		<description><![CDATA[Compartmentalized Lifestreams are all the rage right now. As well they should be, it&#8217;s a great way to get all your activity to be displayed in an attractive manner without...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-2835" src="http://lifestreamblog.com/wp-content/uploads/2010/03/logo-pubwich.png" alt="Pubwich: The Lifestreaming Sandwich" width="277" height="76" />Compartmentalized Lifestreams are all the rage right now. As well they should be, it&#8217;s a great way to get all your activity to be displayed in an attractive manner without some great content getting pushed down by Twitter updates. (You know you do it!) I stumbled across a nice little open source project called <a href="http://pubwich.org/">Pubwich</a>, that does just that.</p>
<p>I&#8217;ve been using Pubwich at <a href="http://traeblain.com/lifestream/">my site</a> for a little while now and like the way it&#8217;s run. It&#8217;s neither easy to setup nor pain-free to get your services displayed but with a little knowledge of PHP you&#8217;ll be ready to go. Currently Pubwich supports <a href="http://delicious.com">Delicious</a>, <a href="http://facebook.com">Facebook</a>, <a href="http://flickr.com">Flickr</a>, <a href="http://last.fm">Last.fm</a>, <a href="http://www.readernaut.com/">Readernaut</a>, <a href="http://twitter.com/">Twitter</a>, <a href="http://www.vimeo.com/">Vimeo</a>, <a href="http://www.youtube.com/">YouTube</a>, and RSS. The latest release supports <a href="http://github.com/">GitHub</a> and <a href="http://gowalla.com/">Gowalla</a> as well, although not yet listed on it&#8217;s main site.</p>
<p>Pubwich is very young, in that not many sites are running it and the developer community seems to consist of only the author: <a href="http://remiprevost.com/">Rémi Prévost</a>. But I feel it&#8217;s got massive potential in the lifestream market. Rémi has appeared to include many great features. For one, extendability, each service is a self contained file allowing additional services to be added very simply. Second, no need for a database. Third, caching capabilities. And finally, a structured configuration file.</p>
<p>As I said earlier the editing the information isn&#8217;t very straight forward. But opening the configuration file you&#8217;ll see some preloaded items and by following those items, you&#8217;ll have your lifestream setup in no time. Opening up the default template and you&#8217;ll get a small idea of how to structure your custom look.</p>
<div id="attachment_2837" class="wp-caption alignright" style="width: 160px"><a href="http://lifestreamblog.com/wp-content/uploads/2010/03/tb-lifestream.png"><img class="size-thumbnail wp-image-2837" src="http://lifestreamblog.com/wp-content/uploads/2010/03/tb-lifestream-150x150.png" alt="Trae's Lifestream" width="150" height="150" /></a><p class="wp-caption-text">click to enlarge</p></div>
<p>Now for my experience with Pubwich. As I said, setup wasn&#8217;t crazy simple but it wasn&#8217;t difficult either. Pubwich is best to be looked at (at this point in time) as a lifestreaming script as opposed to a framework. You&#8217;ve got to root around in the config file and template files to get your lifestream working. As the development of the service proceeds, I&#8217;d love to see an install script and a configuration GUI that will allow for easier editing of the services and various options as opposed to running through the config file. Once I got the script setup, I looked at the design and messed with the CSS to get it styled the way I wish. But I wasn&#8217;t quite happy.</p>
<p>The built-in system for Last.fm was limited. It only allowed for top albums and top tracks. I didn&#8217;t care for this. I want to show people my latest Loved Tracks. So I dug into the Last.fm service file. I found out how to grab a different stream through Last.fm&#8217;s API and how to get an image for that track as well. After that, I had a nice stream from Last.fm, but I couldn&#8217;t get it to run through the cache system. Not a big problem, but one I&#8217;m waiting on a little support to solve. After that I messed with the Vimeo stream as well to get it working as I wanted. Same result. Not complete change, but I&#8217;m happy with the results.</p>
<p>Lastly, Rémi has released a new version with added features and more. But the latest release broke many of my custom usage issues (services still work, but the way I have it integrated into my site has failed). So I&#8217;ve had to roll back to a previous version so that I can run it the way I want.  I&#8217;ll see if I can get the new version up and running soon.</p>
<p>My experience with Pubwich has been pretty good, and it does what I want it to. I&#8217;d love to see some work on an interface to make adding/moving/changing services simpler for the average user. I&#8217;d also love to see the option of integrating Pubwich into a database or even a flat-file that backups the items in which Pubwich streams in. I hope to see more developers jump on the code to spruce it up. I&#8217;m a horrible PHP coder, but I may just do what I can to improve the code.</p>
<p><strong>Reasons to use Pubwich:</strong></p>
<ul>
<li>Open Source</li>
<li>Compartmentalized Lifestream</li>
<li>No Database</li>
<li>Help Improve your PHP Knowledge</li>
</ul>
<p><strong>Reasons to avoid Pubwich:</strong></p>
<ul>
<li>You want something easy to setup and use</li>
<li>You want your lifestream to backup your data</li>
<li>You want many pre-built services</li>
<li>You want a mature product</li>
</ul>
<p>You can get Pubwich at it&#8217;s <a href="http://pubwich.org/">main site</a>, and help with development at <a href="http://github.com/remiprev/pubwich/issues">GitHub</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/pubwich-the-lifestreaming-sandwich/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/03/logo-pubwich-150x76.png" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2010/03/logo-pubwich.png" medium="image">
			<media:title type="html">Pubwich</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/03/logo-pubwich-150x76.png" />
		</media:content>
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2010/03/tb-lifestream.png" medium="image">
			<media:title type="html">tb-lifestream</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/03/tb-lifestream-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>Custom PHP Lifestream Script Built Atop WordPress Plugin</title>
		<link>http://lifestreamblog.com/custom-php-lifestream-script-built-atop-wordpress-plugin/</link>
		<comments>http://lifestreamblog.com/custom-php-lifestream-script-built-atop-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 21:58:52 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[activity-stream]]></category>
		<category><![CDATA[kakuteru]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[mark-philpot]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sweetcron]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=2735</guid>
		<description><![CDATA[Mark Philpot spent quite a bit of time testing several different Lifestreaming apps including Sweetcron, Kakuteru, and a few other custom scripts. He ended up being fairly happy with the...]]></description>
			<content:encoded><![CDATA[<p>Mark Philpot spent quite a bit of time testing several different Lifestreaming apps including <a onclick="javascript:pageTracker._trackPageview('/outbound/article/code.google.com');" href="http://code.google.com/p/sweetcron/">Sweetcron</a>,  <a onclick="javascript:pageTracker._trackPageview('/outbound/article/github.com');" href="http://github.com/dominiek/kakuteru">Kakuteru</a>, and a few other custom scripts. He ended up being fairly happy with the <a href="http://wordpress.org/extend/plugins/lifestream/" target="_blank">Lifestream plugin for WordPress</a> but wanted to create a more customizable view. So he decided to write some custom PHP code to do just that.</p>
<p><a href="http://www.markphilpot.net/" target="_blank"><img class="alignnone size-full wp-image-2737" style="border: 1px solid black;" title="mark_philpot" src="http://lifestreamblog.com/wp-content/uploads/2010/02/mark_philpot.jpg" alt="" width="550" height="1136" /></a><br />
<span style="font-size: xx-small;">Click image to view Mark&#8217;s Lifestream using this script</span></p>
<p>His code utilizes the Lifestream plugin for WordPress to pull data stored by it in the WordPress database. Then he&#8217;s added quite a few nice features:</p>
<ul>
<li>Attractively display your lifestream by event type</li>
<li>Supports jQuery plugin <a onclick="javascript:pageTracker._trackPageview('/outbound/article/james.padolsey.com');" href="http://james.padolsey.com/demos/imgPreview/full/">imgPreview</a> for posts with a thumbnail entry in the feed</li>
<li>Supports jQuery plugin <a onclick="javascript:pageTracker._trackPageview('/outbound/article/leandrovieira.com');" href="http://leandrovieira.com/projects/jquery/lightbox/">lightbox</a> for Flickr images</li>
<li>Supports <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.jacksasylum.eu');" href="http://www.jacksasylum.eu/ContentFlow/">ContentFlow</a> (Cover Flow implementation) to display vi.sualize.us images</li>
<li>Supports AJAX retrieval of more history for each event type</li>
</ul>
<p>He&#8217;s provided the source code for it <a href="http://github.com/griphiam/mpnet" target="_blank">here</a> and you can read more about it <a href="http://blog.mcstudios.net/2010/02/15/custom-lifestream-display" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/custom-php-lifestream-script-built-atop-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/02/mark_philpot-150x150.jpg" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2010/02/mark_philpot.jpg" medium="image">
			<media:title type="html">mark_philpot</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/02/mark_philpot-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Lifepress &#8211; an Open Source Multi-User Lifestreaming Platform Written in Django</title>
		<link>http://lifestreamblog.com/lifepress-an-open-source-multi-user-lifestreaming-platform-written-in-django/</link>
		<comments>http://lifestreamblog.com/lifepress-an-open-source-multi-user-lifestreaming-platform-written-in-django/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 21:44:21 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=2210</guid>
		<description><![CDATA[I discovered a new open source Lifestreaming platform written in Django that comes to us from Krzysztof Klinikowski of Poland. He describes it as Lifestreaming Platform, multilanguage and multiuser. Written...]]></description>
			<content:encoded><![CDATA[<p>I discovered a new open source Lifestreaming platform written in Django that comes to us from Krzysztof Klinikowski of Poland.</p>
<p>He describes it as</p>
<blockquote><p>Lifestreaming Platform, multilanguage and multiuser. Written in Django, using modern technologies, microformats friendly. Clean and beautiful.</p></blockquote>
<p>Here is a screenshot of a user profile (click to visit)</p>
<p><a href="http://lifestream.alwaysdata.net/user/lifestream/" target="_blank"><img class="alignnone size-full wp-image-2211" title="lifepress" src="http://lifestreamblog.com/wp-content/uploads/2009/11/lifepress.jpg" alt="lifepress" width="550" height="269" /></a></p>
<p>This is an alpha release but you can <a href="http://github.com/kkszysiu/lifepress" target="_blank">download the code from Github</a> and he has a demo version running <a href="http://lifestream.alwaysdata.net/" target="_blank">here</a>. You can read more about Krzysztof&#8217;s other projects and contact him <a href="http://grom.jabbim.pl/portfolio/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/lifepress-an-open-source-multi-user-lifestreaming-platform-written-in-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/11/lifepress-150x150.jpg" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2009/11/lifepress.jpg" medium="image">
			<media:title type="html">lifepress</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/11/lifepress-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Pimp Your SweetCron with Multi-User Functionality, an iPhone Compatible Theme, and more</title>
		<link>http://lifestreamblog.com/pimp-your-sweetcron-with-multi-user-functionality-an-iphone-compatible-theme-and-more/</link>
		<comments>http://lifestreamblog.com/pimp-your-sweetcron-with-multi-user-functionality-an-iphone-compatible-theme-and-more/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 04:43:08 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[multi-user]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[sweetcron]]></category>
		<category><![CDATA[yongfook]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=2140</guid>
		<description><![CDATA[If you&#8217;re not familiar with SweetCron, it&#8217;s a very popular opensource web app that was allows you to self-host your own Lifestream. Released just over a year ago, and developed...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-2143" style="margin: 3px;" title="sweetcron_iphone" src="http://lifestreamblog.com/wp-content/uploads/2009/10/sweetcron_iphone.png" alt="sweetcron_iphone" width="200" height="377" />If you&#8217;re not familiar with <a href="http://lifestreamblog.com/sweetcron-reviews-and-resources-roundup/">SweetCron</a>, it&#8217;s a very popular opensource web app that was allows you to self-host your own Lifestream. Released just over a year ago, and developed by web designer <a href="http://yongfook.com/" target="_blank">Yongfook</a>, it was designed with beautiful aesthetics in mind. It has become one of the most popular Lifestreaming apps out there for individual use and if you have been watching the Lifestream Galleries that I frequently post where I highlight some of the best custom Lifestream galleries on the web, you&#8217;ll notice that many of them use SweetCron.</p>
<p>Well I&#8217;ve recently come across a developer named <a href="http://codegenius.wordpress.com/about/" target="_blank">Wan Mhod Azri</a> who has been blogging about and releasing all kinds of mods for the SweetCron platform. His latest release provides a tutorial for <a href="http://codegenius.wordpress.com/2009/01/19/creating-an-iphone-compatible-sweetcron-theme/" target="_blank">creating an iPhone compatible SweetCron theme</a>. But this is just the latest in many projects he&#8217;s worked on for SweetCron.
<p>&nbsp;</p>
<p><strong>Here&#8217;s a few others</strong></p>
<ul>
<li><a href="http://codegenius.wordpress.com/2009/01/12/multiple-user-sweetcron-release/" target="_blank">Multiple User SweetCron Release</a> which includes the <a href="http://go2.wordpress.com/?id=725X1342&amp;site=codegenius.wordpress.com&amp;url=http%3A%2F%2Fwww.brainstorm.pro%2Fdownloads%2Fsweetcron%2520v1.09b%2520(multi-user).zip" target="_blank">source file</a></li>
<li><a href="http://codegenius.wordpress.com/2009/01/16/adding-tinymce-wysiwyg-in-sweetcron-blog-editor/" target="_blank">Adding tinyMCE WYSIWYG In Sweetcron Blog Editor</a></li>
<li>Enable Multiple User Feeds In SweetCron <a href="http://codegenius.wordpress.com/2009/01/02/multiple-user-sweetcron-part-1/" target="_blank">part1</a> &amp; <a href="http://codegenius.wordpress.com/2009/01/05/enable-multiple-user-feeds-in-sweetcron-part-2/" target="_blank">part 2</a></li>
<li><a href="http://codegenius.wordpress.com/2008/12/31/adding-new-option-in-sweetcron/" target="_blank">Adding New Option In SweetCron</a></li>
</ul>
<p>If you are a SweetCron user then you are definitely going to want to visit Wan&#8217;s site and follow him on <a href="http://twitter.com/azri85" target="_blank">Twitter</a> to learn more about ways to tweak your SweetCron.</p>
]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/pimp-your-sweetcron-with-multi-user-functionality-an-iphone-compatible-theme-and-more/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/10/sweetcron_iphone-150x150.png" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2009/10/sweetcron_iphone.png" medium="image">
			<media:title type="html">sweetcron_iphone</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/10/sweetcron_iphone-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>MyStream Open Source Lifestreaming App Released Written for ASP.NET 4</title>
		<link>http://lifestreamblog.com/mystream-open-source-lifestreaming-app-released-written-for-asp-net-4/</link>
		<comments>http://lifestreamblog.com/mystream-open-source-lifestreaming-app-released-written-for-asp-net-4/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 20:25:30 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[amplifeeder]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[bt]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[microsoft-web-platform]]></category>
		<category><![CDATA[mystream]]></category>
		<category><![CDATA[pageflakes]]></category>
		<category><![CDATA[tanzim-saqib]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=1761</guid>
		<description><![CDATA[Tanzim Saqib has an impressive record as a developer. He has worked for several companies including Pageflakes and is currently at BT. Tanzim has released an open source framework to...]]></description>
			<content:encoded><![CDATA[<p><a href="http://tanzimsaqib.com/" target="_blank">Tanzim Saqib</a> has an impressive record as a developer. He has worked for several companies including <a href="http://pageflakes.com/" target="_blank">Pageflakes</a> and is currently at <a href="http://bt.com/" target="_blank">BT</a>. Tanzim has released an open source framework to create a fully customizeable, themeable and easy to configure Lifestreaming app built on ASP.NET 4. This is only the second .NET based open source Lifestreaming project that I have seen. The first was another impressive app called <a href="http://lifestreamblog.com/new-open-source-app-amplifeeder-brings-beautiful-visualizations-for-your-lifestream/" target="_blank">Amplifeeder</a> which I wrote about in February.</p>
<p><img class="alignnone size-full wp-image-1762" title="mystream" src="http://lifestreamblog.com/wp-content/uploads/2009/08/mystream.png" alt="mystream" width="550" height="416" /></p>
<p>The system was designed to be easily extended by offering a plugin architecture. Tanzim has provided a <a href="http://www.codeproject.com/KB/aspnet/mystream.aspx" target="_blank">very detailed and lengthy post</a> announcing this release that includes screenshots, diagrams of the classes used as well as code snippets. It really looks like a very interesting project worth looking at. The only issue though is the fact that it can be very difficult to find a web host that currently supports ASP.NET 4 which is currently in a beta release. I have recently become aware of the <a href="http://www.microsoft.com/web/" target="_blank">Microsoft Web Platform</a> which I haven&#8217;t looked into yet but would imagine could be used to host MyStream. Perhaps someone can shed more light in the comments.</p>
<p><img class="alignnone size-full wp-image-1763" title="mystream_plugins" src="http://lifestreamblog.com/wp-content/uploads/2009/08/mystream_plugins.png" alt="mystream_plugins" width="550" height="364" /></p>
<p>Tanzim has voiced an open call for all developers who are interested in joining the MyStream development team. He&#8217;s looking for many facets of contribution including writing plugins, improving the scale and architecture, fixing bugs and helping design attractive themes. You can find the MyStream project hosted  at <a href="http://mystream.googlecode.com/" target="_blank">mystream.googlecode.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/mystream-open-source-lifestreaming-app-released-written-for-asp-net-4/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/08/mystream-150x150.png" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2009/08/mystream.png" medium="image">
			<media:title type="html">mystream</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/08/mystream-150x150.png" />
		</media:content>
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2009/08/mystream_plugins.png" medium="image">
			<media:title type="html">mystream_plugins</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/08/mystream_plugins-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>Lifestreaming App Developed During a 5 Year Sailing Journey</title>
		<link>http://lifestreamblog.com/lifestreaming-app-developed-during-a-5-year-sailing-journey/</link>
		<comments>http://lifestreamblog.com/lifestreaming-app-developed-during-a-5-year-sailing-journey/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 00:31:23 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[blurbits]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[sailing]]></category>
		<category><![CDATA[travelstreaming]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=1488</guid>
		<description><![CDATA[Chris Myles embarked on a sailing trip that lasted 5 1/2 years, spanning 32,800+ miles, where he visited 24 countries, and spent 160 nights at sea. He wanted a way...]]></description>
			<content:encoded><![CDATA[<p>Chris Myles <a href="http://friendfeed.com/chrismyles/28e2ac2d/our-sailing-trip-stats-5-years-32-800-miles-24" target="_blank">embarked on a sailing trip</a> that lasted 5 1/2 years, spanning 32,800+ miles, where he visited 24 countries, and spent 160 nights at sea. He wanted a way to be able to share his adventure including maps, photos, videos, and blogging easier, so he decided to develop his own app. Blurbits is the result of his effort.</p>
<p><a style="text-decoration: none;" href="http://www.creative-cruising.com/blurbbits/blurbsviewr.html?file=viewrfiles/sailbillabong.txt&amp;qlsel=1&amp;mv=out"><img class="alignnone size-full wp-image-1492" title="blurbits1" src="http://lifestreamblog.com/wp-content/uploads/2009/07/blurbits1.jpg" alt="blurbits1" width="550" height="164" /></a><br />
<span style="font-size: xx-small;">example of Blurbits</span></p>
<p>I played around with the above Blurbit which can be found <a href="http://www.creative-cruising.com/blurbbits/blurbsviewr.html?file=viewrfiles/sailbillabong.txt&amp;qlsel=1&amp;mv=out" target="_blank">here</a> and enjoyed navigating the map and discovering the associated content used to document each leg of the journey. Clicking on the previous / next links would refresh the map to the next location traveled, generate a content popup (photo or teaser blog post) and then refresh the frame below with whatever additional content was available. There are also several other funtions provided on a navigation strip to view the stream in different ways, along with the ability to view additional related content such as Wikipedia entries represented as icons based on geo locations. It&#8217;s a bit difficult to explain, so your best bet is to go visit the site and play around.</p>
<p><img class="alignnone size-full wp-image-1495" style="border: 1px solid black;" title="blurbits2" src="http://lifestreamblog.com/wp-content/uploads/2009/07/blurbits2.jpg" alt="blurbits2" width="550" height="445" /></p>
<p>Using Blurbits to generate your own travelstream will require some patience to learn the system. The basic concept behind Blurbits is a set of online tools which requires you to learn and append custom URL parameters to the existing URL paths of their tools. You can view some examples and learn more about how to <a href="http://blurbbits.blogspot.com/2008/11/blurbbits-create-blurbbit.html" target="_blank">create Blurbits on this page</a>. But if you really want to understand the complete toolset your best bet is to start by visiting the <a href="http://blurbbits.blogspot.com/2009/01/travel-blogs-sailing-blogs-photo-blogs.html" target="_blank">Blurbits introduction page</a> that provides resources to the complete system.</p>
<p>It&#8217;s a pretty extensive set of utilities and I can&#8217;t really provide extensive info here, but if I&#8217;ve piqued your curiosity, it&#8217;s worth taking a look. Also, if you find using a Lifestreaming approach to document your travels interesting, then you may also want to take a look at <a href="http://lifestreamblog.com/new-travelstreaming-site-offers-great-niche-based-form-of-lifestreaming/" target="_self">this post</a> I wrote which also covered another person putting together a tool-set to do something similar.</p>
]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/lifestreaming-app-developed-during-a-5-year-sailing-journey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/07/blurbits1-150x150.jpg" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2009/07/blurbits1.jpg" medium="image">
			<media:title type="html">blurbits1</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/07/blurbits1-150x150.jpg" />
		</media:content>
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2009/07/blurbits2.jpg" medium="image">
			<media:title type="html">blurbits2</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/07/blurbits2-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Life Collage WordPress Lifestreaming Theme</title>
		<link>http://lifestreamblog.com/life-collage-wordpress-lifestreaming-theme/</link>
		<comments>http://lifestreamblog.com/life-collage-wordpress-lifestreaming-theme/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 00:19:36 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[hybrid]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=1400</guid>
		<description><![CDATA[Life Collage is a new Lifesteaming theme for WordPress that is actually a child theme built on the Hybrid framework. What is a WordPress theme framework you ask? Well these...]]></description>
			<content:encoded><![CDATA[<p><a href="http://themehybrid.com/demo/life-collage/" target="_blank">Life Collage</a> is a new Lifesteaming theme for WordPress that is actually a child theme built on the <a href="http://themehybrid.com/archives/2008/11/hybrid-wordpress-theme-framework" target="_blank">Hybrid framework</a>. What is a WordPress theme framework you ask? Well these are Themes built with flexibility in mind, designed so that you can tweak them to fit your needs. This can usually be done in a way that doesn&#8217;t modify the core theme, so that upgrading later doesn&#8217;t become a problem. They also often offer a theme settings page that allow for many options to be set in an easy way without having to dig into the code. If you want to learn more or try a theme framework, I came across this great post titled <a href="http://www.1stwebdesigner.com/wordpress/wordpress-theme-frameworks-and-starting-resources/" target="_blank">20 WordPress Theme Frameworks and Starting Resources</a>.</p>
<p>So I started by first downloading the required Hybrid theme framework and installed it. I recommend that you activate this theme and then go through the settings page to configure it the way you want. Then you can move on to downloading and installing the Life Collage theme. Once installed you can create your Lifestream by adding a new page and then selecting the included Lifestream template from the dropdown as opposed to the default template.</p>
<p><img class="alignnone size-full wp-image-1402" title="life_collage_theme" src="http://lifestreamblog.com/wp-content/uploads/2009/06/life_collage_theme.jpg" alt="life_collage_theme" width="550" height="743" /></p>
<p>The template will provide a center column that displays short versions of your blog posts. Under that it will then display a ribbon of images courtesy of the <a href="http://wordpress.org/extend/plugins/flickr-rss/" target="_blank">FlickrRSS plugin</a>. The Hybrid framework provides many custom widgets and the Life Collage theme adds a custom Lifestream widget that allows you to add as many external RSS feeds to be displayed in a two column format under the ribbon of images imported from Flickr.</p>
<p>So that&#8217;s about all this theme has to offer at this point but it is version 0.1 so perhaps we will see more features added to take advantage of the framework already in place.</p>
]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/life-collage-wordpress-lifestreaming-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/06/life_collage_theme-150x150.jpg" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2009/06/life_collage_theme.jpg" medium="image">
			<media:title type="html">life_collage_theme</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/06/life_collage_theme-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Splashing Through a New Lifestreaming Script Called Puddle</title>
		<link>http://lifestreamblog.com/splashing-through-a-new-lifestreaming-script-called-puddle/</link>
		<comments>http://lifestreamblog.com/splashing-through-a-new-lifestreaming-script-called-puddle/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 20:49:25 +0000</pubDate>
		<dc:creator>Trae Blain</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[disqus]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[puddle]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[self-hosted]]></category>
		<category><![CDATA[tumblr]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=1246</guid>
		<description><![CDATA[Puddle is a self hosted lifestreaming script created as a side project from mobile game developer, OrangePascal. Puddle is simple to setup with no need for a database and can get you quickly up and running with it's easy to use interface. This script---being young---still has a few hurdles to get over, but it's promising feature-set could lead to an excellent self-hosted lifestreaming solution.]]></description>
			<content:encoded><![CDATA[<p><em>This is a guest post from reader Trae Blain. You can visit his site at </em><a href="http://www.traeblain.com/"><em>traeblain.com</em></a><em>. If you are interested in writing a guest post, just head on over to the </em><a href="http://lifestreamblog.com/contact/"><em>contact page</em></a></p>
<p><a href="http://code.google.com/p/puddleblog/" target="_blank">Puddle</a> is a self hosted lifestreaming script created as a side project from mobile game developer, <a href="http://pascal.orangepixel.net/" target="_blank">OrangePascal</a>. Puddle is simple to setup with no need for a database and can get you quickly up and running with it&#8217;s easy to use interface. This script&#8212;being young&#8212;still has a few hurdles to get over, but it&#8217;s promising feature-set could lead to an excellent self-hosted lifestreaming solution.</p>
<h3>Installation and Setup</h3>
<p><a href="http://lifestreamblog.com/wp-content/uploads/2009/04/puddle-admin-services.png"><img class="alignright size-medium wp-image-1247" src="http://lifestreamblog.com/wp-content/uploads/2009/04/puddle-admin-services-122x300.png" alt="puddle-admin-services" width="122" height="300" /></a>Kicking off the testing of Puddle was a pleasure as I simply needed to upload the script and I was ready to start adding services. The readme suggested setting the directory&#8217;s permission to 777, but I didn&#8217;t feel comfortable with this so I left mine at 755 and it is working just fine. The service adding interface is simple but elegant with nice AJAX menus that are nicely categorized. Puddle supports 36 service including a wide range of service types.</p>
<p>Puddle treats each imported item more like blog posts, instead of highly condensed items like most services. Puddle also can be used as your blogging system as it has the ability to create posts with a nice TinyMCE editor. Treating all items in this manner allows for easy integration with <a href="http://disqus.com/" target="_blank">Disqus</a> commenting system, which the script natively supports. The sidebar is fully customizable with the built-in plugins or with HTML/Text modules.</p>
<h3>Nice</h3>
<p>The script has some nice features that are often overlooked in things like lifestream plugins for WordPress. Chief among them is the importing and displaying some of the gathered data above and beyond just links. Services like <a href="http://flickr.com" target="_blank">Flickr</a> and <a href="http://vimeo.com" target="_blank">Vimeo</a> have options for just importing your uploaded media or also including the &#8220;Liked&#8221; media. <a href="http://tumblr.com" target="_blank">Tumblr</a> imports the actual media posted instead of just a link to the original page. And <a href="http://brightkite.com/" target="_blank">Brightkite</a> imports will display a small <a href="http://maps.google.com/" target="_blank">Google Map</a> with pushpin identifying the location.</p>
<p><a href="http://lifestreamblog.com/wp-content/uploads/2009/04/display-1.png"><img class="alignleft size-medium wp-image-1248" src="http://lifestreamblog.com/wp-content/uploads/2009/04/display-1-300x285.png" alt="display-1" width="154" height="146" /></a><a href="http://lifestreamblog.com/wp-content/uploads/2009/04/display-2.png"><img class="alignleft size-medium wp-image-1249" src="http://lifestreamblog.com/wp-content/uploads/2009/04/display-2-300x285.png" alt="display-2" width="154" height="146" /></a><a href="http://lifestreamblog.com/wp-content/uploads/2009/04/display-3.png"><img class="alignnone size-medium wp-image-1250" src="http://lifestreamblog.com/wp-content/uploads/2009/04/display-3-300x246.png" alt="display-3" width="192" height="158" /></a></p>
<h3>Not so Nice</h3>
<p>As I said, this system is young. Although the setup was so simple and fun I was surprised when I had to add a <a href="http://en.wikipedia.org/wiki/Cron" target="_blank">cronjob</a> to get the script to update from the services. Something so simple to run should offer a pseudo or simulated cron system in the backend to update the services on its own. Also, again due to it&#8217;s age, there&#8217;s not much documentation. I dove into a couple of the themes and although it doesn&#8217;t appear to be a difficult theming system, someone that doesn&#8217;t have much knowledge in php will feel a bit uncomfortable.</p>
<p>If you are looking for self-hosted solution for your lifestream, Puddle is a great start.  The script is hosted at <a href="http://code.google.com/p/puddleblog/" target="_blank">Google Code</a> and open sources so you can modify it to your hearts content.</p>
]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/splashing-through-a-new-lifestreaming-script-called-puddle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/04/puddle-admin-services-150x150.png" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2009/04/puddle-admin-services.png" medium="image">
			<media:title type="html">puddle-admin-services</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/04/puddle-admin-services-150x150.png" />
		</media:content>
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2009/04/display-1.png" medium="image">
			<media:title type="html">display-1</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/04/display-1-150x150.png" />
		</media:content>
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2009/04/display-2.png" medium="image">
			<media:title type="html">display-2</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/04/display-2-150x150.png" />
		</media:content>
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2009/04/display-3.png" medium="image">
			<media:title type="html">display-3</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2009/04/display-3-150x150.png" />
		</media:content>
	</item>
	</channel>
</rss>

