<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/">
   <channel>
      <title>group | Filome sharers have read the following articles about "group" | www.filome.com </title>
	  <itunes:author>filome.com</itunes:author>
      <link>http://www.filome.com/key/group</link>
      <description>You're viewing shares 1-25 of 3666 total shares for the keyword group This is a keyword feed for "group" from Filome read and shared items in Google Reader. If you would like to search or subscribe to category/keyword feeds for posts that are by shared with Google Reader users visit http://filome.com.</description>
      <language>en-us</language>
	  <copyright>Copyright for these items belong to their original publishers.</copyright>
	  		<itunes:explicit>No</itunes:explicit>

		<itunes:keywords>filome, google reader, shared items, community knowledge organizer</itunes:keywords>

		<itunes:subtitle>This is the keyword feed for "group" from my read items in Google Reader.</itunes:subtitle>

 	<itunes:summary>This is the keyword feed for "group" from my read items in Google Reader.</itunes:summary>

 	<image> 

		<url>http://www.filome.com/images/feed_image.jpg</url>
 		<title>group | Filome sharers have read the following articles about "group" | www.filome.com</title>
 		<link>http://www.filome.com/key/group</link>
 		<description>This is a keyword feed for "group" from Filome read and shared items in Google Reader. If you would like to search or subscribe to category/keyword feeds for posts that are by shared with Google Reader users visit http://filome.com.</description>
 	</image> 	
      <docs>http://www.filome.com</docs>
      <generator>filome beta</generator>
      <item>
         <title>Spam Magnet Blog Posts</title>
         <link>http://feedproxy.google.com/~r/planetozh/~3/RU4Pxts0J5o/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/1Uhgy2wShYX1u4">planetOzh</a><br> First shared  by - <a href="http://www.filome.com/StephenFoskett">StephenFoskett</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>Lately, every time I manually flagged a comment as spam, I started to have the impression that they all were posted on the same post, namely an old announcement for my plugin "Absolute Comments".</p>
<p>An SQL query later, my impression was confirmed: this blog post *is* a spam magnet:</p>
<p><img src="http://planetozh.com/blog/wp-content/uploads/2010/09/spam-magnet.png" width="500" height="420" border="0" /> </p>
<p>I suspect that some particular keywords in page titles act like pheromones to spammers. These keywords probably include "comments", "guestbook", "feedback" and anything that will make them think there's a form they can spam.</p>
<p>The SQL query I used to list blog posts sorted by the number of spam they get is:</p>
<div><span><a href="http://planetozh.com/blog#">PLAIN TEXT</a></span></div>
<div><span>SQL:</span>
<div>
<div>
<ol>
<li style="font-family:&#39;Courier New&#39;, Courier, monospace;color:black;font-weight:normal;font-style:normal;color:#3A6A8B">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">SELECT</span> COUNT<span style="color:#006600;font-weight:bold">(</span>wp_posts.ID<span style="color:#006600;font-weight:bold">)</span> <span style="color:#993333;font-weight:bold">AS</span> spam_count, wp_posts.ID, wp_posts.post_title</div>
</li>
<li style="font-weight:bold;color:#26536A">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">FROM</span> wp_posts, wp_comments</div>
</li>
<li style="font-family:&#39;Courier New&#39;, Courier, monospace;color:black;font-weight:normal;font-style:normal;color:#3A6A8B">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">WHERE</span> wp_comments.comment_approved = <span style="color:#ff0000">'spam'</span> <span style="color:#993333;font-weight:bold">AND</span> wp_comments.comment_post_ID=wp_posts.ID</div>
</li>
<li style="font-weight:bold;color:#26536A">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">GROUP</span> <span style="color:#993333;font-weight:bold">BY</span> wp_posts.ID</div>
</li>
<li style="font-family:&#39;Courier New&#39;, Courier, monospace;color:black;font-weight:normal;font-style:normal;color:#3A6A8B">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">ORDER</span> <span style="color:#993333;font-weight:bold">BY</span> spam_count <span style="color:#993333;font-weight:bold">DESC</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>If you want to play with it, I made a quick standalone script that will run the query and output a pretty interactive pie chart. Download <a href="http://planetozh.com/blog/go.php?http://planetozh.com/blog/wp-content/uploads/2010/09/spam-magnet.txt" title="(No click)">spam-magnet.txt</a>, rename as <tt>.php</tt> and put it in your blog root (where <tt>wp-load.php</tt> is)</p>
<p>If you run it and notice a pattern on your blogs too, share your analysis! I've always enjoyed useless fun stats :)</p>
<p><a href="http://planetozh.com/blog/?p=1498&amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." rel="nofollow">Share This</a>
</p><hr>
<p><small><a href="http://creativecommons.org/licenses/by/3.0/">(cc)</a> Ozh for <a href="http://planetozh.com/blog">planetOzh</a>, 2010. | <a href="http://planetozh.com/blog/2010/09/spam-magnet-blog-posts/">Permalink</a> | <a href="http://planetozh.com/blog/2010/09/spam-magnet-blog-posts/#comments">No comment</a> | Add to
<a href="http://del.icio.us/post?url=http://planetozh.com/blog/2010/09/spam-magnet-blog-posts/&amp;title=Spam%20Magnet%20Blog%20Posts">del.icio.us</a> <small> | splogmenotplz</small><br>
Read more posts tagged with: <a href="http://planetozh.com/blog/tag/code/" rel="tag">Code</a>, <a href="http://planetozh.com/blog/tag/comments/" rel="tag">Comments</a>, <a href="http://planetozh.com/blog/tag/spam/" rel="tag">Spam</a>, <a href="http://planetozh.com/blog/tag/stats/" rel="tag">Stats</a>, <a href="http://planetozh.com/blog/tag/wordpress/" rel="tag">WordPress</a><br>
</small></p>
	<h4>Related posts</h4>
	<ul>
	<li><a href="http://planetozh.com/blog/2005/01/spam-statistics/" title="Spam statistics (January 3, 20051/3/2005)">Spam statistics</a> (2)</li>
	<li><a href="http://planetozh.com/blog/2005/02/wordpress-plugin-auto-moderate-comments/" title="WordPress Plugin : Auto Moderate Comments (February 2, 20052/2/2005)">WordPress Plugin : Auto Moderate Comments</a> (50)</li>
	<li><a href="http://planetozh.com/blog/2005/06/testing-some-new-anti-spam-code/" title="Testing Some New Anti Spam Code (June 29, 20056/29/2005)">Testing Some New Anti Spam Code</a> (1)</li>
	<li><a href="http://planetozh.com/blog/2004/09/new-plugin-under-way/" title="New plugin under way (September 13, 20049/13/2004)">New plugin under way</a> (0)</li>
	<li><a href="http://planetozh.com/blog/2009/11/how-to-style-editor-or-any-role-comments-in-wordpress/" title="How To Style Editor (Or Any Role) Comments in WordPress (November 16, 200911/16/2009)">How To Style Editor (Or Any Role) Comments in WordPress</a> (14)</li>
</ul>


<p><small>Feed enhanced by <a href="http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/">Better Feed</a> from  <a href="http://planetozh.com/blog/">Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/planetozh/~4/RU4Pxts0J5o" border="0" /> <br><br><a href="http://www.filome.com/key/spam" >spam</a> <a href="http://search.twitter.com/search?q=%22spam%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wp" >wp</a> <a href="http://search.twitter.com/search?q=%22wp%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wp.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts" >posts</a> <a href="http://search.twitter.com/search?q=%22posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/comments" >comments</a> <a href="http://search.twitter.com/search?q=%22comments%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/comments.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/id" >id</a> <a href="http://search.twitter.com/search?q=%22id%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/id.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spam" >spam</a> <a href="http://search.twitter.com/search?q=%22spam%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts" >posts</a> <a href="http://search.twitter.com/search?q=%22posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/comments" >comments</a> <a href="http://search.twitter.com/search?q=%22comments%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/comments.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post" >post</a> <a href="http://search.twitter.com/search?q=%22post%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/comment" >comment</a> <a href="http://search.twitter.com/search?q=%22comment%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/comment.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog" >blog</a> <a href="http://search.twitter.com/search?q=%22blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spam magnet" >spam magnet</a> <a href="http://search.twitter.com/search?q=%22spam magnet%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam magnet.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/comments comment" >comments comment</a> <a href="http://search.twitter.com/search?q=%22comments comment%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/comments comment.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spam count" >spam count</a> <a href="http://search.twitter.com/search?q=%22spam count%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam count.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sql query" >sql query</a> <a href="http://search.twitter.com/search?q=%22sql query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sql query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog posts" >blog posts</a> <a href="http://search.twitter.com/search?q=%22blog posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/1Uhgy2wShYX1u4">planetOzh</a><br> First shared  by - <a href="http://www.filome.com/StephenFoskett">StephenFoskett</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>Lately, every time I manually flagged a comment as spam, I started to have the impression that they all were posted on the same post, namely an old announcement for my plugin "Absolute Comments".</p>
<p>An SQL query later, my impression was confirmed: this blog post *is* a spam magnet:</p>
<p><img src="http://planetozh.com/blog/wp-content/uploads/2010/09/spam-magnet.png" width="500" height="420" border="0" /> </p>
<p>I suspect that some particular keywords in page titles act like pheromones to spammers. These keywords probably include "comments", "guestbook", "feedback" and anything that will make them think there's a form they can spam.</p>
<p>The SQL query I used to list blog posts sorted by the number of spam they get is:</p>
<div><span><a href="http://planetozh.com/blog#">PLAIN TEXT</a></span></div>
<div><span>SQL:</span>
<div>
<div>
<ol>
<li style="font-family:&#39;Courier New&#39;, Courier, monospace;color:black;font-weight:normal;font-style:normal;color:#3A6A8B">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">SELECT</span> COUNT<span style="color:#006600;font-weight:bold">(</span>wp_posts.ID<span style="color:#006600;font-weight:bold">)</span> <span style="color:#993333;font-weight:bold">AS</span> spam_count, wp_posts.ID, wp_posts.post_title</div>
</li>
<li style="font-weight:bold;color:#26536A">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">FROM</span> wp_posts, wp_comments</div>
</li>
<li style="font-family:&#39;Courier New&#39;, Courier, monospace;color:black;font-weight:normal;font-style:normal;color:#3A6A8B">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">WHERE</span> wp_comments.comment_approved = <span style="color:#ff0000">'spam'</span> <span style="color:#993333;font-weight:bold">AND</span> wp_comments.comment_post_ID=wp_posts.ID</div>
</li>
<li style="font-weight:bold;color:#26536A">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">GROUP</span> <span style="color:#993333;font-weight:bold">BY</span> wp_posts.ID</div>
</li>
<li style="font-family:&#39;Courier New&#39;, Courier, monospace;color:black;font-weight:normal;font-style:normal;color:#3A6A8B">
<div style="font-family:&#39;Courier New&#39;, Courier, monospace;font-weight:normal"><span style="color:#993333;font-weight:bold">ORDER</span> <span style="color:#993333;font-weight:bold">BY</span> spam_count <span style="color:#993333;font-weight:bold">DESC</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>If you want to play with it, I made a quick standalone script that will run the query and output a pretty interactive pie chart. Download <a href="http://planetozh.com/blog/go.php?http://planetozh.com/blog/wp-content/uploads/2010/09/spam-magnet.txt" title="(No click)">spam-magnet.txt</a>, rename as <tt>.php</tt> and put it in your blog root (where <tt>wp-load.php</tt> is)</p>
<p>If you run it and notice a pattern on your blogs too, share your analysis! I've always enjoyed useless fun stats :)</p>
<p><a href="http://planetozh.com/blog/?p=1498&amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." rel="nofollow">Share This</a>
</p><hr>
<p><small><a href="http://creativecommons.org/licenses/by/3.0/">(cc)</a> Ozh for <a href="http://planetozh.com/blog">planetOzh</a>, 2010. | <a href="http://planetozh.com/blog/2010/09/spam-magnet-blog-posts/">Permalink</a> | <a href="http://planetozh.com/blog/2010/09/spam-magnet-blog-posts/#comments">No comment</a> | Add to
<a href="http://del.icio.us/post?url=http://planetozh.com/blog/2010/09/spam-magnet-blog-posts/&amp;title=Spam%20Magnet%20Blog%20Posts">del.icio.us</a> <small> | splogmenotplz</small><br>
Read more posts tagged with: <a href="http://planetozh.com/blog/tag/code/" rel="tag">Code</a>, <a href="http://planetozh.com/blog/tag/comments/" rel="tag">Comments</a>, <a href="http://planetozh.com/blog/tag/spam/" rel="tag">Spam</a>, <a href="http://planetozh.com/blog/tag/stats/" rel="tag">Stats</a>, <a href="http://planetozh.com/blog/tag/wordpress/" rel="tag">WordPress</a><br>
</small></p>
	<h4>Related posts</h4>
	<ul>
	<li><a href="http://planetozh.com/blog/2005/01/spam-statistics/" title="Spam statistics (January 3, 20051/3/2005)">Spam statistics</a> (2)</li>
	<li><a href="http://planetozh.com/blog/2005/02/wordpress-plugin-auto-moderate-comments/" title="WordPress Plugin : Auto Moderate Comments (February 2, 20052/2/2005)">WordPress Plugin : Auto Moderate Comments</a> (50)</li>
	<li><a href="http://planetozh.com/blog/2005/06/testing-some-new-anti-spam-code/" title="Testing Some New Anti Spam Code (June 29, 20056/29/2005)">Testing Some New Anti Spam Code</a> (1)</li>
	<li><a href="http://planetozh.com/blog/2004/09/new-plugin-under-way/" title="New plugin under way (September 13, 20049/13/2004)">New plugin under way</a> (0)</li>
	<li><a href="http://planetozh.com/blog/2009/11/how-to-style-editor-or-any-role-comments-in-wordpress/" title="How To Style Editor (Or Any Role) Comments in WordPress (November 16, 200911/16/2009)">How To Style Editor (Or Any Role) Comments in WordPress</a> (14)</li>
</ul>


<p><small>Feed enhanced by <a href="http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/">Better Feed</a> from  <a href="http://planetozh.com/blog/">Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/planetozh/~4/RU4Pxts0J5o" border="0" /> <br><br><a href="http://www.filome.com/key/spam" >spam</a> <a href="http://search.twitter.com/search?q=%22spam%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wp" >wp</a> <a href="http://search.twitter.com/search?q=%22wp%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wp.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts" >posts</a> <a href="http://search.twitter.com/search?q=%22posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/comments" >comments</a> <a href="http://search.twitter.com/search?q=%22comments%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/comments.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/id" >id</a> <a href="http://search.twitter.com/search?q=%22id%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/id.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spam" >spam</a> <a href="http://search.twitter.com/search?q=%22spam%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts" >posts</a> <a href="http://search.twitter.com/search?q=%22posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/comments" >comments</a> <a href="http://search.twitter.com/search?q=%22comments%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/comments.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post" >post</a> <a href="http://search.twitter.com/search?q=%22post%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/comment" >comment</a> <a href="http://search.twitter.com/search?q=%22comment%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/comment.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog" >blog</a> <a href="http://search.twitter.com/search?q=%22blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spam magnet" >spam magnet</a> <a href="http://search.twitter.com/search?q=%22spam magnet%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam magnet.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/comments comment" >comments comment</a> <a href="http://search.twitter.com/search?q=%22comments comment%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/comments comment.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spam count" >spam count</a> <a href="http://search.twitter.com/search?q=%22spam count%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spam count.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sql query" >sql query</a> <a href="http://search.twitter.com/search?q=%22sql query%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sql query.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog posts" >blog posts</a> <a href="http://search.twitter.com/search?q=%22blog posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Mon, 06 Sep 2010 19:15:26 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,1</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>Leaked Google Documents Reveal How Much Big Brands Spend on Search Ads</title>
         <link>http://feedproxy.google.com/~r/Mashable/~3/YvM2Z1ykxZM/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/0tw2n2fzsIFdHh">Mashable!</a><br> First shared  by - <a href="http://www.filome.com/RaynerApe">RaynerApe</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><div><div style="float:right;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://mashable.com/2010/09/06/brand-spending-google/&amp;service=bit.ly"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://mashable.com/2010/09/06/brand-spending-google/" border="0" /> </a><a href="http://www.google.com/reader/link?url=http://mashable.com/2010/09/06/brand-spending-google/&amp;title=Leaked%20Google%20Documents%20Reveal%20How%20Much%20Big%20Brands%20Spend%20on%20Search%20Ads&amp;srcTitle=Mashable&amp;srcUrl=http://mashable.com"><img src="http://cdn.mashable.com/wp-content/plugins/wp-digg-this/i/gbuzz-feed.png" border="0" /> </a><a name="fb_share" href="http://www.facebook.com/sharer.php?u=http://mashable.com/2010/09/06/brand-spending-google/&amp;src=sp" style="text-decoration:none"><img src="http://mashable.com/wp-content/plugins/wp-digg-this/i/fb.jpg" border="0" /> </a><a href="http://digg.com/tools/diggthis/login?url=http://mashable.com/2010/09/06/brand-spending-google/&amp;title=Leaked%20Google%20Documents%20Reveal%20How%20Much%20Big%20Brands%20Spend%20on%20Search%20Ads&amp;related=true&amp;style=true"><img src="http://mashable.com/wp-content/plugins/wp-digg-this/i/diggme.png" border="0" /> </a></div><div style="float:left;margin-bottom:10px"><img src="http://cdn.mashable.com/wp-content/uploads/2010/09/bp-oil.jpg" border="0" /> </div><div style="clear:both"></div></div><br>Ad Age has obtained an internal Google document that highlights some of the biggest AdWords buyers for the month of June 2010, offering insight into how big brands are using Google and how much they are spending.<br> <span></span><br> According to <a href="http://adage.com/digital/article?article_id=145720">the documents</a>, the biggest buyers of AdWords in June included AT&amp;T Mobility, Amazon, eBay and BP. Although most of those companies are frequent big Google spenders, BP was a newcomer to the list, spending $3.59 million on <a href="http://mashable.com/2010/06/08/bp-oil-spill-google/">search ads</a> in the wake of the <a href="http://mashable.com/2010/05/21/oil-spill-pictures/">gulf oil spill</a> (compared to just $57,000 in the two months prior).</p><hr><h2>Top Spenders</h2><hr><p>The top spender in June, AT&amp;T Mobility, spent $8.08 million on search ads to coincide with the release of the <a href="http://mashable.com/2010/06/07/iphone-4g-announced/">iPhone 4</a>. According to Ad Age, AT&amp;T's the third-largest U.S. advertiser overall, so its Google spending is not a big surprise.</p><p>Other companies that made up the top 10 include:</p><ul><li>Apollo Group  You know them as The University of Phoenix and they spent $6.67 million in June 2010</li><li>Expedia  $5.95 million</li><li>Amazon  $5.85 million</li><li>eBay  $4.25 million</li><li>Hotels.com  $3.30 million</li><li>JC Penney  $2.46 million   we'll admit, this one surprises us</li><li>Living Social  $2.29 million</li><li>ADT Security  $2.19 million</li></ul><hr><h2>Why Brands Buy Google Ads</h2><hr><p>The data shows us that for big brands, a heavy investment in Google is usually tied to revenue that comes directly from search traffic (as in the case of Amazon, eBay, Expedia, Hotels.com) or in instances where companies are trying to build awareness (AT&amp;T) or weather a PR crisis (BP).</p><p>It's also interesting to note some of the brands that <em>aren't</em> on the list. The documents obtained by Ad Age indicate that companies like GM, Disney and BMW spent less than $500,000 on Google ads in June. Even Apple spent just less than $1 million on Google ads, despite its high-profile launch of the iPhone 4.</p><p>However, we also think it is possible that some big brands are spending money on search, but not directly with Google. For instance, although Ad Age cites Walt Disney as one of the companies that spent less than $500,000 on Google ads in June, the movie studio released <em>Toy Story 3</em> that month, a film supported by a massive <a href="http://mashable.com/2010/04/27/toy-story-3-viral-video/">ad campaign</a>.  The film has gone on to gross more than $1 billion worldwide, making it one of the most successful animated films of all-time. It seems odd that Disney would spend only $500,000 on search terms for its big summer release.</p><p>What seems more likely, however, is that Disney purchased advertising through companies like Fandango or MovieTickets.com and those companies have their own arrangements with Google. In other words, when it comes to evaluating search spending, don't count out the potential middle men.</p><p>This also makes sense when taking a big-picture approach to Google's own revenue. The top 10 brands only accounted for 5% of U.S. revenues for the month.</p><p>Google is a big target for advertisers because of its strength in search and because of its ubiquity across devices. We do wonder if ad buys will shift to other outlets, like say, <a href="http://mashable.com/category/facebook">Facebook</a>, as users spend more and more time on those networks.</p><p>More About: <a href="http://mashable.com/tag/ad-age/">ad age</a>, <a href="http://mashable.com/tag/advertsing/">advertsing</a>, <a href="http://mashable.com/tag/att/">att</a>, <a href="http://mashable.com/tag/bp/">bp</a>, <a href="http://mashable.com/tag/google/">Google</a>, <a href="http://mashable.com/tag/google-adwords/">google adwords</a>, <a href="http://mashable.com/tag/online-advertising/">online advertising</a></p><p style="margin-top:10px"><i>For more <a href="http://mashable.com/business/">Business</a> coverage:</i><ul style="margin-top:0"><li><a href="http://twitter.com/mashbusiness" rel="nofollow">Follow Mashable Business on Twitter</a></li><li><a href="http://www.facebook.com/mashable.business" rel="nofollow">Become a Fan on Facebook</a></li><li><a href="http://feeds.mashable.com/mashable/business" rel="nofollow">Subscribe to the Business channel</a></li><li>Download our free apps for <a href="http://itunes.apple.com/us/app/mashable/id356202138?mt=8" rel="nofollow">iPhone</a> and <a href="http://itunes.apple.com/us/app/mashable-for-ipad/id370097986?mt=8" rel="nofollow">iPad</a></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~at/JgpoGe9xsbJnmEFxpJm6h2DrKLI/0/da"><img src="http://feedads.g.doubleclick.net/~at/JgpoGe9xsbJnmEFxpJm6h2DrKLI/0/di" border="0" /> </a><br>
<a href="http://feedads.g.doubleclick.net/~at/JgpoGe9xsbJnmEFxpJm6h2DrKLI/1/da"><img src="http://feedads.g.doubleclick.net/~at/JgpoGe9xsbJnmEFxpJm6h2DrKLI/1/di" border="0" /> </a></p><div>
<a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mashable?i=YvM2Z1ykxZM:K6TnujxZ6iI:D7DqB2pKExk" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mashable?i=YvM2Z1ykxZM:K6TnujxZ6iI:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mashable?i=YvM2Z1ykxZM:K6TnujxZ6iI:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mashable?d=qj6IDK7rITs" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:_e0tkf89iUM"><img src="http://feeds.feedburner.com/~ff/Mashable?d=_e0tkf89iUM" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mashable?i=YvM2Z1ykxZM:K6TnujxZ6iI:gIN9vFwOqvQ" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mashable?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:P0ZAIrC63Ok"><img src="http://feeds.feedburner.com/~ff/Mashable?d=P0ZAIrC63Ok" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Mashable?d=I9og5sOYxJI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:CC-BsrAYo0A"><img src="http://feeds.feedburner.com/~ff/Mashable?d=CC-BsrAYo0A" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:_cyp7NeR2Rw"><img src="http://feeds.feedburner.com/~ff/Mashable?i=YvM2Z1ykxZM:K6TnujxZ6iI:_cyp7NeR2Rw" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/Mashable/~4/YvM2Z1ykxZM" border="0" /> <br><br><a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/big" >big</a> <a href="http://search.twitter.com/search?q=%22big%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/big.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search" >search</a> <a href="http://search.twitter.com/search?q=%22search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/ad" >ad</a> <a href="http://search.twitter.com/search?q=%22ad%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/ad.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/brands" >brands</a> <a href="http://search.twitter.com/search?q=%22brands%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/brands.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search" >search</a> <a href="http://search.twitter.com/search?q=%22search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/companies" >companies</a> <a href="http://search.twitter.com/search?q=%22companies%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/companies.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/brands" >brands</a> <a href="http://search.twitter.com/search?q=%22brands%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/brands.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/june" >june</a> <a href="http://search.twitter.com/search?q=%22june%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/june.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spent" >spent</a> <a href="http://search.twitter.com/search?q=%22spent%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spent.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spending" >spending</a> <a href="http://search.twitter.com/search?q=%22spending%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spending.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/million" >million</a> <a href="http://search.twitter.com/search?q=%22million%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/million.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/disney" >disney</a> <a href="http://search.twitter.com/search?q=%22disney%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/disney.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/big brands" >big brands</a> <a href="http://search.twitter.com/search?q=%22big brands%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/big brands.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google ads" >google ads</a> <a href="http://search.twitter.com/search?q=%22google ads%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google ads.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search ads" >search ads</a> <a href="http://search.twitter.com/search?q=%22search ads%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search ads.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/500 000" >500 000</a> <a href="http://search.twitter.com/search?q=%22500 000%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/500 000.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/amazon ebay" >amazon ebay</a> <a href="http://search.twitter.com/search?q=%22amazon ebay%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/amazon ebay.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/than 500" >than 500</a> <a href="http://search.twitter.com/search?q=%22than 500%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/than 500.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/0tw2n2fzsIFdHh">Mashable!</a><br> First shared  by - <a href="http://www.filome.com/RaynerApe">RaynerApe</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><div><div style="float:right;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://mashable.com/2010/09/06/brand-spending-google/&amp;service=bit.ly"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://mashable.com/2010/09/06/brand-spending-google/" border="0" /> </a><a href="http://www.google.com/reader/link?url=http://mashable.com/2010/09/06/brand-spending-google/&amp;title=Leaked%20Google%20Documents%20Reveal%20How%20Much%20Big%20Brands%20Spend%20on%20Search%20Ads&amp;srcTitle=Mashable&amp;srcUrl=http://mashable.com"><img src="http://cdn.mashable.com/wp-content/plugins/wp-digg-this/i/gbuzz-feed.png" border="0" /> </a><a name="fb_share" href="http://www.facebook.com/sharer.php?u=http://mashable.com/2010/09/06/brand-spending-google/&amp;src=sp" style="text-decoration:none"><img src="http://mashable.com/wp-content/plugins/wp-digg-this/i/fb.jpg" border="0" /> </a><a href="http://digg.com/tools/diggthis/login?url=http://mashable.com/2010/09/06/brand-spending-google/&amp;title=Leaked%20Google%20Documents%20Reveal%20How%20Much%20Big%20Brands%20Spend%20on%20Search%20Ads&amp;related=true&amp;style=true"><img src="http://mashable.com/wp-content/plugins/wp-digg-this/i/diggme.png" border="0" /> </a></div><div style="float:left;margin-bottom:10px"><img src="http://cdn.mashable.com/wp-content/uploads/2010/09/bp-oil.jpg" border="0" /> </div><div style="clear:both"></div></div><br>Ad Age has obtained an internal Google document that highlights some of the biggest AdWords buyers for the month of June 2010, offering insight into how big brands are using Google and how much they are spending.<br> <span></span><br> According to <a href="http://adage.com/digital/article?article_id=145720">the documents</a>, the biggest buyers of AdWords in June included AT&amp;T Mobility, Amazon, eBay and BP. Although most of those companies are frequent big Google spenders, BP was a newcomer to the list, spending $3.59 million on <a href="http://mashable.com/2010/06/08/bp-oil-spill-google/">search ads</a> in the wake of the <a href="http://mashable.com/2010/05/21/oil-spill-pictures/">gulf oil spill</a> (compared to just $57,000 in the two months prior).</p><hr><h2>Top Spenders</h2><hr><p>The top spender in June, AT&amp;T Mobility, spent $8.08 million on search ads to coincide with the release of the <a href="http://mashable.com/2010/06/07/iphone-4g-announced/">iPhone 4</a>. According to Ad Age, AT&amp;T's the third-largest U.S. advertiser overall, so its Google spending is not a big surprise.</p><p>Other companies that made up the top 10 include:</p><ul><li>Apollo Group  You know them as The University of Phoenix and they spent $6.67 million in June 2010</li><li>Expedia  $5.95 million</li><li>Amazon  $5.85 million</li><li>eBay  $4.25 million</li><li>Hotels.com  $3.30 million</li><li>JC Penney  $2.46 million   we'll admit, this one surprises us</li><li>Living Social  $2.29 million</li><li>ADT Security  $2.19 million</li></ul><hr><h2>Why Brands Buy Google Ads</h2><hr><p>The data shows us that for big brands, a heavy investment in Google is usually tied to revenue that comes directly from search traffic (as in the case of Amazon, eBay, Expedia, Hotels.com) or in instances where companies are trying to build awareness (AT&amp;T) or weather a PR crisis (BP).</p><p>It's also interesting to note some of the brands that <em>aren't</em> on the list. The documents obtained by Ad Age indicate that companies like GM, Disney and BMW spent less than $500,000 on Google ads in June. Even Apple spent just less than $1 million on Google ads, despite its high-profile launch of the iPhone 4.</p><p>However, we also think it is possible that some big brands are spending money on search, but not directly with Google. For instance, although Ad Age cites Walt Disney as one of the companies that spent less than $500,000 on Google ads in June, the movie studio released <em>Toy Story 3</em> that month, a film supported by a massive <a href="http://mashable.com/2010/04/27/toy-story-3-viral-video/">ad campaign</a>.  The film has gone on to gross more than $1 billion worldwide, making it one of the most successful animated films of all-time. It seems odd that Disney would spend only $500,000 on search terms for its big summer release.</p><p>What seems more likely, however, is that Disney purchased advertising through companies like Fandango or MovieTickets.com and those companies have their own arrangements with Google. In other words, when it comes to evaluating search spending, don't count out the potential middle men.</p><p>This also makes sense when taking a big-picture approach to Google's own revenue. The top 10 brands only accounted for 5% of U.S. revenues for the month.</p><p>Google is a big target for advertisers because of its strength in search and because of its ubiquity across devices. We do wonder if ad buys will shift to other outlets, like say, <a href="http://mashable.com/category/facebook">Facebook</a>, as users spend more and more time on those networks.</p><p>More About: <a href="http://mashable.com/tag/ad-age/">ad age</a>, <a href="http://mashable.com/tag/advertsing/">advertsing</a>, <a href="http://mashable.com/tag/att/">att</a>, <a href="http://mashable.com/tag/bp/">bp</a>, <a href="http://mashable.com/tag/google/">Google</a>, <a href="http://mashable.com/tag/google-adwords/">google adwords</a>, <a href="http://mashable.com/tag/online-advertising/">online advertising</a></p><p style="margin-top:10px"><i>For more <a href="http://mashable.com/business/">Business</a> coverage:</i><ul style="margin-top:0"><li><a href="http://twitter.com/mashbusiness" rel="nofollow">Follow Mashable Business on Twitter</a></li><li><a href="http://www.facebook.com/mashable.business" rel="nofollow">Become a Fan on Facebook</a></li><li><a href="http://feeds.mashable.com/mashable/business" rel="nofollow">Subscribe to the Business channel</a></li><li>Download our free apps for <a href="http://itunes.apple.com/us/app/mashable/id356202138?mt=8" rel="nofollow">iPhone</a> and <a href="http://itunes.apple.com/us/app/mashable-for-ipad/id370097986?mt=8" rel="nofollow">iPad</a></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~at/JgpoGe9xsbJnmEFxpJm6h2DrKLI/0/da"><img src="http://feedads.g.doubleclick.net/~at/JgpoGe9xsbJnmEFxpJm6h2DrKLI/0/di" border="0" /> </a><br>
<a href="http://feedads.g.doubleclick.net/~at/JgpoGe9xsbJnmEFxpJm6h2DrKLI/1/da"><img src="http://feedads.g.doubleclick.net/~at/JgpoGe9xsbJnmEFxpJm6h2DrKLI/1/di" border="0" /> </a></p><div>
<a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mashable?i=YvM2Z1ykxZM:K6TnujxZ6iI:D7DqB2pKExk" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mashable?i=YvM2Z1ykxZM:K6TnujxZ6iI:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mashable?i=YvM2Z1ykxZM:K6TnujxZ6iI:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mashable?d=qj6IDK7rITs" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:_e0tkf89iUM"><img src="http://feeds.feedburner.com/~ff/Mashable?d=_e0tkf89iUM" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mashable?i=YvM2Z1ykxZM:K6TnujxZ6iI:gIN9vFwOqvQ" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mashable?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:P0ZAIrC63Ok"><img src="http://feeds.feedburner.com/~ff/Mashable?d=P0ZAIrC63Ok" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Mashable?d=I9og5sOYxJI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:CC-BsrAYo0A"><img src="http://feeds.feedburner.com/~ff/Mashable?d=CC-BsrAYo0A" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=YvM2Z1ykxZM:K6TnujxZ6iI:_cyp7NeR2Rw"><img src="http://feeds.feedburner.com/~ff/Mashable?i=YvM2Z1ykxZM:K6TnujxZ6iI:_cyp7NeR2Rw" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/Mashable/~4/YvM2Z1ykxZM" border="0" /> <br><br><a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/big" >big</a> <a href="http://search.twitter.com/search?q=%22big%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/big.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search" >search</a> <a href="http://search.twitter.com/search?q=%22search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/ad" >ad</a> <a href="http://search.twitter.com/search?q=%22ad%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/ad.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/brands" >brands</a> <a href="http://search.twitter.com/search?q=%22brands%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/brands.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search" >search</a> <a href="http://search.twitter.com/search?q=%22search%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/companies" >companies</a> <a href="http://search.twitter.com/search?q=%22companies%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/companies.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/brands" >brands</a> <a href="http://search.twitter.com/search?q=%22brands%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/brands.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/june" >june</a> <a href="http://search.twitter.com/search?q=%22june%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/june.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spent" >spent</a> <a href="http://search.twitter.com/search?q=%22spent%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spent.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spending" >spending</a> <a href="http://search.twitter.com/search?q=%22spending%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spending.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/million" >million</a> <a href="http://search.twitter.com/search?q=%22million%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/million.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/disney" >disney</a> <a href="http://search.twitter.com/search?q=%22disney%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/disney.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/big brands" >big brands</a> <a href="http://search.twitter.com/search?q=%22big brands%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/big brands.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google ads" >google ads</a> <a href="http://search.twitter.com/search?q=%22google ads%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google ads.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search ads" >search ads</a> <a href="http://search.twitter.com/search?q=%22search ads%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search ads.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/500 000" >500 000</a> <a href="http://search.twitter.com/search?q=%22500 000%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/500 000.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/amazon ebay" >amazon ebay</a> <a href="http://search.twitter.com/search?q=%22amazon ebay%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/amazon ebay.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/than 500" >than 500</a> <a href="http://search.twitter.com/search?q=%22than 500%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/than 500.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Mon, 06 Sep 2010 12:40:28 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,2</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>The network reconfigures library space ... mobile redux</title>
         <link>http://orweblog.oclc.org/archives/002133.html</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/Z43jqopWXZ5BWg">Lorcan Dempsey&#39;s Weblog</a><br> First shared  by - <a href="http://www.filome.com/christomer">christomer</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>So taken was I by William J Mitchell's comments on the impact of the network and mobile communications on space that I have quoted it here a couple of times already ;-) Here it is ...</p>

