<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Lifestream Blog</title>
	
	<link>http://lifestreamblog.com</link>
	<description>News, tools and resources for creating a Lifestream</description>
	<lastBuildDate>Tue, 09 Feb 2010 01:45:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Lifestreamblogcom" /><feedburner:info uri="lifestreamblogcom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Tutorial for Building a  Custom Lifestream Using SimplePie</title>
		<link>http://feedproxy.google.com/~r/Lifestreamblogcom/~3/2AJkNH3RkYg/</link>
		<comments>http://lifestreamblog.com/tutorial-for-building-a-custom-lifestream-using-simplepie/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 01:45:44 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Newsbites]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[simplepie]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=2638</guid>
		<description><![CDATA[If you haven&#8217;t heard of SimplePie let me tell you that it&#8217;s a great PHP library that can be used to do all kinds of things with RSS or Atom feeds. I have used it as a raw library as well as the core library for both Wordpress Plugins and Drupal Modules. It&#8217;s fairly simple [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t heard of <a href="http://simplepie.org" target="_blank">SimplePie</a> let me tell you that it&#8217;s a great PHP library that can be used to do all kinds of things with RSS or Atom feeds. I have used it as a raw library as well as the core library for both Wordpress Plugins and Drupal Modules. It&#8217;s fairly simple to use, powerful and has good caching which is necessary when working with RSS feeds.</p>
<p>I came across this tutorial a while back and wanted to share it with you as it provides both a good tutorial for using SimplePie along with the application of building a Lifestream with it. If you&#8217;ve ever considered getting your feet wet with some simple PHP coding and think building a Lifestream from scratch to learn that, well you&#8217;ve found the right place for that.</p>
<p><img class="alignnone size-full wp-image-2640" style="border: 1px solid black;" title="simplepie_lifestream" src="http://lifestreamblog.com/wp-content/uploads/2010/02/simplepie_lifestream.jpg" alt="simplepie_lifestream" width="500" height="326" /></p>
<p><strong>Here&#8217;s the intro to the tutorial</strong></p>
<p>In this tutorial we’ll build a page that gathers up the RSS feeds of all those little bits of your life and presents them all together in one spot. To do that, we’ll use SimplePie, a feed parsing class written in PHP. It’s powerful, it’s open source, and it’s easy to use. We’ll then hack on the output a little, and make it all look gorgeous with HTML and CSS. The techniques we’ll cover are also useful if you find that you need to aggregate RSS from many sources, like a news page.</p>
<p>via <a href="http://www.sitepoint.com/blogs/2009/09/29/build-a-lifestream-with-simplepie/">Build a Lifestream with SimplePie | Sitepoint.com</a>.</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flifestreamblog.com%2Ftutorial-for-building-a-custom-lifestream-using-simplepie%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Ftutorial-for-building-a-custom-lifestream-using-simplepie%2F" height="61" width="51" /></a></div><img src="http://feeds.feedburner.com/~r/Lifestreamblogcom/~4/2AJkNH3RkYg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/tutorial-for-building-a-custom-lifestream-using-simplepie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/02/simplepie_lifestream-150x150.jpg" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2010/02/simplepie_lifestream.jpg" medium="image">
			<media:title type="html">simplepie_lifestream</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/02/simplepie_lifestream-150x150.jpg" />
		</media:content>
		<media:content url="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Ftutorial-for-building-a-custom-lifestream-using-simplepie%2F" medium="image" />
	<feedburner:origLink>http://lifestreamblog.com/tutorial-for-building-a-custom-lifestream-using-simplepie/</feedburner:origLink></item>
		<item>
		<title>A Futuristic Look at the Evolution of Lifestreams</title>
		<link>http://feedproxy.google.com/~r/Lifestreamblogcom/~3/BE_WFODl3-Y/</link>
		<comments>http://lifestreamblog.com/a-futuristic-look-at-the-evolution-of-lifestreams/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 19:27:25 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Newsbites]]></category>
		<category><![CDATA[ambient-streams]]></category>
		<category><![CDATA[edo-segal]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=2630</guid>
		<description><![CDATA[Last December Edo Segal wrote a post for TechCrunch titled &#8220;The Dawning Of Ambient Streams&#8221; on how the evolution of Lifestream technologies will bring about some major changes in our future.
He states
We will be seeing the first swells of this coming tsunami in the years to come, but for our children the ambient sense will [...]]]></description>
			<content:encoded><![CDATA[<p>Last December Edo Segal wrote a post for TechCrunch titled &#8220;The Dawning Of Ambient Streams&#8221; on how the evolution of Lifestream technologies will bring about some major changes in our future.</p>
<p>He states</p>
<blockquote><p>We will be seeing the first swells of this coming tsunami in the years to come, but for our children the ambient sense will play a bigger and bigger role as it slowly evolves and weaves itself into their consciousness much like Google search weaved itself into their memory functions.</p></blockquote>
<p>He then goes on to describe the building blocks that make up what he calls an ambient stream and then provides a diagram to illustrate how they may enter our lives.</p>
<blockquote><p>Before these building blocks can create an ambient stream which is not overwhelming, all of this data needs to pass through a filter. The Holy Grail is a filter which only serves up information which is relevant based on who you are, your social graph, what you or your friends are doing now, what you or friends have done before, and in context of other information you are consuming. It needs to be delivered wherever you are and on whatever device or display can deliver the ambient stream: mobile phone, laptop computer, TV, heads-up display in vehicle or inside your glasses.</p></blockquote>
<p><a href="http://www.techcrunch.com/2009/12/20/ambient-streams-realtime/"><img class="alignnone" src="http://lifestreamblog.com/wp-content/uploads/2010/01/ambientcircles.jpg" alt="" width="557" height="363" /></a></p>
<p>Definitely some interesting thoughts which make a lot of sense as we move forward in the years to come and find ways to manage the data.</p>
<p>via <a href="http://www.techcrunch.com/2009/12/20/ambient-streams-realtime/">TechCrunch | Beyond Realtime Search: The Dawning Of Ambient Streams</a>.</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flifestreamblog.com%2Fa-futuristic-look-at-the-evolution-of-lifestreams%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Fa-futuristic-look-at-the-evolution-of-lifestreams%2F" height="61" width="51" /></a></div><img src="http://feeds.feedburner.com/~r/Lifestreamblogcom/~4/BE_WFODl3-Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/a-futuristic-look-at-the-evolution-of-lifestreams/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/01/ambientcircles.jpg" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2010/01/ambientcircles.jpg" medium="image" />
		<media:content url="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Fa-futuristic-look-at-the-evolution-of-lifestreams%2F" medium="image" />
	<feedburner:origLink>http://lifestreamblog.com/a-futuristic-look-at-the-evolution-of-lifestreams/</feedburner:origLink></item>
		<item>
		<title>Ars Technica Provides Storytlr Setup Walk Thru</title>
		<link>http://feedproxy.google.com/~r/Lifestreamblogcom/~3/wVDsKq36ZoM/</link>
		<comments>http://lifestreamblog.com/ars-technica-provides-storytlr-setup-walk-thru/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 01:49:29 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Newsbites]]></category>
		<category><![CDATA[ars-technica]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[storytlr]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=2622</guid>
		<description><![CDATA[I&#8217;ve been seeing quite a few Storytlr sites pop up now that the code has been released as open source. Ars Technica who like the service and had written about it in the past decided to write a post with details of the open source release along with setup information. The post was written by [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been seeing quite a few Storytlr sites pop up now that the code has been released as open source. Ars Technica who like the service and had written about it in the past decided to write a post with details of the open source release along with setup information. The post was written by <a href="http://arstechnica.com/author/ryan-paul/" target="_blank">Ryan Paul</a> and he even goes into some of the basics about Lifestreaming and offers up some alternatives to Storytlr.</p>
<p><img class="alignnone size-full wp-image-2624" title="storytlr-admin-2" src="http://lifestreamblog.com/wp-content/uploads/2010/01/storytlr-admin-2.png" alt="storytlr-admin-2" width="550" height="420" /></p>
<p><strong>From the post</strong></p>
<blockquote><p>The code, which is available under the Apache license, is written in PHP and uses the Zend framework. It&#8217;s not a masterpiece of modern software, but it&#8217;s reasonably well-written and relatively easy to customize. Storytlr has some intriguing features, but it never seemed all that compelling to me as a hosted service—just another place on the Internet to accumulate my crap. As an open source project, however, it&#8217;s a whole lot more interesting because now users can deploy it on any infrastructure and extend it by adding support for additional services.</p></blockquote>
<p>via <a href="http://arstechnica.com/open-source/guides/2010/01/make-your-own-lifestream-with-open-source-software.ars" target="_blank">Ars Technica Make your own lifestream with open source Storytlr</a></p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flifestreamblog.com%2Fars-technica-provides-storytlr-setup-walk-thru%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Fars-technica-provides-storytlr-setup-walk-thru%2F" height="61" width="51" /></a></div><img src="http://feeds.feedburner.com/~r/Lifestreamblogcom/~4/wVDsKq36ZoM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/ars-technica-provides-storytlr-setup-walk-thru/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/01/storytlr-admin-2-150x150.png" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2010/01/storytlr-admin-2.png" medium="image">
			<media:title type="html">storytlr-admin-2</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/01/storytlr-admin-2-150x150.png" />
		</media:content>
		<media:content url="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Fars-technica-provides-storytlr-setup-walk-thru%2F" medium="image" />
	<feedburner:origLink>http://lifestreamblog.com/ars-technica-provides-storytlr-setup-walk-thru/</feedburner:origLink></item>
		<item>
		<title>Find Out Your True Identity According to People on Twitter</title>
		<link>http://feedproxy.google.com/~r/Lifestreamblogcom/~3/HlrPaACmvik/</link>
		<comments>http://lifestreamblog.com/find-out-your-true-identity-according-to-people-on-twitter/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 22:02:11 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[favstarfm]]></category>
		<category><![CDATA[influcence]]></category>
		<category><![CDATA[jesse-stay]]></category>
		<category><![CDATA[klout]]></category>
		<category><![CDATA[tweetrank]]></category>
		<category><![CDATA[twibes]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wefollo]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=2607</guid>
		<description><![CDATA[There are several sites out there allowing us to add ourselves to lists describing our skills, specialties or other information about ourselves. Wefollow is a popular one and I&#8217;ve also  seen many use Twibes as well. That&#8217;s fine and dandy but we know many folks see themselves as things they clearly are not. For instance [...]]]></description>
			<content:encoded><![CDATA[<p>There are several sites out there allowing us to add ourselves to lists describing our skills, specialties or other information about ourselves. <a href="http://wefollow.com" target="_blank">Wefollow</a> is a popular one and I&#8217;ve also  seen many use <a href="http://twibes.com" target="_blank">Twibes</a> as well. That&#8217;s fine and dandy but we know many folks see themselves as things they clearly are not. For instance I&#8217;d be very leery of many people who add themselves to a &#8220;social media expert&#8221; list.</p>
<p>A few weeks ago I was talking to <a href="http://staynalive.com/" target="_blank">Jesse Stay</a> (developer of  <a href="http://socialtoo.com" target="_blank">SocialToo</a>) about an idea I had to create an identity page for people on Twitter by building a tag cloud to analyze the keywords made up from the lists they&#8217;re on. Jesse who seems to know about every Twitter app out there  told me that there already was one and sent me the info. So I visited the site and gave it a try.</p>
<p><strong>Here&#8217;s the page it created for me</strong></p>
<p><a href="http://www.mustexist.com/list_tags/krynsky" target="_blank"><img class="alignnone size-full wp-image-2611" style="border: 1px solid black;" title="mustexist_mark" src="http://lifestreamblog.com/wp-content/uploads/2010/01/mustexist_mark.jpg" alt="mustexist_mark" width="550" height="295" /></a><br />
<span style="font-size: xx-small;">click image to view the page</span></p>
<p>You can see in the image all the keywords used to describe me based on the <a href="http://twitter.com/krynsky/lists/memberships" target="_blank">142 lists</a> I am currently on. The more times the word is used, the bigger it appears on my tag cloud. You can also click on any of the words in the cloud and it displays the lists you are on that use it and the people that put you on them. Lastly as a nice discovery feature it displays the top followed lists on Twitter for that given keyword.</p>
<p>This app was created by Mustexist and you can go create your cloud <a href="http://www.mustexist.com/list_tags/" target="_blank">here</a>. It&#8217;s pretty enlightening to see the keywords that other folks use to describe you. I also feel that it paints a much more realistic picture of who people are by crowdsourcing that info as opposed to taking people by their own word. I&#8217;d imagine that many &#8220;social media experts&#8221; may end up with the biggest keyword in their cloud being &#8220;douchebag&#8221;.</p>
<p>One of the additional aspects of Twitter Lists is that it now provides a new datapoint to help in the ways we can calculate influence and define users. I&#8217;m also a big fan of <a href="http://favstar.fm/" target="_blank">Favstar.fm</a> and what they&#8217;re doing. Favorites would be another great datapoint to add to the mix but it doesn&#8217;t seem many people use it enough for it to be useful at the current time. I&#8217;m hoping that will change.</p>
<p>Initially the only measure of influence on Twitter was based on number of followers. It&#8217;s nice to see that as the service is maturing we are seeing features that offer better ways to help expose many other great people on the service. There are some services out there that are tackling this like <a href="http://klout.com" target="_blank">Klout</a> and <a href="http://www.tweerank.com/" target="_blank">Tweetrank</a>. Yesterday <a href="http://blog.twitter.com/2010/01/power-of-suggestions.html" target="_blank">Twitter announced the revamp</a> of their controversial suggested user list. While not perfect it is a step in the right direction.</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flifestreamblog.com%2Ffind-out-your-true-identity-according-to-people-on-twitter%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Ffind-out-your-true-identity-according-to-people-on-twitter%2F" height="61" width="51" /></a></div><img src="http://feeds.feedburner.com/~r/Lifestreamblogcom/~4/HlrPaACmvik" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/find-out-your-true-identity-according-to-people-on-twitter/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/01/mustexist_mark-150x150.jpg" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2010/01/mustexist_mark.jpg" medium="image">
			<media:title type="html">mustexist_mark</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/01/mustexist_mark-150x150.jpg" />
		</media:content>
		<media:content url="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Ffind-out-your-true-identity-according-to-people-on-twitter%2F" medium="image" />
	<feedburner:origLink>http://lifestreamblog.com/find-out-your-true-identity-according-to-people-on-twitter/</feedburner:origLink></item>
		<item>
		<title>Woo Themes Releases MyStream Wordpress Theme</title>
		<link>http://feedproxy.google.com/~r/Lifestreamblogcom/~3/uDx8-Jkyitg/</link>
		<comments>http://lifestreamblog.com/woo-themes-releases-mystream-wordpress-theme/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 06:35:32 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Newsbites]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[woo-themes]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=2593</guid>
		<description><![CDATA[Woo Themes has added yet another Lifestreaming theme for Wordpress to their arsenal. This new one is called MyStream. Here&#8217;s a breakdown of its features:
A social profiles widgetized zone with custom widgets to display your Twitter, Facebook, Vimeo, Flickr, etc, profiles in the sidebar.
7 Smashing MyStream-specific widgets, including the new Tabber widget, which allows you [...]]]></description>
			<content:encoded><![CDATA[<p>Woo Themes has added yet another Lifestreaming theme for Wordpress to their arsenal. This new one is called MyStream. Here&#8217;s a breakdown of its features:</p>
<blockquote><p>A social profiles widgetized zone with custom widgets to display your Twitter, Facebook, Vimeo, Flickr, etc, profiles in the sidebar.<br />
7 Smashing MyStream-specific widgets, including the new Tabber widget, which allows you to move that stunning tabber anywhere in the sidebar.<br />
Flexible 3 column layout with a variety of different widgetized spaces &amp; layouts.<br />
6 delicious colour schemes to choose from!<br />
Last but not least, the brand new <a href="http://www.woothemes.com/2009/12/preview-the-new-wooframework-video/" target="_blank">WooFramework2 with updated options panel</a></p></blockquote>
<p><a href="http://www.woothemes.com/2010/01/mystream/" target="_blank"><img class="alignnone size-full wp-image-2594" title="mystream_theme" src="http://lifestreamblog.com/wp-content/uploads/2010/01/mystream_theme.jpg" alt="mystream_theme" width="550" height="561" /></a></p>
<p>The theme offers short blog excerpts and links to 4 social media profiles in an about area. It also offers a stander aggregated Lifestream list but also supplements that with a widgetized photos &amp; videos area in the sidebar. The theme costs $70 and you can get more details on it <a href="http://www.woothemes.com/2010/01/mystream/" target="_blank">here</a> and see a demo of the theme <a href="http://www.woothemes.com/demo/?name=mystream" target="_blank">here</a>.</p>
<p>Note there are many Lifestreaming themes available for Wordpress and I’ve provided a list of all of them <a href="../create/#wordpress">here</a>.</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flifestreamblog.com%2Fwoo-themes-releases-mystream-wordpress-theme%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Fwoo-themes-releases-mystream-wordpress-theme%2F" height="61" width="51" /></a></div><img src="http://feeds.feedburner.com/~r/Lifestreamblogcom/~4/uDx8-Jkyitg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/woo-themes-releases-mystream-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/01/mystream_theme-150x150.jpg" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2010/01/mystream_theme.jpg" medium="image">
			<media:title type="html">mystream_theme</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/01/mystream_theme-150x150.jpg" />
		</media:content>
		<media:content url="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Fwoo-themes-releases-mystream-wordpress-theme%2F" medium="image" />
	<feedburner:origLink>http://lifestreamblog.com/woo-themes-releases-mystream-wordpress-theme/</feedburner:origLink></item>
		<item>
		<title>Details Released on SXSW Activity Streams Panel with Chris Messina</title>
		<link>http://feedproxy.google.com/~r/Lifestreamblogcom/~3/r9Vr3Qr7cnY/</link>
		<comments>http://lifestreamblog.com/details-released-on-sxsw-activity-streams-panel-with-chris-messina/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 21:21:07 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[activity-streams]]></category>
		<category><![CDATA[chris-messina]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[sxsw]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=2575</guid>
		<description><![CDATA[I saw today that they have now posted some of the dates and times for the interactive panels for this years&#8217; SXSW conference. Of particular interest to me is a panel being run by new Googler Chris Messina on Activity Streams. He will be speaking on Saturday 3/13 at 9:30 am with location still unannounced.
If [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-2576" style="margin: 5px;" title="sxsw_logo" src="http://lifestreamblog.com/wp-content/uploads/2010/01/sxsw_logo.jpg" alt="sxsw_logo" width="130" height="196" />I saw today that they have now posted some of the dates and times for the interactive panels for this years&#8217; SXSW conference. Of particular interest to me is a panel being run by <a href="http://www.readwriteweb.com/archives/how_chris_messina_got_a_job_at_google.php" target="_blank">new Googler Chris Messina</a> on <a href="http://activitystrea.ms/" target="_blank">Activity Streams</a>. He will be speaking on Saturday 3/13 at 9:30 am with location still unannounced.</p>
<p>If <a href="http://krynsky.com/my-thoughts-and-experience-as-a-newbie-at-sxsw-2009/" target="_blank">my experience as a SXSW newbie last year</a> is any indication it will be a wee difficult climbing out of bed that early but for myself it will no doubt be worth it. I look forward to seeing many of you Lifestream Blog readers that day at Chris&#8217; panel.</p>
<p>&nbsp;</p>
<p><strong>Here&#8217;s the details from the site:</strong></p>
<blockquote><p>From Facebook&#8217;s newsfeed to Twitter&#8217;s relentless real-time updates, the metaphor of the &#8220;stream&#8221; has taken social networking beyond blog posts and on to rich social activities. Learn about ActivityStrea.ms &#8211; the open format adopted by Facebook, MySpace, and Windows Live &#8211; and how it&#8217;s fundamentally changing the social web.</p></blockquote>
<p>You can view the details <a href="http://my.sxsw.com/events/event/400" target="_blank">here</a> and be sure to take the time to create your personal schedule and add this panel to it.</p></blockquote>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flifestreamblog.com%2Fdetails-released-on-sxsw-activity-streams-panel-with-chris-messina%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Fdetails-released-on-sxsw-activity-streams-panel-with-chris-messina%2F" height="61" width="51" /></a></div><img src="http://feeds.feedburner.com/~r/Lifestreamblogcom/~4/r9Vr3Qr7cnY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/details-released-on-sxsw-activity-streams-panel-with-chris-messina/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/01/sxsw_logo-150x150.jpg" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2010/01/sxsw_logo.jpg" medium="image">
			<media:title type="html">sxsw_logo</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/01/sxsw_logo-150x150.jpg" />
		</media:content>
		<media:content url="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Fdetails-released-on-sxsw-activity-streams-panel-with-chris-messina%2F" medium="image" />
	<feedburner:origLink>http://lifestreamblog.com/details-released-on-sxsw-activity-streams-panel-with-chris-messina/</feedburner:origLink></item>
		<item>
		<title>Flavors.me Rolls Out New Features and Support for More Services</title>
		<link>http://feedproxy.google.com/~r/Lifestreamblogcom/~3/53yZtj41y14/</link>
		<comments>http://lifestreamblog.com/flavors-me-rolls-out-new-features-and-support-for-more-services/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 21:37:36 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Newsbites]]></category>
		<category><![CDATA[flavorsme]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=2568</guid>
		<description><![CDATA[Flavors.me is a new Lifestreaming service launched at the end of last year that I really liked. Yesterday they announced the addition of several new features. They&#8217;ve now added support for Foursquare, Posterous, Wordpress, Blogger, Etsy, and LinkedIn. They&#8217;ve also improved the data coming in from the Netflix and RSS feeds. They now offer permalinks [...]]]></description>
			<content:encoded><![CDATA[<p>Flavors.me is a new Lifestreaming service <a href="/build-a-beautiful-lifestream-quickly-with-flavors-me/">launched at the end of last year</a> that I really liked. Yesterday they announced the addition of several new features. They&#8217;ve now added support for Foursquare, Posterous, Wordpress, Blogger, Etsy, and LinkedIn. They&#8217;ve also improved the data coming in from the Netflix and RSS feeds. They now offer permalinks to individual service pages. Lastly they&#8217;ve now added more font sizing controls for various site entities as well as multiple options for bullets.</p>
<p><a href="http://flavors.me/krynsky" target="_blank"><img class="alignnone size-full wp-image-2569" title="flavorsme_updates" src="http://lifestreamblog.com/wp-content/uploads/2010/01/flavorsme_updates.jpg" alt="flavorsme_updates" width="550" height="310" /></a><br />
<span style="font-size: xx-small;"><strong>Screenshot of the new font options and Foursquare addition. Click to visit.</strong></span></p>
<p>They plan to add support to YouTube very very soon and are looking into Facebook support. If you haven&#8217;t tried the service you really should. Although it&#8217;s in private beta, the founders have provided Lifestream Blog readers with invites. Just use the code &#8216;lifestreamblog&#8217; when signing up to get in.</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flifestreamblog.com%2Fflavors-me-rolls-out-new-features-and-support-for-more-services%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Fflavors-me-rolls-out-new-features-and-support-for-more-services%2F" height="61" width="51" /></a></div><img src="http://feeds.feedburner.com/~r/Lifestreamblogcom/~4/53yZtj41y14" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/flavors-me-rolls-out-new-features-and-support-for-more-services/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/01/flavorsme_updates-150x150.jpg" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2010/01/flavorsme_updates.jpg" medium="image">
			<media:title type="html">flavorsme_updates</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/01/flavorsme_updates-150x150.jpg" />
		</media:content>
		<media:content url="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Fflavors-me-rolls-out-new-features-and-support-for-more-services%2F" medium="image" />
	<feedburner:origLink>http://lifestreamblog.com/flavors-me-rolls-out-new-features-and-support-for-more-services/</feedburner:origLink></item>
		<item>
		<title>Lifestream Blog Listed on Postrank Top Blogs of 2009</title>
		<link>http://feedproxy.google.com/~r/Lifestreamblogcom/~3/B7EqbQ2-czI/</link>
		<comments>http://lifestreamblog.com/lifestream-blog-listed-on-postrank-top-blogs-of-2009/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 03:18:27 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[postrank]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=2554</guid>
		<description><![CDATA[If you aren&#8217;t familiar with Postrank they provide a scoring system to rank online content based on social engagement. So what they do is track the activity of a blog post to determine interesting or relevant content. Activity can be tracked in the form of blog comments, bookmarks, tweets, and re-blogs. You can get more [...]]]></description>
			<content:encoded><![CDATA[<p>If you aren&#8217;t familiar with <a href="http://www.postrank.com" target="_blank">Postrank</a> they provide a scoring system to rank online content based on social engagement. So what they do is track the activity of a blog post to determine interesting or relevant content. Activity can be tracked in the form of blog comments, bookmarks, tweets, and re-blogs. You can get more details about their methodology <a href="http://www.postrank.com/postrank#what" target="_blank">here</a>. They also provide a widget for your blog to display your best posts based on this scoring system that you can display it for your users. I&#8217;ve been using it for a long time on this site and have been very happy with it.</p>
<p>Last week <a href="http://blog.postrank.com/2010/01/announcing-the-postrank-top-blogs-of-2009/" target="_blank">Postrank announced</a> that they were releasing a top blogs of 2009 listing based on the data they gathered for the year. In this post they announce the details behind how they created it. Here&#8217;s a snippet:</p>
<blockquote><p>PostRank gathered and analyzed over 2 billion individual engagement activities on 20 social hubs, like Twitter, Digg, and Delicious over the course of 2009. That data represents the hard work of thousands of bloggers, and is the backbone of our Analytics, Data Services, and content filtering services.</p>
<p>We crunched all of the 2 billion metrics from the past year to rank the blogs by their engagement within each topic populated by our users. In total, we selected nearly 500 topics (491 to be precise) containing 15725 total blogs, and built a detailed profile for the performance of each site – their overall rank, their engagement profile over the entire year, and their top posts as determined by their audience.</p></blockquote>
<p>I was very flattered last week to find out that Lifestream Blog made an appearance on their list. Below is a screenshot of the page generated for their listing.</p>
<p><a href="https://analytics.postrank.com/2009/feed/d9451112c3e7a621b1f1d249d0a111b9" target="_blank"><img class="alignnone size-full wp-image-2558" style="border: 1px solid black;" title="postrank_page" src="http://lifestreamblog.com/wp-content/uploads/2010/01/postrank_page.jpg" alt="postrank_page" width="550" height="456" /><br />
</a> <span style="font-size: xx-small;">click image to visit page</span></p>
<p>Lifestream Blog got ranked #89 for Social Media and #213 for Technology. When you <a href="https://analytics.postrank.com/2009/feed/d9451112c3e7a621b1f1d249d0a111b9" target="_blank">visit my stats page</a> it will provide details of the engagement score showing the overall activity as well as the top 10 posts from the site. Postrank is only as good as the number of sites it tracks. They were very honest about inevitable issues with this first release of their rankings but are already planning for improvements in 2010&#8217;s list. If your site currently isn&#8217;t listed I recommend heading over there and <a href="http://blog.postrank.com/getting-started/adding-a-website-to-a-postrank-topic/" target="_blank">adding your site</a> to their great service.</p>
<p>I couldn&#8217;t have achieved this without my great readers. I created this site in March of 2007 to provide information on this new concept to share resources with others as excited about it as me. I&#8217;ve been overwhelmed with the response and how the concept has taken off. I&#8217;ve passionately continued covering the space for almost three years now, and the reason is greatly due to the feedback received from readers of this site. I look forward to continuing writing here and expanding on many of the areas of Lifestreaming.</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flifestreamblog.com%2Flifestream-blog-listed-on-postrank-top-blogs-of-2009%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Flifestream-blog-listed-on-postrank-top-blogs-of-2009%2F" height="61" width="51" /></a></div><img src="http://feeds.feedburner.com/~r/Lifestreamblogcom/~4/B7EqbQ2-czI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/lifestream-blog-listed-on-postrank-top-blogs-of-2009/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/01/postrank_page-150x150.jpg" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2010/01/postrank_page.jpg" medium="image">
			<media:title type="html">postrank_page</media:title>
			<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/01/postrank_page-150x150.jpg" />
		</media:content>
		<media:content url="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Flifestream-blog-listed-on-postrank-top-blogs-of-2009%2F" medium="image" />
	<feedburner:origLink>http://lifestreamblog.com/lifestream-blog-listed-on-postrank-top-blogs-of-2009/</feedburner:origLink></item>
		<item>
		<title>Feedmaze.com Launches Community Based Lifestreaming App on Noserub Open Source Platform</title>
		<link>http://feedproxy.google.com/~r/Lifestreamblogcom/~3/liMTkPTPw6M/</link>
		<comments>http://lifestreamblog.com/feedmaze-com-launches-community-based-lifestreaming-app-on-noserub-open-source-platform/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 18:35:16 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Newsbites]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[noserub]]></category>
		<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=2541</guid>
		<description><![CDATA[
Noserub was one of the first community based, open source Lifestreaming apps released. I first wrote about it back in March of 2008. It seems like I&#8217;ve been noticing a quite a few niche based social streaming sites pop up lately and I just came across another one at Feedmaze.com that was built on Noserub. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://lifestreamblog.com/wp-content/uploads/2010/01/feedmaze_thumb.jpg" alt="" width="244" height="126" /></p>
<p>Noserub was one of the first community based, open source Lifestreaming apps released. I first <a href="/new-version-of-noserub-will-allow-adding-any-url-as-a-contact/">wrote about it</a> back in March of 2008. It seems like I&#8217;ve been noticing a quite a few niche based social streaming sites pop up lately and I just came across another one at Feedmaze.com that was built on Noserub. Noserub is just one of <a href="/create/#community">community based Lifestreaming options</a> out there that can be used to create a site. Below is some info on its release and a screencast of the service.</p>
<blockquote><p>Lifestreams are a great way to aggregate content as there are so many services and social networks out there, that is hard to keep track of all of them. Its great having your own lifestream that you can share on your own site, but its even better when you can mix your stream with others that have the same interests as you.</p>
<p>FeedMaze is powered by Noserub, and we were lucky enough to get hold of one of the people who help create it, and have them as part of our community. Lance Wicks has been a great help so far with the site, and combined with the other developers of Noserub, we hope to make FeedMaze.com the best experience for all of you.</p></blockquote>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" 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/2Dt9FUrdhLw&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/2Dt9FUrdhLw&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>via <a href="http://duncsweb.com/2010/01/13/feedmaze-com-launch-community-lifestream/">FeedMaze.com Launch – Community Lifestream | DuncsWeb</a>.</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flifestreamblog.com%2Ffeedmaze-com-launches-community-based-lifestreaming-app-on-noserub-open-source-platform%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Ffeedmaze-com-launches-community-based-lifestreaming-app-on-noserub-open-source-platform%2F" height="61" width="51" /></a></div><img src="http://feeds.feedburner.com/~r/Lifestreamblogcom/~4/liMTkPTPw6M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/feedmaze-com-launches-community-based-lifestreaming-app-on-noserub-open-source-platform/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/01/feedmaze_thumb.jpg" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2010/01/feedmaze_thumb.jpg" medium="image" />
		<media:content url="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Ffeedmaze-com-launches-community-based-lifestreaming-app-on-noserub-open-source-platform%2F" medium="image" />
	<feedburner:origLink>http://lifestreamblog.com/feedmaze-com-launches-community-based-lifestreaming-app-on-noserub-open-source-platform/</feedburner:origLink></item>
		<item>
		<title>Former MyBlogLog Product Manager Details How to Export Your Data</title>
		<link>http://feedproxy.google.com/~r/Lifestreamblogcom/~3/NbdfE9VCtu0/</link>
		<comments>http://lifestreamblog.com/former-mybloglog-product-manager-details-how-to-export-your-data/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 00:07:19 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Newsbites]]></category>
		<category><![CDATA[ian-kennedy]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[lifestreaming]]></category>
		<category><![CDATA[mybloglog]]></category>
		<category><![CDATA[readwriteweb]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://lifestreamblog.com/?p=2534</guid>
		<description><![CDATA[Amidst rumors of a possible shutdown, former MyBlogLog Product Manager Ian Kennedy wrote a helpful post today for users of the service. He provided details outlining ways to both export your data from the service as well as finding alternatives for some of the features. His post covers the following topics:

Grab your Stats
Tighten your Connections
Back [...]]]></description>
			<content:encoded><![CDATA[<p>Amidst rumors of a possible shutdown, former MyBlogLog Product Manager Ian Kennedy wrote a helpful post today for users of the service. He provided details outlining ways to both export your data from the service as well as finding alternatives for some of the features. His post covers the following topics:</p>
<ul>
<li>Grab your Stats</li>
<li>Tighten your Connections</li>
<li>Back up your Contacts</li>
<li>Subscribe Directly</li>
<li>Check out Alternative Widgets</li>
</ul>
<p><a href="http://everwas.com/2010/01/how-to-export-your-data-from-mybloglog.html"><img class="alignnone" src="http://lifestreamblog.com/wp-content/uploads/2010/01/mbl-down.png" alt="" width="500" height="276" /></a></p>
<p><strong>From Ian&#8217;s Post</strong></p>
<blockquote><p>It was a sad day when I read the <a href="http://www.readwriteweb.com/archives/yahoo_will_kill_mybloglog_next_month.php" target="_blank">ReadWriteWeb post</a> about the rumored shutdown of MyBlogLog. Yahoo has since come out with a <a href="http://developer.yahoo.net/blog/archives/2009/12/mybloglog_update.html" target="_blank">vague response</a> that pulling the plug is only one of several “options” but I thought it good to post a few things you can do now just in case they do take MBL out behind the shed.</p></blockquote>
<p>via <a href="http://everwas.com/2010/01/how-to-export-your-data-from-mybloglog.html">How to Export Your Data from MyBlogLog | Everwas</a>.</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flifestreamblog.com%2Fformer-mybloglog-product-manager-details-how-to-export-your-data%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Fformer-mybloglog-product-manager-details-how-to-export-your-data%2F" height="61" width="51" /></a></div><img src="http://feeds.feedburner.com/~r/Lifestreamblogcom/~4/NbdfE9VCtu0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lifestreamblog.com/former-mybloglog-product-manager-details-how-to-export-your-data/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://lifestreamblog.com/wp-content/uploads/2010/01/mbl-down.png" />
		<media:content url="http://lifestreamblog.com/wp-content/uploads/2010/01/mbl-down.png" medium="image" />
		<media:content url="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flifestreamblog.com%2Fformer-mybloglog-product-manager-details-how-to-export-your-data%2F" medium="image" />
	<feedburner:origLink>http://lifestreamblog.com/former-mybloglog-product-manager-details-how-to-export-your-data/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 2.131 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-02-08 17:45:58 -->