<blockquote>The fact that people are no longer tied to specific places for functions such as studying or learning, says Mr Mitchell, means that there is "a huge drop in demand for traditional, private, enclosed spaces" such as offices or classrooms, and simultaneously "a huge rise in demand for semi-public spaces that can be informally appropriated to ad-hoc workspaces". This shift, he thinks, amounts to the biggest change in architecture in this century. In the 20th century architecture was about specialised structures--offices for working, cafeterias for eating, and so forth. This was necessary because workers needed to be near things such as landline phones, fax machines and filing cabinets, and because the economics of building materials favoured repetitive and simple structures, such as grid patterns for cubicles. [<a href="http://www.economist.com/node/10950463?story_id=10950463">The new oases | Economist.com</a> Behind a paywall]</blockquote>

<p>As we are more connected we are better able to 'micro-coordinate' our activities, postponing arrangements until they need to be made, conferring with others about what to do next or where to go up, arranging ad hoc rendezvous, checking on a detail or request. This is now routine, and as Mitchell suggests it can change the way in which we think about space. In fact when we talk about the social use of space, it is likely that such uses are also shaped by the network and mobile communications.  </p>

<p>I have come across several examples of this recently ....</p>

<ul><li>Groupfinder is a service provided by NCSU libraries. It helps students 'micro-coordinate' their activities across several communications environments  ..

<blockquote>GroupFinder is a tool designed to help students let group members know where they are studying in the library. In a building with high use and uneven cellular service coverage, it is often difficult for students to locate a space to work in a group, and it is also challenging for groups to let latecomers know where they are working. GroupFinder is an attempt to solve these problems by providing a low-barrier method for students to broadcast their location in the building. Once an activity is posted to GroupFinder, it is displayed in a number of places:
<ul>
	<li>The GroupFinder kiosk in the main lobby</li>
	<li>The library's e-board system</li>
	<li>Any computer with an internet connection</li>
	<li>The Libraries' mobile site</li>
</ul>
[<a href="http://www.lib.ncsu.edu/dli/projects/groupfinder/">Groupfinder</a>]</blockquote></li>

<p><li>The redevelopment of library space is aligned to the "huge rise in demand for semi-public spaces that can be informally appropriated to ad-hoc workspaces" that Mitchell notes. The Guardian recently discussed changing university architectures and the interaction between space and teaching and learning. </li></p>

<blockquote>"The most convincing new university buildings", says Neary, "are those where students are given real responsibility for managing and supervising the spaces within which they learn, as well as acting as support for other students' learning. The Learning Grid at the University of Warwick is the most developed form of this new kind of space."</blockquote><blockquote>Neary was at Warwick before Lincoln. Designed by the university library with architects MacCormac Jamieson Prichard, the Learning Grid is, according to its manager, Rachel Edwards, "a technology-rich, flexible and informal learning environment, open 24/7 with a capacity for 300 people". Essentially, this is a fusion of a library and a common room. It allows disciplines to cross. It encourages students to help one another as well as themselves. It is generating fresh lines of research. "It's been breaking down the gap between students and teachers," says Neary, "with students becoming part of the academic project rather than consumers of dispensed knowledge." [<a href="http://www.guardian.co.uk/education/2010/aug/31/university-architecture-revolution-students">University architecture shapes up for a revolution</a>]</blockquote>

<p><li>I noted Andy Walsh's talk at Emtacl10 a while ago. I notice that he has <a href="http://eprints.hud.ac.uk/view/authors/Walsh=3AAndrew=3A=3A.html">a selection of presentations and papers</a> available in the University of Huddersfield repository. Together, they provide a nice overview of various ways in which library spaces and the network experiences of their users can be usefully tied together with QR Codes, mobile communications, and social network services. </li></p></ul><br><br><a href="http://www.filome.com/key/students" >students</a> <a href="http://search.twitter.com/search?q=%22students%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/students.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/space" >space</a> <a href="http://search.twitter.com/search?q=%22space%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/space.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/library" >library</a> <a href="http://search.twitter.com/search?q=%22library%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/library.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/groupfinder" >groupfinder</a> <a href="http://search.twitter.com/search?q=%22groupfinder%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/groupfinder.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/university" >university</a> <a href="http://search.twitter.com/search?q=%22university%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/university.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/students" >students</a> <a href="http://search.twitter.com/search?q=%22students%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/students.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/space" >space</a> <a href="http://search.twitter.com/search?q=%22space%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/space.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/library" >library</a> <a href="http://search.twitter.com/search?q=%22library%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/library.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/groupfinder" >groupfinder</a> <a href="http://search.twitter.com/search?q=%22groupfinder%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/groupfinder.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/learning" >learning</a> <a href="http://search.twitter.com/search?q=%22learning%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/learning.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/university" >university</a> <a href="http://search.twitter.com/search?q=%22university%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/university.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mobile" >mobile</a> <a href="http://search.twitter.com/search?q=%22mobile%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mobile.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spaces" >spaces</a> <a href="http://search.twitter.com/search?q=%22spaces%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spaces.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/network" >network</a> <a href="http://search.twitter.com/search?q=%22network%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/network.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/communications" >communications</a> <a href="http://search.twitter.com/search?q=%22communications%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/communications.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mitchell" >mitchell</a> <a href="http://search.twitter.com/search?q=%22mitchell%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mitchell.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mobile communications" >mobile communications</a> <a href="http://search.twitter.com/search?q=%22mobile communications%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mobile communications.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/micro coordinate" >micro coordinate</a> <a href="http://search.twitter.com/search?q=%22micro coordinate%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/micro coordinate.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/across several" >across several</a> <a href="http://search.twitter.com/search?q=%22across several%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/across several.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/learning grid" >learning grid</a> <a href="http://search.twitter.com/search?q=%22learning grid%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/learning grid.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hoc workspaces" >hoc workspaces</a> <a href="http://search.twitter.com/search?q=%22hoc workspaces%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hoc workspaces.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/public spaces" >public spaces</a> <a href="http://search.twitter.com/search?q=%22public spaces%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/public spaces.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/huge rise" >huge rise</a> <a href="http://search.twitter.com/search?q=%22huge rise%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/huge rise.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/semi public" >semi public</a> <a href="http://search.twitter.com/search?q=%22semi public%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/semi public.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/library space" >library space</a> <a href="http://search.twitter.com/search?q=%22library space%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/library space.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/informally appropriated" >informally appropriated</a> <a href="http://search.twitter.com/search?q=%22informally appropriated%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/informally appropriated.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/semi public spaces" >semi public spaces</a> <a href="http://search.twitter.com/search?q=%22semi public spaces%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/semi public spaces.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/Z43jqopWXZ5BWg">Lorcan Dempsey&#39;s Weblog</a><br> First shared  by - <a href="http://www.filome.com/christomer">christomer</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>So taken was I by William J Mitchell's comments on the impact of the network and mobile communications on space that I have quoted it here a couple of times already ;-) Here it is ...</p>

<blockquote>The fact that people are no longer tied to specific places for functions such as studying or learning, says Mr Mitchell, means that there is "a huge drop in demand for traditional, private, enclosed spaces" such as offices or classrooms, and simultaneously "a huge rise in demand for semi-public spaces that can be informally appropriated to ad-hoc workspaces". This shift, he thinks, amounts to the biggest change in architecture in this century. In the 20th century architecture was about specialised structures--offices for working, cafeterias for eating, and so forth. This was necessary because workers needed to be near things such as landline phones, fax machines and filing cabinets, and because the economics of building materials favoured repetitive and simple structures, such as grid patterns for cubicles. [<a href="http://www.economist.com/node/10950463?story_id=10950463">The new oases | Economist.com</a> Behind a paywall]</blockquote>

<p>As we are more connected we are better able to 'micro-coordinate' our activities, postponing arrangements until they need to be made, conferring with others about what to do next or where to go up, arranging ad hoc rendezvous, checking on a detail or request. This is now routine, and as Mitchell suggests it can change the way in which we think about space. In fact when we talk about the social use of space, it is likely that such uses are also shaped by the network and mobile communications.  </p>

<p>I have come across several examples of this recently ....</p>

<ul><li>Groupfinder is a service provided by NCSU libraries. It helps students 'micro-coordinate' their activities across several communications environments  ..

<blockquote>GroupFinder is a tool designed to help students let group members know where they are studying in the library. In a building with high use and uneven cellular service coverage, it is often difficult for students to locate a space to work in a group, and it is also challenging for groups to let latecomers know where they are working. GroupFinder is an attempt to solve these problems by providing a low-barrier method for students to broadcast their location in the building. Once an activity is posted to GroupFinder, it is displayed in a number of places:
<ul>
	<li>The GroupFinder kiosk in the main lobby</li>
	<li>The library's e-board system</li>
	<li>Any computer with an internet connection</li>
	<li>The Libraries' mobile site</li>
</ul>
[<a href="http://www.lib.ncsu.edu/dli/projects/groupfinder/">Groupfinder</a>]</blockquote></li>

<p><li>The redevelopment of library space is aligned to the "huge rise in demand for semi-public spaces that can be informally appropriated to ad-hoc workspaces" that Mitchell notes. The Guardian recently discussed changing university architectures and the interaction between space and teaching and learning. </li></p>

<blockquote>"The most convincing new university buildings", says Neary, "are those where students are given real responsibility for managing and supervising the spaces within which they learn, as well as acting as support for other students' learning. The Learning Grid at the University of Warwick is the most developed form of this new kind of space."</blockquote><blockquote>Neary was at Warwick before Lincoln. Designed by the university library with architects MacCormac Jamieson Prichard, the Learning Grid is, according to its manager, Rachel Edwards, "a technology-rich, flexible and informal learning environment, open 24/7 with a capacity for 300 people". Essentially, this is a fusion of a library and a common room. It allows disciplines to cross. It encourages students to help one another as well as themselves. It is generating fresh lines of research. "It's been breaking down the gap between students and teachers," says Neary, "with students becoming part of the academic project rather than consumers of dispensed knowledge." [<a href="http://www.guardian.co.uk/education/2010/aug/31/university-architecture-revolution-students">University architecture shapes up for a revolution</a>]</blockquote>

<p><li>I noted Andy Walsh's talk at Emtacl10 a while ago. I notice that he has <a href="http://eprints.hud.ac.uk/view/authors/Walsh=3AAndrew=3A=3A.html">a selection of presentations and papers</a> available in the University of Huddersfield repository. Together, they provide a nice overview of various ways in which library spaces and the network experiences of their users can be usefully tied together with QR Codes, mobile communications, and social network services. </li></p></ul><br><br><a href="http://www.filome.com/key/students" >students</a> <a href="http://search.twitter.com/search?q=%22students%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/students.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/space" >space</a> <a href="http://search.twitter.com/search?q=%22space%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/space.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/library" >library</a> <a href="http://search.twitter.com/search?q=%22library%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/library.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/groupfinder" >groupfinder</a> <a href="http://search.twitter.com/search?q=%22groupfinder%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/groupfinder.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/university" >university</a> <a href="http://search.twitter.com/search?q=%22university%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/university.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/students" >students</a> <a href="http://search.twitter.com/search?q=%22students%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/students.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/space" >space</a> <a href="http://search.twitter.com/search?q=%22space%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/space.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/library" >library</a> <a href="http://search.twitter.com/search?q=%22library%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/library.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/groupfinder" >groupfinder</a> <a href="http://search.twitter.com/search?q=%22groupfinder%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/groupfinder.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/learning" >learning</a> <a href="http://search.twitter.com/search?q=%22learning%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/learning.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/university" >university</a> <a href="http://search.twitter.com/search?q=%22university%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/university.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mobile" >mobile</a> <a href="http://search.twitter.com/search?q=%22mobile%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mobile.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spaces" >spaces</a> <a href="http://search.twitter.com/search?q=%22spaces%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spaces.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/network" >network</a> <a href="http://search.twitter.com/search?q=%22network%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/network.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/communications" >communications</a> <a href="http://search.twitter.com/search?q=%22communications%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/communications.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mitchell" >mitchell</a> <a href="http://search.twitter.com/search?q=%22mitchell%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mitchell.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mobile communications" >mobile communications</a> <a href="http://search.twitter.com/search?q=%22mobile communications%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mobile communications.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/micro coordinate" >micro coordinate</a> <a href="http://search.twitter.com/search?q=%22micro coordinate%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/micro coordinate.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/across several" >across several</a> <a href="http://search.twitter.com/search?q=%22across several%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/across several.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/learning grid" >learning grid</a> <a href="http://search.twitter.com/search?q=%22learning grid%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/learning grid.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hoc workspaces" >hoc workspaces</a> <a href="http://search.twitter.com/search?q=%22hoc workspaces%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hoc workspaces.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/public spaces" >public spaces</a> <a href="http://search.twitter.com/search?q=%22public spaces%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/public spaces.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/huge rise" >huge rise</a> <a href="http://search.twitter.com/search?q=%22huge rise%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/huge rise.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/semi public" >semi public</a> <a href="http://search.twitter.com/search?q=%22semi public%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/semi public.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/library space" >library space</a> <a href="http://search.twitter.com/search?q=%22library space%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/library space.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/informally appropriated" >informally appropriated</a> <a href="http://search.twitter.com/search?q=%22informally appropriated%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/informally appropriated.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/semi public spaces" >semi public spaces</a> <a href="http://search.twitter.com/search?q=%22semi public spaces%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/semi public spaces.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Mon, 06 Sep 2010 06:10:25 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,3</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>How to Enter a Standards Working Group</title>
         <link>http://feedproxy.google.com/~r/Hueniverse/~3/oqemuOCuPng/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/1lLP0bkGPm6PFW">hueniverse</a><br> First shared  by - <a href="http://www.filome.com/louisgray">louisgray</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>As the OAuth specification editor, I am approached daily with comments, questions, ideas, and some very odd solicitations. It is quite fun. It seems that most people joining the work are determined to undermine their contribution by doing their best to alienate or insult the community, and often the editor.</p>
<p>This is not unique to OAuth  I have seen the same mistakes in many other places. Since working on an early draft of the OAuth 2.0 specification, I started collecting tips for newcomers. Here are some that would make your entrance into a standards working group much smoother and productive.<span></span></p>
<p><strong>Don't start with a proposal, start with a question.</strong></p>
<p>Assume you don't understand everything, especially if you have feedback or ideas for changes. Instead of jumping in with some new re-architecture of the entire protocol, start by asking why it is the way it is. Engage the community first with a question, and work your way to change requests based on the answer you receive. By asking a question, you allow for the possibility that whatever if bugging you has a valid reason.</p>
<p><strong>Keep your message as short and to the point as possible.</strong></p>
<p>You are an unknown so people will look for reasons to ignore your  message. Most people don't even open messages from newcomers. Instead,  they wait to see if a thread develops. In other words, they wait until  someone else puts in the extra work to deal with the new guy. If your  message is short, it is more likely not to be ignored.</p>
<p><strong>Don't email the editor privately, asking for permission before asking the list.</strong></p>
<p>You don't need permission to ask questions or post to the list. All the specification editors I know (and certainly me) are usually busy and work in bursts. This means your email is most likely going to be moved to some queue of questions and feedback about the specification, to be processed right before the next editorial cycle. You are also wasting their time by forcing them to read your message twice (once directly and once on the list), and in many cases, repeat the discussion. This is why we have a public list  just join and post away.</p>
<p><strong>Don't prefix your message with I'm new here.</strong></p>
<p>It's never a good idea to start a relationship with an excuse. The only reason to put an I'm new here disclaimer on your message is if you were too lazy to do your homework, read group archives, read the full specification (and revision history), and think before writing. If you do all that, your contribution is as valid and relevant as that of anyone else. The working group regulars know you are new.</p>
<p><strong>Focus on what you know best.</strong></p>
<p>Pick an area where you have experience and provide feedback to show you know what you are talking about. Don't start with a multi-page review of the entire specification. Instead, focus on the areas you are most knowledgeable about and demonstrate your skills and experience through the quality of your contribution. Don't provide a summary of your career  saying you have many years of experience is the least effective way to get that message across. Let you work speak for itself.</p>
<p><strong>Never start with an editorial suggestion.</strong></p>
<p>Editors like to write, and they take pride in their work. They also have their own unique voice. Starting a relationship with a specification editor by criticizing their style is not a good way to get them to listen. Typos, mistakes, and other technical issues with the specification are always welcomed, but offering replacement text or ideas on how to say something differently will most likely be ignored, no matter how good the suggestions are. Wait for an editor to ask you to suggest text before sending in your own revision.</p>
<p><strong>Start with a compliment, show good progress.</strong></p>
<p>Pick something you think is good about the work, and highlight it. This isn't rocket science, just common sense. Don't compliment any one person in particular (like the editor or chair). Compliment the work and the community and do it in a way that adds value, like highlighting what is strong and good about the work, providing additional support.</p>
<p><strong>Clearly state your role and introduce yourself.</strong></p>
<p>Spend a few words to introduce yourself the first time you write something. Don't just barge in  it's rude. Also, standards are highly political, and in a political environment, people want to know who they are dealing with. No need for life story, just the basic facts (lurker, developer, representative for a big company). And don't assume everyone know who you are just because you think you are important.</p>
<p><strong>Do your political homework.</strong></p>
<p>Identify the key participants and align yourself with those you agree with, showing you are well versed in the internal politics. Joining the discussion through agreement with a primary participant allows you to establish a work relationship with those most likely to be in a position to listen and impact. Agreeing with someone is usually better than disagreeing  it adds emphasis to an existing view, and doesn't cost you political points going directly against someone else.</p>
<p><strong>Make sure to be right if you are going to keep a thread going.</strong></p>
<p>If you are going to stand your ground and keep an argument going, against the group consensus, make sure you know what you are talking about. It is perfectly fine to keep an issue going if you are unhappy with the resolution, but if you are new, this behavior is more likely to alienate the group than win your argument. If you are going to keep at it, make sure to add new facts and new examples to make your point.</p>
<p><strong>Don't explain basic standards principals.</strong></p>
<p>Assume everyone knows what bike-shedding, design by committee, or KISS are. Don't lecture the working group about process and other philosophical ideals. For most of the people involved, this is probably not the first standard.</p>
<p><strong>Don't prefix more messages with I'm still new here.</strong></p>
<p>You didn't need to state it the first time, so please don't keep  repeating you are (still) new. Yes, we got it, you are new here.</p>
<img src="http://feeds.feedburner.com/~r/Hueniverse/~4/oqemuOCuPng" border="0" /> <br><br><a href="http://www.filome.com/key/new" >new</a> <a href="http://search.twitter.com/search?q=%22new%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/work" >work</a> <a href="http://search.twitter.com/search?q=%22work%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/work.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/specification" >specification</a> <a href="http://search.twitter.com/search?q=%22specification%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/specification.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/message" >message</a> <a href="http://search.twitter.com/search?q=%22message%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/message.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/start" >start</a> <a href="http://search.twitter.com/search?q=%22start%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/start.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/work" >work</a> <a href="http://search.twitter.com/search?q=%22work%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/work.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/specification" >specification</a> <a href="http://search.twitter.com/search?q=%22specification%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/specification.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/message" >message</a> <a href="http://search.twitter.com/search?q=%22message%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/message.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/group" >group</a> <a href="http://search.twitter.com/search?q=%22group%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/group.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/start" >start</a> <a href="http://search.twitter.com/search?q=%22start%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/start.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/editor" >editor</a> <a href="http://search.twitter.com/search?q=%22editor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/editor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/working" >working</a> <a href="http://search.twitter.com/search?q=%22working%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/working.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/list" >list</a> <a href="http://search.twitter.com/search?q=%22list%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/list.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/political" >political</a> <a href="http://search.twitter.com/search?q=%22political%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/political.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/standards" >standards</a> <a href="http://search.twitter.com/search?q=%22standards%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/standards.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/first" >first</a> <a href="http://search.twitter.com/search?q=%22first%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/first.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/working group" >working group</a> <a href="http://search.twitter.com/search?q=%22working group%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/working group.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/introduce yourself" >introduce yourself</a> <a href="http://search.twitter.com/search?q=%22introduce yourself%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/introduce yourself.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/specification editor" >specification editor</a> <a href="http://search.twitter.com/search?q=%22specification editor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/specification editor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/standards working" >standards working</a> <a href="http://search.twitter.com/search?q=%22standards working%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/standards working.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/standards working group" >standards working group</a> <a href="http://search.twitter.com/search?q=%22standards working group%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/standards working group.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/1lLP0bkGPm6PFW">hueniverse</a><br> First shared  by - <a href="http://www.filome.com/louisgray">louisgray</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>As the OAuth specification editor, I am approached daily with comments, questions, ideas, and some very odd solicitations. It is quite fun. It seems that most people joining the work are determined to undermine their contribution by doing their best to alienate or insult the community, and often the editor.</p>
<p>This is not unique to OAuth  I have seen the same mistakes in many other places. Since working on an early draft of the OAuth 2.0 specification, I started collecting tips for newcomers. Here are some that would make your entrance into a standards working group much smoother and productive.<span></span></p>
<p><strong>Don't start with a proposal, start with a question.</strong></p>
<p>Assume you don't understand everything, especially if you have feedback or ideas for changes. Instead of jumping in with some new re-architecture of the entire protocol, start by asking why it is the way it is. Engage the community first with a question, and work your way to change requests based on the answer you receive. By asking a question, you allow for the possibility that whatever if bugging you has a valid reason.</p>
<p><strong>Keep your message as short and to the point as possible.</strong></p>
<p>You are an unknown so people will look for reasons to ignore your  message. Most people don't even open messages from newcomers. Instead,  they wait to see if a thread develops. In other words, they wait until  someone else puts in the extra work to deal with the new guy. If your  message is short, it is more likely not to be ignored.</p>
<p><strong>Don't email the editor privately, asking for permission before asking the list.</strong></p>
<p>You don't need permission to ask questions or post to the list. All the specification editors I know (and certainly me) are usually busy and work in bursts. This means your email is most likely going to be moved to some queue of questions and feedback about the specification, to be processed right before the next editorial cycle. You are also wasting their time by forcing them to read your message twice (once directly and once on the list), and in many cases, repeat the discussion. This is why we have a public list  just join and post away.</p>
<p><strong>Don't prefix your message with I'm new here.</strong></p>
<p>It's never a good idea to start a relationship with an excuse. The only reason to put an I'm new here disclaimer on your message is if you were too lazy to do your homework, read group archives, read the full specification (and revision history), and think before writing. If you do all that, your contribution is as valid and relevant as that of anyone else. The working group regulars know you are new.</p>
<p><strong>Focus on what you know best.</strong></p>
<p>Pick an area where you have experience and provide feedback to show you know what you are talking about. Don't start with a multi-page review of the entire specification. Instead, focus on the areas you are most knowledgeable about and demonstrate your skills and experience through the quality of your contribution. Don't provide a summary of your career  saying you have many years of experience is the least effective way to get that message across. Let you work speak for itself.</p>
<p><strong>Never start with an editorial suggestion.</strong></p>
<p>Editors like to write, and they take pride in their work. They also have their own unique voice. Starting a relationship with a specification editor by criticizing their style is not a good way to get them to listen. Typos, mistakes, and other technical issues with the specification are always welcomed, but offering replacement text or ideas on how to say something differently will most likely be ignored, no matter how good the suggestions are. Wait for an editor to ask you to suggest text before sending in your own revision.</p>
<p><strong>Start with a compliment, show good progress.</strong></p>
<p>Pick something you think is good about the work, and highlight it. This isn't rocket science, just common sense. Don't compliment any one person in particular (like the editor or chair). Compliment the work and the community and do it in a way that adds value, like highlighting what is strong and good about the work, providing additional support.</p>
<p><strong>Clearly state your role and introduce yourself.</strong></p>
<p>Spend a few words to introduce yourself the first time you write something. Don't just barge in  it's rude. Also, standards are highly political, and in a political environment, people want to know who they are dealing with. No need for life story, just the basic facts (lurker, developer, representative for a big company). And don't assume everyone know who you are just because you think you are important.</p>
<p><strong>Do your political homework.</strong></p>
<p>Identify the key participants and align yourself with those you agree with, showing you are well versed in the internal politics. Joining the discussion through agreement with a primary participant allows you to establish a work relationship with those most likely to be in a position to listen and impact. Agreeing with someone is usually better than disagreeing  it adds emphasis to an existing view, and doesn't cost you political points going directly against someone else.</p>
<p><strong>Make sure to be right if you are going to keep a thread going.</strong></p>
<p>If you are going to stand your ground and keep an argument going, against the group consensus, make sure you know what you are talking about. It is perfectly fine to keep an issue going if you are unhappy with the resolution, but if you are new, this behavior is more likely to alienate the group than win your argument. If you are going to keep at it, make sure to add new facts and new examples to make your point.</p>
<p><strong>Don't explain basic standards principals.</strong></p>
<p>Assume everyone knows what bike-shedding, design by committee, or KISS are. Don't lecture the working group about process and other philosophical ideals. For most of the people involved, this is probably not the first standard.</p>
<p><strong>Don't prefix more messages with I'm still new here.</strong></p>
<p>You didn't need to state it the first time, so please don't keep  repeating you are (still) new. Yes, we got it, you are new here.</p>
<img src="http://feeds.feedburner.com/~r/Hueniverse/~4/oqemuOCuPng" border="0" /> <br><br><a href="http://www.filome.com/key/new" >new</a> <a href="http://search.twitter.com/search?q=%22new%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/work" >work</a> <a href="http://search.twitter.com/search?q=%22work%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/work.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/specification" >specification</a> <a href="http://search.twitter.com/search?q=%22specification%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/specification.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/message" >message</a> <a href="http://search.twitter.com/search?q=%22message%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/message.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/start" >start</a> <a href="http://search.twitter.com/search?q=%22start%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/start.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/work" >work</a> <a href="http://search.twitter.com/search?q=%22work%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/work.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/specification" >specification</a> <a href="http://search.twitter.com/search?q=%22specification%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/specification.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/message" >message</a> <a href="http://search.twitter.com/search?q=%22message%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/message.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/group" >group</a> <a href="http://search.twitter.com/search?q=%22group%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/group.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/start" >start</a> <a href="http://search.twitter.com/search?q=%22start%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/start.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/editor" >editor</a> <a href="http://search.twitter.com/search?q=%22editor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/editor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/working" >working</a> <a href="http://search.twitter.com/search?q=%22working%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/working.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/list" >list</a> <a href="http://search.twitter.com/search?q=%22list%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/list.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/political" >political</a> <a href="http://search.twitter.com/search?q=%22political%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/political.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/standards" >standards</a> <a href="http://search.twitter.com/search?q=%22standards%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/standards.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/first" >first</a> <a href="http://search.twitter.com/search?q=%22first%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/first.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/working group" >working group</a> <a href="http://search.twitter.com/search?q=%22working group%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/working group.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/introduce yourself" >introduce yourself</a> <a href="http://search.twitter.com/search?q=%22introduce yourself%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/introduce yourself.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/specification editor" >specification editor</a> <a href="http://search.twitter.com/search?q=%22specification editor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/specification editor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/standards working" >standards working</a> <a href="http://search.twitter.com/search?q=%22standards working%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/standards working.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/standards working group" >standards working group</a> <a href="http://search.twitter.com/search?q=%22standards working group%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/standards working group.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Mon, 06 Sep 2010 02:45:48 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,4</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>One social network to rule them all? A modest proposal</title>
         <link>http://ravcasleygera.wordpress.com/2010/08/21/one-social-network-to-rule-them-all-a-modest-proposal/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/1270Qsp0FAlFSO">here&#39;s the thing:</a><br> First shared  by - <a href="http://www.filome.com/robdiana">robdiana</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><img src="http://ravcasleygera.files.wordpress.com/2010/08/jaystar.png?w=512&amp;h=400" width="500" height="390" border="0" /> </p>
<p>I realise this might sound like politician calling for a new taskforce, or a businessman calling for a new tax break, but: we need a new social network.</p>
<p>By this, I don't mean that we need a new standalone service for sharing a kind of media, be it short messages, photos, videos, sound, shopping lists or anything else. Rather, what's needed is a framework to pull all the existing Web 2.0 services together in a way that's fluid, attractive and easy to use.</p>
<h3>Social networking versus social publishing</h3>
<p>In the beginning of the internet, much time and energy was spent discussing its potential to enable people to reach outside the boundaries of their everyday lives and connect in communities of shared interest. The internet enabled us to explore areas of interest our real' lives didn't allow us to investigate: people who lived in small towns with no galleries could learn about art; fans of obscure bands or niche cuisines or unusual hobbies could connect all around the world.</p>
<p>Equally importantly, the web allowed us to adopt a second identity. People could embrace interests that might not be socially acceptable  from kinky sex to stamp-collecting to simple silliness  without risking their real-world reputations.</p>
<p>With the advent of Web 2.0' and the development of ever more methods for people to create and share content online  from <a title="Flickr" rel="homepage" href="http://flickr.com">Flickr</a> for photos to <a title="YouTube" rel="homepage" href="http://www.youtube.com/">YouTube</a> and <a title="Vimeo" rel="homepage" href="http://www.vimeo.com/">Vimeo</a> for vidoes to <a href="http://blogger.com">Blogger</a>, <a href="http://wordpress.com">WordPress </a>and <a title="Twitter" rel="homepage" href="http://twitter.com">Twitter</a> for written thoughts  this potential of the web was enhanced. Secret identities are no longer the preserve of superheroes: now each of us can have a second persona under which we publish all manner of content and connect with strangers all over the world.</p>
<p>But just as these services were developing, a funny thing happened: real life started to intrude. <a title="Facebook" rel="homepage" href="http://facebook.com">Facebook</a>, launched in 2004, grew like topsy to become the website many people spend most time on, and the most vital to people's lives outside email. In the process, it became the default method of sharing photos, videos and writing for millions of people.</p>
<p>Facebook's success stems largely from one thing: its grounding in real life. You join under your real name, with a real photo, and connect with your real-life friends. From its origins as a tool to grease the wheels of the stratified social scene at Harvard University, it's become the online complement to people's real lives, used to share holiday snaps and plan birthday parties with existing friends far more than it is to meet new people. It's a true social network'  the <em>only </em>true social networking site  because it exists almost exclusively as an extension of, and facilitator of, people's real-life social lives.</p>
<p>There's nothing wrong with this. Facebook demonstrates that many people  probably the majority  are happy interacting online under their real names, and have no great desire to adopt a second persona or make contact with strangers who share their interests.</p>
<p><img src="http://ravcasleygera.files.wordpress.com/2010/08/demand.png?w=160&amp;h=250" border="0" /> But at the same time, the continued success of self-publishing services like Flickr and Twitter shows that there remains a substantial demand for services which let you broadcast to the whole world, rather than just your own social contacts, and which let you adopt a second identity to enable you to say things you daren't with your first. The success of Twitter, in particular, shows the power of this freedom  many people I know joined Twitter with a username based on their real name, before adopting a name that's less identifying to free them to be silly or profane.</p>
<p>Millions of people have a non-identifying username which unites their online publishing activity on a host of services: <a title="Tumblr" rel="homepage" href="http://tumblr.com">Tumblr</a>, Twitter, Flickr, YouTube, as well as endless comment forums. Each of these sites has its own flourishing communities.</p>
<p>But here's the thing. Facebook is so popular because it enables you to see what your friends are up to, across all different media, in one place. That's why Facebook, while technically inferior to Flickr as a photo-sharing site, is now the biggest photo-sharing site in the world  it's convenient to share photos with the network you've already built.</p>
<p>But in the wider world of Web 2.0 services, there's no united network. My Flickr contacts can see my photos, but not my tweets; my blog subscribers can't see my YouTube uploads. Each service provides tools for finding your connections on other services, but it's laborious  and you still have to visit each separate site to see what your contacts are up to. I check Facebook every morning, and frequently again later in the day. It takes a few minutes.</p>
<p>If I checked Twitter, Tumblr, YouTube, Flickr and Vimeo every <span style="font-size:13.2px">morning to see what all those I follow were up to, it'd take an hour or more.</span></p>
<p><img src="http://ravcasleygera.files.wordpress.com/2010/08/hour1.png?w=150&amp;h=320" border="0" /> </p>
<p>What's needed is a portal which lets us conveniently and easily see what all those we follow are up to across the different web publishing services: to add social networking to social publishing. And it's needed for more than just convenience. As Facebook's power grows, there's an increasing danger that the convenience if offers will lead people to abandon other services and simply share through Facebook. Already I find myself clicking the Like' button where before I would have Dugg' a web page, or shared it on Twitter, because it's so damn easy. If young people joining the internet get in the habit of doing everything through Facebook, the whole idea of distributed Web 2.0 services  and of the freedom to adopt a second persona online  could wither on the vine.<br>
</p>
<h3>More than the stream</h3>
<p>The most successful attempt at this so far has been <a title="FriendFeed" rel="homepage" href="http://friendfeed.com/">Friendfeed</a>. The site, launched in 2007, does a pretty good job of aggregation'  pulling in your contacts' activity on various web services into a single stream. Friendfeed was bought by  you guessed it  Facebook in 2009, and development of the site has basically ceased while its former owners are put to work on its parent's site. But even if it hadn't been effectively abandoned, Friendfeed has serious limitations. To follow a contact, they need to have signed up for the service themselves, rendering it useless for those whose contacts aren't signed up yet. It's ugly, better suited to sharing text-based items like tweets than photos and videos, and it displays links rather than whole entries for blog posts.</p>
<p>Moreover, Friendfeed offers you your contacts' content in a single stream, with photos and blog posts jumbled up with tweets and bookmarks. To be easily useable, a new aggregation service needs to be smarter, automatically separating material of long-term interest like blog posts and new batches of Flickr photographs from short-term material like tweets and <a title="Twitpic" rel="homepage" href="http://twitpic.com">TwitPic</a> photographs, and showing them differently.</p>
<p>What's more, Friendfeed offers <em>only</em> aggregation. It does have rudimentary social networking features like messaging and groups, but they're secondary  the focus is on, as the name implies, the feed.'</p>
<p>Let me sketch out what's needed from this new social network.</p>
<ol>
<li>Users should be able to sign up using any of the services they wish to include, if those services offer a system for signing up to other websites (like Twitter, for example).</li>
<li>When a user adds a service to the site, they should see the entries of all the people they follow on that site in their unified feed, whether or not those they follow have joined the site. (This will depend on the service in question's API, but should generally be possible). For example, I should see all my Twitter contacts regardless of whether they've joined the site themselves.</li>
<li>Where the same person is a contact on two services, but they're not a member of the site, the site should suggest joining them together into a single virtual contact' based on username (so for example, my friend Joethedough's <a href="http://joethedough.tumblr.com">Tumblr</a> and <a href="http://twitter.com/joethedough">Twitter</a>, which share a username, would be suggested as a virtual contact for me to approve). If that user then joined the site and connected the different services themselves, the virtual contact would be upgraded' to a real one.</li>
<li>The service should smartly separate long-form content and display it in a different, less-frequently-changing area to the main feed. For example, if a contact uploaded a single Flickr photo, it'd go in the feed, but if they uploaded a set of 50, it'd go in the long-term section.</li>
<li>Users should be able to filter the feed in advanced ways, limiting it to a single service, type of service (photos/videos/blogs/etc), or by groups of contacts. Service-based contact groups like Twitter lists would be imported and you could add to them on the site. For example, I have a Twitter list of tech journalists; on our new social network, this would show me not just their tweets but their Flickr accounts and blog posts.</li>
<li>As well as sucking in information <em>from</em> various services, users should be able to write information<em> to</em> those services from the service. If you want to add a short message to your profile, for example, you'll be able to post to Twitter from the service, adding the message both to your Twitter profile and to your aggregated service profile. Not using a particular service yet? You can sign up, with one click, without leaving the social network site, with an account based on your existing username and password there.</li>
<li>Users should have a profile' showing their own feed, and long-term content area, for all the services they've added. They should have considerable control over the colours, fonts etc of the profile (but they should <em>not</em> be able to dump in random HTML, <a href="http://myspace.com">MySpace</a>-style).</li>
<li>A user's profile should be able to function as their OpenID provider, giving people a common, effective hub' to use as their online identity across the web (and acting as a counterweight to <a href="http://ravcasleygera.wordpress.com/2010/08/15/how-the-age-of-facebook-will-be-different-and-how-it-wont-be/">the growth of Facebook login</a>).</li>
<li>Users should be able to message each other, form groups, organise events, and do all the additional things which social networks enable. Ideally these too would be based on external services, with users able to (for example) email each other at their registered email addresses through the site, or organise events through a sevice such as <a href="http://eventbrite.com">EventBrite</a>.</li>
</ol>
<p>Ideally, this service wouldn't need to store or produce <em>any information whatsoever</em> on its own systems, besides the basic network of users and their connected services. Everything else would be done through external services that users had connected.</p>
<p>None of this, to the best of my limited technical knowledge, is beyond the current potential of services' APIs  the systems by which they let different web services talk to each other (for example, Twitter apps like <a href="http://tweetdeck.com">TweetDeck</a> use Twitter's API to read and write information). But put it all together, and you have a recipe for a fast-growing, super-useful site that could provide the natural balance to Facebook. Each morning, you'd look at Facebook to see what your real-life friends are up to, and our new site to see what your virtual friends are up to. Just as your Facebook profile is becoming a hub for your real-name online activity, your profile on this site this would become a hub for your online identity, perfect for putting in email signatures or on address cards.</p>
<p>You'll notice I haven't said anything about privacy. Facebook's complex and often-changing privacy features have put privacy issues at the heart of the debate about social networking. But for this project, I don't see it as a top priority. Users should probably have the ability to show parts of their profile to only certain people, and information imported from external services should be subject to any privacy controls the user has applied on that external service.</p>
<p>But when you look at the services this network would be designed to aggregate, you find their privacy features are basic and rarely used. Only a very small proportion of Twitter users protect their tweets, and only a small proportion of Flickr users post private photographs. These services are really about publishing  in the literal sense of making things public, submitting them to be found and enjoyed by the world. It's normal to follow strangers, and be followed by strangers, on Twitter. That's why it's so vital this new service allows people to mask their real identities  frankly, that ought to be privacy protection enough, at least at the start.</p>
<h3>Why existing services won't do</h3>
<p>There are a range of sites currently vying to be people's online hub. But none of them will do:</p>
<p><strong>1. Facebook</strong>.</p>
<p>Facebook actually does aggregation very well; its Platform API makes it easy for services to create applications to suck your tweets, photos and blog posts into your News Feed. Indeed, Facebook's attractive previews of links in messages, and embedding of videos and photos, makes it a better displayer of someone's tweets than Twitter itself. And, with its recent moves to encourage users to share more information publicly, it's making a wholesale bid to be the centre of people's online lives as it is the online centre of the offline lives.</p>
<p>But Facebook's networks are, and will always be, based around real-life connections. Most people  with some notable exceptions  don't want accumulate hundreds of random strangers as Facebook friends' the way they do Twitter followers. And there remains the problem of Facebook requiring people to use their real names.</p>
<p>The recent introduction of Facebook Pages, which are automatically public and well suited to aggregating information, provides a partial answer. But while actors, musicians and politicians  and even some journalists  might find it appropriate to complement their personal profile with a public Page, most people find the idea nonsensical. And Facebook has recently increased its restrictions on the names users can give to Pages, making them no more psuedonym-friendly than personal profiles.</p>
<p>What's more, part of the purpose of a new social network would precisely be to counterbalance Facebook, which is acquiring a degree of dominance many find disquieting.</p>
<p><strong>2. Google.</strong></p>
<p>Google's Buzz' was generally tagged as a Twitter rival when it was launched earlier this year, but it's fair to say it's also intended as an aggregator  it can automatically import Blogger blog posts, YouTube videos, and Twitter posts. But its appearance is heavily text-based, and it doesn't feel like it's committed to aggregation  there's no reason to believe that Google would want to enable users to import content from the video site Vimeo, for example, as it's a direct competitor to YouTube, and the same applies for WordPress in relation to Blogger. It doesn't even import RSS feeds, which is pretty much the baseline feature for a decent aggregator.</p>
<p>Google is gearing up to incorporate Buzz into a new, expanded social network, a full-on Facebook competitor, later this year. But the signs are that rather than complementing Facebook's focus on real-life relationships, Google will seek to beat them at their own game. A <a href="http://www.skepticgeek.com/socialweb/googlers-take-on-social-networking-reveals-chinks-in-facebooks-armor/">recent presentation</a> by Google employee Paul Adams, who's believed to be working on Google's putative social network, focused on how online networking can be made to more closely mirror our offline day-to-day activity. It's well worth a look at, and it suggests Google Me' might be really useful. But it's not an answer to this problem, which is not about interacting with your offline social network, but precisely about building new communities  and connecting new ones  online.</p>
<p><strong>3. MySpace.</strong></p>
<p><img src="http://ravcasleygera.files.wordpress.com/2010/08/myspace.png?w=160&amp;h=351" border="0" /> Once upon a time, MySpace fulfilled just this function  people's public-facing home on the web, a place where bands, celebrities, microcelebrities and regular folk mingled and connected. Had MySpace seized on its potential as people's public-facing alternative to their Facebook profile, and quickly wired in advanced, attractive aggregation, it might have had a chance. (Imagine for a minute if MySpace, not Facebook, had bought Friendfeed, and launched a radically overhauled service with aggregation at its core. Wouldn't that have been something?)</p>
<p>But services with 250 million users don't tend to carry out radical overhauls, especially when they're owned by irascible conservative media tycoons. And MySpace has now fallen so far, in user visits and above all in prestige, it's simply impossible how they could experience any sort of renaissance. Besides, the latest plan for reviving the site is pretty much the opposite of what I'm describing, focused not on social media but on centralised traditional media like TV shows and record-company-approved music.</p>
<p><strong>4. Twitter.</strong></p>
<p>By rights, Twitter should be considered one of the many services to be aggregated by a new social network, a self-publishing platform like Flickr or WordPress. But there are signs that Twitter is becoming, almost by default, the leading aggregator of people's content  most services offer tools to automatically update Twitter when there's a new photo upload/blog post/video, and it's common to look at a friend's Twitter feed and see their actual messages outnumbered by auto-generated announcements of new content on other services.</p>
<p>The problem is that as an aggregator, Twitter is really, really bad. An entirely text-based service, it's useless at showing links, photos or videos. A whole industry  link-shortening services  has sprung up to deal with its inability to handle long links. And it's also not much of a social network: there's no capacity for groups, event management or messaging of more than 140 characters.</p>
<p><strong>5. Diaspora.</strong></p>
<p>The young developers behind a new social network project called <a href="http://www.joindiaspora.com/">Disapora</a> got a lot of attention earlier this year, becoming the focus of attention of the growing mass of people seeking an alternative to Facebook and its (supposedly) cavalier attitude to privacy. The four young men are smart and idealistic, and Diaspora sounds like a great idea. But I strongly suspect it's doomed to fail.</p>
<p>Diaspora's founding principle is that no central hub should be required for people to communicate with each other. They're proposing that users have their own node,' installed on their own server, which can channel information from different web services to their contacts. It's a good idea. But it's impossible to think that a service that requires users to install software on their own server will ever reach beyond a narrow tech audience.</p>
<p>Of course, a central site could offer hosted nodes,' much as WordPress.com offers the experience of a self-hosted WordPress installation on a central site. But nothing I've heard from Diaspora so far suggests this service will allow for the kind of richly multimedia and easy-to-set-up profiles and feeds this service will need to take off.</p>
<p>To provide a really good experience, I think this has to be a centralised, hosted service from the off. That does make it reliant on one company, but because the information being shared isn't stored on the service  just on whichever external service the user adds it to  there's minimal risk of data being lost if the service disappeared overnight.</p>
<p>It's also not clear how focused Diaspora are on easy aggregation from other web services. Right now their focus seems to be on building an internal structure for sharing messages, links etc. And, Diaspora's system appears to be based on symmetrical' relationships  that is, user A and user B have to agree to friend' each other to see each other's content. This new service should be based around asymmetrical' relationships, as used by Twitter, Tumblr, Flickr and most Web 2.0 services, where following' someone's content doesn't require them to follow' you back.</p>
<p>So far, Diaspora seems to be intended as an alternative to Facebook, a tool for messaging and content sharing, for the tech-savvy  not unlike a decentralised Pownce. Good luck to them, but it's not what most users are looking for.</p>
<p><strong>6. VIRB.</strong></p>
<p>Possibly the most worrying precedent for this new social network would be <a href="http://virb.com">VIRB</a>. The little-known social network was launched in 2007, aimed at attracting web-savvy creative types  the same types who were fleeing MySpace in droves, but weren't attracted to Facebook. It offered aggregation of external services, messaging, groups, attractive profiles with design tools, and many of the things this new social network all to have.</p>
<p>And it failed. Earlier this year, VIRB announced a total change of strategy, shifting from a social-network model to one of simple website provider. Users were invited to convert their profiles to standalone sites, and pay a monthly fee for them. The direction Virb was headed, just wasn't working for anyone  especially our users, explained founder Brad Smith in <a href="http://team.virb.com/post/652808456/hello-website">a blog post</a>. It was time we made an epic course correction, allowing our product to regain pertinence. Virb is not an answer to those seeking a Facebook alternative or a better-looking MySpace.</p>
<p>Pretty depressing stuff. But though VIRB got a lot right  the importance of allowing users to style their profiles without letting them make them hideously ugly, for example  it just didn't offer a rich enough experience to grow. Setting up a profile was pretty laborious, with profile information needing to be entered and decisions required about layout and theme. Aggregation was basic, with only a FriendFeed-style text-based list of aggregated material and no photo or video previews. And while you could aggregate all your services to your profile page, only certain services  Flickr, blogs and Twitter, if I recall correctly  could be properly integrated with the site so your contacts were aware when you'd imported new material.</p>
<p>Above all, what all these services have in common is that they require users to rebuild their contact lists on the site. The most crucial aspect of this new service should be that you don't have to do that  each time you import a service, you import your contacts from that service, and the service helps with connecting the various profiles of a contact into a single presence in my network, even if that person hasn't signed up for the site themselves yet. This means people could begin using the site every day as their social media hub even before their contacts join, preventing the user-inertia problem that's killed so many aspiring social networks at birth.</p>
<h3>If you build it, they will come</h3>
<p>Tech is a business, and services aren't built simply because some blogger sees the need for them. But I'm convinced that a service such as this could be a viable concern. If getting started was easy enough, it could quickly become the chief place users go to check their contact's online activity outside Facebook  giving decent potential for advertising without extravagant costs for servers, R&amp;D, staff, etc.</p>
<p>Who'll build it? Well, in the industry of a thousand startups, it could be anyone. But here's an idea. Every major, independently-owned social publishing platform  Twitter, Tumblr, Vimeo, <a href="http://foursquare.com">FourSquare </a> is threatened by the growing domination of Facebook and by the trend towards sharing with real-life contacts replacing social publishing. So why not work together?  Each are small companies, but each could spare a little engineering time. Smaller companies still, who could stand to gain most from being plugged in to a service with built-in users, could contribute smaller amounts of time. These businesses could help the new startup get funding (and, of course, benefit from the ultimate advertising revenue). Users, eager to have a central home for their online identities  and just one site to check in the morning after email and Facebook  could make donations to help get things started, much as they did earlier this year for Diaspora.</p>
<p>Am I crazy? Probably. But you only need to look at <a href="http://edition.cnn.com/2010/TECH/social.media/08/19/cashmore.facebook.places/index.html">the flurry of press</a> surrounding the threat Facebook's new Places feature poses to Foursquare to see that the community of independent social services need to do <em>something</em> to combat the ever-growing Zuckerberg empire. By banding together  maintaining their separate communities but adding a service that lets their users meet each other and subscribe to each other's additional services  they can carve out a strong second network of social activity on the web to rival Facebook's. A user who thinks they need to check their Flickr, Twitter and Tumblr contacts' activity is likely to give up, not bother and just check Facebook.</p>
<p>Above all, users need this. What Facebook has done in helping people use the web to enhance their offline lives is admirable and valuable. But, if the social web is to fulfil its true potential as a place for people to connect and grow, to share interests and experiences, and to be creative, there <em>must</em> be a strong network of places where users can publish and network <em>without using their real names</em>.</p>
<p>Eric Schmidt of Google <a href="http://www.belfasttelegraph.co.uk/lifestyle/technology-gadgets/google-boss-eric-schmidts-warning-over-online-privacy-14914768.html">made headlines earlier this week</a> when he predicted that, in the future, it would be routine for young adults to change their names to disassociate themselves from all the embarrassing youthful indiscretions recorded online in photos, videos and status updates. But you don't have these problems if people are free to use a pseudonym. And as well as reducing privacy problems, you get more interesting content put online. There's ample evidence that when forced to use their real name online, people are far more circumspect about how they interact and what they publish.</p>
<p>The web helps us do many important, everyday things  shopping, organising events, sharing memories. These are great, and important. But much of the most exciting potential of the web lies in exploring interests and communities  and building identities  outside the boundaries of our real' lives. For that area of the web to survive and thrive, we need a new, public social network where people aren't restricted. I don't know what the name should be, but I can think of a slogan  Be yourself.</p>
<br>Filed under: <a href="http://ravcasleygera.wordpress.com/category/themes/technology/">Technology</a> Tagged: <a href="http://ravcasleygera.wordpress.com/tag/facebook/">facebook</a>, <a href="http://ravcasleygera.wordpress.com/tag/flickr/">Flickr</a>, <a href="http://ravcasleygera.wordpress.com/tag/friendfeed/">Friendfeed</a>, <a href="http://ravcasleygera.wordpress.com/tag/social-network/">Social network</a>, <a href="http://ravcasleygera.wordpress.com/tag/social-network-service/">Social network service</a>, <a href="http://ravcasleygera.wordpress.com/tag/twitter/">twitter</a>, <a href="http://ravcasleygera.wordpress.com/tag/web-2-0/">web 2.0</a>, <a href="http://ravcasleygera.wordpress.com/tag/youtube/">YouTube</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ravcasleygera.wordpress.com/2067/"><img src="http://feeds.wordpress.com/1.0/comments/ravcasleygera.wordpress.com/2067/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ravcasleygera.wordpress.com/2067/"><img src="http://feeds.wordpress.com/1.0/delicious/ravcasleygera.wordpress.com/2067/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ravcasleygera.wordpress.com/2067/"><img src="http://feeds.wordpress.com/1.0/facebook/ravcasleygera.wordpress.com/2067/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ravcasleygera.wordpress.com/2067/"><img src="http://feeds.wordpress.com/1.0/twitter/ravcasleygera.wordpress.com/2067/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ravcasleygera.wordpress.com/2067/"><img src="http://feeds.wordpress.com/1.0/stumble/ravcasleygera.wordpress.com/2067/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ravcasleygera.wordpress.com/2067/"><img src="http://feeds.wordpress.com/1.0/digg/ravcasleygera.wordpress.com/2067/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ravcasleygera.wordpress.com/2067/"><img src="http://feeds.wordpress.com/1.0/reddit/ravcasleygera.wordpress.com/2067/" border="0" /> </a> <img src="http://stats.wordpress.com/b.gif?host=ravcasleygera.wordpress.com&amp;blog=11943656&amp;post=2067&amp;subd=ravcasleygera&amp;ref=&amp;feed=1" border="0" /> <br><br><a href="http://www.filome.com/key/services" >services</a> <a href="http://search.twitter.com/search?q=%22services%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/services.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/facebook" >facebook</a> <a href="http://search.twitter.com/search?q=%22facebook%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/facebook.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social" >social</a> <a href="http://search.twitter.com/search?q=%22social%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/service" >service</a> <a href="http://search.twitter.com/search?q=%22service%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/service.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter" >twitter</a> <a href="http://search.twitter.com/search?q=%22twitter%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/services" >services</a> <a href="http://search.twitter.com/search?q=%22services%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/services.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/facebook" >facebook</a> <a href="http://search.twitter.com/search?q=%22facebook%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/facebook.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social" >social</a> <a href="http://search.twitter.com/search?q=%22social%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/service" >service</a> <a href="http://search.twitter.com/search?q=%22service%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/service.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter" >twitter</a> <a href="http://search.twitter.com/search?q=%22twitter%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/site" >site</a> <a href="http://search.twitter.com/search?q=%22site%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/site.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/users" >users</a> <a href="http://search.twitter.com/search?q=%22users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/users.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/network" >network</a> <a href="http://search.twitter.com/search?q=%22network%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/network.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real" >real</a> <a href="http://search.twitter.com/search?q=%22real%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/online" >online</a> <a href="http://search.twitter.com/search?q=%22online%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/online.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/flickr" >flickr</a> <a href="http://search.twitter.com/search?q=%22flickr%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/flickr.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/contacts" >contacts</a> <a href="http://search.twitter.com/search?q=%22contacts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/contacts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/profile" >profile</a> <a href="http://search.twitter.com/search?q=%22profile%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/profile.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/based" >based</a> <a href="http://search.twitter.com/search?q=%22based%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/based.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/content" >content</a> <a href="http://search.twitter.com/search?q=%22content%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/content.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/photos" >photos</a> <a href="http://search.twitter.com/search?q=%22photos%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/photos.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/contact" >contact</a> <a href="http://search.twitter.com/search?q=%22contact%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/contact.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/need" >need</a> <a href="http://search.twitter.com/search?q=%22need%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/need.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/aggregation" >aggregation</a> <a href="http://search.twitter.com/search?q=%22aggregation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/aggregation.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information" >information</a> <a href="http://search.twitter.com/search?q=%22information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/user" >user</a> <a href="http://search.twitter.com/search?q=%22user%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/user.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/example" >example</a> <a href="http://search.twitter.com/search?q=%22example%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/example.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/lives" >lives</a> <a href="http://search.twitter.com/search?q=%22lives%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/lives.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sharing" >sharing</a> <a href="http://search.twitter.com/search?q=%22sharing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sharing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/publishing" >publishing</a> <a href="http://search.twitter.com/search?q=%22publishing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/publishing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog" >blog</a> <a href="http://search.twitter.com/search?q=%22blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/friendfeed" >friendfeed</a> <a href="http://search.twitter.com/search?q=%22friendfeed%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/friendfeed.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/feed" >feed</a> <a href="http://search.twitter.com/search?q=%22feed%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/feed.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/diaspora" >diaspora</a> <a href="http://search.twitter.com/search?q=%22diaspora%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/diaspora.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/videos" >videos</a> <a href="http://search.twitter.com/search?q=%22videos%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/videos.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/life" >life</a> <a href="http://search.twitter.com/search?q=%22life%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/life.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/privacy" >privacy</a> <a href="http://search.twitter.com/search?q=%22privacy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/privacy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/myspace" >myspace</a> <a href="http://search.twitter.com/search?q=%22myspace%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/myspace.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tweets" >tweets</a> <a href="http://search.twitter.com/search?q=%22tweets%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tweets.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/share" >share</a> <a href="http://search.twitter.com/search?q=%22share%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/share.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts" >posts</a> <a href="http://search.twitter.com/search?q=%22posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/activity" >activity</a> <a href="http://search.twitter.com/search?q=%22activity%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/activity.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/potential" >potential</a> <a href="http://search.twitter.com/search?q=%22potential%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/potential.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/name" >name</a> <a href="http://search.twitter.com/search?q=%22name%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/name.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/youtube" >youtube</a> <a href="http://search.twitter.com/search?q=%22youtube%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/youtube.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/world" >world</a> <a href="http://search.twitter.com/search?q=%22world%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/world.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/easy" >easy</a> <a href="http://search.twitter.com/search?q=%22easy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/easy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/networking" >networking</a> <a href="http://search.twitter.com/search?q=%22networking%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/networking.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tumblr" >tumblr</a> <a href="http://search.twitter.com/search?q=%22tumblr%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tumblr.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/different" >different</a> <a href="http://search.twitter.com/search?q=%22different%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/different.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/single" >single</a> <a href="http://search.twitter.com/search?q=%22single%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/single.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/groups" >groups</a> <a href="http://search.twitter.com/search?q=%22groups%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/groups.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/public" >public</a> <a href="http://search.twitter.com/search?q=%22public%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/public.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/second" >second</a> <a href="http://search.twitter.com/search?q=%22second%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/second.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/external" >external</a> <a href="http://search.twitter.com/search?q=%22external%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/external.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/profiles" >profiles</a> <a href="http://search.twitter.com/search?q=%22profiles%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/profiles.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/virb" >virb</a> <a href="http://search.twitter.com/search?q=%22virb%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/virb.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/friends" >friends</a> <a href="http://search.twitter.com/search?q=%22friends%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/friends.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/photo" >photo</a> <a href="http://search.twitter.com/search?q=%22photo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/photo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/media" >media</a> <a href="http://search.twitter.com/search?q=%22media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pretty" >pretty</a> <a href="http://search.twitter.com/search?q=%22pretty%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pretty.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/year" >year</a> <a href="http://search.twitter.com/search?q=%22year%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/year.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/themselves" >themselves</a> <a href="http://search.twitter.com/search?q=%22themselves%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/themselves.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/links" >links</a> <a href="http://search.twitter.com/search?q=%22links%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/links.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/earlier" >earlier</a> <a href="http://search.twitter.com/search?q=%22earlier%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/earlier.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/idea" >idea</a> <a href="http://search.twitter.com/search?q=%22idea%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/idea.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/import" >import</a> <a href="http://search.twitter.com/search?q=%22import%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/import.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/username" >username</a> <a href="http://search.twitter.com/search?q=%22username%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/username.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/strangers" >strangers</a> <a href="http://search.twitter.com/search?q=%22strangers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/strangers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/launched" >launched</a> <a href="http://search.twitter.com/search?q=%22launched%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/launched.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress" >wordpress</a> <a href="http://search.twitter.com/search?q=%22wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/connect" >connect</a> <a href="http://search.twitter.com/search?q=%22connect%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/connect.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/communities" >communities</a> <a href="http://search.twitter.com/search?q=%22communities%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/communities.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/email" >email</a> <a href="http://search.twitter.com/search?q=%22email%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/email.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/together" >together</a> <a href="http://search.twitter.com/search?q=%22together%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/together.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/names" >names</a> <a href="http://search.twitter.com/search?q=%22names%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/names.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/check" >check</a> <a href="http://search.twitter.com/search?q=%22check%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/check.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/central" >central</a> <a href="http://search.twitter.com/search?q=%22central%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/central.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/small" >small</a> <a href="http://search.twitter.com/search?q=%22small%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/small.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/problem" >problem</a> <a href="http://search.twitter.com/search?q=%22problem%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/problem.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/offline" >offline</a> <a href="http://search.twitter.com/search?q=%22offline%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/offline.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/messages" >messages</a> <a href="http://search.twitter.com/search?q=%22messages%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/messages.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/outside" >outside</a> <a href="http://search.twitter.com/search?q=%22outside%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/outside.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/growing" >growing</a> <a href="http://search.twitter.com/search?q=%22growing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/growing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/enable" >enable</a> <a href="http://search.twitter.com/search?q=%22enable%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/enable.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/existing" >existing</a> <a href="http://search.twitter.com/search?q=%22existing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/existing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/alternative" >alternative</a> <a href="http://search.twitter.com/search?q=%22alternative%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/alternative.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/aggregator" >aggregator</a> <a href="http://search.twitter.com/search?q=%22aggregator%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/aggregator.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/adopt" >adopt</a> <a href="http://search.twitter.com/search?q=%22adopt%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/adopt.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/attractive" >attractive</a> <a href="http://search.twitter.com/search?q=%22attractive%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/attractive.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/experience" >experience</a> <a href="http://search.twitter.com/search?q=%22experience%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/experience.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/needed" >needed</a> <a href="http://search.twitter.com/search?q=%22needed%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/needed.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tech" >tech</a> <a href="http://search.twitter.com/search?q=%22tech%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tech.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/material" >material</a> <a href="http://search.twitter.com/search?q=%22material%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/material.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/term" >term</a> <a href="http://search.twitter.com/search?q=%22term%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/term.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/messaging" >messaging</a> <a href="http://search.twitter.com/search?q=%22messaging%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/messaging.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/automatically" >automatically</a> <a href="http://search.twitter.com/search?q=%22automatically%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/automatically.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/text" >text</a> <a href="http://search.twitter.com/search?q=%22text%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/text.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/morning" >morning</a> <a href="http://search.twitter.com/search?q=%22morning%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/morning.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/joined" >joined</a> <a href="http://search.twitter.com/search?q=%22joined%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/joined.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/whole" >whole</a> <a href="http://search.twitter.com/search?q=%22whole%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/whole.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/focus" >focus</a> <a href="http://search.twitter.com/search?q=%22focus%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/focus.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/identities" >identities</a> <a href="http://search.twitter.com/search?q=%22identities%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/identities.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/offers" >offers</a> <a href="http://search.twitter.com/search?q=%22offers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/offers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/vimeo" >vimeo</a> <a href="http://search.twitter.com/search?q=%22vimeo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/vimeo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/identity" >identity</a> <a href="http://search.twitter.com/search?q=%22identity%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/identity.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/connected" >connected</a> <a href="http://search.twitter.com/search?q=%22connected%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/connected.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/virtual" >virtual</a> <a href="http://search.twitter.com/search?q=%22virtual%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/virtual.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/offer" >offer</a> <a href="http://search.twitter.com/search?q=%22offer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/offer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blogger" >blogger</a> <a href="http://search.twitter.com/search?q=%22blogger%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blogger.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post" >post</a> <a href="http://search.twitter.com/search?q=%22post%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social network" >social network</a> <a href="http://search.twitter.com/search?q=%22social network%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social network.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real life" >real life</a> <a href="http://search.twitter.com/search?q=%22real life%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real life.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new social" >new social</a> <a href="http://search.twitter.com/search?q=%22new social%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new social.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog posts" >blog posts</a> <a href="http://search.twitter.com/search?q=%22blog posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social networking" >social networking</a> <a href="http://search.twitter.com/search?q=%22social networking%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social networking.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real name" >real name</a> <a href="http://search.twitter.com/search?q=%22real name%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real name.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/text based" >text based</a> <a href="http://search.twitter.com/search?q=%22text based%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/text based.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/web services" >web services</a> <a href="http://search.twitter.com/search?q=%22web services%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/web services.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/external services" >external services</a> <a href="http://search.twitter.com/search?q=%22external services%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/external services.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social publishing" >social publishing</a> <a href="http://search.twitter.com/search?q=%22social publishing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social publishing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/photos videos" >photos videos</a> <a href="http://search.twitter.com/search?q=%22photos videos%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/photos videos.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new service" >new service</a> <a href="http://search.twitter.com/search?q=%22new service%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new service.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter tumblr" >twitter tumblr</a> <a href="http://search.twitter.com/search?q=%22twitter tumblr%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter tumblr.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real lives" >real lives</a> <a href="http://search.twitter.com/search?q=%22real lives%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real lives.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/second persona" >second persona</a> <a href="http://search.twitter.com/search?q=%22second persona%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/second persona.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/different web" >different web</a> <a href="http://search.twitter.com/search?q=%22different web%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/different web.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/long term" >long term</a> <a href="http://search.twitter.com/search?q=%22long term%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/long term.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/virtual contact" >virtual contact</a> <a href="http://search.twitter.com/search?q=%22virtual contact%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/virtual contact.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/rather than" >rather than</a> <a href="http://search.twitter.com/search?q=%22rather than%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/rather than.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real names" >real names</a> <a href="http://search.twitter.com/search?q=%22real names%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real names.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social networks" >social networks</a> <a href="http://search.twitter.com/search?q=%22social networks%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social networks.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/facebook profile" >facebook profile</a> <a href="http://search.twitter.com/search?q=%22facebook profile%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/facebook profile.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/name online" >name online</a> <a href="http://search.twitter.com/search?q=%22name online%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/name online.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/online activity" >online activity</a> <a href="http://search.twitter.com/search?q=%22online activity%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/online activity.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/offline lives" >offline lives</a> <a href="http://search.twitter.com/search?q=%22offline lives%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/offline lives.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/publishing platform" >publishing platform</a> <a href="http://search.twitter.com/search?q=%22publishing platform%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/publishing platform.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog post" >blog post</a> <a href="http://search.twitter.com/search?q=%22blog post%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog post.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/own server" >own server</a> <a href="http://search.twitter.com/search?q=%22own server%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/own server.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/central site" >central site</a> <a href="http://search.twitter.com/search?q=%22central site%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/central site.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social media" >social media</a> <a href="http://search.twitter.com/search?q=%22social media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/public facing" >public facing</a> <a href="http://search.twitter.com/search?q=%22public facing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/public facing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/external service" >external service</a> <a href="http://search.twitter.com/search?q=%22external service%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/external service.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/small proportion" >small proportion</a> <a href="http://search.twitter.com/search?q=%22small proportion%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/small proportion.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/organise events" >organise events</a> <a href="http://search.twitter.com/search?q=%22organise events%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/organise events.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/privacy features" >privacy features</a> <a href="http://search.twitter.com/search?q=%22privacy features%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/privacy features.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tweets than" >tweets than</a> <a href="http://search.twitter.com/search?q=%22tweets than%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tweets than.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/publishing services" >publishing services</a> <a href="http://search.twitter.com/search?q=%22publishing services%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/publishing services.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/photo sharing" >photo sharing</a> <a href="http://search.twitter.com/search?q=%22photo sharing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/photo sharing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sharing site" >sharing site</a> <a href="http://search.twitter.com/search?q=%22sharing site%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sharing site.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/self publishing" >self publishing</a> <a href="http://search.twitter.com/search?q=%22self publishing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/self publishing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/true social" >true social</a> <a href="http://search.twitter.com/search?q=%22true social%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/true social.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/second identity" >second identity</a> <a href="http://search.twitter.com/search?q=%22second identity%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/second identity.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/life friends" >life friends</a> <a href="http://search.twitter.com/search?q=%22life friends%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/life friends.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/check facebook" >check facebook</a> <a href="http://search.twitter.com/search?q=%22check facebook%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/check facebook.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/through facebook" >through facebook</a> <a href="http://search.twitter.com/search?q=%22through facebook%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/through facebook.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/user adds" >user adds</a> <a href="http://search.twitter.com/search?q=%22user adds%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/user adds.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/site themselves" >site themselves</a> <a href="http://search.twitter.com/search?q=%22site themselves%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/site themselves.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/write information" >write information</a> <a href="http://search.twitter.com/search?q=%22write information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/write information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/services offer" >services offer</a> <a href="http://search.twitter.com/search?q=%22services offer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/services offer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/friendfeed offers" >friendfeed offers</a> <a href="http://search.twitter.com/search?q=%22friendfeed offers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/friendfeed offers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/contacts activity" >contacts activity</a> <a href="http://search.twitter.com/search?q=%22contacts activity%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/contacts activity.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/single stream" >single stream</a> <a href="http://search.twitter.com/search?q=%22single stream%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/single stream.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/online identity" >online identity</a> <a href="http://search.twitter.com/search?q=%22online identity%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/online identity.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new social network" >new social network</a> <a href="http://search.twitter.com/search?q=%22new social network%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new social network.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real name online" >real name online</a> <a href="http://search.twitter.com/search?q=%22real name online%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real name online.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real life friends" >real life friends</a> <a href="http://search.twitter.com/search?q=%22real life friends%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real life friends.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/photo sharing site" >photo sharing site</a> <a href="http://search.twitter.com/search?q=%22photo sharing site%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/photo sharing site.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/1270Qsp0FAlFSO">here&#39;s the thing:</a><br> First shared  by - <a href="http://www.filome.com/robdiana">robdiana</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><img src="http://ravcasleygera.files.wordpress.com/2010/08/jaystar.png?w=512&amp;h=400" width="500" height="390" border="0" /> </p>
<p>I realise this might sound like politician calling for a new taskforce, or a businessman calling for a new tax break, but: we need a new social network.</p>
<p>By this, I don't mean that we need a new standalone service for sharing a kind of media, be it short messages, photos, videos, sound, shopping lists or anything else. Rather, what's needed is a framework to pull all the existing Web 2.0 services together in a way that's fluid, attractive and easy to use.</p>
<h3>Social networking versus social publishing</h3>
<p>In the beginning of the internet, much time and energy was spent discussing its potential to enable people to reach outside the boundaries of their everyday lives and connect in communities of shared interest. The internet enabled us to explore areas of interest our real' lives didn't allow us to investigate: people who lived in small towns with no galleries could learn about art; fans of obscure bands or niche cuisines or unusual hobbies could connect all around the world.</p>
<p>Equally importantly, the web allowed us to adopt a second identity. People could embrace interests that might not be socially acceptable  from kinky sex to stamp-collecting to simple silliness  without risking their real-world reputations.</p>
<p>With the advent of Web 2.0' and the development of ever more methods for people to create and share content online  from <a title="Flickr" rel="homepage" href="http://flickr.com">Flickr</a> for photos to <a title="YouTube" rel="homepage" href="http://www.youtube.com/">YouTube</a> and <a title="Vimeo" rel="homepage" href="http://www.vimeo.com/">Vimeo</a> for vidoes to <a href="http://blogger.com">Blogger</a>, <a href="http://wordpress.com">WordPress </a>and <a title="Twitter" rel="homepage" href="http://twitter.com">Twitter</a> for written thoughts  this potential of the web was enhanced. Secret identities are no longer the preserve of superheroes: now each of us can have a second persona under which we publish all manner of content and connect with strangers all over the world.</p>
<p>But just as these services were developing, a funny thing happened: real life started to intrude. <a title="Facebook" rel="homepage" href="http://facebook.com">Facebook</a>, launched in 2004, grew like topsy to become the website many people spend most time on, and the most vital to people's lives outside email. In the process, it became the default method of sharing photos, videos and writing for millions of people.</p>
<p>Facebook's success stems largely from one thing: its grounding in real life. You join under your real name, with a real photo, and connect with your real-life friends. From its origins as a tool to grease the wheels of the stratified social scene at Harvard University, it's become the online complement to people's real lives, used to share holiday snaps and plan birthday parties with existing friends far more than it is to meet new people. It's a true social network'  the <em>only </em>true social networking site  because it exists almost exclusively as an extension of, and facilitator of, people's real-life social lives.</p>
<p>There's nothing wrong with this. Facebook demonstrates that many people  probably the majority  are happy interacting online under their real names, and have no great desire to adopt a second persona or make contact with strangers who share their interests.</p>
<p><img src="http://ravcasleygera.files.wordpress.com/2010/08/demand.png?w=160&amp;h=250" border="0" /> But at the same time, the continued success of self-publishing services like Flickr and Twitter shows that there remains a substantial demand for services which let you broadcast to the whole world, rather than just your own social contacts, and which let you adopt a second identity to enable you to say things you daren't with your first. The success of Twitter, in particular, shows the power of this freedom  many people I know joined Twitter with a username based on their real name, before adopting a name that's less identifying to free them to be silly or profane.</p>
<p>Millions of people have a non-identifying username which unites their online publishing activity on a host of services: <a title="Tumblr" rel="homepage" href="http://tumblr.com">Tumblr</a>, Twitter, Flickr, YouTube, as well as endless comment forums. Each of these sites has its own flourishing communities.</p>
<p>But here's the thing. Facebook is so popular because it enables you to see what your friends are up to, across all different media, in one place. That's why Facebook, while technically inferior to Flickr as a photo-sharing site, is now the biggest photo-sharing site in the world  it's convenient to share photos with the network you've already built.</p>
<p>But in the wider world of Web 2.0 services, there's no united network. My Flickr contacts can see my photos, but not my tweets; my blog subscribers can't see my YouTube uploads. Each service provides tools for finding your connections on other services, but it's laborious  and you still have to visit each separate site to see what your contacts are up to. I check Facebook every morning, and frequently again later in the day. It takes a few minutes.</p>
<p>If I checked Twitter, Tumblr, YouTube, Flickr and Vimeo every <span style="font-size:13.2px">morning to see what all those I follow were up to, it'd take an hour or more.</span></p>
<p><img src="http://ravcasleygera.files.wordpress.com/2010/08/hour1.png?w=150&amp;h=320" border="0" /> </p>
<p>What's needed is a portal which lets us conveniently and easily see what all those we follow are up to across the different web publishing services: to add social networking to social publishing. And it's needed for more than just convenience. As Facebook's power grows, there's an increasing danger that the convenience if offers will lead people to abandon other services and simply share through Facebook. Already I find myself clicking the Like' button where before I would have Dugg' a web page, or shared it on Twitter, because it's so damn easy. If young people joining the internet get in the habit of doing everything through Facebook, the whole idea of distributed Web 2.0 services  and of the freedom to adopt a second persona online  could wither on the vine.<br>
</p>
<h3>More than the stream</h3>
<p>The most successful attempt at this so far has been <a title="FriendFeed" rel="homepage" href="http://friendfeed.com/">Friendfeed</a>. The site, launched in 2007, does a pretty good job of aggregation'  pulling in your contacts' activity on various web services into a single stream. Friendfeed was bought by  you guessed it  Facebook in 2009, and development of the site has basically ceased while its former owners are put to work on its parent's site. But even if it hadn't been effectively abandoned, Friendfeed has serious limitations. To follow a contact, they need to have signed up for the service themselves, rendering it useless for those whose contacts aren't signed up yet. It's ugly, better suited to sharing text-based items like tweets than photos and videos, and it displays links rather than whole entries for blog posts.</p>
<p>Moreover, Friendfeed offers you your contacts' content in a single stream, with photos and blog posts jumbled up with tweets and bookmarks. To be easily useable, a new aggregation service needs to be smarter, automatically separating material of long-term interest like blog posts and new batches of Flickr photographs from short-term material like tweets and <a title="Twitpic" rel="homepage" href="http://twitpic.com">TwitPic</a> photographs, and showing them differently.</p>
<p>What's more, Friendfeed offers <em>only</em> aggregation. It does have rudimentary social networking features like messaging and groups, but they're secondary  the focus is on, as the name implies, the feed.'</p>
<p>Let me sketch out what's needed from this new social network.</p>
<ol>
<li>Users should be able to sign up using any of the services they wish to include, if those services offer a system for signing up to other websites (like Twitter, for example).</li>
<li>When a user adds a service to the site, they should see the entries of all the people they follow on that site in their unified feed, whether or not those they follow have joined the site. (This will depend on the service in question's API, but should generally be possible). For example, I should see all my Twitter contacts regardless of whether they've joined the site themselves.</li>
<li>Where the same person is a contact on two services, but they're not a member of the site, the site should suggest joining them together into a single virtual contact' based on username (so for example, my friend Joethedough's <a href="http://joethedough.tumblr.com">Tumblr</a> and <a href="http://twitter.com/joethedough">Twitter</a>, which share a username, would be suggested as a virtual contact for me to approve). If that user then joined the site and connected the different services themselves, the virtual contact would be upgraded' to a real one.</li>
<li>The service should smartly separate long-form content and display it in a different, less-frequently-changing area to the main feed. For example, if a contact uploaded a single Flickr photo, it'd go in the feed, but if they uploaded a set of 50, it'd go in the long-term section.</li>
<li>Users should be able to filter the feed in advanced ways, limiting it to a single service, type of service (photos/videos/blogs/etc), or by groups of contacts. Service-based contact groups like Twitter lists would be imported and you could add to them on the site. For example, I have a Twitter list of tech journalists; on our new social network, this would show me not just their tweets but their Flickr accounts and blog posts.</li>
<li>As well as sucking in information <em>from</em> various services, users should be able to write information<em> to</em> those services from the service. If you want to add a short message to your profile, for example, you'll be able to post to Twitter from the service, adding the message both to your Twitter profile and to your aggregated service profile. Not using a particular service yet? You can sign up, with one click, without leaving the social network site, with an account based on your existing username and password there.</li>
<li>Users should have a profile' showing their own feed, and long-term content area, for all the services they've added. They should have considerable control over the colours, fonts etc of the profile (but they should <em>not</em> be able to dump in random HTML, <a href="http://myspace.com">MySpace</a>-style).</li>
<li>A user's profile should be able to function as their OpenID provider, giving people a common, effective hub' to use as their online identity across the web (and acting as a counterweight to <a href="http://ravcasleygera.wordpress.com/2010/08/15/how-the-age-of-facebook-will-be-different-and-how-it-wont-be/">the growth of Facebook login</a>).</li>
<li>Users should be able to message each other, form groups, organise events, and do all the additional things which social networks enable. Ideally these too would be based on external services, with users able to (for example) email each other at their registered email addresses through the site, or organise events through a sevice such as <a href="http://eventbrite.com">EventBrite</a>.</li>
</ol>
<p>Ideally, this service wouldn't need to store or produce <em>any information whatsoever</em> on its own systems, besides the basic network of users and their connected services. Everything else would be done through external services that users had connected.</p>
<p>None of this, to the best of my limited technical knowledge, is beyond the current potential of services' APIs  the systems by which they let different web services talk to each other (for example, Twitter apps like <a href="http://tweetdeck.com">TweetDeck</a> use Twitter's API to read and write information). But put it all together, and you have a recipe for a fast-growing, super-useful site that could provide the natural balance to Facebook. Each morning, you'd look at Facebook to see what your real-life friends are up to, and our new site to see what your virtual friends are up to. Just as your Facebook profile is becoming a hub for your real-name online activity, your profile on this site this would become a hub for your online identity, perfect for putting in email signatures or on address cards.</p>
<p>You'll notice I haven't said anything about privacy. Facebook's complex and often-changing privacy features have put privacy issues at the heart of the debate about social networking. But for this project, I don't see it as a top priority. Users should probably have the ability to show parts of their profile to only certain people, and information imported from external services should be subject to any privacy controls the user has applied on that external service.</p>
<p>But when you look at the services this network would be designed to aggregate, you find their privacy features are basic and rarely used. Only a very small proportion of Twitter users protect their tweets, and only a small proportion of Flickr users post private photographs. These services are really about publishing  in the literal sense of making things public, submitting them to be found and enjoyed by the world. It's normal to follow strangers, and be followed by strangers, on Twitter. That's why it's so vital this new service allows people to mask their real identities  frankly, that ought to be privacy protection enough, at least at the start.</p>
<h3>Why existing services won't do</h3>
<p>There are a range of sites currently vying to be people's online hub. But none of them will do:</p>
<p><strong>1. Facebook</strong>.</p>
<p>Facebook actually does aggregation very well; its Platform API makes it easy for services to create applications to suck your tweets, photos and blog posts into your News Feed. Indeed, Facebook's attractive previews of links in messages, and embedding of videos and photos, makes it a better displayer of someone's tweets than Twitter itself. And, with its recent moves to encourage users to share more information publicly, it's making a wholesale bid to be the centre of people's online lives as it is the online centre of the offline lives.</p>
<p>But Facebook's networks are, and will always be, based around real-life connections. Most people  with some notable exceptions  don't want accumulate hundreds of random strangers as Facebook friends' the way they do Twitter followers. And there remains the problem of Facebook requiring people to use their real names.</p>
<p>The recent introduction of Facebook Pages, which are automatically public and well suited to aggregating information, provides a partial answer. But while actors, musicians and politicians  and even some journalists  might find it appropriate to complement their personal profile with a public Page, most people find the idea nonsensical. And Facebook has recently increased its restrictions on the names users can give to Pages, making them no more psuedonym-friendly than personal profiles.</p>
<p>What's more, part of the purpose of a new social network would precisely be to counterbalance Facebook, which is acquiring a degree of dominance many find disquieting.</p>
<p><strong>2. Google.</strong></p>
<p>Google's Buzz' was generally tagged as a Twitter rival when it was launched earlier this year, but it's fair to say it's also intended as an aggregator  it can automatically import Blogger blog posts, YouTube videos, and Twitter posts. But its appearance is heavily text-based, and it doesn't feel like it's committed to aggregation  there's no reason to believe that Google would want to enable users to import content from the video site Vimeo, for example, as it's a direct competitor to YouTube, and the same applies for WordPress in relation to Blogger. It doesn't even import RSS feeds, which is pretty much the baseline feature for a decent aggregator.</p>
<p>Google is gearing up to incorporate Buzz into a new, expanded social network, a full-on Facebook competitor, later this year. But the signs are that rather than complementing Facebook's focus on real-life relationships, Google will seek to beat them at their own game. A <a href="http://www.skepticgeek.com/socialweb/googlers-take-on-social-networking-reveals-chinks-in-facebooks-armor/">recent presentation</a> by Google employee Paul Adams, who's believed to be working on Google's putative social network, focused on how online networking can be made to more closely mirror our offline day-to-day activity. It's well worth a look at, and it suggests Google Me' might be really useful. But it's not an answer to this problem, which is not about interacting with your offline social network, but precisely about building new communities  and connecting new ones  online.</p>
<p><strong>3. MySpace.</strong></p>
<p><img src="http://ravcasleygera.files.wordpress.com/2010/08/myspace.png?w=160&amp;h=351" border="0" /> Once upon a time, MySpace fulfilled just this function  people's public-facing home on the web, a place where bands, celebrities, microcelebrities and regular folk mingled and connected. Had MySpace seized on its potential as people's public-facing alternative to their Facebook profile, and quickly wired in advanced, attractive aggregation, it might have had a chance. (Imagine for a minute if MySpace, not Facebook, had bought Friendfeed, and launched a radically overhauled service with aggregation at its core. Wouldn't that have been something?)</p>
<p>But services with 250 million users don't tend to carry out radical overhauls, especially when they're owned by irascible conservative media tycoons. And MySpace has now fallen so far, in user visits and above all in prestige, it's simply impossible how they could experience any sort of renaissance. Besides, the latest plan for reviving the site is pretty much the opposite of what I'm describing, focused not on social media but on centralised traditional media like TV shows and record-company-approved music.</p>
<p><strong>4. Twitter.</strong></p>
<p>By rights, Twitter should be considered one of the many services to be aggregated by a new social network, a self-publishing platform like Flickr or WordPress. But there are signs that Twitter is becoming, almost by default, the leading aggregator of people's content  most services offer tools to automatically update Twitter when there's a new photo upload/blog post/video, and it's common to look at a friend's Twitter feed and see their actual messages outnumbered by auto-generated announcements of new content on other services.</p>
<p>The problem is that as an aggregator, Twitter is really, really bad. An entirely text-based service, it's useless at showing links, photos or videos. A whole industry  link-shortening services  has sprung up to deal with its inability to handle long links. And it's also not much of a social network: there's no capacity for groups, event management or messaging of more than 140 characters.</p>
<p><strong>5. Diaspora.</strong></p>
<p>The young developers behind a new social network project called <a href="http://www.joindiaspora.com/">Disapora</a> got a lot of attention earlier this year, becoming the focus of attention of the growing mass of people seeking an alternative to Facebook and its (supposedly) cavalier attitude to privacy. The four young men are smart and idealistic, and Diaspora sounds like a great idea. But I strongly suspect it's doomed to fail.</p>
<p>Diaspora's founding principle is that no central hub should be required for people to communicate with each other. They're proposing that users have their own node,' installed on their own server, which can channel information from different web services to their contacts. It's a good idea. But it's impossible to think that a service that requires users to install software on their own server will ever reach beyond a narrow tech audience.</p>
<p>Of course, a central site could offer hosted nodes,' much as WordPress.com offers the experience of a self-hosted WordPress installation on a central site. But nothing I've heard from Diaspora so far suggests this service will allow for the kind of richly multimedia and easy-to-set-up profiles and feeds this service will need to take off.</p>
<p>To provide a really good experience, I think this has to be a centralised, hosted service from the off. That does make it reliant on one company, but because the information being shared isn't stored on the service  just on whichever external service the user adds it to  there's minimal risk of data being lost if the service disappeared overnight.</p>
<p>It's also not clear how focused Diaspora are on easy aggregation from other web services. Right now their focus seems to be on building an internal structure for sharing messages, links etc. And, Diaspora's system appears to be based on symmetrical' relationships  that is, user A and user B have to agree to friend' each other to see each other's content. This new service should be based around asymmetrical' relationships, as used by Twitter, Tumblr, Flickr and most Web 2.0 services, where following' someone's content doesn't require them to follow' you back.</p>
<p>So far, Diaspora seems to be intended as an alternative to Facebook, a tool for messaging and content sharing, for the tech-savvy  not unlike a decentralised Pownce. Good luck to them, but it's not what most users are looking for.</p>
<p><strong>6. VIRB.</strong></p>
<p>Possibly the most worrying precedent for this new social network would be <a href="http://virb.com">VIRB</a>. The little-known social network was launched in 2007, aimed at attracting web-savvy creative types  the same types who were fleeing MySpace in droves, but weren't attracted to Facebook. It offered aggregation of external services, messaging, groups, attractive profiles with design tools, and many of the things this new social network all to have.</p>
<p>And it failed. Earlier this year, VIRB announced a total change of strategy, shifting from a social-network model to one of simple website provider. Users were invited to convert their profiles to standalone sites, and pay a monthly fee for them. The direction Virb was headed, just wasn't working for anyone  especially our users, explained founder Brad Smith in <a href="http://team.virb.com/post/652808456/hello-website">a blog post</a>. It was time we made an epic course correction, allowing our product to regain pertinence. Virb is not an answer to those seeking a Facebook alternative or a better-looking MySpace.</p>
<p>Pretty depressing stuff. But though VIRB got a lot right  the importance of allowing users to style their profiles without letting them make them hideously ugly, for example  it just didn't offer a rich enough experience to grow. Setting up a profile was pretty laborious, with profile information needing to be entered and decisions required about layout and theme. Aggregation was basic, with only a FriendFeed-style text-based list of aggregated material and no photo or video previews. And while you could aggregate all your services to your profile page, only certain services  Flickr, blogs and Twitter, if I recall correctly  could be properly integrated with the site so your contacts were aware when you'd imported new material.</p>
<p>Above all, what all these services have in common is that they require users to rebuild their contact lists on the site. The most crucial aspect of this new service should be that you don't have to do that  each time you import a service, you import your contacts from that service, and the service helps with connecting the various profiles of a contact into a single presence in my network, even if that person hasn't signed up for the site themselves yet. This means people could begin using the site every day as their social media hub even before their contacts join, preventing the user-inertia problem that's killed so many aspiring social networks at birth.</p>
<h3>If you build it, they will come</h3>
<p>Tech is a business, and services aren't built simply because some blogger sees the need for them. But I'm convinced that a service such as this could be a viable concern. If getting started was easy enough, it could quickly become the chief place users go to check their contact's online activity outside Facebook  giving decent potential for advertising without extravagant costs for servers, R&amp;D, staff, etc.</p>
<p>Who'll build it? Well, in the industry of a thousand startups, it could be anyone. But here's an idea. Every major, independently-owned social publishing platform  Twitter, Tumblr, Vimeo, <a href="http://foursquare.com">FourSquare </a> is threatened by the growing domination of Facebook and by the trend towards sharing with real-life contacts replacing social publishing. So why not work together?  Each are small companies, but each could spare a little engineering time. Smaller companies still, who could stand to gain most from being plugged in to a service with built-in users, could contribute smaller amounts of time. These businesses could help the new startup get funding (and, of course, benefit from the ultimate advertising revenue). Users, eager to have a central home for their online identities  and just one site to check in the morning after email and Facebook  could make donations to help get things started, much as they did earlier this year for Diaspora.</p>
<p>Am I crazy? Probably. But you only need to look at <a href="http://edition.cnn.com/2010/TECH/social.media/08/19/cashmore.facebook.places/index.html">the flurry of press</a> surrounding the threat Facebook's new Places feature poses to Foursquare to see that the community of independent social services need to do <em>something</em> to combat the ever-growing Zuckerberg empire. By banding together  maintaining their separate communities but adding a service that lets their users meet each other and subscribe to each other's additional services  they can carve out a strong second network of social activity on the web to rival Facebook's. A user who thinks they need to check their Flickr, Twitter and Tumblr contacts' activity is likely to give up, not bother and just check Facebook.</p>
<p>Above all, users need this. What Facebook has done in helping people use the web to enhance their offline lives is admirable and valuable. But, if the social web is to fulfil its true potential as a place for people to connect and grow, to share interests and experiences, and to be creative, there <em>must</em> be a strong network of places where users can publish and network <em>without using their real names</em>.</p>
<p>Eric Schmidt of Google <a href="http://www.belfasttelegraph.co.uk/lifestyle/technology-gadgets/google-boss-eric-schmidts-warning-over-online-privacy-14914768.html">made headlines earlier this week</a> when he predicted that, in the future, it would be routine for young adults to change their names to disassociate themselves from all the embarrassing youthful indiscretions recorded online in photos, videos and status updates. But you don't have these problems if people are free to use a pseudonym. And as well as reducing privacy problems, you get more interesting content put online. There's ample evidence that when forced to use their real name online, people are far more circumspect about how they interact and what they publish.</p>
<p>The web helps us do many important, everyday things  shopping, organising events, sharing memories. These are great, and important. But much of the most exciting potential of the web lies in exploring interests and communities  and building identities  outside the boundaries of our real' lives. For that area of the web to survive and thrive, we need a new, public social network where people aren't restricted. I don't know what the name should be, but I can think of a slogan  Be yourself.</p>
<br>Filed under: <a href="http://ravcasleygera.wordpress.com/category/themes/technology/">Technology</a> Tagged: <a href="http://ravcasleygera.wordpress.com/tag/facebook/">facebook</a>, <a href="http://ravcasleygera.wordpress.com/tag/flickr/">Flickr</a>, <a href="http://ravcasleygera.wordpress.com/tag/friendfeed/">Friendfeed</a>, <a href="http://ravcasleygera.wordpress.com/tag/social-network/">Social network</a>, <a href="http://ravcasleygera.wordpress.com/tag/social-network-service/">Social network service</a>, <a href="http://ravcasleygera.wordpress.com/tag/twitter/">twitter</a>, <a href="http://ravcasleygera.wordpress.com/tag/web-2-0/">web 2.0</a>, <a href="http://ravcasleygera.wordpress.com/tag/youtube/">YouTube</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ravcasleygera.wordpress.com/2067/"><img src="http://feeds.wordpress.com/1.0/comments/ravcasleygera.wordpress.com/2067/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ravcasleygera.wordpress.com/2067/"><img src="http://feeds.wordpress.com/1.0/delicious/ravcasleygera.wordpress.com/2067/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ravcasleygera.wordpress.com/2067/"><img src="http://feeds.wordpress.com/1.0/facebook/ravcasleygera.wordpress.com/2067/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ravcasleygera.wordpress.com/2067/"><img src="http://feeds.wordpress.com/1.0/twitter/ravcasleygera.wordpress.com/2067/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ravcasleygera.wordpress.com/2067/"><img src="http://feeds.wordpress.com/1.0/stumble/ravcasleygera.wordpress.com/2067/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ravcasleygera.wordpress.com/2067/"><img src="http://feeds.wordpress.com/1.0/digg/ravcasleygera.wordpress.com/2067/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ravcasleygera.wordpress.com/2067/"><img src="http://feeds.wordpress.com/1.0/reddit/ravcasleygera.wordpress.com/2067/" border="0" /> </a> <img src="http://stats.wordpress.com/b.gif?host=ravcasleygera.wordpress.com&amp;blog=11943656&amp;post=2067&amp;subd=ravcasleygera&amp;ref=&amp;feed=1" border="0" /> <br><br><a href="http://www.filome.com/key/services" >services</a> <a href="http://search.twitter.com/search?q=%22services%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/services.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/facebook" >facebook</a> <a href="http://search.twitter.com/search?q=%22facebook%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/facebook.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social" >social</a> <a href="http://search.twitter.com/search?q=%22social%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/service" >service</a> <a href="http://search.twitter.com/search?q=%22service%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/service.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter" >twitter</a> <a href="http://search.twitter.com/search?q=%22twitter%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/services" >services</a> <a href="http://search.twitter.com/search?q=%22services%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/services.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/facebook" >facebook</a> <a href="http://search.twitter.com/search?q=%22facebook%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/facebook.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social" >social</a> <a href="http://search.twitter.com/search?q=%22social%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/service" >service</a> <a href="http://search.twitter.com/search?q=%22service%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/service.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter" >twitter</a> <a href="http://search.twitter.com/search?q=%22twitter%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/site" >site</a> <a href="http://search.twitter.com/search?q=%22site%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/site.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/users" >users</a> <a href="http://search.twitter.com/search?q=%22users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/users.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/network" >network</a> <a href="http://search.twitter.com/search?q=%22network%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/network.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real" >real</a> <a href="http://search.twitter.com/search?q=%22real%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/online" >online</a> <a href="http://search.twitter.com/search?q=%22online%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/online.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/flickr" >flickr</a> <a href="http://search.twitter.com/search?q=%22flickr%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/flickr.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/contacts" >contacts</a> <a href="http://search.twitter.com/search?q=%22contacts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/contacts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/profile" >profile</a> <a href="http://search.twitter.com/search?q=%22profile%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/profile.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/based" >based</a> <a href="http://search.twitter.com/search?q=%22based%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/based.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/content" >content</a> <a href="http://search.twitter.com/search?q=%22content%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/content.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/photos" >photos</a> <a href="http://search.twitter.com/search?q=%22photos%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/photos.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/contact" >contact</a> <a href="http://search.twitter.com/search?q=%22contact%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/contact.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/need" >need</a> <a href="http://search.twitter.com/search?q=%22need%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/need.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/aggregation" >aggregation</a> <a href="http://search.twitter.com/search?q=%22aggregation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/aggregation.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information" >information</a> <a href="http://search.twitter.com/search?q=%22information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/user" >user</a> <a href="http://search.twitter.com/search?q=%22user%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/user.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/example" >example</a> <a href="http://search.twitter.com/search?q=%22example%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/example.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/lives" >lives</a> <a href="http://search.twitter.com/search?q=%22lives%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/lives.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sharing" >sharing</a> <a href="http://search.twitter.com/search?q=%22sharing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sharing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/publishing" >publishing</a> <a href="http://search.twitter.com/search?q=%22publishing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/publishing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog" >blog</a> <a href="http://search.twitter.com/search?q=%22blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/friendfeed" >friendfeed</a> <a href="http://search.twitter.com/search?q=%22friendfeed%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/friendfeed.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/feed" >feed</a> <a href="http://search.twitter.com/search?q=%22feed%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/feed.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/diaspora" >diaspora</a> <a href="http://search.twitter.com/search?q=%22diaspora%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/diaspora.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/videos" >videos</a> <a href="http://search.twitter.com/search?q=%22videos%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/videos.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/life" >life</a> <a href="http://search.twitter.com/search?q=%22life%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/life.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/privacy" >privacy</a> <a href="http://search.twitter.com/search?q=%22privacy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/privacy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/myspace" >myspace</a> <a href="http://search.twitter.com/search?q=%22myspace%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/myspace.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tweets" >tweets</a> <a href="http://search.twitter.com/search?q=%22tweets%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tweets.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/share" >share</a> <a href="http://search.twitter.com/search?q=%22share%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/share.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/posts" >posts</a> <a href="http://search.twitter.com/search?q=%22posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/activity" >activity</a> <a href="http://search.twitter.com/search?q=%22activity%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/activity.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/potential" >potential</a> <a href="http://search.twitter.com/search?q=%22potential%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/potential.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/name" >name</a> <a href="http://search.twitter.com/search?q=%22name%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/name.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/youtube" >youtube</a> <a href="http://search.twitter.com/search?q=%22youtube%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/youtube.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/world" >world</a> <a href="http://search.twitter.com/search?q=%22world%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/world.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/easy" >easy</a> <a href="http://search.twitter.com/search?q=%22easy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/easy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/networking" >networking</a> <a href="http://search.twitter.com/search?q=%22networking%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/networking.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tumblr" >tumblr</a> <a href="http://search.twitter.com/search?q=%22tumblr%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tumblr.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/different" >different</a> <a href="http://search.twitter.com/search?q=%22different%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/different.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/single" >single</a> <a href="http://search.twitter.com/search?q=%22single%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/single.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/groups" >groups</a> <a href="http://search.twitter.com/search?q=%22groups%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/groups.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/public" >public</a> <a href="http://search.twitter.com/search?q=%22public%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/public.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/second" >second</a> <a href="http://search.twitter.com/search?q=%22second%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/second.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/external" >external</a> <a href="http://search.twitter.com/search?q=%22external%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/external.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/profiles" >profiles</a> <a href="http://search.twitter.com/search?q=%22profiles%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/profiles.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/virb" >virb</a> <a href="http://search.twitter.com/search?q=%22virb%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/virb.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/friends" >friends</a> <a href="http://search.twitter.com/search?q=%22friends%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/friends.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/photo" >photo</a> <a href="http://search.twitter.com/search?q=%22photo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/photo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/media" >media</a> <a href="http://search.twitter.com/search?q=%22media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pretty" >pretty</a> <a href="http://search.twitter.com/search?q=%22pretty%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pretty.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/year" >year</a> <a href="http://search.twitter.com/search?q=%22year%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/year.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/themselves" >themselves</a> <a href="http://search.twitter.com/search?q=%22themselves%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/themselves.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/links" >links</a> <a href="http://search.twitter.com/search?q=%22links%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/links.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/earlier" >earlier</a> <a href="http://search.twitter.com/search?q=%22earlier%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/earlier.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/idea" >idea</a> <a href="http://search.twitter.com/search?q=%22idea%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/idea.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/import" >import</a> <a href="http://search.twitter.com/search?q=%22import%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/import.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/username" >username</a> <a href="http://search.twitter.com/search?q=%22username%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/username.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/strangers" >strangers</a> <a href="http://search.twitter.com/search?q=%22strangers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/strangers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/launched" >launched</a> <a href="http://search.twitter.com/search?q=%22launched%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/launched.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wordpress" >wordpress</a> <a href="http://search.twitter.com/search?q=%22wordpress%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wordpress.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/connect" >connect</a> <a href="http://search.twitter.com/search?q=%22connect%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/connect.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/communities" >communities</a> <a href="http://search.twitter.com/search?q=%22communities%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/communities.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/email" >email</a> <a href="http://search.twitter.com/search?q=%22email%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/email.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/together" >together</a> <a href="http://search.twitter.com/search?q=%22together%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/together.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/names" >names</a> <a href="http://search.twitter.com/search?q=%22names%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/names.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/check" >check</a> <a href="http://search.twitter.com/search?q=%22check%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/check.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/central" >central</a> <a href="http://search.twitter.com/search?q=%22central%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/central.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/small" >small</a> <a href="http://search.twitter.com/search?q=%22small%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/small.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/problem" >problem</a> <a href="http://search.twitter.com/search?q=%22problem%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/problem.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/offline" >offline</a> <a href="http://search.twitter.com/search?q=%22offline%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/offline.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/messages" >messages</a> <a href="http://search.twitter.com/search?q=%22messages%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/messages.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/outside" >outside</a> <a href="http://search.twitter.com/search?q=%22outside%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/outside.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/growing" >growing</a> <a href="http://search.twitter.com/search?q=%22growing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/growing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/enable" >enable</a> <a href="http://search.twitter.com/search?q=%22enable%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/enable.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/existing" >existing</a> <a href="http://search.twitter.com/search?q=%22existing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/existing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/alternative" >alternative</a> <a href="http://search.twitter.com/search?q=%22alternative%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/alternative.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/aggregator" >aggregator</a> <a href="http://search.twitter.com/search?q=%22aggregator%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/aggregator.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/adopt" >adopt</a> <a href="http://search.twitter.com/search?q=%22adopt%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/adopt.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/attractive" >attractive</a> <a href="http://search.twitter.com/search?q=%22attractive%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/attractive.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/experience" >experience</a> <a href="http://search.twitter.com/search?q=%22experience%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/experience.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/needed" >needed</a> <a href="http://search.twitter.com/search?q=%22needed%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/needed.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tech" >tech</a> <a href="http://search.twitter.com/search?q=%22tech%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tech.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/material" >material</a> <a href="http://search.twitter.com/search?q=%22material%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/material.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/term" >term</a> <a href="http://search.twitter.com/search?q=%22term%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/term.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/messaging" >messaging</a> <a href="http://search.twitter.com/search?q=%22messaging%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/messaging.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/automatically" >automatically</a> <a href="http://search.twitter.com/search?q=%22automatically%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/automatically.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/text" >text</a> <a href="http://search.twitter.com/search?q=%22text%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/text.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/morning" >morning</a> <a href="http://search.twitter.com/search?q=%22morning%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/morning.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/joined" >joined</a> <a href="http://search.twitter.com/search?q=%22joined%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/joined.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/whole" >whole</a> <a href="http://search.twitter.com/search?q=%22whole%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/whole.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/focus" >focus</a> <a href="http://search.twitter.com/search?q=%22focus%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/focus.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/identities" >identities</a> <a href="http://search.twitter.com/search?q=%22identities%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/identities.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/offers" >offers</a> <a href="http://search.twitter.com/search?q=%22offers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/offers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/vimeo" >vimeo</a> <a href="http://search.twitter.com/search?q=%22vimeo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/vimeo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/identity" >identity</a> <a href="http://search.twitter.com/search?q=%22identity%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/identity.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/connected" >connected</a> <a href="http://search.twitter.com/search?q=%22connected%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/connected.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/virtual" >virtual</a> <a href="http://search.twitter.com/search?q=%22virtual%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/virtual.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/offer" >offer</a> <a href="http://search.twitter.com/search?q=%22offer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/offer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blogger" >blogger</a> <a href="http://search.twitter.com/search?q=%22blogger%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blogger.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/post" >post</a> <a href="http://search.twitter.com/search?q=%22post%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/post.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social network" >social network</a> <a href="http://search.twitter.com/search?q=%22social network%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social network.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real life" >real life</a> <a href="http://search.twitter.com/search?q=%22real life%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real life.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new social" >new social</a> <a href="http://search.twitter.com/search?q=%22new social%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new social.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog posts" >blog posts</a> <a href="http://search.twitter.com/search?q=%22blog posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social networking" >social networking</a> <a href="http://search.twitter.com/search?q=%22social networking%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social networking.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real name" >real name</a> <a href="http://search.twitter.com/search?q=%22real name%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real name.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/text based" >text based</a> <a href="http://search.twitter.com/search?q=%22text based%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/text based.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/web services" >web services</a> <a href="http://search.twitter.com/search?q=%22web services%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/web services.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/external services" >external services</a> <a href="http://search.twitter.com/search?q=%22external services%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/external services.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social publishing" >social publishing</a> <a href="http://search.twitter.com/search?q=%22social publishing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social publishing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/photos videos" >photos videos</a> <a href="http://search.twitter.com/search?q=%22photos videos%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/photos videos.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new service" >new service</a> <a href="http://search.twitter.com/search?q=%22new service%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new service.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter tumblr" >twitter tumblr</a> <a href="http://search.twitter.com/search?q=%22twitter tumblr%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter tumblr.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real lives" >real lives</a> <a href="http://search.twitter.com/search?q=%22real lives%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real lives.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/second persona" >second persona</a> <a href="http://search.twitter.com/search?q=%22second persona%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/second persona.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/different web" >different web</a> <a href="http://search.twitter.com/search?q=%22different web%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/different web.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/long term" >long term</a> <a href="http://search.twitter.com/search?q=%22long term%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/long term.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/virtual contact" >virtual contact</a> <a href="http://search.twitter.com/search?q=%22virtual contact%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/virtual contact.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/rather than" >rather than</a> <a href="http://search.twitter.com/search?q=%22rather than%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/rather than.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real names" >real names</a> <a href="http://search.twitter.com/search?q=%22real names%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real names.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social networks" >social networks</a> <a href="http://search.twitter.com/search?q=%22social networks%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social networks.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/facebook profile" >facebook profile</a> <a href="http://search.twitter.com/search?q=%22facebook profile%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/facebook profile.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/name online" >name online</a> <a href="http://search.twitter.com/search?q=%22name online%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/name online.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/online activity" >online activity</a> <a href="http://search.twitter.com/search?q=%22online activity%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/online activity.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/offline lives" >offline lives</a> <a href="http://search.twitter.com/search?q=%22offline lives%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/offline lives.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/publishing platform" >publishing platform</a> <a href="http://search.twitter.com/search?q=%22publishing platform%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/publishing platform.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blog post" >blog post</a> <a href="http://search.twitter.com/search?q=%22blog post%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blog post.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/own server" >own server</a> <a href="http://search.twitter.com/search?q=%22own server%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/own server.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/central site" >central site</a> <a href="http://search.twitter.com/search?q=%22central site%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/central site.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social media" >social media</a> <a href="http://search.twitter.com/search?q=%22social media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/public facing" >public facing</a> <a href="http://search.twitter.com/search?q=%22public facing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/public facing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/external service" >external service</a> <a href="http://search.twitter.com/search?q=%22external service%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/external service.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/small proportion" >small proportion</a> <a href="http://search.twitter.com/search?q=%22small proportion%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/small proportion.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/organise events" >organise events</a> <a href="http://search.twitter.com/search?q=%22organise events%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/organise events.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/privacy features" >privacy features</a> <a href="http://search.twitter.com/search?q=%22privacy features%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/privacy features.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tweets than" >tweets than</a> <a href="http://search.twitter.com/search?q=%22tweets than%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tweets than.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/publishing services" >publishing services</a> <a href="http://search.twitter.com/search?q=%22publishing services%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/publishing services.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/photo sharing" >photo sharing</a> <a href="http://search.twitter.com/search?q=%22photo sharing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/photo sharing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sharing site" >sharing site</a> <a href="http://search.twitter.com/search?q=%22sharing site%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sharing site.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/self publishing" >self publishing</a> <a href="http://search.twitter.com/search?q=%22self publishing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/self publishing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/true social" >true social</a> <a href="http://search.twitter.com/search?q=%22true social%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/true social.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/second identity" >second identity</a> <a href="http://search.twitter.com/search?q=%22second identity%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/second identity.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/life friends" >life friends</a> <a href="http://search.twitter.com/search?q=%22life friends%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/life friends.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/check facebook" >check facebook</a> <a href="http://search.twitter.com/search?q=%22check facebook%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/check facebook.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/through facebook" >through facebook</a> <a href="http://search.twitter.com/search?q=%22through facebook%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/through facebook.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/user adds" >user adds</a> <a href="http://search.twitter.com/search?q=%22user adds%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/user adds.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/site themselves" >site themselves</a> <a href="http://search.twitter.com/search?q=%22site themselves%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/site themselves.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/write information" >write information</a> <a href="http://search.twitter.com/search?q=%22write information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/write information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/services offer" >services offer</a> <a href="http://search.twitter.com/search?q=%22services offer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/services offer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/friendfeed offers" >friendfeed offers</a> <a href="http://search.twitter.com/search?q=%22friendfeed offers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/friendfeed offers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/contacts activity" >contacts activity</a> <a href="http://search.twitter.com/search?q=%22contacts activity%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/contacts activity.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/single stream" >single stream</a> <a href="http://search.twitter.com/search?q=%22single stream%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/single stream.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/online identity" >online identity</a> <a href="http://search.twitter.com/search?q=%22online identity%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/online identity.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new social network" >new social network</a> <a href="http://search.twitter.com/search?q=%22new social network%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new social network.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real name online" >real name online</a> <a href="http://search.twitter.com/search?q=%22real name online%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real name online.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/real life friends" >real life friends</a> <a href="http://search.twitter.com/search?q=%22real life friends%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/real life friends.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/photo sharing site" >photo sharing site</a> <a href="http://search.twitter.com/search?q=%22photo sharing site%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/photo sharing site.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Sun, 05 Sep 2010 15:45:23 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,5</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>No Crackdown but Questions in Europe About Data Protection and the Cloud</title>
         <link>http://feedproxy.google.com/~r/readwriteweb/~3/M-Tdw8Ov4fE/tension-are-increasing-in-euro.php</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/Rp9epjK5sBzeqW">ReadWriteWeb</a><br> First shared  by - <a href="http://www.filome.com/christomer">christomer</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><img src="http://www.readwriteweb.com/cloud/assets_c/2010/09/eulogo-thumb-150x97-21548.jpeg" border="0" /> German authorities have recently expressed skepticism about cloud computing and the potential it has for breaking data protection laws.</p>

<p>According to the <a href="http://www.infolawgroup.com/2010/08/articles/eu-1/european-reservations/">Information Law Group</a>, there is no imminent danger of a European crackdown but legal experts are advising international companies to address the potential concerns in their planning and operations.</p>
<p align="right"><em>Sponsor</em><br><a href="http://d.ads.readwriteweb.com/ck.php?n=21646&amp;cb=21646"><img src="http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=21646&amp;n=21646" border="0" /> </a></p>

<p>The controversy stems from Dr. Thilo Weichert, head of the data protection commission in the northernmost German state of Schleswig-Holstein. Weichert is calling for the abolition of the <a href="http://www.export.gov/safeharbor/">Safe Harbor</a> framework and doubts the ability of companies to protect the rights of Europeans, who enjoy some of the strongest personal privacy laws in the world.</p>

<p>According to the Information Law Group, the Safe Harbor Framework was "developed jointly by the European Commission and the US Department of Commerce, under which American companies can publicly certify compliance with a standard set of Safe Harbor Privacy Principles approved by the European Commission and enforced by American regulators, predominantly the Federal Trade Commission." </p>

<p>The concerns about data privacy are also felt across Europe. Most of the tension arise from how personal data is stored in the Untied States, where privacy laws are less comprehensive.</p>

<p>European law is fairly meticulous on the matter of data privacy. There are a number of ways that a customer needs to be notified about how their information is being processed. The belief is that on many occasions, customers are not informed at all when using SaaS services and cloud computing services. Still, there have been no formal complaints issued against cloud computing providers.</p>

<p>The concerns from Germany do come at a time when Europe is beginning to review data protection laws that have been on the books for the past 15 years. Comments have been submitted to the European Commission, which has decided to push back any ruling until  mid-2011 due to the varying approaches European countries have been taking about data privacy enforcement. According to the Information Law Group, the commission also want to examine how best to apply the general principles of the law in an "increasingly global, networked, and distributed computing environment."</p>

<p>The law group advises companies to make sure they are compliant by "handling European employee data in centralized enterprise resource management systems or outsourced applications."</p>

<p>Outsourced applications could be any variety of services. But due to the general tone in Europe right now, companies need to make sure cloud computing providers can prove they are compliant. This can be difficult at times as providers are sometimes hesitant about disclosing locations or sub-contractors. If they can't, then it's time to start looking at other options.</p>

<p>Further, the Information Law Group says it's important that customers check to see if United States vendors, including cloud service providers, "are Safe Harbor certified, or alternatively use EU-approved standard contract clauses."</p>

<p>This issue shows again why transparency and standardized policies will be increasingly important to develop in the cloud computing market. European authorities have a reputation for strict data protection requirements. That's not going to change. It's a just a question what effect the law will have on the technology itself as privacy takes center stage.</p>

<p></p>

<p></p>

<p></p>

<p></p>

<p></p>

<p></p>

<p><br>
It's futile in some repsects to demand that data be centralized to</p>
<strong><a href="http://www.readwriteweb.com/cloud/2010/09/tension-are-increasing-in-euro.php#comments-open">Discuss</a></strong><p><iframe src="http://feedads.g.doubleclick.net/~ah/f/bh8m03d07dnj95a0qa1ma5k32c/300/250?ca=1&amp;fh=280#http%3A%2F%2Fwww.readwriteweb.com%2Fcloud%2F2010%2F09%2Ftension-are-increasing-in-euro.php" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p><div>
<a href="http://feeds.feedburner.com/~ff/readwriteweb?a=M-Tdw8Ov4fE:QJ3bHq0IPYo:FFnlKYwJmN0"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=FFnlKYwJmN0" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=M-Tdw8Ov4fE:QJ3bHq0IPYo:Ij26kaj3iuU"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=Ij26kaj3iuU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=M-Tdw8Ov4fE:QJ3bHq0IPYo:C2pbw5bZMiI"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=C2pbw5bZMiI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=M-Tdw8Ov4fE:QJ3bHq0IPYo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=M-Tdw8Ov4fE:QJ3bHq0IPYo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=M-Tdw8Ov4fE:QJ3bHq0IPYo:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=M-Tdw8Ov4fE:QJ3bHq0IPYo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=M-Tdw8Ov4fE:QJ3bHq0IPYo:gIN9vFwOqvQ" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=M-Tdw8Ov4fE:QJ3bHq0IPYo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=M-Tdw8Ov4fE:QJ3bHq0IPYo:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=M-Tdw8Ov4fE:QJ3bHq0IPYo:OqabYuBsmOY"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=OqabYuBsmOY" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/readwriteweb/~4/M-Tdw8Ov4fE" border="0" /> <br><br><a href="http://www.filome.com/key/data" >data</a> <a href="http://search.twitter.com/search?q=%22data%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/data.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/european" >european</a> <a href="http://search.twitter.com/search?q=%22european%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/european.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/law" >law</a> <a href="http://search.twitter.com/search?q=%22law%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/law.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/privacy" >privacy</a> <a href="http://search.twitter.com/search?q=%22privacy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/privacy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cloud" >cloud</a> <a href="http://search.twitter.com/search?q=%22cloud%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cloud.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/data" >data</a> <a href="http://search.twitter.com/search?q=%22data%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/data.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/european" >european</a> <a href="http://search.twitter.com/search?q=%22european%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/european.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cloud" >cloud</a> <a href="http://search.twitter.com/search?q=%22cloud%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cloud.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/privacy" >privacy</a> <a href="http://search.twitter.com/search?q=%22privacy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/privacy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/commission" >commission</a> <a href="http://search.twitter.com/search?q=%22commission%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/commission.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/computing" >computing</a> <a href="http://search.twitter.com/search?q=%22computing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/computing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/companies" >companies</a> <a href="http://search.twitter.com/search?q=%22companies%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/companies.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/group" >group</a> <a href="http://search.twitter.com/search?q=%22group%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/group.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/protection" >protection</a> <a href="http://search.twitter.com/search?q=%22protection%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/protection.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information" >information</a> <a href="http://search.twitter.com/search?q=%22information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/harbor" >harbor</a> <a href="http://search.twitter.com/search?q=%22harbor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/harbor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/providers" >providers</a> <a href="http://search.twitter.com/search?q=%22providers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/providers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/safe" >safe</a> <a href="http://search.twitter.com/search?q=%22safe%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/safe.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/laws" >laws</a> <a href="http://search.twitter.com/search?q=%22laws%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/laws.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/europe" >europe</a> <a href="http://search.twitter.com/search?q=%22europe%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/europe.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/data protection" >data protection</a> <a href="http://search.twitter.com/search?q=%22data protection%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/data protection.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cloud computing" >cloud computing</a> <a href="http://search.twitter.com/search?q=%22cloud computing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cloud computing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/law group" >law group</a> <a href="http://search.twitter.com/search?q=%22law group%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/law group.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/safe harbor" >safe harbor</a> <a href="http://search.twitter.com/search?q=%22safe harbor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/safe harbor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information law" >information law</a> <a href="http://search.twitter.com/search?q=%22information law%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information law.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/data privacy" >data privacy</a> <a href="http://search.twitter.com/search?q=%22data privacy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/data privacy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/european commission" >european commission</a> <a href="http://search.twitter.com/search?q=%22european commission%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/european commission.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/computing providers" >computing providers</a> <a href="http://search.twitter.com/search?q=%22computing providers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/computing providers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/outsourced applications" >outsourced applications</a> <a href="http://search.twitter.com/search?q=%22outsourced applications%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/outsourced applications.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/privacy laws" >privacy laws</a> <a href="http://search.twitter.com/search?q=%22privacy laws%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/privacy laws.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/protection laws" >protection laws</a> <a href="http://search.twitter.com/search?q=%22protection laws%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/protection laws.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/harbor framework" >harbor framework</a> <a href="http://search.twitter.com/search?q=%22harbor framework%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/harbor framework.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cloud computing providers" >cloud computing providers</a> <a href="http://search.twitter.com/search?q=%22cloud computing providers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cloud computing providers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/safe harbor framework" >safe harbor framework</a> <a href="http://search.twitter.com/search?q=%22safe harbor framework%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/safe harbor framework.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/data protection laws" >data protection laws</a> <a href="http://search.twitter.com/search?q=%22data protection laws%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/data protection laws.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/Rp9epjK5sBzeqW">ReadWriteWeb</a><br> First shared  by - <a href="http://www.filome.com/christomer">christomer</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><img src="http://www.readwriteweb.com/cloud/assets_c/2010/09/eulogo-thumb-150x97-21548.jpeg" border="0" /> German authorities have recently expressed skepticism about cloud computing and the potential it has for breaking data protection laws.</p>

<p>According to the <a href="http://www.infolawgroup.com/2010/08/articles/eu-1/european-reservations/">Information Law Group</a>, there is no imminent danger of a European crackdown but legal experts are advising international companies to address the potential concerns in their planning and operations.</p>
<p align="right"><em>Sponsor</em><br><a href="http://d.ads.readwriteweb.com/ck.php?n=21646&amp;cb=21646"><img src="http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=21646&amp;n=21646" border="0" /> </a></p>

<p>The controversy stems from Dr. Thilo Weichert, head of the data protection commission in the northernmost German state of Schleswig-Holstein. Weichert is calling for the abolition of the <a href="http://www.export.gov/safeharbor/">Safe Harbor</a> framework and doubts the ability of companies to protect the rights of Europeans, who enjoy some of the strongest personal privacy laws in the world.</p>

<p>According to the Information Law Group, the Safe Harbor Framework was "developed jointly by the European Commission and the US Department of Commerce, under which American companies can publicly certify compliance with a standard set of Safe Harbor Privacy Principles approved by the European Commission and enforced by American regulators, predominantly the Federal Trade Commission." </p>

<p>The concerns about data privacy are also felt across Europe. Most of the tension arise from how personal data is stored in the Untied States, where privacy laws are less comprehensive.</p>

<p>European law is fairly meticulous on the matter of data privacy. There are a number of ways that a customer needs to be notified about how their information is being processed. The belief is that on many occasions, customers are not informed at all when using SaaS services and cloud computing services. Still, there have been no formal complaints issued against cloud computing providers.</p>

<p>The concerns from Germany do come at a time when Europe is beginning to review data protection laws that have been on the books for the past 15 years. Comments have been submitted to the European Commission, which has decided to push back any ruling until  mid-2011 due to the varying approaches European countries have been taking about data privacy enforcement. According to the Information Law Group, the commission also want to examine how best to apply the general principles of the law in an "increasingly global, networked, and distributed computing environment."</p>

<p>The law group advises companies to make sure they are compliant by "handling European employee data in centralized enterprise resource management systems or outsourced applications."</p>

<p>Outsourced applications could be any variety of services. But due to the general tone in Europe right now, companies need to make sure cloud computing providers can prove they are compliant. This can be difficult at times as providers are sometimes hesitant about disclosing locations or sub-contractors. If they can't, then it's time to start looking at other options.</p>

<p>Further, the Information Law Group says it's important that customers check to see if United States vendors, including cloud service providers, "are Safe Harbor certified, or alternatively use EU-approved standard contract clauses."</p>

<p>This issue shows again why transparency and standardized policies will be increasingly important to develop in the cloud computing market. European authorities have a reputation for strict data protection requirements. That's not going to change. It's a just a question what effect the law will have on the technology itself as privacy takes center stage.</p>

<p></p>

<p></p>

<p></p>

<p></p>

<p></p>

<p></p>

<p><br>
It's futile in some repsects to demand that data be centralized to</p>
<strong><a href="http://www.readwriteweb.com/cloud/2010/09/tension-are-increasing-in-euro.php#comments-open">Discuss</a></strong><p><iframe src="http://feedads.g.doubleclick.net/~ah/f/bh8m03d07dnj95a0qa1ma5k32c/300/250?ca=1&amp;fh=280#http%3A%2F%2Fwww.readwriteweb.com%2Fcloud%2F2010%2F09%2Ftension-are-increasing-in-euro.php" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p><div>
<a href="http://feeds.feedburner.com/~ff/readwriteweb?a=M-Tdw8Ov4fE:QJ3bHq0IPYo:FFnlKYwJmN0"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=FFnlKYwJmN0" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=M-Tdw8Ov4fE:QJ3bHq0IPYo:Ij26kaj3iuU"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=Ij26kaj3iuU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=M-Tdw8Ov4fE:QJ3bHq0IPYo:C2pbw5bZMiI"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=C2pbw5bZMiI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=M-Tdw8Ov4fE:QJ3bHq0IPYo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=M-Tdw8Ov4fE:QJ3bHq0IPYo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=M-Tdw8Ov4fE:QJ3bHq0IPYo:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=M-Tdw8Ov4fE:QJ3bHq0IPYo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=M-Tdw8Ov4fE:QJ3bHq0IPYo:gIN9vFwOqvQ" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=M-Tdw8Ov4fE:QJ3bHq0IPYo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/readwriteweb?i=M-Tdw8Ov4fE:QJ3bHq0IPYo:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/readwriteweb?a=M-Tdw8Ov4fE:QJ3bHq0IPYo:OqabYuBsmOY"><img src="http://feeds.feedburner.com/~ff/readwriteweb?d=OqabYuBsmOY" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/readwriteweb/~4/M-Tdw8Ov4fE" border="0" /> <br><br><a href="http://www.filome.com/key/data" >data</a> <a href="http://search.twitter.com/search?q=%22data%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/data.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/european" >european</a> <a href="http://search.twitter.com/search?q=%22european%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/european.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/law" >law</a> <a href="http://search.twitter.com/search?q=%22law%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/law.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/privacy" >privacy</a> <a href="http://search.twitter.com/search?q=%22privacy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/privacy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cloud" >cloud</a> <a href="http://search.twitter.com/search?q=%22cloud%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cloud.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/data" >data</a> <a href="http://search.twitter.com/search?q=%22data%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/data.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/european" >european</a> <a href="http://search.twitter.com/search?q=%22european%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/european.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cloud" >cloud</a> <a href="http://search.twitter.com/search?q=%22cloud%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cloud.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/privacy" >privacy</a> <a href="http://search.twitter.com/search?q=%22privacy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/privacy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/commission" >commission</a> <a href="http://search.twitter.com/search?q=%22commission%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/commission.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/computing" >computing</a> <a href="http://search.twitter.com/search?q=%22computing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/computing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/companies" >companies</a> <a href="http://search.twitter.com/search?q=%22companies%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/companies.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/group" >group</a> <a href="http://search.twitter.com/search?q=%22group%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/group.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/protection" >protection</a> <a href="http://search.twitter.com/search?q=%22protection%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/protection.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information" >information</a> <a href="http://search.twitter.com/search?q=%22information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/harbor" >harbor</a> <a href="http://search.twitter.com/search?q=%22harbor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/harbor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/providers" >providers</a> <a href="http://search.twitter.com/search?q=%22providers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/providers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/safe" >safe</a> <a href="http://search.twitter.com/search?q=%22safe%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/safe.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/laws" >laws</a> <a href="http://search.twitter.com/search?q=%22laws%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/laws.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/europe" >europe</a> <a href="http://search.twitter.com/search?q=%22europe%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/europe.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/data protection" >data protection</a> <a href="http://search.twitter.com/search?q=%22data protection%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/data protection.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cloud computing" >cloud computing</a> <a href="http://search.twitter.com/search?q=%22cloud computing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cloud computing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/law group" >law group</a> <a href="http://search.twitter.com/search?q=%22law group%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/law group.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/safe harbor" >safe harbor</a> <a href="http://search.twitter.com/search?q=%22safe harbor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/safe harbor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information law" >information law</a> <a href="http://search.twitter.com/search?q=%22information law%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information law.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/data privacy" >data privacy</a> <a href="http://search.twitter.com/search?q=%22data privacy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/data privacy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/european commission" >european commission</a> <a href="http://search.twitter.com/search?q=%22european commission%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/european commission.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/computing providers" >computing providers</a> <a href="http://search.twitter.com/search?q=%22computing providers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/computing providers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/outsourced applications" >outsourced applications</a> <a href="http://search.twitter.com/search?q=%22outsourced applications%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/outsourced applications.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/privacy laws" >privacy laws</a> <a href="http://search.twitter.com/search?q=%22privacy laws%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/privacy laws.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/protection laws" >protection laws</a> <a href="http://search.twitter.com/search?q=%22protection laws%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/protection laws.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/harbor framework" >harbor framework</a> <a href="http://search.twitter.com/search?q=%22harbor framework%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/harbor framework.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cloud computing providers" >cloud computing providers</a> <a href="http://search.twitter.com/search?q=%22cloud computing providers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cloud computing providers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/safe harbor framework" >safe harbor framework</a> <a href="http://search.twitter.com/search?q=%22safe harbor framework%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/safe harbor framework.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/data protection laws" >data protection laws</a> <a href="http://search.twitter.com/search?q=%22data protection laws%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/data protection laws.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Sun, 05 Sep 2010 12:35:27 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,6</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>Are &quot;heavy media multitaskers&quot; really heavy media multitaskers?</title>
         <link>http://languagelog.ldc.upenn.edu/nll/?p=2607</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/1A7cnO6c4CWuTy">Language Log</a><br> First shared  by - <a href="http://www.filome.com/christomer">christomer</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>A few days ago, I asked for help in tracking down some of the scientific support for Matt Richtel's claims about the bad effects of "digital overload" ("<a href="http://languagelog.ldc.upenn.edu/nll/?p=2599">More factoid tracking</a>", 9/1/2009). One of the more trackable factoids was the "study conducted at Stanford University, which showed that heavy multimedia users have trouble filtering out irrelevant information  and trouble focusing on tasks". And sure enough, The Neurocritic quickly <a href="http://languagelog.ldc.upenn.edu/nll/?p=2599#comment-82965">came up with a reference</a> that fits: Eyal Ophir, Clifford Nass, and Anthony Wagner, "<a href="http://www.pnas.org/content/106/37/15583.full">Cognitive control in media multitaskers</a>", PNAS, Published online before print 8/24/2009.</p>
<p>I believe that the full paper is freely available at the link given above (please let me know if this is wrong), and if you're interested in this topic, I urge you to read it. As in the case of the last paper by a Stanford psychologist that was discussed here, you should start by asking "<a href="http://languagelog.ldc.upenn.edu/nll/?p=2592">Never mind the conclusions, what's the evidence?</a>&quot;. And again, you may conclude that the descriptions of this research  in the popular press and even in the original paper  lead readers pretty far beyond the interpretations warranted by the research itself.</p>
<p><span></span></p>
<p>Here's the paper's abstract:</p>
<p style="padding-left:30px"><span style="color:#000080">Chronic media multitasking is quickly becoming ubiquitous, although processing multiple incoming streams of information is considered a challenge for human cognition. A series of experiments addressed whether there are systematic differences in information processing styles between chronically heavy and light media multitaskers. A trait media multitasking index was developed to identify groups of heavy and light media multitaskers. These two groups were then compared along established cognitive control dimensions. Results showed that heavy media multitaskers are more susceptible to interference from irrelevant environmental stimuli and from irrelevant representations in memory. This led to the surprising result that heavy media multitaskers performed worse on a test of task-switching ability, likely due to reduced ability to filter out interference from the irrelevant task set. These results demonstrate that media multitasking, a rapidly growing societal trend, is associated with a distinct approach to fundamental information processing.</span></p>
<p>Note, by the way, that the authors (unlike Matt Richtel) carefully avoid any suggestion of causation, instead writing about "systematic differences in information processing styles" and "a distinct approach to fundamental information processing". This way of putting it is consistent with media multitasking causing cognitive disabilities (in this experiment's sample), or cognitive disabilities causing more media multitasking, or some third variable influencing both. But as we'll see, it's not completely clear that the claimed association (between media multitasking and certain information-processing deficits) even exists.</p>
<p>What's the evidence? It starts, of course, with that "trait media multitasking index". They administered a 20-minute online questionnaire to 262 Stanford undergraduates, presumably from the Psych Department's subject pool.</p>
<p style="padding-left:30px"><span style="color:#000080">The questionnaire addressed 12 different media forms: print media, television, computer-based video (such as YouTube or online television episodes), music, nonmusic audio, video or computer games, telephone and mobile phone voice calls, instant messaging, SMS (text messaging), email, web surfing, and other computer-based applications (such as word processing). For each medium, respondents reported the total number of hours per week they spend using the medium. In addition, they filled out a media-multitasking matrix, indicating whether, while using this primary medium, they concurrently used each of the other media Most of the time, Some of the time, A little of the time, or Never. As text messaging could not accurately be described by hours of use, this medium was discarded from the analysis as a primary medium, although it still appeared as an option in the matrix (meaning respondents could still report text messaging while being engaged in other media).</span></p>
<p>They then created a "Media Multitasking Index" (MMI).</p>
<p>Step 1 was to translate verbal responses about concurrent media usage into numbers, on a scale from "Never" = 0 to "Most of the time" = 1.</p>
<p>Step 2 was to create the sum m<sub>i</sub> of the numeric responses about concurrent media use for each of the 11 primary media. Thus a student who indicated that while web surfing (the 10th medium in the list), she listened to music "Most of the time", engaged in voice phone calls "Some of the time", checked email "Some of the time", engaged in IM conversations "Some of the time", and responded to SMS messages "Some of the time", would get  m<sub>10</sub> = 1+0.67+0.67+0.67+0.67 = 3.68.</p>
<p>Step 3 created the individual's MMI as a weighted sum of the m<sub>i</sub> values,</p>
<p><img src="http://languagelog.ldc.upenn.edu/myl/MMI.gif" border="0" /> </p>
<p>where h<sub>i</sub> the number of hours per day that the student estimated she spent using primary medium i, and  and h<sub>total</sub> is the sum of all media hours.  Note that multimedia hours are counted multiple times, so that a respondent's h<sub>total</sub> may be larger than her number of waking hours.  Unsurprisingly, therefore,</p>
<p style="padding-left:30px"><span style="color:#000080">Media multitasking was correlated with total hours of media use, r (260) = 0.46, P &lt; 0.001.</span></p>
<p>The authors observe that</p>
<p style="padding-left:30px"><span style="color:#000080">The MMI produced a relatively normal distribution, with a mean of 4.38 and standard deviation of 1.52. This suggests that there is not a bimodal distribution of heavy multitaskers and nonmultitaskers. Nonetheless, we can identify individuals who very frequently use multiple media and those who tend to limit their use of multiple media. []</span></p>
<p style="padding-left:30px"><span style="color:#000080">Based on the questionnaire, those students with an MMI less than one standard deviation below the mean (LMMs) or an MMI greater than one standard deviation above the mean (HMMs) were invited to participate. The invitation yielded 22 LMMs and 19 HMMs who gave informed consent and participated in the study for course credit.</span></p>
<p>(In fact, the number actually participating in the various subexperiments varied, down to 15 "Low Media Multitaskers" (LMMs) and 15 "High Media Multitaskers" (HMMs).)</p>
<p>Before going on to the behavioral experiments and their results, it's worth saying a few things about this Media Multitasking Index. First, high MMI values may correspond to many different patterns of life experience. You might be someone who has music coming into at least one earbud during many other life activities, media-related or otherwise; you might be someone who likes to keep a baseball or basketball game going in the background while studying or websurfing; you might be someone who's often talking on the phone or IMing friends while surfing the web. Each of these patterns could contribute the same amount to the MMI, but it's plausible that their psychological causes and effects (and their associations with other relevant lifestyle variables) are quite different.</p>
<p>Given this likely diversity of HMM experience (and we'll see later that the HMM group tends to have more variable performance on the behavioral tests),  the rather small number of subjects is a reason for concern.  Given that the study aimed to understand the effects of interactions among 12 different forms of "media", it's troubling that there were only 15-19 "High Media Multitaskers" tested, and that we don't know what sorts of media multitasking they actually reported engaging in. (And while we're focusing on this issue, it's worth noting that the pool of survey responders with MMIs at least one sd above or below the mean should have been (2/3)*262  175, raising as usual the possibility that the transition from 175 possibiltiies to 19+22=41 volunteers might have introduced some sort of selection bias.)</p>
<p>This is Yet Another Reason to publish raw data  there&#39;s no reason that the authors couldn&#39;t have published (in a convenient digital form) all their media-use matrices, keyed to the performance of individual subjects on the various behavioral tests. This might make it possible to consider various alternative theories about which aspects of the media-use responses explained how much of the observed differences in performance (to the extent that the small number of subjects permits).</p>
<p>But this brings up a second  and much more important  issue with the MMI: it&#39;s entirely based on self-report. It&#39;s well known that self-reported measures of life patterns are not very reliable.  Specifically, according to Bradley Greenberg et al., &quot;<a href="http://www.informaworld.com/smpp/content~db=all~content=a714592827">Comparing survey and diary measures of Internet and traditional media use</a>", <em>Communication Reports</em> 18(1):18, 2005:</p>
<p style="padding-left:30px"><span style="color:#800000">Between the survey and diary methods, correlations range from .20 for listening to music off-line to .58 for email sent. Internet estimates are correlated .39 and television time estimates are correlated .35. </span></p>
<p>In general, subjects tend to over-report such activities in survey responses  by about 25% overall, in the just-cited study. But more important, the divergences between facts and self-reports are subject to several forms of <a href="http://scholar.google.com/scholar?q=%22recall+bias%22&amp;btnG=Search">recall bias</a>, as a result of which conclusions based on self-reported data always need to be interpreted with great caution.</p>
<p>Let me give a personal example that may be relevant to this case. If you were to ask me to estimate how many stair-steps I encounter per day, the answer I give today would be significantly higher than the answer I would have given before August 3, when I tore some ligaments in my left knee.  For someone on crutches, with one leg unable to bear weight, stairs are a lot more salient than they are for someone who can bound up and down them without any problems or concerns. There are a surprising number of stairways around Penn's campus that I never really noticed before, even though I go up and down them almost every day.</p>
<p>So it wouldn't be surprising to find that people with certain physical handicaps tend to give a higher estimate of the number of stairsteps they encounter in daily life, just because climbing stairs is more salient and thus more memorable to them. If we use such self-reported estimates as  the basis for an epidemiological study of the effect of chronic stair-climbing on physical agility, we risk being led astray.</p>
<p>Similarly, it's plausible that people who "have trouble filtering out irrelevant information  and trouble focusing on tasks" might find the distractions of everyday multitasking more salient and thus more memorable, and therefore might tend to give somewhat higher estimates of how much of such multitasking they engage in.  So given noisy estimates of media multitasking, and even a modest salience effect of this kind,  the set of subjects with high MMIs may be significantly enriched in individuals who are more distractable or otherwise cognitively less able to deal with the demands of such multitasking.</p>
<p>I'm not going to discuss all of this paper's experimental results in detail, but I'd like to point out three things that seem to apply across all of them: the differences between the LMM and HMM groups are rare (that is, they appear only in a fraction of the experimental conditions where they might have been found), modest in effect size, and associated with higher variance in the HMM sample.</p>
<p>Thus consider their "Filter Task", where "participants viewed two consecutive exposures of an array of rectangles and had to indicate whether or not a target (red) rectangle had changed orientation from the first exposure to the second, while ignoring distractor (blue) rectangles":</p>
<p><img src="http://languagelog.ldc.upenn.edu/myl/OphirFig1.png" border="0" /> <br>
<span style="color:#000080">Fig. 1. The filter task. (A) A sample trial with a 2-target, 6-distractor array. (B) HMM and LMM filter task performance as a function of the number of distractors (two targets). Error bars, SEM.</span></p>
<p>The only statistically significant difference between the LMM and HMM groups appears in the 6-distractor case, where there is a difference of about 0.3 (1.4 to 1.7) in the performance measure K. K is a somewhat complex measure, described in Edward Vogel et al., "Neural measures reveal individual differences in controlling access to working memory", <em>Nature</em> 438:500503, 2005:</p>
<p style="padding-left:30px"><span style="color:#008000">We computed visual memory capacity with a standard formula that essentially assumes that if an observer can hold in memory K items from an array of S items, then the item that changed should be one of the items being held in memory on K/S trials, leading to correct performance on K/S of the trials on which an item changed. To correct for guessing, this procedure also takes into account the false alarm rate.</span></p>
<p>In the crucial six-distractor case, the standard error for the HMM group was about 0.15 items, which corresponds to a standard deviation of about 0.15*sqrt(19) = 0.65, or more than twice the difference in the groups' mean values.  The standard error for the LMM group was about a third of that.  We don't have the raw data to check, but this is consistent with a pattern in which the lower performance of the HMM group was driven mainly by a few individuals with especially low scores, who are in the HMM group not because they actually engage a lot media multitasking, but because they are "multitasking handicapped" and so overestimate their consumption.</p>
<p>I'll end with their "two- and three-back" task, a version of a classic short-term memory experiment:</p>
<p style="padding-left:30px"><span style="color:#000080">[P]articipants were presented a series of individual letters in the middle of the screen. Each letter was presented for 500 ms, followed by a white screen for 3,000 ms. Upon presentation of a letter, participants were to indicate whether or not the present letter was a target, meaning that it matched the letter presented two (for the two-back task) or three (for the three-back task) trials ago.</span></p>
<p>Before seeing the data, you might expect that the HMM group would be more likely to forget the correct letter in all conditions, and even more likely to do so in the three-back condition compared to the two-back condition.  But what happened was this:</p>
<p style="text-align:center"><img src="http://languagelog.ldc.upenn.edu/myl/OphirFig3.png" border="0" /> </p>
<p>There was no significant difference in the hit rate for the  2-back or 3-back conditions, or in the false alarm rate for the 2-back condition. The only difference was in the false alarm rate for the 3-back condition.  Again, the difference was modest in terms of effect size: about 4.8% vs. 3.2%, or a difference of about 1.6% in false alarm rate in the 3-back condition, where the HMM group has a standard error of about 0.7, or a standard deviation of 0.7*sqrt(15) = 2.7, corresponding to an effect size of about d=0.6.</p>
<p>The authors also performed a more complicated piece of data analysis:</p>
<p style="padding-left:30px"><span style="color:#000080">This [pattern of performance] indicates that the HMMs were more susceptible to interference from items that seemed familiar, and that this problem increased as working memory load increased (from the two- to the three-back task). This problem also became more acute for HMMs as the task progressed, because proactive interference from irrelevant letters accumulated across the experiment. Specifically, a general linear model of the likelihood of a false alarm in the three-back task revealed: (a) no main effect of HMM/LMM status nor of time, but (b) a significant HMM/LMM status*time interaction, such that the number of false alarms increased over time more rapidly for HMMs, B = 0.081, P &lt; 0.001. These data demonstrate that HMMs are not only less capable of filtering out irrelevant stimuli from their environment, but also are less capable of filtering out irrelevant representations in memory.</span></p>
<p>This seems plausible.  But it leaves entirely open the question of causation. Are the members of the HMM group &quot;less capable of filtering out irrelevant stimuli from their environment [ and] less capable of filtering out irrelevant representations in memory&quot; because their brains have been damaged by media multitasking? Or are they in the HMM group, not because they actually do more media multitasking, but because they&#39;re less able to deal with it and therefore more likely to remember and report it? Or, perhaps, are they more tolerant of media multitasking because they just don&#39;t care as much about the details of what happened where and when?</p>
<p>This paper also leaves open the question of what sorts of media multitasking are really in play here, and what other variables might be associated with MMI differences. The authors did consider the problem of associated variables:</p>
<p style="padding-left:30px"><span style="color:#000080">[A] new group of 110 participants filled out the MMI questionnaire as well as their SAT scores, gender, the Need for Cognition index questionnaire, the Big Five Trait Taxonomy (including measures of extraversion, agreeableness, conscientiousness, neuroticism, and openness), and a creativity task derived from the Torrance Tests of Creative Thinking (TTCT). The data from participants with an MMI one standard deviation or more above and below the mean (16 HMMs and 17 LMMs) were compared.</span></p>
<p>They found no significant differences  but again, it&#39;s a very small sample, and differences that would be rejected in this test as plausibly due to sampling error might still have been large enough to affect the experimental results in the earlier sample.</p>
<p>If we had access to the raw media matrix and the associated experimental scores, we might find (say) that their HMM group happened to include a subgroup whose MMI is high because they (report that they) listen to music during all other life activities, and who tend to smoke pot more often than their peers.  Alternatively, Ophir et al.'s 15-19 HMM  students might happen to include a substantial mix of driven over-achievers who network obsessively while studying and web-surfing, and are also among the substantial percentage of Stanford undergraduates who take Ritalin or Adderall in order to improve their academic performance and decrease the need for sleep.</p>
<p>From a certain point of view, all of this criticism is unfair. You can always think of alternative models to fit and new controls to run, to check and perhaps to challenge the conclusions of any study. And compared to some attempts to enlist science in discussions of social policy, Matt Richtel's (implict) reference to this paper rates very highly: the research is actually on the topic, and supports the desired conclusion.</p>
<p>But in my opinion, it doesn't support it nearly strongly enough. What's at stake here is a set of major choices about social policy and personal lifestyle. If it's really true that modern digital multitasking causes significant cognitive disability and even brain damage, as Matt Richtel claims, then many very serious social and individual changes are urgently needed. Before starting down this path, we need better evidence that there's a real connection between cognitive disability and media multitasking (as opposed to self-reports of media multitasking). We need some evidence that the connection exists in representative samples of the population, not just a couple of dozen Stanford undergraduates enrolled in introductory psychology. And we need some evidence that this connection, if it exists, has a causal component in the multitasking-to-disability direction.</p>
<p>What does all this have to do with language? Well, most of the types of &quot;media&quot; at issue here involve speech or text. This is also an interesting example of the rhetorical trope &quot;studies show that &quot;. And it&#39;s part of my on-going investigation of the interpretation of generic plurals.  Of course, all of these connections are minor compared to the possibility that digital media are ruining our brains.</p><br><br><a href="http://www.filome.com/key/media" >media</a> <a href="http://search.twitter.com/search?q=%22media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/multitasking" >multitasking</a> <a href="http://search.twitter.com/search?q=%22multitasking%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/multitasking.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hmm" >hmm</a> <a href="http://search.twitter.com/search?q=%22hmm%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hmm.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/might" >might</a> <a href="http://search.twitter.com/search?q=%22might%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/might.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mmi" >mmi</a> <a href="http://search.twitter.com/search?q=%22mmi%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mmi.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/media" >media</a> <a href="http://search.twitter.com/search?q=%22media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/multitasking" >multitasking</a> <a href="http://search.twitter.com/search?q=%22multitasking%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/multitasking.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/task" >task</a> <a href="http://search.twitter.com/search?q=%22task%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/task.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/group" >group</a> <a href="http://search.twitter.com/search?q=%22group%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/group.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/irrelevant" >irrelevant</a> <a href="http://search.twitter.com/search?q=%22irrelevant%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/irrelevant.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/standard" >standard</a> <a href="http://search.twitter.com/search?q=%22standard%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/standard.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/multitaskers" >multitaskers</a> <a href="http://search.twitter.com/search?q=%22multitaskers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/multitaskers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/memory" >memory</a> <a href="http://search.twitter.com/search?q=%22memory%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/memory.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information" >information</a> <a href="http://search.twitter.com/search?q=%22information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/heavy" >heavy</a> <a href="http://search.twitter.com/search?q=%22heavy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/heavy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hmms" >hmms</a> <a href="http://search.twitter.com/search?q=%22hmms%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hmms.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/differences" >differences</a> <a href="http://search.twitter.com/search?q=%22differences%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/differences.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/processing" >processing</a> <a href="http://search.twitter.com/search?q=%22processing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/processing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hours" >hours</a> <a href="http://search.twitter.com/search?q=%22hours%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hours.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/data" >data</a> <a href="http://search.twitter.com/search?q=%22data%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/data.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/medium" >medium</a> <a href="http://search.twitter.com/search?q=%22medium%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/medium.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/difference" >difference</a> <a href="http://search.twitter.com/search?q=%22difference%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/difference.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/paper" >paper</a> <a href="http://search.twitter.com/search?q=%22paper%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/paper.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cognitive" >cognitive</a> <a href="http://search.twitter.com/search?q=%22cognitive%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cognitive.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/effect" >effect</a> <a href="http://search.twitter.com/search?q=%22effect%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/effect.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/deviation" >deviation</a> <a href="http://search.twitter.com/search?q=%22deviation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/deviation.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/need" >need</a> <a href="http://search.twitter.com/search?q=%22need%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/need.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/study" >study</a> <a href="http://search.twitter.com/search?q=%22study%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/study.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/filtering" >filtering</a> <a href="http://search.twitter.com/search?q=%22filtering%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/filtering.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/false" >false</a> <a href="http://search.twitter.com/search?q=%22false%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/false.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/individual" >individual</a> <a href="http://search.twitter.com/search?q=%22individual%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/individual.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/given" >given</a> <a href="http://search.twitter.com/search?q=%22given%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/given.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/index" >index</a> <a href="http://search.twitter.com/search?q=%22index%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/index.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/report" >report</a> <a href="http://search.twitter.com/search?q=%22report%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/report.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results" >results</a> <a href="http://search.twitter.com/search?q=%22results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/stanford" >stanford</a> <a href="http://search.twitter.com/search?q=%22stanford%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/stanford.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tend" >tend</a> <a href="http://search.twitter.com/search?q=%22tend%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tend.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/subjects" >subjects</a> <a href="http://search.twitter.com/search?q=%22subjects%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/subjects.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/alarm" >alarm</a> <a href="http://search.twitter.com/search?q=%22alarm%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/alarm.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/condition" >condition</a> <a href="http://search.twitter.com/search?q=%22condition%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/condition.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/life" >life</a> <a href="http://search.twitter.com/search?q=%22life%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/life.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/letter" >letter</a> <a href="http://search.twitter.com/search?q=%22letter%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/letter.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/actually" >actually</a> <a href="http://search.twitter.com/search?q=%22actually%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/actually.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/rate" >rate</a> <a href="http://search.twitter.com/search?q=%22rate%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/rate.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/reported" >reported</a> <a href="http://search.twitter.com/search?q=%22reported%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/reported.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/associated" >associated</a> <a href="http://search.twitter.com/search?q=%22associated%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/associated.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/authors" >authors</a> <a href="http://search.twitter.com/search?q=%22authors%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/authors.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/estimates" >estimates</a> <a href="http://search.twitter.com/search?q=%22estimates%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/estimates.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/groups" >groups</a> <a href="http://search.twitter.com/search?q=%22groups%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/groups.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/items" >items</a> <a href="http://search.twitter.com/search?q=%22items%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/items.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/compared" >compared</a> <a href="http://search.twitter.com/search?q=%22compared%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/compared.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sample" >sample</a> <a href="http://search.twitter.com/search?q=%22sample%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sample.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/questionnaire" >questionnaire</a> <a href="http://search.twitter.com/search?q=%22questionnaire%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/questionnaire.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/error" >error</a> <a href="http://search.twitter.com/search?q=%22error%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/error.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/evidence" >evidence</a> <a href="http://search.twitter.com/search?q=%22evidence%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/evidence.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/based" >based</a> <a href="http://search.twitter.com/search?q=%22based%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/based.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/music" >music</a> <a href="http://search.twitter.com/search?q=%22music%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/music.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/significant" >significant</a> <a href="http://search.twitter.com/search?q=%22significant%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/significant.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/capable" >capable</a> <a href="http://search.twitter.com/search?q=%22capable%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/capable.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/participants" >participants</a> <a href="http://search.twitter.com/search?q=%22participants%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/participants.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/higher" >higher</a> <a href="http://search.twitter.com/search?q=%22higher%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/higher.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/experimental" >experimental</a> <a href="http://search.twitter.com/search?q=%22experimental%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/experimental.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/distractor" >distractor</a> <a href="http://search.twitter.com/search?q=%22distractor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/distractor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/text" >text</a> <a href="http://search.twitter.com/search?q=%22text%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/text.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/case" >case</a> <a href="http://search.twitter.com/search?q=%22case%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/case.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/multiple" >multiple</a> <a href="http://search.twitter.com/search?q=%22multiple%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/multiple.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/interference" >interference</a> <a href="http://search.twitter.com/search?q=%22interference%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/interference.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/trouble" >trouble</a> <a href="http://search.twitter.com/search?q=%22trouble%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/trouble.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/digital" >digital</a> <a href="http://search.twitter.com/search?q=%22digital%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/digital.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/matt" >matt</a> <a href="http://search.twitter.com/search?q=%22matt%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/matt.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/richtel" >richtel</a> <a href="http://search.twitter.com/search?q=%22richtel%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/richtel.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/filter" >filter</a> <a href="http://search.twitter.com/search?q=%22filter%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/filter.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/different" >different</a> <a href="http://search.twitter.com/search?q=%22different%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/different.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/thus" >thus</a> <a href="http://search.twitter.com/search?q=%22thus%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/thus.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/lmms" >lmms</a> <a href="http://search.twitter.com/search?q=%22lmms%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/lmms.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/survey" >survey</a> <a href="http://search.twitter.com/search?q=%22survey%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/survey.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/responses" >responses</a> <a href="http://search.twitter.com/search?q=%22responses%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/responses.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/primary" >primary</a> <a href="http://search.twitter.com/search?q=%22primary%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/primary.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/messaging" >messaging</a> <a href="http://search.twitter.com/search?q=%22messaging%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/messaging.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/surfing" >surfing</a> <a href="http://search.twitter.com/search?q=%22surfing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/surfing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/measures" >measures</a> <a href="http://search.twitter.com/search?q=%22measures%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/measures.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/media multitasking" >media multitasking</a> <a href="http://search.twitter.com/search?q=%22media multitasking%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media multitasking.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hmm group" >hmm group</a> <a href="http://search.twitter.com/search?q=%22hmm group%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hmm group.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/media multitaskers" >media multitaskers</a> <a href="http://search.twitter.com/search?q=%22media multitaskers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media multitaskers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/standard deviation" >standard deviation</a> <a href="http://search.twitter.com/search?q=%22standard deviation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/standard deviation.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/back task" >back task</a> <a href="http://search.twitter.com/search?q=%22back task%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/back task.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/false alarm" >false alarm</a> <a href="http://search.twitter.com/search?q=%22false alarm%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/false alarm.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information processing" >information processing</a> <a href="http://search.twitter.com/search?q=%22information processing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information processing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/back condition" >back condition</a> <a href="http://search.twitter.com/search?q=%22back condition%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/back condition.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/matt richtel" >matt richtel</a> <a href="http://search.twitter.com/search?q=%22matt richtel%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/matt richtel.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/multitasking index" >multitasking index</a> <a href="http://search.twitter.com/search?q=%22multitasking index%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/multitasking index.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/heavy media" >heavy media</a> <a href="http://search.twitter.com/search?q=%22heavy media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/heavy media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/alarm rate" >alarm rate</a> <a href="http://search.twitter.com/search?q=%22alarm rate%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/alarm rate.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/text messaging" >text messaging</a> <a href="http://search.twitter.com/search?q=%22text messaging%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/text messaging.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/web surfing" >web surfing</a> <a href="http://search.twitter.com/search?q=%22web surfing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/web surfing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/primary medium" >primary medium</a> <a href="http://search.twitter.com/search?q=%22primary medium%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/primary medium.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/self reported" >self reported</a> <a href="http://search.twitter.com/search?q=%22self reported%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/self reported.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/effect size" >effect size</a> <a href="http://search.twitter.com/search?q=%22effect size%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/effect size.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/filter task" >filter task</a> <a href="http://search.twitter.com/search?q=%22filter task%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/filter task.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/stanford undergraduates" >stanford undergraduates</a> <a href="http://search.twitter.com/search?q=%22stanford undergraduates%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/stanford undergraduates.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/standard error" >standard error</a> <a href="http://search.twitter.com/search?q=%22standard error%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/standard error.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/irrelevant representations" >irrelevant representations</a> <a href="http://search.twitter.com/search?q=%22irrelevant representations%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/irrelevant representations.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hmm groups" >hmm groups</a> <a href="http://search.twitter.com/search?q=%22hmm groups%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hmm groups.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cognitive disability" >cognitive disability</a> <a href="http://search.twitter.com/search?q=%22cognitive disability%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cognitive disability.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/experimental results" >experimental results</a> <a href="http://search.twitter.com/search?q=%22experimental results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/experimental results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/such multitasking" >such multitasking</a> <a href="http://search.twitter.com/search?q=%22such multitasking%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/such multitasking.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/self reports" >self reports</a> <a href="http://search.twitter.com/search?q=%22self reports%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/self reports.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social policy" >social policy</a> <a href="http://search.twitter.com/search?q=%22social policy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social policy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hmm lmm" >hmm lmm</a> <a href="http://search.twitter.com/search?q=%22hmm lmm%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hmm lmm.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/working memory" >working memory</a> <a href="http://search.twitter.com/search?q=%22working memory%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/working memory.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/significant difference" >significant difference</a> <a href="http://search.twitter.com/search?q=%22significant difference%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/significant difference.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/indicate whether" >indicate whether</a> <a href="http://search.twitter.com/search?q=%22indicate whether%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/indicate whether.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/distractor case" >distractor case</a> <a href="http://search.twitter.com/search?q=%22distractor case%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/distractor case.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/irrelevant stimuli" >irrelevant stimuli</a> <a href="http://search.twitter.com/search?q=%22irrelevant stimuli%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/irrelevant stimuli.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/life activities" >life activities</a> <a href="http://search.twitter.com/search?q=%22life activities%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/life activities.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/light media" >light media</a> <a href="http://search.twitter.com/search?q=%22light media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/light media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/trait media" >trait media</a> <a href="http://search.twitter.com/search?q=%22trait media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/trait media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/distinct approach" >distinct approach</a> <a href="http://search.twitter.com/search?q=%22distinct approach%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/distinct approach.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/processing styles" >processing styles</a> <a href="http://search.twitter.com/search?q=%22processing styles%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/processing styles.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/systematic differences" >systematic differences</a> <a href="http://search.twitter.com/search?q=%22systematic differences%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/systematic differences.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/trouble focusing" >trouble focusing</a> <a href="http://search.twitter.com/search?q=%22trouble focusing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/trouble focusing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cognitive control" >cognitive control</a> <a href="http://search.twitter.com/search?q=%22cognitive control%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cognitive control.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/trouble filtering" >trouble filtering</a> <a href="http://search.twitter.com/search?q=%22trouble filtering%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/trouble filtering.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/fundamental information" >fundamental information</a> <a href="http://search.twitter.com/search?q=%22fundamental information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/fundamental information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cognitive disabilities" >cognitive disabilities</a> <a href="http://search.twitter.com/search?q=%22cognitive disabilities%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cognitive disabilities.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/irrelevant information" >irrelevant information</a> <a href="http://search.twitter.com/search?q=%22irrelevant information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/irrelevant information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/behavioral tests" >behavioral tests</a> <a href="http://search.twitter.com/search?q=%22behavioral tests%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/behavioral tests.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/small number" >small number</a> <a href="http://search.twitter.com/search?q=%22small number%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/small number.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/multiple media" >multiple media</a> <a href="http://search.twitter.com/search?q=%22multiple media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/multiple media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/per day" >per day</a> <a href="http://search.twitter.com/search?q=%22per day%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/per day.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/computer based" >computer based</a> <a href="http://search.twitter.com/search?q=%22computer based%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/computer based.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hours per" >hours per</a> <a href="http://search.twitter.com/search?q=%22hours per%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hours per.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/concurrent media" >concurrent media</a> <a href="http://search.twitter.com/search?q=%22concurrent media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/concurrent media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/raw data" >raw data</a> <a href="http://search.twitter.com/search?q=%22raw data%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/raw data.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/media multitasking index" >media multitasking index</a> <a href="http://search.twitter.com/search?q=%22media multitasking index%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media multitasking index.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/false alarm rate" >false alarm rate</a> <a href="http://search.twitter.com/search?q=%22false alarm rate%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/false alarm rate.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/heavy media multitaskers" >heavy media multitaskers</a> <a href="http://search.twitter.com/search?q=%22heavy media multitaskers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/heavy media multitaskers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/fundamental information processing" >fundamental information processing</a> <a href="http://search.twitter.com/search?q=%22fundamental information processing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/fundamental information processing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/trait media multitasking" >trait media multitasking</a> <a href="http://search.twitter.com/search?q=%22trait media multitasking%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/trait media multitasking.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information processing styles" >information processing styles</a> <a href="http://search.twitter.com/search?q=%22information processing styles%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information processing styles.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/light media multitaskers" >light media multitaskers</a> <a href="http://search.twitter.com/search?q=%22light media multitaskers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/light media multitaskers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/1A7cnO6c4CWuTy">Language Log</a><br> First shared  by - <a href="http://www.filome.com/christomer">christomer</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>A few days ago, I asked for help in tracking down some of the scientific support for Matt Richtel's claims about the bad effects of "digital overload" ("<a href="http://languagelog.ldc.upenn.edu/nll/?p=2599">More factoid tracking</a>", 9/1/2009). One of the more trackable factoids was the "study conducted at Stanford University, which showed that heavy multimedia users have trouble filtering out irrelevant information  and trouble focusing on tasks". And sure enough, The Neurocritic quickly <a href="http://languagelog.ldc.upenn.edu/nll/?p=2599#comment-82965">came up with a reference</a> that fits: Eyal Ophir, Clifford Nass, and Anthony Wagner, "<a href="http://www.pnas.org/content/106/37/15583.full">Cognitive control in media multitaskers</a>", PNAS, Published online before print 8/24/2009.</p>
<p>I believe that the full paper is freely available at the link given above (please let me know if this is wrong), and if you're interested in this topic, I urge you to read it. As in the case of the last paper by a Stanford psychologist that was discussed here, you should start by asking "<a href="http://languagelog.ldc.upenn.edu/nll/?p=2592">Never mind the conclusions, what's the evidence?</a>&quot;. And again, you may conclude that the descriptions of this research  in the popular press and even in the original paper  lead readers pretty far beyond the interpretations warranted by the research itself.</p>
<p><span></span></p>
<p>Here's the paper's abstract:</p>
<p style="padding-left:30px"><span style="color:#000080">Chronic media multitasking is quickly becoming ubiquitous, although processing multiple incoming streams of information is considered a challenge for human cognition. A series of experiments addressed whether there are systematic differences in information processing styles between chronically heavy and light media multitaskers. A trait media multitasking index was developed to identify groups of heavy and light media multitaskers. These two groups were then compared along established cognitive control dimensions. Results showed that heavy media multitaskers are more susceptible to interference from irrelevant environmental stimuli and from irrelevant representations in memory. This led to the surprising result that heavy media multitaskers performed worse on a test of task-switching ability, likely due to reduced ability to filter out interference from the irrelevant task set. These results demonstrate that media multitasking, a rapidly growing societal trend, is associated with a distinct approach to fundamental information processing.</span></p>
<p>Note, by the way, that the authors (unlike Matt Richtel) carefully avoid any suggestion of causation, instead writing about "systematic differences in information processing styles" and "a distinct approach to fundamental information processing". This way of putting it is consistent with media multitasking causing cognitive disabilities (in this experiment's sample), or cognitive disabilities causing more media multitasking, or some third variable influencing both. But as we'll see, it's not completely clear that the claimed association (between media multitasking and certain information-processing deficits) even exists.</p>
<p>What's the evidence? It starts, of course, with that "trait media multitasking index". They administered a 20-minute online questionnaire to 262 Stanford undergraduates, presumably from the Psych Department's subject pool.</p>
<p style="padding-left:30px"><span style="color:#000080">The questionnaire addressed 12 different media forms: print media, television, computer-based video (such as YouTube or online television episodes), music, nonmusic audio, video or computer games, telephone and mobile phone voice calls, instant messaging, SMS (text messaging), email, web surfing, and other computer-based applications (such as word processing). For each medium, respondents reported the total number of hours per week they spend using the medium. In addition, they filled out a media-multitasking matrix, indicating whether, while using this primary medium, they concurrently used each of the other media Most of the time, Some of the time, A little of the time, or Never. As text messaging could not accurately be described by hours of use, this medium was discarded from the analysis as a primary medium, although it still appeared as an option in the matrix (meaning respondents could still report text messaging while being engaged in other media).</span></p>
<p>They then created a "Media Multitasking Index" (MMI).</p>
<p>Step 1 was to translate verbal responses about concurrent media usage into numbers, on a scale from "Never" = 0 to "Most of the time" = 1.</p>
<p>Step 2 was to create the sum m<sub>i</sub> of the numeric responses about concurrent media use for each of the 11 primary media. Thus a student who indicated that while web surfing (the 10th medium in the list), she listened to music "Most of the time", engaged in voice phone calls "Some of the time", checked email "Some of the time", engaged in IM conversations "Some of the time", and responded to SMS messages "Some of the time", would get  m<sub>10</sub> = 1+0.67+0.67+0.67+0.67 = 3.68.</p>
<p>Step 3 created the individual's MMI as a weighted sum of the m<sub>i</sub> values,</p>
<p><img src="http://languagelog.ldc.upenn.edu/myl/MMI.gif" border="0" /> </p>
<p>where h<sub>i</sub> the number of hours per day that the student estimated she spent using primary medium i, and  and h<sub>total</sub> is the sum of all media hours.  Note that multimedia hours are counted multiple times, so that a respondent's h<sub>total</sub> may be larger than her number of waking hours.  Unsurprisingly, therefore,</p>
<p style="padding-left:30px"><span style="color:#000080">Media multitasking was correlated with total hours of media use, r (260) = 0.46, P &lt; 0.001.</span></p>
<p>The authors observe that</p>
<p style="padding-left:30px"><span style="color:#000080">The MMI produced a relatively normal distribution, with a mean of 4.38 and standard deviation of 1.52. This suggests that there is not a bimodal distribution of heavy multitaskers and nonmultitaskers. Nonetheless, we can identify individuals who very frequently use multiple media and those who tend to limit their use of multiple media. []</span></p>
<p style="padding-left:30px"><span style="color:#000080">Based on the questionnaire, those students with an MMI less than one standard deviation below the mean (LMMs) or an MMI greater than one standard deviation above the mean (HMMs) were invited to participate. The invitation yielded 22 LMMs and 19 HMMs who gave informed consent and participated in the study for course credit.</span></p>
<p>(In fact, the number actually participating in the various subexperiments varied, down to 15 "Low Media Multitaskers" (LMMs) and 15 "High Media Multitaskers" (HMMs).)</p>
<p>Before going on to the behavioral experiments and their results, it's worth saying a few things about this Media Multitasking Index. First, high MMI values may correspond to many different patterns of life experience. You might be someone who has music coming into at least one earbud during many other life activities, media-related or otherwise; you might be someone who likes to keep a baseball or basketball game going in the background while studying or websurfing; you might be someone who's often talking on the phone or IMing friends while surfing the web. Each of these patterns could contribute the same amount to the MMI, but it's plausible that their psychological causes and effects (and their associations with other relevant lifestyle variables) are quite different.</p>
<p>Given this likely diversity of HMM experience (and we'll see later that the HMM group tends to have more variable performance on the behavioral tests),  the rather small number of subjects is a reason for concern.  Given that the study aimed to understand the effects of interactions among 12 different forms of "media", it's troubling that there were only 15-19 "High Media Multitaskers" tested, and that we don't know what sorts of media multitasking they actually reported engaging in. (And while we're focusing on this issue, it's worth noting that the pool of survey responders with MMIs at least one sd above or below the mean should have been (2/3)*262  175, raising as usual the possibility that the transition from 175 possibiltiies to 19+22=41 volunteers might have introduced some sort of selection bias.)</p>
<p>This is Yet Another Reason to publish raw data  there&#39;s no reason that the authors couldn&#39;t have published (in a convenient digital form) all their media-use matrices, keyed to the performance of individual subjects on the various behavioral tests. This might make it possible to consider various alternative theories about which aspects of the media-use responses explained how much of the observed differences in performance (to the extent that the small number of subjects permits).</p>
<p>But this brings up a second  and much more important  issue with the MMI: it&#39;s entirely based on self-report. It&#39;s well known that self-reported measures of life patterns are not very reliable.  Specifically, according to Bradley Greenberg et al., &quot;<a href="http://www.informaworld.com/smpp/content~db=all~content=a714592827">Comparing survey and diary measures of Internet and traditional media use</a>", <em>Communication Reports</em> 18(1):18, 2005:</p>
<p style="padding-left:30px"><span style="color:#800000">Between the survey and diary methods, correlations range from .20 for listening to music off-line to .58 for email sent. Internet estimates are correlated .39 and television time estimates are correlated .35. </span></p>
<p>In general, subjects tend to over-report such activities in survey responses  by about 25% overall, in the just-cited study. But more important, the divergences between facts and self-reports are subject to several forms of <a href="http://scholar.google.com/scholar?q=%22recall+bias%22&amp;btnG=Search">recall bias</a>, as a result of which conclusions based on self-reported data always need to be interpreted with great caution.</p>
<p>Let me give a personal example that may be relevant to this case. If you were to ask me to estimate how many stair-steps I encounter per day, the answer I give today would be significantly higher than the answer I would have given before August 3, when I tore some ligaments in my left knee.  For someone on crutches, with one leg unable to bear weight, stairs are a lot more salient than they are for someone who can bound up and down them without any problems or concerns. There are a surprising number of stairways around Penn's campus that I never really noticed before, even though I go up and down them almost every day.</p>
<p>So it wouldn't be surprising to find that people with certain physical handicaps tend to give a higher estimate of the number of stairsteps they encounter in daily life, just because climbing stairs is more salient and thus more memorable to them. If we use such self-reported estimates as  the basis for an epidemiological study of the effect of chronic stair-climbing on physical agility, we risk being led astray.</p>
<p>Similarly, it's plausible that people who "have trouble filtering out irrelevant information  and trouble focusing on tasks" might find the distractions of everyday multitasking more salient and thus more memorable, and therefore might tend to give somewhat higher estimates of how much of such multitasking they engage in.  So given noisy estimates of media multitasking, and even a modest salience effect of this kind,  the set of subjects with high MMIs may be significantly enriched in individuals who are more distractable or otherwise cognitively less able to deal with the demands of such multitasking.</p>
<p>I'm not going to discuss all of this paper's experimental results in detail, but I'd like to point out three things that seem to apply across all of them: the differences between the LMM and HMM groups are rare (that is, they appear only in a fraction of the experimental conditions where they might have been found), modest in effect size, and associated with higher variance in the HMM sample.</p>
<p>Thus consider their "Filter Task", where "participants viewed two consecutive exposures of an array of rectangles and had to indicate whether or not a target (red) rectangle had changed orientation from the first exposure to the second, while ignoring distractor (blue) rectangles":</p>
<p><img src="http://languagelog.ldc.upenn.edu/myl/OphirFig1.png" border="0" /> <br>
<span style="color:#000080">Fig. 1. The filter task. (A) A sample trial with a 2-target, 6-distractor array. (B) HMM and LMM filter task performance as a function of the number of distractors (two targets). Error bars, SEM.</span></p>
<p>The only statistically significant difference between the LMM and HMM groups appears in the 6-distractor case, where there is a difference of about 0.3 (1.4 to 1.7) in the performance measure K. K is a somewhat complex measure, described in Edward Vogel et al., "Neural measures reveal individual differences in controlling access to working memory", <em>Nature</em> 438:500503, 2005:</p>
<p style="padding-left:30px"><span style="color:#008000">We computed visual memory capacity with a standard formula that essentially assumes that if an observer can hold in memory K items from an array of S items, then the item that changed should be one of the items being held in memory on K/S trials, leading to correct performance on K/S of the trials on which an item changed. To correct for guessing, this procedure also takes into account the false alarm rate.</span></p>
<p>In the crucial six-distractor case, the standard error for the HMM group was about 0.15 items, which corresponds to a standard deviation of about 0.15*sqrt(19) = 0.65, or more than twice the difference in the groups' mean values.  The standard error for the LMM group was about a third of that.  We don't have the raw data to check, but this is consistent with a pattern in which the lower performance of the HMM group was driven mainly by a few individuals with especially low scores, who are in the HMM group not because they actually engage a lot media multitasking, but because they are "multitasking handicapped" and so overestimate their consumption.</p>
<p>I'll end with their "two- and three-back" task, a version of a classic short-term memory experiment:</p>
<p style="padding-left:30px"><span style="color:#000080">[P]articipants were presented a series of individual letters in the middle of the screen. Each letter was presented for 500 ms, followed by a white screen for 3,000 ms. Upon presentation of a letter, participants were to indicate whether or not the present letter was a target, meaning that it matched the letter presented two (for the two-back task) or three (for the three-back task) trials ago.</span></p>
<p>Before seeing the data, you might expect that the HMM group would be more likely to forget the correct letter in all conditions, and even more likely to do so in the three-back condition compared to the two-back condition.  But what happened was this:</p>
<p style="text-align:center"><img src="http://languagelog.ldc.upenn.edu/myl/OphirFig3.png" border="0" /> </p>
<p>There was no significant difference in the hit rate for the  2-back or 3-back conditions, or in the false alarm rate for the 2-back condition. The only difference was in the false alarm rate for the 3-back condition.  Again, the difference was modest in terms of effect size: about 4.8% vs. 3.2%, or a difference of about 1.6% in false alarm rate in the 3-back condition, where the HMM group has a standard error of about 0.7, or a standard deviation of 0.7*sqrt(15) = 2.7, corresponding to an effect size of about d=0.6.</p>
<p>The authors also performed a more complicated piece of data analysis:</p>
<p style="padding-left:30px"><span style="color:#000080">This [pattern of performance] indicates that the HMMs were more susceptible to interference from items that seemed familiar, and that this problem increased as working memory load increased (from the two- to the three-back task). This problem also became more acute for HMMs as the task progressed, because proactive interference from irrelevant letters accumulated across the experiment. Specifically, a general linear model of the likelihood of a false alarm in the three-back task revealed: (a) no main effect of HMM/LMM status nor of time, but (b) a significant HMM/LMM status*time interaction, such that the number of false alarms increased over time more rapidly for HMMs, B = 0.081, P &lt; 0.001. These data demonstrate that HMMs are not only less capable of filtering out irrelevant stimuli from their environment, but also are less capable of filtering out irrelevant representations in memory.</span></p>
<p>This seems plausible.  But it leaves entirely open the question of causation. Are the members of the HMM group &quot;less capable of filtering out irrelevant stimuli from their environment [ and] less capable of filtering out irrelevant representations in memory&quot; because their brains have been damaged by media multitasking? Or are they in the HMM group, not because they actually do more media multitasking, but because they&#39;re less able to deal with it and therefore more likely to remember and report it? Or, perhaps, are they more tolerant of media multitasking because they just don&#39;t care as much about the details of what happened where and when?</p>
<p>This paper also leaves open the question of what sorts of media multitasking are really in play here, and what other variables might be associated with MMI differences. The authors did consider the problem of associated variables:</p>
<p style="padding-left:30px"><span style="color:#000080">[A] new group of 110 participants filled out the MMI questionnaire as well as their SAT scores, gender, the Need for Cognition index questionnaire, the Big Five Trait Taxonomy (including measures of extraversion, agreeableness, conscientiousness, neuroticism, and openness), and a creativity task derived from the Torrance Tests of Creative Thinking (TTCT). The data from participants with an MMI one standard deviation or more above and below the mean (16 HMMs and 17 LMMs) were compared.</span></p>
<p>They found no significant differences  but again, it&#39;s a very small sample, and differences that would be rejected in this test as plausibly due to sampling error might still have been large enough to affect the experimental results in the earlier sample.</p>
<p>If we had access to the raw media matrix and the associated experimental scores, we might find (say) that their HMM group happened to include a subgroup whose MMI is high because they (report that they) listen to music during all other life activities, and who tend to smoke pot more often than their peers.  Alternatively, Ophir et al.'s 15-19 HMM  students might happen to include a substantial mix of driven over-achievers who network obsessively while studying and web-surfing, and are also among the substantial percentage of Stanford undergraduates who take Ritalin or Adderall in order to improve their academic performance and decrease the need for sleep.</p>
<p>From a certain point of view, all of this criticism is unfair. You can always think of alternative models to fit and new controls to run, to check and perhaps to challenge the conclusions of any study. And compared to some attempts to enlist science in discussions of social policy, Matt Richtel's (implict) reference to this paper rates very highly: the research is actually on the topic, and supports the desired conclusion.</p>
<p>But in my opinion, it doesn't support it nearly strongly enough. What's at stake here is a set of major choices about social policy and personal lifestyle. If it's really true that modern digital multitasking causes significant cognitive disability and even brain damage, as Matt Richtel claims, then many very serious social and individual changes are urgently needed. Before starting down this path, we need better evidence that there's a real connection between cognitive disability and media multitasking (as opposed to self-reports of media multitasking). We need some evidence that the connection exists in representative samples of the population, not just a couple of dozen Stanford undergraduates enrolled in introductory psychology. And we need some evidence that this connection, if it exists, has a causal component in the multitasking-to-disability direction.</p>
<p>What does all this have to do with language? Well, most of the types of &quot;media&quot; at issue here involve speech or text. This is also an interesting example of the rhetorical trope &quot;studies show that &quot;. And it&#39;s part of my on-going investigation of the interpretation of generic plurals.  Of course, all of these connections are minor compared to the possibility that digital media are ruining our brains.</p><br><br><a href="http://www.filome.com/key/media" >media</a> <a href="http://search.twitter.com/search?q=%22media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/multitasking" >multitasking</a> <a href="http://search.twitter.com/search?q=%22multitasking%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/multitasking.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hmm" >hmm</a> <a href="http://search.twitter.com/search?q=%22hmm%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hmm.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/might" >might</a> <a href="http://search.twitter.com/search?q=%22might%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/might.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mmi" >mmi</a> <a href="http://search.twitter.com/search?q=%22mmi%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mmi.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/media" >media</a> <a href="http://search.twitter.com/search?q=%22media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/multitasking" >multitasking</a> <a href="http://search.twitter.com/search?q=%22multitasking%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/multitasking.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/task" >task</a> <a href="http://search.twitter.com/search?q=%22task%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/task.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/group" >group</a> <a href="http://search.twitter.com/search?q=%22group%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/group.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/irrelevant" >irrelevant</a> <a href="http://search.twitter.com/search?q=%22irrelevant%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/irrelevant.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/standard" >standard</a> <a href="http://search.twitter.com/search?q=%22standard%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/standard.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/multitaskers" >multitaskers</a> <a href="http://search.twitter.com/search?q=%22multitaskers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/multitaskers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/memory" >memory</a> <a href="http://search.twitter.com/search?q=%22memory%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/memory.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information" >information</a> <a href="http://search.twitter.com/search?q=%22information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/heavy" >heavy</a> <a href="http://search.twitter.com/search?q=%22heavy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/heavy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hmms" >hmms</a> <a href="http://search.twitter.com/search?q=%22hmms%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hmms.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/differences" >differences</a> <a href="http://search.twitter.com/search?q=%22differences%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/differences.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/processing" >processing</a> <a href="http://search.twitter.com/search?q=%22processing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/processing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hours" >hours</a> <a href="http://search.twitter.com/search?q=%22hours%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hours.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/data" >data</a> <a href="http://search.twitter.com/search?q=%22data%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/data.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/medium" >medium</a> <a href="http://search.twitter.com/search?q=%22medium%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/medium.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/difference" >difference</a> <a href="http://search.twitter.com/search?q=%22difference%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/difference.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/paper" >paper</a> <a href="http://search.twitter.com/search?q=%22paper%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/paper.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cognitive" >cognitive</a> <a href="http://search.twitter.com/search?q=%22cognitive%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cognitive.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/effect" >effect</a> <a href="http://search.twitter.com/search?q=%22effect%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/effect.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/deviation" >deviation</a> <a href="http://search.twitter.com/search?q=%22deviation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/deviation.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/need" >need</a> <a href="http://search.twitter.com/search?q=%22need%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/need.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/study" >study</a> <a href="http://search.twitter.com/search?q=%22study%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/study.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/filtering" >filtering</a> <a href="http://search.twitter.com/search?q=%22filtering%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/filtering.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/false" >false</a> <a href="http://search.twitter.com/search?q=%22false%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/false.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/individual" >individual</a> <a href="http://search.twitter.com/search?q=%22individual%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/individual.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/given" >given</a> <a href="http://search.twitter.com/search?q=%22given%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/given.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/index" >index</a> <a href="http://search.twitter.com/search?q=%22index%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/index.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/report" >report</a> <a href="http://search.twitter.com/search?q=%22report%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/report.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/results" >results</a> <a href="http://search.twitter.com/search?q=%22results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/stanford" >stanford</a> <a href="http://search.twitter.com/search?q=%22stanford%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/stanford.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tend" >tend</a> <a href="http://search.twitter.com/search?q=%22tend%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tend.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/subjects" >subjects</a> <a href="http://search.twitter.com/search?q=%22subjects%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/subjects.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/alarm" >alarm</a> <a href="http://search.twitter.com/search?q=%22alarm%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/alarm.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/condition" >condition</a> <a href="http://search.twitter.com/search?q=%22condition%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/condition.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/life" >life</a> <a href="http://search.twitter.com/search?q=%22life%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/life.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/letter" >letter</a> <a href="http://search.twitter.com/search?q=%22letter%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/letter.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/actually" >actually</a> <a href="http://search.twitter.com/search?q=%22actually%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/actually.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/rate" >rate</a> <a href="http://search.twitter.com/search?q=%22rate%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/rate.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/reported" >reported</a> <a href="http://search.twitter.com/search?q=%22reported%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/reported.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/associated" >associated</a> <a href="http://search.twitter.com/search?q=%22associated%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/associated.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/authors" >authors</a> <a href="http://search.twitter.com/search?q=%22authors%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/authors.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/estimates" >estimates</a> <a href="http://search.twitter.com/search?q=%22estimates%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/estimates.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/groups" >groups</a> <a href="http://search.twitter.com/search?q=%22groups%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/groups.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/items" >items</a> <a href="http://search.twitter.com/search?q=%22items%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/items.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/compared" >compared</a> <a href="http://search.twitter.com/search?q=%22compared%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/compared.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sample" >sample</a> <a href="http://search.twitter.com/search?q=%22sample%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sample.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/questionnaire" >questionnaire</a> <a href="http://search.twitter.com/search?q=%22questionnaire%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/questionnaire.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/error" >error</a> <a href="http://search.twitter.com/search?q=%22error%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/error.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/evidence" >evidence</a> <a href="http://search.twitter.com/search?q=%22evidence%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/evidence.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/based" >based</a> <a href="http://search.twitter.com/search?q=%22based%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/based.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/music" >music</a> <a href="http://search.twitter.com/search?q=%22music%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/music.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/significant" >significant</a> <a href="http://search.twitter.com/search?q=%22significant%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/significant.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/capable" >capable</a> <a href="http://search.twitter.com/search?q=%22capable%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/capable.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/participants" >participants</a> <a href="http://search.twitter.com/search?q=%22participants%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/participants.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/higher" >higher</a> <a href="http://search.twitter.com/search?q=%22higher%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/higher.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/experimental" >experimental</a> <a href="http://search.twitter.com/search?q=%22experimental%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/experimental.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/distractor" >distractor</a> <a href="http://search.twitter.com/search?q=%22distractor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/distractor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/text" >text</a> <a href="http://search.twitter.com/search?q=%22text%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/text.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/case" >case</a> <a href="http://search.twitter.com/search?q=%22case%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/case.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/multiple" >multiple</a> <a href="http://search.twitter.com/search?q=%22multiple%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/multiple.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/interference" >interference</a> <a href="http://search.twitter.com/search?q=%22interference%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/interference.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/trouble" >trouble</a> <a href="http://search.twitter.com/search?q=%22trouble%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/trouble.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/digital" >digital</a> <a href="http://search.twitter.com/search?q=%22digital%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/digital.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/matt" >matt</a> <a href="http://search.twitter.com/search?q=%22matt%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/matt.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/richtel" >richtel</a> <a href="http://search.twitter.com/search?q=%22richtel%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/richtel.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/filter" >filter</a> <a href="http://search.twitter.com/search?q=%22filter%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/filter.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/different" >different</a> <a href="http://search.twitter.com/search?q=%22different%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/different.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/thus" >thus</a> <a href="http://search.twitter.com/search?q=%22thus%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/thus.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/lmms" >lmms</a> <a href="http://search.twitter.com/search?q=%22lmms%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/lmms.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/survey" >survey</a> <a href="http://search.twitter.com/search?q=%22survey%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/survey.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/responses" >responses</a> <a href="http://search.twitter.com/search?q=%22responses%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/responses.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/primary" >primary</a> <a href="http://search.twitter.com/search?q=%22primary%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/primary.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/messaging" >messaging</a> <a href="http://search.twitter.com/search?q=%22messaging%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/messaging.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/surfing" >surfing</a> <a href="http://search.twitter.com/search?q=%22surfing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/surfing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/measures" >measures</a> <a href="http://search.twitter.com/search?q=%22measures%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/measures.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/media multitasking" >media multitasking</a> <a href="http://search.twitter.com/search?q=%22media multitasking%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media multitasking.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hmm group" >hmm group</a> <a href="http://search.twitter.com/search?q=%22hmm group%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hmm group.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/media multitaskers" >media multitaskers</a> <a href="http://search.twitter.com/search?q=%22media multitaskers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media multitaskers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/standard deviation" >standard deviation</a> <a href="http://search.twitter.com/search?q=%22standard deviation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/standard deviation.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/back task" >back task</a> <a href="http://search.twitter.com/search?q=%22back task%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/back task.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/false alarm" >false alarm</a> <a href="http://search.twitter.com/search?q=%22false alarm%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/false alarm.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information processing" >information processing</a> <a href="http://search.twitter.com/search?q=%22information processing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information processing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/back condition" >back condition</a> <a href="http://search.twitter.com/search?q=%22back condition%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/back condition.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/matt richtel" >matt richtel</a> <a href="http://search.twitter.com/search?q=%22matt richtel%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/matt richtel.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/multitasking index" >multitasking index</a> <a href="http://search.twitter.com/search?q=%22multitasking index%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/multitasking index.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/heavy media" >heavy media</a> <a href="http://search.twitter.com/search?q=%22heavy media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/heavy media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/alarm rate" >alarm rate</a> <a href="http://search.twitter.com/search?q=%22alarm rate%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/alarm rate.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/text messaging" >text messaging</a> <a href="http://search.twitter.com/search?q=%22text messaging%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/text messaging.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/web surfing" >web surfing</a> <a href="http://search.twitter.com/search?q=%22web surfing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/web surfing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/primary medium" >primary medium</a> <a href="http://search.twitter.com/search?q=%22primary medium%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/primary medium.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/self reported" >self reported</a> <a href="http://search.twitter.com/search?q=%22self reported%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/self reported.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/effect size" >effect size</a> <a href="http://search.twitter.com/search?q=%22effect size%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/effect size.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/filter task" >filter task</a> <a href="http://search.twitter.com/search?q=%22filter task%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/filter task.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/stanford undergraduates" >stanford undergraduates</a> <a href="http://search.twitter.com/search?q=%22stanford undergraduates%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/stanford undergraduates.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/standard error" >standard error</a> <a href="http://search.twitter.com/search?q=%22standard error%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/standard error.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/irrelevant representations" >irrelevant representations</a> <a href="http://search.twitter.com/search?q=%22irrelevant representations%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/irrelevant representations.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hmm groups" >hmm groups</a> <a href="http://search.twitter.com/search?q=%22hmm groups%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hmm groups.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cognitive disability" >cognitive disability</a> <a href="http://search.twitter.com/search?q=%22cognitive disability%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cognitive disability.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/experimental results" >experimental results</a> <a href="http://search.twitter.com/search?q=%22experimental results%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/experimental results.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/such multitasking" >such multitasking</a> <a href="http://search.twitter.com/search?q=%22such multitasking%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/such multitasking.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/self reports" >self reports</a> <a href="http://search.twitter.com/search?q=%22self reports%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/self reports.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/social policy" >social policy</a> <a href="http://search.twitter.com/search?q=%22social policy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/social policy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hmm lmm" >hmm lmm</a> <a href="http://search.twitter.com/search?q=%22hmm lmm%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hmm lmm.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/working memory" >working memory</a> <a href="http://search.twitter.com/search?q=%22working memory%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/working memory.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/significant difference" >significant difference</a> <a href="http://search.twitter.com/search?q=%22significant difference%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/significant difference.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/indicate whether" >indicate whether</a> <a href="http://search.twitter.com/search?q=%22indicate whether%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/indicate whether.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/distractor case" >distractor case</a> <a href="http://search.twitter.com/search?q=%22distractor case%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/distractor case.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/irrelevant stimuli" >irrelevant stimuli</a> <a href="http://search.twitter.com/search?q=%22irrelevant stimuli%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/irrelevant stimuli.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/life activities" >life activities</a> <a href="http://search.twitter.com/search?q=%22life activities%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/life activities.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/light media" >light media</a> <a href="http://search.twitter.com/search?q=%22light media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/light media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/trait media" >trait media</a> <a href="http://search.twitter.com/search?q=%22trait media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/trait media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/distinct approach" >distinct approach</a> <a href="http://search.twitter.com/search?q=%22distinct approach%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/distinct approach.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/processing styles" >processing styles</a> <a href="http://search.twitter.com/search?q=%22processing styles%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/processing styles.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/systematic differences" >systematic differences</a> <a href="http://search.twitter.com/search?q=%22systematic differences%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/systematic differences.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/trouble focusing" >trouble focusing</a> <a href="http://search.twitter.com/search?q=%22trouble focusing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/trouble focusing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cognitive control" >cognitive control</a> <a href="http://search.twitter.com/search?q=%22cognitive control%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cognitive control.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/trouble filtering" >trouble filtering</a> <a href="http://search.twitter.com/search?q=%22trouble filtering%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/trouble filtering.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/fundamental information" >fundamental information</a> <a href="http://search.twitter.com/search?q=%22fundamental information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/fundamental information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/cognitive disabilities" >cognitive disabilities</a> <a href="http://search.twitter.com/search?q=%22cognitive disabilities%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/cognitive disabilities.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/irrelevant information" >irrelevant information</a> <a href="http://search.twitter.com/search?q=%22irrelevant information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/irrelevant information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/behavioral tests" >behavioral tests</a> <a href="http://search.twitter.com/search?q=%22behavioral tests%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/behavioral tests.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/small number" >small number</a> <a href="http://search.twitter.com/search?q=%22small number%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/small number.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/multiple media" >multiple media</a> <a href="http://search.twitter.com/search?q=%22multiple media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/multiple media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/per day" >per day</a> <a href="http://search.twitter.com/search?q=%22per day%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/per day.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/computer based" >computer based</a> <a href="http://search.twitter.com/search?q=%22computer based%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/computer based.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hours per" >hours per</a> <a href="http://search.twitter.com/search?q=%22hours per%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hours per.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/concurrent media" >concurrent media</a> <a href="http://search.twitter.com/search?q=%22concurrent media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/concurrent media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/raw data" >raw data</a> <a href="http://search.twitter.com/search?q=%22raw data%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/raw data.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/media multitasking index" >media multitasking index</a> <a href="http://search.twitter.com/search?q=%22media multitasking index%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media multitasking index.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/false alarm rate" >false alarm rate</a> <a href="http://search.twitter.com/search?q=%22false alarm rate%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/false alarm rate.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/heavy media multitaskers" >heavy media multitaskers</a> <a href="http://search.twitter.com/search?q=%22heavy media multitaskers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/heavy media multitaskers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/fundamental information processing" >fundamental information processing</a> <a href="http://search.twitter.com/search?q=%22fundamental information processing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/fundamental information processing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/trait media multitasking" >trait media multitasking</a> <a href="http://search.twitter.com/search?q=%22trait media multitasking%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/trait media multitasking.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information processing styles" >information processing styles</a> <a href="http://search.twitter.com/search?q=%22information processing styles%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information processing styles.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/light media multitaskers" >light media multitaskers</a> <a href="http://search.twitter.com/search?q=%22light media multitaskers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/light media multitaskers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Sun, 05 Sep 2010 10:36:32 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,7</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>BUSTED: Anti-Google Privacy Group Consumer Watchdog Is Tracking Your Clicks With Google Analytics</title>
         <link>http://www.businessinsider.com/anti-google-privacy-group-consumer-watchdog-is-tracking-your-clicks-with-google-analytics-2010-9</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/FgCTzGWnX0pbcl">www.businessinsider.com</a><br> First shared  by - <a href="http://www.filome.com/phillip">phillip</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><blockquote>Shared by  phillip 
<br>
:P</blockquote>
How's this for a little hypocrisy?<p></p>
<p><a href="http://www.consumerwatchdog.org">Consumer Watchdog</a>, a nonprofit advocacy group and vocal <a href="http://www.businessinsider.com/blackboard/google">Google</a> critic, has been a <a href="http://www.businessinsider.com/crazy-anti-google-group-consumer-watchdog-distributing-cartoon-video-of-eric-schmidt-preying-on-children-2010-9">promoting a video that lampoons Google's privacy </a>practices by depicting an animated Eric Schmidt preying on unsuspecting children.</p>
<p>In the video, Eric performs full body scans on the children using a tool called 'Google Analytics', the actual name of Google's web analytics tool.</p>
<p>That's an odd choice for Consumer Watchdog, whose website, like many others, including our own, collects information on how users browse it using... wait for it... Google Analytics.</p>
<p>Consumer Watchdog's <a href="http://www.consumerwatchdog.org/privacypolicy/">privacy policy</a> admits that it uses tracking cookies to monitor its readers behavior, but insists that it does not "sell, share, trade, rent, distribute, or otherwise disclose personal information provided by End Users to any third party without an End User's express consent, except as provided in the End User Terms and Conditions, or as required by law."</p>
<p>Google Analytics works via tracking code placed in a website's source by the publisher which collects information and sends it to Google, which displays that data to the publisher in useful charts and tables. In other words, Consumer Watchdog collects information about your click-behavior -- certainly something Consumer Watchdog considers private information in other contexts -- and sends it to a third-party: Google, just about the least trustworthy third-party on the planet in the group's estimation.</p>
<p>Apparently <em>someone </em>at Consumer Watchdog realized that there was something off about this, because on Inside Google, the group's site dedicated to Google-bashing, it doesn't use Google Analytics. Instead, it tracks readers with Piwik.</p>
<p>And what is Piwik?</p>
<p><a href="http://piwik.org/">According to its official website</a>, "Piwik aims to be an open source alternative to <a href="http://google.com/analytics">Google Analytics</a>."</p>
<p>Well,<em> that's</em> a relief.</p>
<p><strong>Of course, we don't think there is anything nefarious about this.</strong> It's incredibly useful for a website to understand how users are reading it. But <em>some</em> people think sending this sort of data to third-parties without explicit consent is very wicked.</p>
<p>Like, for instance, Consumer Watchdog.</p>
<br><br><a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/watchdog" >watchdog</a> <a href="http://search.twitter.com/search?q=%22watchdog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/watchdog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/consumer" >consumer</a> <a href="http://search.twitter.com/search?q=%22consumer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/consumer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/analytics" >analytics</a> <a href="http://search.twitter.com/search?q=%22analytics%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/analytics.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information" >information</a> <a href="http://search.twitter.com/search?q=%22information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/consumer" >consumer</a> <a href="http://search.twitter.com/search?q=%22consumer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/consumer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/watchdog" >watchdog</a> <a href="http://search.twitter.com/search?q=%22watchdog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/watchdog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/analytics" >analytics</a> <a href="http://search.twitter.com/search?q=%22analytics%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/analytics.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information" >information</a> <a href="http://search.twitter.com/search?q=%22information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/third" >third</a> <a href="http://search.twitter.com/search?q=%22third%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/third.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/website" >website</a> <a href="http://search.twitter.com/search?q=%22website%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/website.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/group" >group</a> <a href="http://search.twitter.com/search?q=%22group%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/group.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/consumer watchdog" >consumer watchdog</a> <a href="http://search.twitter.com/search?q=%22consumer watchdog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/consumer watchdog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google analytics" >google analytics</a> <a href="http://search.twitter.com/search?q=%22google analytics%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google analytics.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/third party" >third party</a> <a href="http://search.twitter.com/search?q=%22third party%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/third party.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/collects information" >collects information</a> <a href="http://search.twitter.com/search?q=%22collects information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/collects information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/end user" >end user</a> <a href="http://search.twitter.com/search?q=%22end user%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/end user.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/FgCTzGWnX0pbcl">www.businessinsider.com</a><br> First shared  by - <a href="http://www.filome.com/phillip">phillip</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><blockquote>Shared by  phillip 
<br>
:P</blockquote>
How's this for a little hypocrisy?<p></p>
<p><a href="http://www.consumerwatchdog.org">Consumer Watchdog</a>, a nonprofit advocacy group and vocal <a href="http://www.businessinsider.com/blackboard/google">Google</a> critic, has been a <a href="http://www.businessinsider.com/crazy-anti-google-group-consumer-watchdog-distributing-cartoon-video-of-eric-schmidt-preying-on-children-2010-9">promoting a video that lampoons Google's privacy </a>practices by depicting an animated Eric Schmidt preying on unsuspecting children.</p>
<p>In the video, Eric performs full body scans on the children using a tool called 'Google Analytics', the actual name of Google's web analytics tool.</p>
<p>That's an odd choice for Consumer Watchdog, whose website, like many others, including our own, collects information on how users browse it using... wait for it... Google Analytics.</p>
<p>Consumer Watchdog's <a href="http://www.consumerwatchdog.org/privacypolicy/">privacy policy</a> admits that it uses tracking cookies to monitor its readers behavior, but insists that it does not "sell, share, trade, rent, distribute, or otherwise disclose personal information provided by End Users to any third party without an End User's express consent, except as provided in the End User Terms and Conditions, or as required by law."</p>
<p>Google Analytics works via tracking code placed in a website's source by the publisher which collects information and sends it to Google, which displays that data to the publisher in useful charts and tables. In other words, Consumer Watchdog collects information about your click-behavior -- certainly something Consumer Watchdog considers private information in other contexts -- and sends it to a third-party: Google, just about the least trustworthy third-party on the planet in the group's estimation.</p>
<p>Apparently <em>someone </em>at Consumer Watchdog realized that there was something off about this, because on Inside Google, the group's site dedicated to Google-bashing, it doesn't use Google Analytics. Instead, it tracks readers with Piwik.</p>
<p>And what is Piwik?</p>
<p><a href="http://piwik.org/">According to its official website</a>, "Piwik aims to be an open source alternative to <a href="http://google.com/analytics">Google Analytics</a>."</p>
<p>Well,<em> that's</em> a relief.</p>
<p><strong>Of course, we don't think there is anything nefarious about this.</strong> It's incredibly useful for a website to understand how users are reading it. But <em>some</em> people think sending this sort of data to third-parties without explicit consent is very wicked.</p>
<p>Like, for instance, Consumer Watchdog.</p>
<br><br><a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/watchdog" >watchdog</a> <a href="http://search.twitter.com/search?q=%22watchdog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/watchdog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/consumer" >consumer</a> <a href="http://search.twitter.com/search?q=%22consumer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/consumer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/analytics" >analytics</a> <a href="http://search.twitter.com/search?q=%22analytics%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/analytics.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information" >information</a> <a href="http://search.twitter.com/search?q=%22information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google" >google</a> <a href="http://search.twitter.com/search?q=%22google%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/consumer" >consumer</a> <a href="http://search.twitter.com/search?q=%22consumer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/consumer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/watchdog" >watchdog</a> <a href="http://search.twitter.com/search?q=%22watchdog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/watchdog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/analytics" >analytics</a> <a href="http://search.twitter.com/search?q=%22analytics%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/analytics.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/information" >information</a> <a href="http://search.twitter.com/search?q=%22information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/third" >third</a> <a href="http://search.twitter.com/search?q=%22third%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/third.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/website" >website</a> <a href="http://search.twitter.com/search?q=%22website%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/website.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/group" >group</a> <a href="http://search.twitter.com/search?q=%22group%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/group.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/consumer watchdog" >consumer watchdog</a> <a href="http://search.twitter.com/search?q=%22consumer watchdog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/consumer watchdog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/google analytics" >google analytics</a> <a href="http://search.twitter.com/search?q=%22google analytics%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/google analytics.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/third party" >third party</a> <a href="http://search.twitter.com/search?q=%22third party%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/third party.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/collects information" >collects information</a> <a href="http://search.twitter.com/search?q=%22collects information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/collects information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/end user" >end user</a> <a href="http://search.twitter.com/search?q=%22end user%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/end user.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Sat, 04 Sep 2010 15:15:07 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,8</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>Tech Industry Managers: Little Men in Big Shoes?</title>
         <link>http://feedproxy.google.com/~r/Techcrunch/~3/bkbom8k7BRk/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/8Bmc5BZKM54bpQ">TechCrunch</a><br> First shared  by - <a href="http://www.filome.com/robdiana">robdiana</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><img src="http://tctechcrunch.files.wordpress.com/2010/09/fotolia_19809259_xs.jpg?w=300&amp;h=225" border="0" /> When I was ready to transition from computer programmer to project manager, my employer, Xerox Corporation, sent me to its huge training center in Leesburg, Virginia. Over two weeks, the people there taught me some of the skills I needed in order to succeed in my new role: managing projects, motivating people, complying with employment regulations, and preparing status reports and presentations. The company also encouraged me to <a href="http://techcrunch.com/2010/05/08/is-an-mba-a-plus-or-a-minus-in-the-startup-world/">complete an MBA</a>, on a part-time basis, at New York University. It gave me lots of time off and paid for the tuition.</p>
<p>Tech companies in the internet era offer their employees some great perks. But do you think that Facebook, Groupon, or Zynga provide budding professionals with any serious management training? Not at all. Given the way tech companies grow and the HR challenges they face, management training and career development are more important than ever. But few have the timethey are too busy surviving.</p>
<p>Professors Robert Fulmer and Byron Hanson of Duke University's <a href="http://www.dukece.com/index.php">Corporate Education</a> group researched the management practices of 23 leading high-tech firms. Corporate executives in an overwhelming majority, 89 percent, believed that leadership development was becoming increasingly important for their companies; 58 percent ranked this as a high corporate priority. Yet less than one-fourth of the managers interviewed had a clear roadmap for how they could develop themselves, and more than half didn't even know who in their organization was responsible for the development of leaders. The conclusion of the researchers wasn't surprising: many high-tech companies are young, so their systems and procedures for grooming leaders aren't well developed or firmly established.</p>
<p>Maybe this is why so many tech companies suffer from morale problems, missed deadlines, customer-support disasters, and high turnover. And this may be one of the reasons why so many tech startups who succeed in selling their vision and raising millions in financing are just a flash in the pan.</p>
<p>One of the interesting findings in the Fulmer and Hanson research was that more than 70 percent of the tech executives interviewed said that leadership development in technology-driven firms is different than in other industries. The researchers believed, just as I do, that these tech executives were dead wrong. The lessons that leading companies like Proctor and Gamble and General Electric have learned about management development and training apply as much, if not more, to tech companies.</p>
<p>This means that if you're a fresh grad joining a hot new tech startup, you shouldn't expect your managers to train and groom you, or the company to provide you with time off to complete an MBA. You're on your own. If you are working at some of the more established companies, such as IBM and HPwhich do have excellent management-development practicestake full advantage of them. You need to learn all you can.</p>
<p>Many people are born with an innate sense of vision; they readily learn new technologies and master them. Some are very good at communicating and inspiring others. But you can't be born with the skills needed to plan projects, adhere to EEOC guidelines, and prepare budgets and manage finances, or to know the intricacies of business and intellectual property law. All this has to be learned. Some skills can be developed on the job, but this is usually through trial and error.</p>
<p>I usually recommend that engineering students who want to become managers and CEOs complete a fifth year of education. There are one-year long engineering management programs which cover such subjects as marketing, finance, intellectual property, business law, and managementsimilar to the key courses in an MBA program; plus tech-oriented subjects like innovation management, operations management, and entrepreneurship.  One such program (and there are many) is the Duke <a href="http://memp.pratt.duke.edu/">Masters of Engineering Management program</a>, at which I teach.</p>
<p>For experienced tech workers in Silicon Valley, <a href="http://www.berkeley.columbia.edu/">Berkeley</a> and <a href="http://www.stanfordexecutivemba.com/">Stanford</a> both have excellent executive MBA programs. Berkeley Haas School dean, <a href="http://faculty.haas.berkeley.edu/lyons/">Rich Lyons</a> told me over dinner, last month, of his plans to make his school the premier training ground for Silicon Valley executives. Boston's Babson College is also launching <a href="http://mba.babson.edu/programs/fasttrack_sanfrancisco.aspx">a program in San Francisco</a>.</p>
<p>But not everyone needs to spend two years doing an MBA. Berkeley's college of engineering is creating a much shorter program targeted at Silicon Valley techies with leadership potential. Under the aegis of Fung Institute Chief Scientist and Director of UC Berkeley's Center for Entrepreneurship &amp; Technology, <a href="http://cet.berkeley.edu/wiki/index.php?title=People:_Ikhlaq_Sidhu">Ikhlaq Sidhu</a>, the school is developing a <a href="http://cet.berkeley.edu/">professional program</a> in Engineering Leadership. This will meet one evening a week for six months and teach subjects like product management, entrepreneurial thinking, leadership and finance. It will also teach team building, business management, and motivation.</p>
<p>The new Berkeley program is highly selective however.  It will only accept 25 candidates in 2011, based on recommendations from senior executives in the valley. Sidhu says that he hopes to address the symptoms of engineering without leadershipwhich include organizational indecision about new products and services; unresolved conflict between product management and engineering; and superficial technology strategies.  Berkeley will likely expand this program significantly over time and add many others. After all there is a great need.</p>
<p><em><strong>Editor's note:</strong> Guest writer <a href="http://www.crunchbase.com/person/vivek-wadhwa">Vivek Wadhwa <img src="http://i.ixnp.com/images/v6.37.1/t.gif" border="0" /> </a> is an entrepreneur turned academic. He is a Visiting Scholar at the School of Information at UC-Berkeley, Senior Research Associate at Harvard Law School and Director of Research at the Center for Entrepreneurship and Research Commercialization at Duke University. You can follow him on Twitter at <a href="http://twitter.com/vwadhwa">@vwadhwa<img src="http://i.ixnp.com/images/v6.37.1/t.gif" border="0" /> </a>and find his research at <a href="http://www.wadhwa.com/">www.wadhwa.com<img src="http://i.ixnp.com/images/v6.37.1/t.gif" border="0" /> </a>.</em></p>
<br>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch.wordpress.com/215833/"><img src="http://feeds.wordpress.com/1.0/comments/tctechcrunch.wordpress.com/215833/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch.wordpress.com/215833/"><img src="http://feeds.wordpress.com/1.0/delicious/tctechcrunch.wordpress.com/215833/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch.wordpress.com/215833/"><img src="http://feeds.wordpress.com/1.0/facebook/tctechcrunch.wordpress.com/215833/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch.wordpress.com/215833/"><img src="http://feeds.wordpress.com/1.0/twitter/tctechcrunch.wordpress.com/215833/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch.wordpress.com/215833/"><img src="http://feeds.wordpress.com/1.0/stumble/tctechcrunch.wordpress.com/215833/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch.wordpress.com/215833/"><img src="http://feeds.wordpress.com/1.0/digg/tctechcrunch.wordpress.com/215833/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch.wordpress.com/215833/"><img src="http://feeds.wordpress.com/1.0/reddit/tctechcrunch.wordpress.com/215833/" border="0" /> </a> <img src="http://stats.wordpress.com/b.gif?host=techcrunch.com&amp;blog=11718616&amp;post=215833&amp;subd=tctechcrunch&amp;ref=&amp;feed=1" border="0" /> <p><iframe src="http://feedads.g.doubleclick.net/~ah/f/v7tfagih50mrtjprksjv4s1ftk/300/250?ca=1&amp;fh=280#http%3A%2F%2Ftechcrunch.com%2F2010%2F09%2F04%2Ftech-industry-managers-little-men-in-big-shoes%2F" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p><div>
<a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bkbom8k7BRk:UqsSw25gHUQ:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bkbom8k7BRk:UqsSw25gHUQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bkbom8k7BRk:UqsSw25gHUQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bkbom8k7BRk:UqsSw25gHUQ:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=bkbom8k7BRk:UqsSw25gHUQ:-BTjWOF_DHI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bkbom8k7BRk:UqsSw25gHUQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=bkbom8k7BRk:UqsSw25gHUQ:D7DqB2pKExk" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bkbom8k7BRk:UqsSw25gHUQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/bkbom8k7BRk" border="0" /> <br><br><a href="http://www.filome.com/key/tech" >tech</a> <a href="http://search.twitter.com/search?q=%22tech%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tech.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/management" >management</a> <a href="http://search.twitter.com/search?q=%22management%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/management.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/companies" >companies</a> <a href="http://search.twitter.com/search?q=%22companies%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/companies.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/program" >program</a> <a href="http://search.twitter.com/search?q=%22program%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/program.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/berkeley" >berkeley</a> <a href="http://search.twitter.com/search?q=%22berkeley%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/berkeley.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tech" >tech</a> <a href="http://search.twitter.com/search?q=%22tech%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tech.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/management" >management</a> <a href="http://search.twitter.com/search?q=%22management%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/management.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/program" >program</a> <a href="http://search.twitter.com/search?q=%22program%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/program.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/companies" >companies</a> <a href="http://search.twitter.com/search?q=%22companies%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/companies.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/engineering" >engineering</a> <a href="http://search.twitter.com/search?q=%22engineering%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/engineering.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/berkeley" >berkeley</a> <a href="http://search.twitter.com/search?q=%22berkeley%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/berkeley.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/development" >development</a> <a href="http://search.twitter.com/search?q=%22development%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/development.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/school" >school</a> <a href="http://search.twitter.com/search?q=%22school%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/school.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/executives" >executives</a> <a href="http://search.twitter.com/search?q=%22executives%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/executives.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/training" >training</a> <a href="http://search.twitter.com/search?q=%22training%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/training.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/research" >research</a> <a href="http://search.twitter.com/search?q=%22research%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/research.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/leadership" >leadership</a> <a href="http://search.twitter.com/search?q=%22leadership%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/leadership.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/managers" >managers</a> <a href="http://search.twitter.com/search?q=%22managers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/managers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/valley" >valley</a> <a href="http://search.twitter.com/search?q=%22valley%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/valley.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tech companies" >tech companies</a> <a href="http://search.twitter.com/search?q=%22tech companies%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tech companies.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/silicon valley" >silicon valley</a> <a href="http://search.twitter.com/search?q=%22silicon valley%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/silicon valley.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/product management" >product management</a> <a href="http://search.twitter.com/search?q=%22product management%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/product management.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/engineering management" >engineering management</a> <a href="http://search.twitter.com/search?q=%22engineering management%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/engineering management.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/intellectual property" >intellectual property</a> <a href="http://search.twitter.com/search?q=%22intellectual property%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/intellectual property.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tech executives" >tech executives</a> <a href="http://search.twitter.com/search?q=%22tech executives%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tech executives.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/management training" >management training</a> <a href="http://search.twitter.com/search?q=%22management training%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/management training.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/duke university" >duke university</a> <a href="http://search.twitter.com/search?q=%22duke university%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/duke university.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/leadership development" >leadership development</a> <a href="http://search.twitter.com/search?q=%22leadership development%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/leadership development.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/management development" >management development</a> <a href="http://search.twitter.com/search?q=%22management development%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/management development.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/8Bmc5BZKM54bpQ">TechCrunch</a><br> First shared  by - <a href="http://www.filome.com/robdiana">robdiana</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><img src="http://tctechcrunch.files.wordpress.com/2010/09/fotolia_19809259_xs.jpg?w=300&amp;h=225" border="0" /> When I was ready to transition from computer programmer to project manager, my employer, Xerox Corporation, sent me to its huge training center in Leesburg, Virginia. Over two weeks, the people there taught me some of the skills I needed in order to succeed in my new role: managing projects, motivating people, complying with employment regulations, and preparing status reports and presentations. The company also encouraged me to <a href="http://techcrunch.com/2010/05/08/is-an-mba-a-plus-or-a-minus-in-the-startup-world/">complete an MBA</a>, on a part-time basis, at New York University. It gave me lots of time off and paid for the tuition.</p>
<p>Tech companies in the internet era offer their employees some great perks. But do you think that Facebook, Groupon, or Zynga provide budding professionals with any serious management training? Not at all. Given the way tech companies grow and the HR challenges they face, management training and career development are more important than ever. But few have the timethey are too busy surviving.</p>
<p>Professors Robert Fulmer and Byron Hanson of Duke University's <a href="http://www.dukece.com/index.php">Corporate Education</a> group researched the management practices of 23 leading high-tech firms. Corporate executives in an overwhelming majority, 89 percent, believed that leadership development was becoming increasingly important for their companies; 58 percent ranked this as a high corporate priority. Yet less than one-fourth of the managers interviewed had a clear roadmap for how they could develop themselves, and more than half didn't even know who in their organization was responsible for the development of leaders. The conclusion of the researchers wasn't surprising: many high-tech companies are young, so their systems and procedures for grooming leaders aren't well developed or firmly established.</p>
<p>Maybe this is why so many tech companies suffer from morale problems, missed deadlines, customer-support disasters, and high turnover. And this may be one of the reasons why so many tech startups who succeed in selling their vision and raising millions in financing are just a flash in the pan.</p>
<p>One of the interesting findings in the Fulmer and Hanson research was that more than 70 percent of the tech executives interviewed said that leadership development in technology-driven firms is different than in other industries. The researchers believed, just as I do, that these tech executives were dead wrong. The lessons that leading companies like Proctor and Gamble and General Electric have learned about management development and training apply as much, if not more, to tech companies.</p>
<p>This means that if you're a fresh grad joining a hot new tech startup, you shouldn't expect your managers to train and groom you, or the company to provide you with time off to complete an MBA. You're on your own. If you are working at some of the more established companies, such as IBM and HPwhich do have excellent management-development practicestake full advantage of them. You need to learn all you can.</p>
<p>Many people are born with an innate sense of vision; they readily learn new technologies and master them. Some are very good at communicating and inspiring others. But you can't be born with the skills needed to plan projects, adhere to EEOC guidelines, and prepare budgets and manage finances, or to know the intricacies of business and intellectual property law. All this has to be learned. Some skills can be developed on the job, but this is usually through trial and error.</p>
<p>I usually recommend that engineering students who want to become managers and CEOs complete a fifth year of education. There are one-year long engineering management programs which cover such subjects as marketing, finance, intellectual property, business law, and managementsimilar to the key courses in an MBA program; plus tech-oriented subjects like innovation management, operations management, and entrepreneurship.  One such program (and there are many) is the Duke <a href="http://memp.pratt.duke.edu/">Masters of Engineering Management program</a>, at which I teach.</p>
<p>For experienced tech workers in Silicon Valley, <a href="http://www.berkeley.columbia.edu/">Berkeley</a> and <a href="http://www.stanfordexecutivemba.com/">Stanford</a> both have excellent executive MBA programs. Berkeley Haas School dean, <a href="http://faculty.haas.berkeley.edu/lyons/">Rich Lyons</a> told me over dinner, last month, of his plans to make his school the premier training ground for Silicon Valley executives. Boston's Babson College is also launching <a href="http://mba.babson.edu/programs/fasttrack_sanfrancisco.aspx">a program in San Francisco</a>.</p>
<p>But not everyone needs to spend two years doing an MBA. Berkeley's college of engineering is creating a much shorter program targeted at Silicon Valley techies with leadership potential. Under the aegis of Fung Institute Chief Scientist and Director of UC Berkeley's Center for Entrepreneurship &amp; Technology, <a href="http://cet.berkeley.edu/wiki/index.php?title=People:_Ikhlaq_Sidhu">Ikhlaq Sidhu</a>, the school is developing a <a href="http://cet.berkeley.edu/">professional program</a> in Engineering Leadership. This will meet one evening a week for six months and teach subjects like product management, entrepreneurial thinking, leadership and finance. It will also teach team building, business management, and motivation.</p>
<p>The new Berkeley program is highly selective however.  It will only accept 25 candidates in 2011, based on recommendations from senior executives in the valley. Sidhu says that he hopes to address the symptoms of engineering without leadershipwhich include organizational indecision about new products and services; unresolved conflict between product management and engineering; and superficial technology strategies.  Berkeley will likely expand this program significantly over time and add many others. After all there is a great need.</p>
<p><em><strong>Editor's note:</strong> Guest writer <a href="http://www.crunchbase.com/person/vivek-wadhwa">Vivek Wadhwa <img src="http://i.ixnp.com/images/v6.37.1/t.gif" border="0" /> </a> is an entrepreneur turned academic. He is a Visiting Scholar at the School of Information at UC-Berkeley, Senior Research Associate at Harvard Law School and Director of Research at the Center for Entrepreneurship and Research Commercialization at Duke University. You can follow him on Twitter at <a href="http://twitter.com/vwadhwa">@vwadhwa<img src="http://i.ixnp.com/images/v6.37.1/t.gif" border="0" /> </a>and find his research at <a href="http://www.wadhwa.com/">www.wadhwa.com<img src="http://i.ixnp.com/images/v6.37.1/t.gif" border="0" /> </a>.</em></p>
<br>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch.wordpress.com/215833/"><img src="http://feeds.wordpress.com/1.0/comments/tctechcrunch.wordpress.com/215833/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch.wordpress.com/215833/"><img src="http://feeds.wordpress.com/1.0/delicious/tctechcrunch.wordpress.com/215833/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch.wordpress.com/215833/"><img src="http://feeds.wordpress.com/1.0/facebook/tctechcrunch.wordpress.com/215833/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch.wordpress.com/215833/"><img src="http://feeds.wordpress.com/1.0/twitter/tctechcrunch.wordpress.com/215833/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch.wordpress.com/215833/"><img src="http://feeds.wordpress.com/1.0/stumble/tctechcrunch.wordpress.com/215833/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch.wordpress.com/215833/"><img src="http://feeds.wordpress.com/1.0/digg/tctechcrunch.wordpress.com/215833/" border="0" /> </a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch.wordpress.com/215833/"><img src="http://feeds.wordpress.com/1.0/reddit/tctechcrunch.wordpress.com/215833/" border="0" /> </a> <img src="http://stats.wordpress.com/b.gif?host=techcrunch.com&amp;blog=11718616&amp;post=215833&amp;subd=tctechcrunch&amp;ref=&amp;feed=1" border="0" /> <p><iframe src="http://feedads.g.doubleclick.net/~ah/f/v7tfagih50mrtjprksjv4s1ftk/300/250?ca=1&amp;fh=280#http%3A%2F%2Ftechcrunch.com%2F2010%2F09%2F04%2Ftech-industry-managers-little-men-in-big-shoes%2F" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p><div>
<a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bkbom8k7BRk:UqsSw25gHUQ:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bkbom8k7BRk:UqsSw25gHUQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bkbom8k7BRk:UqsSw25gHUQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bkbom8k7BRk:UqsSw25gHUQ:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=bkbom8k7BRk:UqsSw25gHUQ:-BTjWOF_DHI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bkbom8k7BRk:UqsSw25gHUQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=bkbom8k7BRk:UqsSw25gHUQ:D7DqB2pKExk" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bkbom8k7BRk:UqsSw25gHUQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/bkbom8k7BRk" border="0" /> <br><br><a href="http://www.filome.com/key/tech" >tech</a> <a href="http://search.twitter.com/search?q=%22tech%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tech.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/management" >management</a> <a href="http://search.twitter.com/search?q=%22management%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/management.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/companies" >companies</a> <a href="http://search.twitter.com/search?q=%22companies%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/companies.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/program" >program</a> <a href="http://search.twitter.com/search?q=%22program%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/program.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/berkeley" >berkeley</a> <a href="http://search.twitter.com/search?q=%22berkeley%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/berkeley.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tech" >tech</a> <a href="http://search.twitter.com/search?q=%22tech%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tech.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/management" >management</a> <a href="http://search.twitter.com/search?q=%22management%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/management.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/program" >program</a> <a href="http://search.twitter.com/search?q=%22program%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/program.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/companies" >companies</a> <a href="http://search.twitter.com/search?q=%22companies%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/companies.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/engineering" >engineering</a> <a href="http://search.twitter.com/search?q=%22engineering%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/engineering.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/berkeley" >berkeley</a> <a href="http://search.twitter.com/search?q=%22berkeley%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/berkeley.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/development" >development</a> <a href="http://search.twitter.com/search?q=%22development%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/development.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/school" >school</a> <a href="http://search.twitter.com/search?q=%22school%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/school.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/executives" >executives</a> <a href="http://search.twitter.com/search?q=%22executives%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/executives.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/training" >training</a> <a href="http://search.twitter.com/search?q=%22training%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/training.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/research" >research</a> <a href="http://search.twitter.com/search?q=%22research%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/research.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/leadership" >leadership</a> <a href="http://search.twitter.com/search?q=%22leadership%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/leadership.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/managers" >managers</a> <a href="http://search.twitter.com/search?q=%22managers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/managers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/valley" >valley</a> <a href="http://search.twitter.com/search?q=%22valley%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/valley.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tech companies" >tech companies</a> <a href="http://search.twitter.com/search?q=%22tech companies%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tech companies.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/silicon valley" >silicon valley</a> <a href="http://search.twitter.com/search?q=%22silicon valley%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/silicon valley.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/product management" >product management</a> <a href="http://search.twitter.com/search?q=%22product management%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/product management.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/engineering management" >engineering management</a> <a href="http://search.twitter.com/search?q=%22engineering management%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/engineering management.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/intellectual property" >intellectual property</a> <a href="http://search.twitter.com/search?q=%22intellectual property%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/intellectual property.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tech executives" >tech executives</a> <a href="http://search.twitter.com/search?q=%22tech executives%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tech executives.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/management training" >management training</a> <a href="http://search.twitter.com/search?q=%22management training%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/management training.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/duke university" >duke university</a> <a href="http://search.twitter.com/search?q=%22duke university%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/duke university.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/leadership development" >leadership development</a> <a href="http://search.twitter.com/search?q=%22leadership development%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/leadership development.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/management development" >management development</a> <a href="http://search.twitter.com/search?q=%22management development%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/management development.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Sat, 04 Sep 2010 14:25:16 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,9</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>Will Smart Phones be the New Driver of Local Commerce?</title>
         <link>http://www.startupnation.com/blogs/index.php/2010/09/03/will-smart-phones-be-the-new-driver-of-local-commerce/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/0T6jmjw1IMjgPL">StartupNation Blog</a><br> First shared  by - <a href="http://www.filome.com/chrisbrogan">chrisbrogan</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>Over the last year or so, location-based services that integrate tightly with mobile phones have been one of main themes watched by the venture world, and for good reason. As we continue moving forward in a world influenced less by mass media and more by our interactions with new technology (social networks, smart phones, etc), it only makes sense that these platforms will become the primary channels for distributing new information, products and services.</p>
<p>If you look closely at some new emerging startups, you'll begin to get an idea of where this is all headed.</p>
<p><img src="http://c1345842.cdn.cloudfiles.rackspacecloud.com/assets/cdn_files/assets/000/000/680/original.jpg?1282054912" border="0" /> <a href="http://www.shopkick.com">Shopkick</a>, which recently debuted partnerships with Best Buy, Macy's and others, is a new service that automatically rewards users just for walking into stores. The service installs sensors in various locations that alerts their system when you walk into a particular store, which then can offer you special deals from the store you're at.</p>
<p>Another spin on location apps is connecting users to time-sensitive deals offered by local merchants based on the user's location. <a href="http://www.tapplocal.com">TappLocal</a> and <a href="http://www.phonetell.com">PhoneTell</a> are two startups aiming to tackle this, but in different ways. TappLocal (which is in private beta) serves local business ads inside other mobile applications that already have millions of users. TappLocal tracks their location, then alerts them with time-sensitive deals based on where they are. PhoneTell also aims to connect users to special deals based on location, but is more of a 411 for smart phones, with a bunch of extra goodies outside of locating deals through hyper-local search.</p>
<p>
<p>
<p>
<p><img src="http://sphotos.ak.fbcdn.net/hphotos-ak-snc4/hs421.snc4/46390_983894216041_10004053_54877715_498701_n.jpg" width="272" height="500" border="0" /> The app serves as a super smart phone directory, allowing users to search for relevant businesses based on their location (including by category, such as pizza slice, which would yield results of the closest pizza place that serves by the slice, is currently open and has strong activity on services like <a href="http://www.yelp.com">Yelp</a> and <a href="http://www.foursquare.com">Foursquare</a>). PhoneTell also offers some handy features like uncovering hard-to-find customer service phone numbers, advanced caller id and one-touch text messaging to let callers know why you are unavailable and when they should expect a call back.</p>
<p>Another interesting take on this space is <a href="http://www.grouptabs.com">GroupTabs</a>, a recently-launched service that offers Groupon-style special offers when a group of people check in to a local venue.</p>
<p>It's clear that this space is going somewhere. It will be interesting to see how all of these apps fare against more established location-based apps should they decide to go after this market. My money is on the apps that can accomplish strong user retention by providing easy integration with a consumer's daily activities and a lot more value than checking in somewhere.</p>
<p>Have thoughts? Leave a comment below.</p>
<p>
<p>
<p>
<p>
<p>
<div style="width:425px;height:355px">
<p><a href="http://www.youtube.com/watch?v=W_G4UKhwF10">http://www.youtube.com/watch?v=W_G4UKhwF10</a></p>
</div>
<p>
<div style="width:425px;height:355px">
<p><a href="http://www.youtube.com/watch?v=esAPuqCQ5Z8">http://www.youtube.com/watch?v=esAPuqCQ5Z8</a></p>
</div>
<p></p>
<p><a href="http://sharethis.com/item?&amp;wp=2.5.1&amp;publisher=37536f50-fed0-4782-88b0-d33b836eebea&amp;title=Will+Smart+Phones+be+the+New+Driver+of+Local+Commerce%3F&amp;url=http%3A%2F%2Fwww.startupnation.com%2Fblogs%2Findex.php%2F2010%2F09%2F03%2Fwill-smart-phones-be-the-new-driver-of-local-commerce%2F">ShareThis</a></p></p></p></p></p></p></p></p></p></p><br><br><a href="http://www.filome.com/key/location" >location</a> <a href="http://search.twitter.com/search?q=%22location%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/location.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/based" >based</a> <a href="http://search.twitter.com/search?q=%22based%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/based.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/deals" >deals</a> <a href="http://search.twitter.com/search?q=%22deals%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/deals.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/local" >local</a> <a href="http://search.twitter.com/search?q=%22local%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/local.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/users" >users</a> <a href="http://search.twitter.com/search?q=%22users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/users.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/location" >location</a> <a href="http://search.twitter.com/search?q=%22location%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/location.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/based" >based</a> <a href="http://search.twitter.com/search?q=%22based%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/based.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/deals" >deals</a> <a href="http://search.twitter.com/search?q=%22deals%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/deals.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/users" >users</a> <a href="http://search.twitter.com/search?q=%22users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/users.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/local" >local</a> <a href="http://search.twitter.com/search?q=%22local%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/local.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/apps" >apps</a> <a href="http://search.twitter.com/search?q=%22apps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/apps.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/service" >service</a> <a href="http://search.twitter.com/search?q=%22service%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/service.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/phones" >phones</a> <a href="http://search.twitter.com/search?q=%22phones%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/phones.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/smart" >smart</a> <a href="http://search.twitter.com/search?q=%22smart%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/smart.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/smart phones" >smart phones</a> <a href="http://search.twitter.com/search?q=%22smart phones%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/smart phones.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/deals based" >deals based</a> <a href="http://search.twitter.com/search?q=%22deals based%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/deals based.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sensitive deals" >sensitive deals</a> <a href="http://search.twitter.com/search?q=%22sensitive deals%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sensitive deals.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/special deals" >special deals</a> <a href="http://search.twitter.com/search?q=%22special deals%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/special deals.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/location based" >location based</a> <a href="http://search.twitter.com/search?q=%22location based%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/location based.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/0T6jmjw1IMjgPL">StartupNation Blog</a><br> First shared  by - <a href="http://www.filome.com/chrisbrogan">chrisbrogan</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>Over the last year or so, location-based services that integrate tightly with mobile phones have been one of main themes watched by the venture world, and for good reason. As we continue moving forward in a world influenced less by mass media and more by our interactions with new technology (social networks, smart phones, etc), it only makes sense that these platforms will become the primary channels for distributing new information, products and services.</p>
<p>If you look closely at some new emerging startups, you'll begin to get an idea of where this is all headed.</p>
<p><img src="http://c1345842.cdn.cloudfiles.rackspacecloud.com/assets/cdn_files/assets/000/000/680/original.jpg?1282054912" border="0" /> <a href="http://www.shopkick.com">Shopkick</a>, which recently debuted partnerships with Best Buy, Macy's and others, is a new service that automatically rewards users just for walking into stores. The service installs sensors in various locations that alerts their system when you walk into a particular store, which then can offer you special deals from the store you're at.</p>
<p>Another spin on location apps is connecting users to time-sensitive deals offered by local merchants based on the user's location. <a href="http://www.tapplocal.com">TappLocal</a> and <a href="http://www.phonetell.com">PhoneTell</a> are two startups aiming to tackle this, but in different ways. TappLocal (which is in private beta) serves local business ads inside other mobile applications that already have millions of users. TappLocal tracks their location, then alerts them with time-sensitive deals based on where they are. PhoneTell also aims to connect users to special deals based on location, but is more of a 411 for smart phones, with a bunch of extra goodies outside of locating deals through hyper-local search.</p>
<p>
<p>
<p>
<p><img src="http://sphotos.ak.fbcdn.net/hphotos-ak-snc4/hs421.snc4/46390_983894216041_10004053_54877715_498701_n.jpg" width="272" height="500" border="0" /> The app serves as a super smart phone directory, allowing users to search for relevant businesses based on their location (including by category, such as pizza slice, which would yield results of the closest pizza place that serves by the slice, is currently open and has strong activity on services like <a href="http://www.yelp.com">Yelp</a> and <a href="http://www.foursquare.com">Foursquare</a>). PhoneTell also offers some handy features like uncovering hard-to-find customer service phone numbers, advanced caller id and one-touch text messaging to let callers know why you are unavailable and when they should expect a call back.</p>
<p>Another interesting take on this space is <a href="http://www.grouptabs.com">GroupTabs</a>, a recently-launched service that offers Groupon-style special offers when a group of people check in to a local venue.</p>
<p>It's clear that this space is going somewhere. It will be interesting to see how all of these apps fare against more established location-based apps should they decide to go after this market. My money is on the apps that can accomplish strong user retention by providing easy integration with a consumer's daily activities and a lot more value than checking in somewhere.</p>
<p>Have thoughts? Leave a comment below.</p>
<p>
<p>
<p>
<p>
<p>
<div style="width:425px;height:355px">
<p><a href="http://www.youtube.com/watch?v=W_G4UKhwF10">http://www.youtube.com/watch?v=W_G4UKhwF10</a></p>
</div>
<p>
<div style="width:425px;height:355px">
<p><a href="http://www.youtube.com/watch?v=esAPuqCQ5Z8">http://www.youtube.com/watch?v=esAPuqCQ5Z8</a></p>
</div>
<p></p>
<p><a href="http://sharethis.com/item?&amp;wp=2.5.1&amp;publisher=37536f50-fed0-4782-88b0-d33b836eebea&amp;title=Will+Smart+Phones+be+the+New+Driver+of+Local+Commerce%3F&amp;url=http%3A%2F%2Fwww.startupnation.com%2Fblogs%2Findex.php%2F2010%2F09%2F03%2Fwill-smart-phones-be-the-new-driver-of-local-commerce%2F">ShareThis</a></p></p></p></p></p></p></p></p></p></p><br><br><a href="http://www.filome.com/key/location" >location</a> <a href="http://search.twitter.com/search?q=%22location%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/location.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/based" >based</a> <a href="http://search.twitter.com/search?q=%22based%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/based.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/deals" >deals</a> <a href="http://search.twitter.com/search?q=%22deals%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/deals.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/local" >local</a> <a href="http://search.twitter.com/search?q=%22local%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/local.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/users" >users</a> <a href="http://search.twitter.com/search?q=%22users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/users.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/location" >location</a> <a href="http://search.twitter.com/search?q=%22location%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/location.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/based" >based</a> <a href="http://search.twitter.com/search?q=%22based%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/based.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/deals" >deals</a> <a href="http://search.twitter.com/search?q=%22deals%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/deals.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/users" >users</a> <a href="http://search.twitter.com/search?q=%22users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/users.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/local" >local</a> <a href="http://search.twitter.com/search?q=%22local%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/local.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/apps" >apps</a> <a href="http://search.twitter.com/search?q=%22apps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/apps.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/service" >service</a> <a href="http://search.twitter.com/search?q=%22service%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/service.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/phones" >phones</a> <a href="http://search.twitter.com/search?q=%22phones%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/phones.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/smart" >smart</a> <a href="http://search.twitter.com/search?q=%22smart%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/smart.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/smart phones" >smart phones</a> <a href="http://search.twitter.com/search?q=%22smart phones%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/smart phones.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/deals based" >deals based</a> <a href="http://search.twitter.com/search?q=%22deals based%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/deals based.rss" ><img src="http://www.filome.com/images