<?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>black | Filome sharers have read the following articles about "black" | www.filome.com </title>
	  <itunes:author>filome.com</itunes:author>
      <link>http://www.filome.com/key/black</link>
      <description>You're viewing shares 1-25 of 3554 total shares for the keyword black This is a keyword feed for "black" 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 "black" from my read items in Google Reader.</itunes:subtitle>

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

 	<image> 

		<url>http://www.filome.com/images/feed_image.jpg</url>
 		<title>black | Filome sharers have read the following articles about "black" | www.filome.com</title>
 		<link>http://www.filome.com/key/black</link>
 		<description>This is a keyword feed for "black" 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>Android &amp;amp; iPhone App Design: Is it twice the work?</title>
         <link>http://johnnyholland.org/2010/09/06/android-iphone-app-design-is-it-twice-the-work/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/OTuM7SJjfF2DR6">Johnny Holland - It&#39;s all about interaction</a><br> First shared  by - <a href="http://www.filome.com/Avi">Avi</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><img src="http://johnnyholland.org/wp-content/uploads/iphone-android-0.png" border="0" /> <br>
Less than one year ago, most of my clients were requesting iPhone app design.  Today they are still asking for iPhone app design but many also say, Do you do Android, too?  Most of them plan to start with one platform, see how things go, and then decide whether to invest in the second platform.  This roll-out strategy is often tied into engineering costs.  Since few developers possess the coding skills required for each platformObjective C for iPhone and Java for Androidit's often necessary to hire two development teams. But what about design?<span></span></p>
<p>Would I, too, have to do <em>twice</em> the work when designing for the iPhone and Android?  And what will happen if the Windows, Palm, and Blackberry app stores take off?  Would I have to do <em>five</em> times the work?  This dilemma reminded of the browser wars back in 1996, when Netscape and Microsoft used to hire evangelists to teach design and coding for their respective browsers.  Eventually these proprietary standards were replaced with industry-wide standards but it didn't happen overnight.</p>
<p>Many say the same will be true of the different smartphone platforms, that they'll eventually be replaced with something like HTML 5.  This could happen at some point, but we're not there yet.  HTML 5 works well for web apps and hybrid apps.  Web apps look very much like native apps but they can't access device data and hardware such as the user's contacts, the photo library, voice recording, and device movement. In contrast, hybrid apps, which provide access to web content through a web viewing area, can access the device hardware and include native user interface elements.  Companies like PhoneGap provide tools to simplify cross-platform development for hybrid apps.  Using these tools, developers can create apps that are nearly identical across platforms.  This may be effective for certain apps, e.g., games, but productivity apps, e.g., email, may want to customize the UI for each platform.</p>
<p>So we're back to the dilemma: do designers have to do <em>twice</em> the work to create native apps for the iPhone and Android?  Based on my recent analysis, I came to this conclusion: the app definition and concept phases would be very similar regardless of platform, but the app refinement and production phases would require adaptions to create full-fledged native apps for each platform.  The remainder of this article discusses these differences based on these four phases: Definition, Exploration, Refinement, Production.</p>
<h2>Definition</h2>
<p>In the definition phase user research can help you acquire a deep understanding of your users' needs and how these needs are currently being met.  With this research foundation, you may uncover opportunities for new apps and develop innovative solutions that improve upon existing apps.   Your user research methods in the Definition phase<span style="text-decoration:underline">diary studies</span>, user interviews, shadowing will be similar regardless of platform.  To learn more about these methods, consider reading <span style="text-decoration:underline">Jan Chipchase's Methods Blog</span>.</p>
<p>In the Definition phase, you'll also want to read each device's technical specifications and UI guidelines (e.g., <span style="text-decoration:underline">iPhone Human Interface Guidelines</span> , <span style="text-decoration:underline">Android's User Interface Guidelines</span>, <span style="text-decoration:underline">Android UI Tips</span>)  Knowing what's possible will help when you get into concept development.  App designers should also learn about multi-touch gestures which are well-documented in the following <span style="text-decoration:underline">Touch Gesture Reference Guide</span>.  The iPhone and Android have significant overlap but there are a few exceptions.</p>
<h2>Exploration</h2>
<p>Armed with your upfront research, you'll want to start brainstorming and sketching app ideas.  Try to be as platform agnostic as possible since it will allow you to freely explore a variety of concepts without getting bogged down by platform differences.  This can be challenging if you have more experience with one platform since you'll naturally gravitate to what's familiar.  For example, given my knowledge of the iPhone, I instinctively include Back buttons in my sketches, but Android doesn't use Back buttons.  On Android, users must tap the Arrow button on the device to go back.  As an alternative, a platform agnostic sketch could include arrows to illustrate navigation between screens.  Similarly, storyboards can work well if they highlight the user and context and place less emphasis on screen designs.</p>
<p>Once you start prototyping and testing your app concepts, it will become increasingly difficult to remain platform agnostic, though this may depend on the app.  For example, gaming apps tend to be self-contained so your prototypes may be very similar across platforms.  But apps like Facebook and Yelp have different navigation styles for the iPhone and Android.  If you test prototypes with users, they may be confused if the apps don't follow platform conventions.  Notable differences between iPhone and Android navigation are summarized below.</p>
<p><strong><em>iPhone and Android navigation differences</em></strong></p>
<p><img src="http://johnnyholland.org/wp-content/uploads/iphone-android-1.png" width="500" height="303" border="0" /> </p>
<p>To illustrate these navigation differences, let's compare Facebook's iPhone and Android apps (see images below).  Notice how the iPhone app has one button that goes Home/Back whereas the Android app uses the Facebook logo to go Home and the Arrow button on the device to go back.  Tasks are also treated differently.  On the iPhone primary tasks (status update and commenting) are accessed directly on the page; secondary tasks (load new posts) are accessed by pulling down the screen.  On Android, status updates are treated the same way as the iPhone, however, other tasks are accessed through the Menu or by tapping and holding table rows.</p>
<p><strong><em><img src="http://johnnyholland.org/wp-content/uploads/iphone-android-2.png" width="500" height="332" border="0" /> <br>
</em></strong></p>
<h2>Refine</h2>
<p>Once you get into your app refinements, it will become increasingly difficult to incorporate abstract design elements.  Even if you have an app that's self-contained, such as a game, you may have a sign up process, settings, or other features that require you to follow platform conventions.    In some cases, you may be able to embed HTML within your native app but these controls may be less ideal than their native counterparts.  For example, Android and iPhone have created widgets to make it easier to choose dates in the mobile context.  Native apps can easily incorporate such widgets but embedded HTML pages can not.  Below is a partial list of common UI controls for the iPhone and Android.  For a complete list of iPhone UI controls, please see the <span style="text-decoration:underline">Application Controls</span> section in the iPhone HIG.  Unfortunately, the Android UI Guidelines do not include UI controls.  You may need to dig into the <span style="text-decoration:underline">Android Developer Docs</span>.</p>
<p><strong><em><img src="http://johnnyholland.org/wp-content/uploads/iphone-android-3.png" width="399" height="500" border="0" /> <br>
</em></strong></p>
<h2>Production</h2>
<p>When you reach the production phase of your app design process, you'll want to make sure your images are the correct resolution for each platform.  Unfortunately, not only are there differences <em>between</em> platforms but there are differences <em>within</em> platforms.  For the iPhone 4, the new Retina Display is at 640 x 960 whereas the earlier phones were at 320 x 480.  And with Android, the latest Droid X is at 480 x 854 which they call HDPI, but older phones are lower resolution and called MDPI.  Both operating systems will auto-scale high resolution images down, though some developers I spoke with don't trust the quality.</p>
<p>To minimize the work involved with multiple platforms and resolutions, make sure all of your custom assets are absolutely necessary.  Aside from your company logo and/or symbol you may not have to create many assets.  Both platforms provide icons for common app tasks (take a look at the <span style="text-decoration:underline">iPhone icons</span> and <span style="text-decoration:underline">Android icons</span>) and there are a number of services that sell icons at a reasonable cost.  If neither of these options meet your needs, consider hiring a skilled illustrator for the work.</p>
<h2>Summary</h2>
<p>iPhone and Android are the current market leaders in the smartphone space but things are likely to evolve in the years to come.  We may see Windows, Blackberry, Palm or another competitor edge into first or second place.  Whatever happens, more and more designers are going to be confronted with the question: Will I have to do <em>twice</em> the work?  <em>Five</em> times the work?  Part of me would like to see standards evolve, mostly from a user experience standpoint but also from a business perspective.   Standards will make it easier for companies to provide smartphone apps on multiple devices.  As it stands now, they need to prioritize devices because of the costs involved.  At the same time standards could slow down the rapid pace of smartphone innovation, which would negatively impact everyone. And of course HTML 5 holds great promise but it's too soon to tell if it will eventually replace the native app platforms. For now, I hope this articles helps you in your endeavors and perhaps you'll only need to do less than 1.5 times the work.</p>
<h2>Acknowledgements</h2>
<p>Thanks to Omar Younis,  Marty Picco, Jonathan Stark, Michael Mayo, and Emmanuel Carraud for sharing their insights on this topic.</p>
<h2>Further Reading</h2>
<p><strong> </strong></p>
<ul>
<li>iPhone Human Interface Guidelines: <a href="http://developer.apple.com/iphone/library/documentation/userexperience/conceptual/mobilehig/Introduction/Introduction.html">http://developer.apple.com/iphone/library/documentation/userexperience/conceptual/mobilehig/Introduction/Introduction.html</a></li>
</ul>
<ul>
<li>Android User Interface Guidelines: <a href="http://developer.android.com/guide/practices/ui_guidelines/index.html">http://developer.android.com/guide/practices/ui_guidelines/index.html</a></li>
</ul>
<ul>
<li>Android UI Tips: <a href="http://www.slideshare.net/AndroidDev/android-ui-design-tips">http://www.slideshare.net/AndroidDev/android-ui-design-tips</a></li>
</ul>
<ul>
<li>iOS Icons Made in Pure CSS: <a href="http://blog.graphicpeel.com/post/740928981/ios-icons-made-in-pure-css">http://blog.graphicpeel.com/post/740928981/ios-icons-made-in-pure-css</a></li>
</ul>


<p>Related posts:<ol><li><a href="http://johnnyholland.org/2009/10/19/why-online-ratings-dont-work/" rel="bookmark" title="Permanent Link: Why Online Ratings Don't Work">Why Online Ratings Don't Work</a> <small> Recently I came across an article in the Wall...</small></li>
<li><a href="http://johnnyholland.org/2009/11/20/interaction-design-for-specialized-tasks/" rel="bookmark" title="Permanent Link: Interaction Design for Specialized Tasks">Interaction Design for Specialized Tasks</a> <small>Specialized interaction design comes into relevance when user is subjected...</small></li>
</ol></p>
<p>Related posts brought to you by <a href="http://mitcho.com/code/yarpp/">Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/JohnnyHolland/~4/VNmzznpQ5Fg" border="0" /> <br><br><a href="http://www.filome.com/key/android" >android</a> <a href="http://search.twitter.com/search?q=%22android%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/android.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/iphone" >iphone</a> <a href="http://search.twitter.com/search?q=%22iphone%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/iphone.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/app" >app</a> <a href="http://search.twitter.com/search?q=%22app%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/app.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/platform" >platform</a> <a href="http://search.twitter.com/search?q=%22platform%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/platform.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/android" >android</a> <a href="http://search.twitter.com/search?q=%22android%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/android.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/iphone" >iphone</a> <a href="http://search.twitter.com/search?q=%22iphone%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/iphone.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/platform" >platform</a> <a href="http://search.twitter.com/search?q=%22platform%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/platform.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/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/design" >design</a> <a href="http://search.twitter.com/search?q=%22design%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/design.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/platforms" >platforms</a> <a href="http://search.twitter.com/search?q=%22platforms%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/platforms.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/native" >native</a> <a href="http://search.twitter.com/search?q=%22native%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/native.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/guidelines" >guidelines</a> <a href="http://search.twitter.com/search?q=%22guidelines%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/guidelines.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/html" >html</a> <a href="http://search.twitter.com/search?q=%22html%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/html.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tasks" >tasks</a> <a href="http://search.twitter.com/search?q=%22tasks%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tasks.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/icons" >icons</a> <a href="http://search.twitter.com/search?q=%22icons%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/icons.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/definition" >definition</a> <a href="http://search.twitter.com/search?q=%22definition%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/definition.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/device" >device</a> <a href="http://search.twitter.com/search?q=%22device%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/device.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/controls" >controls</a> <a href="http://search.twitter.com/search?q=%22controls%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/controls.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/navigation" >navigation</a> <a href="http://search.twitter.com/search?q=%22navigation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/navigation.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/interface" >interface</a> <a href="http://search.twitter.com/search?q=%22interface%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/interface.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/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/twice" >twice</a> <a href="http://search.twitter.com/search?q=%22twice%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twice.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/smartphone" >smartphone</a> <a href="http://search.twitter.com/search?q=%22smartphone%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/smartphone.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/provide" >provide</a> <a href="http://search.twitter.com/search?q=%22provide%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/provide.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/include" >include</a> <a href="http://search.twitter.com/search?q=%22include%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/include.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/create" >create</a> <a href="http://search.twitter.com/search?q=%22create%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/create.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/production" >production</a> <a href="http://search.twitter.com/search?q=%22production%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/production.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/iphone app" >iphone app</a> <a href="http://search.twitter.com/search?q=%22iphone app%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/iphone app.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/interface guidelines" >interface guidelines</a> <a href="http://search.twitter.com/search?q=%22interface guidelines%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/interface guidelines.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/app design" >app design</a> <a href="http://search.twitter.com/search?q=%22app design%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/app design.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/native apps" >native apps</a> <a href="http://search.twitter.com/search?q=%22native apps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/native apps.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/related posts" >related posts</a> <a href="http://search.twitter.com/search?q=%22related posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/related posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/platform agnostic" >platform agnostic</a> <a href="http://search.twitter.com/search?q=%22platform agnostic%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/platform agnostic.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hybrid apps" >hybrid apps</a> <a href="http://search.twitter.com/search?q=%22hybrid apps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hybrid apps.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/user interface" >user interface</a> <a href="http://search.twitter.com/search?q=%22user interface%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/user interface.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/navigation differences" >navigation differences</a> <a href="http://search.twitter.com/search?q=%22navigation differences%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/navigation differences.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/android navigation" >android navigation</a> <a href="http://search.twitter.com/search?q=%22android navigation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/android navigation.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/platform conventions" >platform conventions</a> <a href="http://search.twitter.com/search?q=%22platform conventions%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/platform conventions.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/follow platform" >follow platform</a> <a href="http://search.twitter.com/search?q=%22follow platform%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/follow platform.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/interaction design" >interaction design</a> <a href="http://search.twitter.com/search?q=%22interaction design%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/interaction design.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/native app" >native app</a> <a href="http://search.twitter.com/search?q=%22native app%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/native app.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pure css" >pure css</a> <a href="http://search.twitter.com/search?q=%22pure css%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pure css.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/ios icons" >ios icons</a> <a href="http://search.twitter.com/search?q=%22ios icons%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/ios icons.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/html android" >html android</a> <a href="http://search.twitter.com/search?q=%22html android%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/html android.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/self contained" >self contained</a> <a href="http://search.twitter.com/search?q=%22self contained%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/self contained.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/web apps" >web apps</a> <a href="http://search.twitter.com/search?q=%22web apps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/web apps.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/become increasingly" >become increasingly</a> <a href="http://search.twitter.com/search?q=%22become increasingly%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/become increasingly.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/iphone human" >iphone human</a> <a href="http://search.twitter.com/search?q=%22iphone human%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/iphone human.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/user research" >user research</a> <a href="http://search.twitter.com/search?q=%22user research%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/user research.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/definition phase" >definition phase</a> <a href="http://search.twitter.com/search?q=%22definition phase%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/definition phase.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/similar regardless" >similar regardless</a> <a href="http://search.twitter.com/search?q=%22similar regardless%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/similar regardless.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/human interface" >human interface</a> <a href="http://search.twitter.com/search?q=%22human interface%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/human interface.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/guidelines android" >guidelines android</a> <a href="http://search.twitter.com/search?q=%22guidelines android%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/guidelines android.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/across platforms" >across platforms</a> <a href="http://search.twitter.com/search?q=%22across platforms%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/across platforms.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/arrow button" >arrow button</a> <a href="http://search.twitter.com/search?q=%22arrow button%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/arrow button.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/back buttons" >back buttons</a> <a href="http://search.twitter.com/search?q=%22back buttons%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/back buttons.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/increasingly difficult" >increasingly difficult</a> <a href="http://search.twitter.com/search?q=%22increasingly difficult%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/increasingly difficult.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/become increasingly difficult" >become increasingly difficult</a> <a href="http://search.twitter.com/search?q=%22become increasingly difficult%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/become increasingly difficult.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/follow platform conventions" >follow platform conventions</a> <a href="http://search.twitter.com/search?q=%22follow platform conventions%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/follow platform conventions.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/user interface guidelines" >user interface guidelines</a> <a href="http://search.twitter.com/search?q=%22user interface guidelines%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/user interface guidelines.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/interface guidelines android" >interface guidelines android</a> <a href="http://search.twitter.com/search?q=%22interface guidelines android%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/interface guidelines android.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/human interface guidelines" >human interface guidelines</a> <a href="http://search.twitter.com/search?q=%22human interface guidelines%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/human interface guidelines.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/iphone human interface" >iphone human interface</a> <a href="http://search.twitter.com/search?q=%22iphone human interface%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/iphone human interface.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/OTuM7SJjfF2DR6">Johnny Holland - It&#39;s all about interaction</a><br> First shared  by - <a href="http://www.filome.com/Avi">Avi</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><img src="http://johnnyholland.org/wp-content/uploads/iphone-android-0.png" border="0" /> <br>
Less than one year ago, most of my clients were requesting iPhone app design.  Today they are still asking for iPhone app design but many also say, Do you do Android, too?  Most of them plan to start with one platform, see how things go, and then decide whether to invest in the second platform.  This roll-out strategy is often tied into engineering costs.  Since few developers possess the coding skills required for each platformObjective C for iPhone and Java for Androidit's often necessary to hire two development teams. But what about design?<span></span></p>
<p>Would I, too, have to do <em>twice</em> the work when designing for the iPhone and Android?  And what will happen if the Windows, Palm, and Blackberry app stores take off?  Would I have to do <em>five</em> times the work?  This dilemma reminded of the browser wars back in 1996, when Netscape and Microsoft used to hire evangelists to teach design and coding for their respective browsers.  Eventually these proprietary standards were replaced with industry-wide standards but it didn't happen overnight.</p>
<p>Many say the same will be true of the different smartphone platforms, that they'll eventually be replaced with something like HTML 5.  This could happen at some point, but we're not there yet.  HTML 5 works well for web apps and hybrid apps.  Web apps look very much like native apps but they can't access device data and hardware such as the user's contacts, the photo library, voice recording, and device movement. In contrast, hybrid apps, which provide access to web content through a web viewing area, can access the device hardware and include native user interface elements.  Companies like PhoneGap provide tools to simplify cross-platform development for hybrid apps.  Using these tools, developers can create apps that are nearly identical across platforms.  This may be effective for certain apps, e.g., games, but productivity apps, e.g., email, may want to customize the UI for each platform.</p>
<p>So we're back to the dilemma: do designers have to do <em>twice</em> the work to create native apps for the iPhone and Android?  Based on my recent analysis, I came to this conclusion: the app definition and concept phases would be very similar regardless of platform, but the app refinement and production phases would require adaptions to create full-fledged native apps for each platform.  The remainder of this article discusses these differences based on these four phases: Definition, Exploration, Refinement, Production.</p>
<h2>Definition</h2>
<p>In the definition phase user research can help you acquire a deep understanding of your users' needs and how these needs are currently being met.  With this research foundation, you may uncover opportunities for new apps and develop innovative solutions that improve upon existing apps.   Your user research methods in the Definition phase<span style="text-decoration:underline">diary studies</span>, user interviews, shadowing will be similar regardless of platform.  To learn more about these methods, consider reading <span style="text-decoration:underline">Jan Chipchase's Methods Blog</span>.</p>
<p>In the Definition phase, you'll also want to read each device's technical specifications and UI guidelines (e.g., <span style="text-decoration:underline">iPhone Human Interface Guidelines</span> , <span style="text-decoration:underline">Android's User Interface Guidelines</span>, <span style="text-decoration:underline">Android UI Tips</span>)  Knowing what's possible will help when you get into concept development.  App designers should also learn about multi-touch gestures which are well-documented in the following <span style="text-decoration:underline">Touch Gesture Reference Guide</span>.  The iPhone and Android have significant overlap but there are a few exceptions.</p>
<h2>Exploration</h2>
<p>Armed with your upfront research, you'll want to start brainstorming and sketching app ideas.  Try to be as platform agnostic as possible since it will allow you to freely explore a variety of concepts without getting bogged down by platform differences.  This can be challenging if you have more experience with one platform since you'll naturally gravitate to what's familiar.  For example, given my knowledge of the iPhone, I instinctively include Back buttons in my sketches, but Android doesn't use Back buttons.  On Android, users must tap the Arrow button on the device to go back.  As an alternative, a platform agnostic sketch could include arrows to illustrate navigation between screens.  Similarly, storyboards can work well if they highlight the user and context and place less emphasis on screen designs.</p>
<p>Once you start prototyping and testing your app concepts, it will become increasingly difficult to remain platform agnostic, though this may depend on the app.  For example, gaming apps tend to be self-contained so your prototypes may be very similar across platforms.  But apps like Facebook and Yelp have different navigation styles for the iPhone and Android.  If you test prototypes with users, they may be confused if the apps don't follow platform conventions.  Notable differences between iPhone and Android navigation are summarized below.</p>
<p><strong><em>iPhone and Android navigation differences</em></strong></p>
<p><img src="http://johnnyholland.org/wp-content/uploads/iphone-android-1.png" width="500" height="303" border="0" /> </p>
<p>To illustrate these navigation differences, let's compare Facebook's iPhone and Android apps (see images below).  Notice how the iPhone app has one button that goes Home/Back whereas the Android app uses the Facebook logo to go Home and the Arrow button on the device to go back.  Tasks are also treated differently.  On the iPhone primary tasks (status update and commenting) are accessed directly on the page; secondary tasks (load new posts) are accessed by pulling down the screen.  On Android, status updates are treated the same way as the iPhone, however, other tasks are accessed through the Menu or by tapping and holding table rows.</p>
<p><strong><em><img src="http://johnnyholland.org/wp-content/uploads/iphone-android-2.png" width="500" height="332" border="0" /> <br>
</em></strong></p>
<h2>Refine</h2>
<p>Once you get into your app refinements, it will become increasingly difficult to incorporate abstract design elements.  Even if you have an app that's self-contained, such as a game, you may have a sign up process, settings, or other features that require you to follow platform conventions.    In some cases, you may be able to embed HTML within your native app but these controls may be less ideal than their native counterparts.  For example, Android and iPhone have created widgets to make it easier to choose dates in the mobile context.  Native apps can easily incorporate such widgets but embedded HTML pages can not.  Below is a partial list of common UI controls for the iPhone and Android.  For a complete list of iPhone UI controls, please see the <span style="text-decoration:underline">Application Controls</span> section in the iPhone HIG.  Unfortunately, the Android UI Guidelines do not include UI controls.  You may need to dig into the <span style="text-decoration:underline">Android Developer Docs</span>.</p>
<p><strong><em><img src="http://johnnyholland.org/wp-content/uploads/iphone-android-3.png" width="399" height="500" border="0" /> <br>
</em></strong></p>
<h2>Production</h2>
<p>When you reach the production phase of your app design process, you'll want to make sure your images are the correct resolution for each platform.  Unfortunately, not only are there differences <em>between</em> platforms but there are differences <em>within</em> platforms.  For the iPhone 4, the new Retina Display is at 640 x 960 whereas the earlier phones were at 320 x 480.  And with Android, the latest Droid X is at 480 x 854 which they call HDPI, but older phones are lower resolution and called MDPI.  Both operating systems will auto-scale high resolution images down, though some developers I spoke with don't trust the quality.</p>
<p>To minimize the work involved with multiple platforms and resolutions, make sure all of your custom assets are absolutely necessary.  Aside from your company logo and/or symbol you may not have to create many assets.  Both platforms provide icons for common app tasks (take a look at the <span style="text-decoration:underline">iPhone icons</span> and <span style="text-decoration:underline">Android icons</span>) and there are a number of services that sell icons at a reasonable cost.  If neither of these options meet your needs, consider hiring a skilled illustrator for the work.</p>
<h2>Summary</h2>
<p>iPhone and Android are the current market leaders in the smartphone space but things are likely to evolve in the years to come.  We may see Windows, Blackberry, Palm or another competitor edge into first or second place.  Whatever happens, more and more designers are going to be confronted with the question: Will I have to do <em>twice</em> the work?  <em>Five</em> times the work?  Part of me would like to see standards evolve, mostly from a user experience standpoint but also from a business perspective.   Standards will make it easier for companies to provide smartphone apps on multiple devices.  As it stands now, they need to prioritize devices because of the costs involved.  At the same time standards could slow down the rapid pace of smartphone innovation, which would negatively impact everyone. And of course HTML 5 holds great promise but it's too soon to tell if it will eventually replace the native app platforms. For now, I hope this articles helps you in your endeavors and perhaps you'll only need to do less than 1.5 times the work.</p>
<h2>Acknowledgements</h2>
<p>Thanks to Omar Younis,  Marty Picco, Jonathan Stark, Michael Mayo, and Emmanuel Carraud for sharing their insights on this topic.</p>
<h2>Further Reading</h2>
<p><strong> </strong></p>
<ul>
<li>iPhone Human Interface Guidelines: <a href="http://developer.apple.com/iphone/library/documentation/userexperience/conceptual/mobilehig/Introduction/Introduction.html">http://developer.apple.com/iphone/library/documentation/userexperience/conceptual/mobilehig/Introduction/Introduction.html</a></li>
</ul>
<ul>
<li>Android User Interface Guidelines: <a href="http://developer.android.com/guide/practices/ui_guidelines/index.html">http://developer.android.com/guide/practices/ui_guidelines/index.html</a></li>
</ul>
<ul>
<li>Android UI Tips: <a href="http://www.slideshare.net/AndroidDev/android-ui-design-tips">http://www.slideshare.net/AndroidDev/android-ui-design-tips</a></li>
</ul>
<ul>
<li>iOS Icons Made in Pure CSS: <a href="http://blog.graphicpeel.com/post/740928981/ios-icons-made-in-pure-css">http://blog.graphicpeel.com/post/740928981/ios-icons-made-in-pure-css</a></li>
</ul>


<p>Related posts:<ol><li><a href="http://johnnyholland.org/2009/10/19/why-online-ratings-dont-work/" rel="bookmark" title="Permanent Link: Why Online Ratings Don't Work">Why Online Ratings Don't Work</a> <small> Recently I came across an article in the Wall...</small></li>
<li><a href="http://johnnyholland.org/2009/11/20/interaction-design-for-specialized-tasks/" rel="bookmark" title="Permanent Link: Interaction Design for Specialized Tasks">Interaction Design for Specialized Tasks</a> <small>Specialized interaction design comes into relevance when user is subjected...</small></li>
</ol></p>
<p>Related posts brought to you by <a href="http://mitcho.com/code/yarpp/">Yet Another Related Posts Plugin</a>.</p><img src="http://feeds.feedburner.com/~r/JohnnyHolland/~4/VNmzznpQ5Fg" border="0" /> <br><br><a href="http://www.filome.com/key/android" >android</a> <a href="http://search.twitter.com/search?q=%22android%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/android.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/iphone" >iphone</a> <a href="http://search.twitter.com/search?q=%22iphone%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/iphone.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/app" >app</a> <a href="http://search.twitter.com/search?q=%22app%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/app.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/platform" >platform</a> <a href="http://search.twitter.com/search?q=%22platform%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/platform.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/android" >android</a> <a href="http://search.twitter.com/search?q=%22android%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/android.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/iphone" >iphone</a> <a href="http://search.twitter.com/search?q=%22iphone%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/iphone.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/platform" >platform</a> <a href="http://search.twitter.com/search?q=%22platform%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/platform.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/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/design" >design</a> <a href="http://search.twitter.com/search?q=%22design%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/design.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/platforms" >platforms</a> <a href="http://search.twitter.com/search?q=%22platforms%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/platforms.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/native" >native</a> <a href="http://search.twitter.com/search?q=%22native%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/native.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/guidelines" >guidelines</a> <a href="http://search.twitter.com/search?q=%22guidelines%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/guidelines.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/html" >html</a> <a href="http://search.twitter.com/search?q=%22html%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/html.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tasks" >tasks</a> <a href="http://search.twitter.com/search?q=%22tasks%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tasks.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/icons" >icons</a> <a href="http://search.twitter.com/search?q=%22icons%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/icons.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/definition" >definition</a> <a href="http://search.twitter.com/search?q=%22definition%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/definition.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/device" >device</a> <a href="http://search.twitter.com/search?q=%22device%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/device.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/controls" >controls</a> <a href="http://search.twitter.com/search?q=%22controls%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/controls.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/navigation" >navigation</a> <a href="http://search.twitter.com/search?q=%22navigation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/navigation.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/interface" >interface</a> <a href="http://search.twitter.com/search?q=%22interface%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/interface.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/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/twice" >twice</a> <a href="http://search.twitter.com/search?q=%22twice%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twice.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/smartphone" >smartphone</a> <a href="http://search.twitter.com/search?q=%22smartphone%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/smartphone.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/provide" >provide</a> <a href="http://search.twitter.com/search?q=%22provide%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/provide.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/include" >include</a> <a href="http://search.twitter.com/search?q=%22include%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/include.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/create" >create</a> <a href="http://search.twitter.com/search?q=%22create%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/create.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/production" >production</a> <a href="http://search.twitter.com/search?q=%22production%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/production.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/iphone app" >iphone app</a> <a href="http://search.twitter.com/search?q=%22iphone app%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/iphone app.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/interface guidelines" >interface guidelines</a> <a href="http://search.twitter.com/search?q=%22interface guidelines%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/interface guidelines.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/app design" >app design</a> <a href="http://search.twitter.com/search?q=%22app design%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/app design.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/native apps" >native apps</a> <a href="http://search.twitter.com/search?q=%22native apps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/native apps.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/related posts" >related posts</a> <a href="http://search.twitter.com/search?q=%22related posts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/related posts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/platform agnostic" >platform agnostic</a> <a href="http://search.twitter.com/search?q=%22platform agnostic%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/platform agnostic.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/hybrid apps" >hybrid apps</a> <a href="http://search.twitter.com/search?q=%22hybrid apps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hybrid apps.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/user interface" >user interface</a> <a href="http://search.twitter.com/search?q=%22user interface%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/user interface.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/navigation differences" >navigation differences</a> <a href="http://search.twitter.com/search?q=%22navigation differences%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/navigation differences.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/android navigation" >android navigation</a> <a href="http://search.twitter.com/search?q=%22android navigation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/android navigation.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/platform conventions" >platform conventions</a> <a href="http://search.twitter.com/search?q=%22platform conventions%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/platform conventions.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/follow platform" >follow platform</a> <a href="http://search.twitter.com/search?q=%22follow platform%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/follow platform.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/interaction design" >interaction design</a> <a href="http://search.twitter.com/search?q=%22interaction design%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/interaction design.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/native app" >native app</a> <a href="http://search.twitter.com/search?q=%22native app%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/native app.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pure css" >pure css</a> <a href="http://search.twitter.com/search?q=%22pure css%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pure css.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/ios icons" >ios icons</a> <a href="http://search.twitter.com/search?q=%22ios icons%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/ios icons.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/html android" >html android</a> <a href="http://search.twitter.com/search?q=%22html android%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/html android.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/self contained" >self contained</a> <a href="http://search.twitter.com/search?q=%22self contained%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/self contained.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/web apps" >web apps</a> <a href="http://search.twitter.com/search?q=%22web apps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/web apps.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/become increasingly" >become increasingly</a> <a href="http://search.twitter.com/search?q=%22become increasingly%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/become increasingly.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/iphone human" >iphone human</a> <a href="http://search.twitter.com/search?q=%22iphone human%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/iphone human.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/user research" >user research</a> <a href="http://search.twitter.com/search?q=%22user research%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/user research.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/definition phase" >definition phase</a> <a href="http://search.twitter.com/search?q=%22definition phase%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/definition phase.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/similar regardless" >similar regardless</a> <a href="http://search.twitter.com/search?q=%22similar regardless%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/similar regardless.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/human interface" >human interface</a> <a href="http://search.twitter.com/search?q=%22human interface%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/human interface.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/guidelines android" >guidelines android</a> <a href="http://search.twitter.com/search?q=%22guidelines android%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/guidelines android.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/across platforms" >across platforms</a> <a href="http://search.twitter.com/search?q=%22across platforms%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/across platforms.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/arrow button" >arrow button</a> <a href="http://search.twitter.com/search?q=%22arrow button%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/arrow button.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/back buttons" >back buttons</a> <a href="http://search.twitter.com/search?q=%22back buttons%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/back buttons.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/increasingly difficult" >increasingly difficult</a> <a href="http://search.twitter.com/search?q=%22increasingly difficult%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/increasingly difficult.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/become increasingly difficult" >become increasingly difficult</a> <a href="http://search.twitter.com/search?q=%22become increasingly difficult%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/become increasingly difficult.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/follow platform conventions" >follow platform conventions</a> <a href="http://search.twitter.com/search?q=%22follow platform conventions%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/follow platform conventions.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/user interface guidelines" >user interface guidelines</a> <a href="http://search.twitter.com/search?q=%22user interface guidelines%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/user interface guidelines.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/interface guidelines android" >interface guidelines android</a> <a href="http://search.twitter.com/search?q=%22interface guidelines android%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/interface guidelines android.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/human interface guidelines" >human interface guidelines</a> <a href="http://search.twitter.com/search?q=%22human interface guidelines%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/human interface guidelines.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/iphone human interface" >iphone human interface</a> <a href="http://search.twitter.com/search?q=%22iphone human interface%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/iphone human interface.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

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

			<itunes:subtitle/>
      </item>
      <item>
         <title>Rumor: RIM Bought App Maker DataViz</title>
         <link>http://feedproxy.google.com/~r/OmMalik/~3/f_ghvQJB2G8/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/axXZeYegQYKU7u">GigaOM</a><br> First shared  by - <a href="http://www.filome.com/louisgray">louisgray</a><br>syndication+ 0 | Search 1 | Shares 3<br><br><p><a rel="attachment wp-att-153746" href="http://gigaom.com/2010/09/06/rumor-rim-bought-app-maker-dataviz/documents-to-go/"><img src="http://gigaom2.files.wordpress.com/2010/09/documents-to-go.jpeg?w=210&amp;h=137" border="0" /> </a>Research in Motion, the Waterloo, Canada-based company behind the iconic Blackberry smartphones is rumored to have snapped up <a href="http://www.dataviz.com/">DataViz</a>, a Milford, CT.-based company that is well known for making mobile productivity suite, Documents to Go. The CT-based company makes this extremely popular app for all major smartphone platforms including iPhone, Android, Blackberry and Nokia's Maemo. It also supports the iPad. DataViz recently suspended work on the WebOS version of the suite.</p>
<div>The rumors of the <a href="http://crackberry.com/dataviz-makers-documents-go--acquired-and-now-owned-research-motion">acquisition first appeared on the Crackberry Blog</a> which apparently has received confirmation from multiple sources for the deal. RIM is said to have paid $50 million. In addition, they point out on LinkedIn many of the DataViz employees are now listing RIM as their employer. Both RIM and DataViz have not made any official announcements. I am waiting to hear back from RIM and DataViz, though I am not expecting any one to respond, considering today is a holiday on account of the Labor Day.</div>
<p>If the rumors are indeed true, then RIM has made a great buy. Unlike the <a href="http://gigaom.com/2010/08/25/rim-looks-to-improve-app-store-purchases-cellmania/">Cellmania purchase</a>, this one actually makes a lot of sense and I would put it right next to <a href="http://jkontherun.com/2009/08/24/rim-acquires-torch-mobile-webkit-browser-for-blackberry-likely/">last year's acquisition of WebKit browser maker</a>, Torch Mobile.</p>
<p>Given how much of Blackberry is used inside the enterprise, it makes perfect sense for RIM to add apps for the enterprise to its arsenal. The company despite a higher install base than some of its newer rivals has struggled to capture the imagination of developers. Many of the best Blackberry apps are infact being made by RIM itself. DataViz's products would also be ideally suited for the company's rumored iPad competitor.</p>
<p><span style="font-family:Georgia, &#39;Times New Roman&#39;, Times, serif;font-size:15px;line-height:24px"><strong>Related research on GigaOM Pro (sub. req'd): </strong><a style="outline-width:0px;outline-style:initial;outline-color:initial;font-size:15px;vertical-align:baseline;background-color:transparent;color:#64a0c8;text-decoration:none;background-repeat:initial initial;padding:0px;margin:0px;border:0px initial initial" title="To Win In the Mobile Market, Focus On Consumers" href="http://pro.gigaom.com/2009/08/to-win-in-the-mobile-market-focus-on-consumers/?utm_source=gigaom&amp;utm_medium=editorial&amp;utm_content=kevintofel&amp;utm_campaign=related"><strong>To Win In the Mobile Market, Focus On Consumer</strong></a></span></p>
<img src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=153745&amp;subd=gigaom2&amp;ref=&amp;feed=1" border="0" /> <hr><p>
	<a href="http://gigaom.com/sponsor/alcatel-lucent/?utm_source=RSS&amp;utm_medium=Banner&amp;utm_campaign=RSS%2BLucent">
		<img src="http://a.gigaom.com/feed-injector/img/lucent-2010-05-17.gif" alt="Alcatel-Lucent NextGen Communications Spotlight  Learn More  " border="0">
	</a>
</p><div>
<a href="http://feeds.feedburner.com/~ff/OmMalik?a=f_ghvQJB2G8:-sXPEYQc1dw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OmMalik?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/OmMalik?a=f_ghvQJB2G8:-sXPEYQc1dw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/OmMalik?i=f_ghvQJB2G8:-sXPEYQc1dw:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/OmMalik?a=f_ghvQJB2G8:-sXPEYQc1dw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/OmMalik?i=f_ghvQJB2G8:-sXPEYQc1dw:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/OmMalik?a=f_ghvQJB2G8:-sXPEYQc1dw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/OmMalik?d=qj6IDK7rITs" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/OmMalik?a=f_ghvQJB2G8:-sXPEYQc1dw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OmMalik?i=f_ghvQJB2G8:-sXPEYQc1dw:D7DqB2pKExk" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/OmMalik/~4/f_ghvQJB2G8" border="0" /> <br><br><a href="http://www.filome.com/key/rim" >rim</a> <a href="http://search.twitter.com/search?q=%22rim%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/rim.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/dataviz" >dataviz</a> <a href="http://search.twitter.com/search?q=%22dataviz%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/dataviz.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blackberry" >blackberry</a> <a href="http://search.twitter.com/search?q=%22blackberry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry.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/dataviz" >dataviz</a> <a href="http://search.twitter.com/search?q=%22dataviz%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/dataviz.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blackberry" >blackberry</a> <a href="http://search.twitter.com/search?q=%22blackberry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/based company" >based company</a> <a href="http://search.twitter.com/search?q=%22based company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/based company.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/axXZeYegQYKU7u">GigaOM</a><br> First shared  by - <a href="http://www.filome.com/louisgray">louisgray</a><br>syndication+ 0 | Search 1 | Shares 3<br><br><p><a rel="attachment wp-att-153746" href="http://gigaom.com/2010/09/06/rumor-rim-bought-app-maker-dataviz/documents-to-go/"><img src="http://gigaom2.files.wordpress.com/2010/09/documents-to-go.jpeg?w=210&amp;h=137" border="0" /> </a>Research in Motion, the Waterloo, Canada-based company behind the iconic Blackberry smartphones is rumored to have snapped up <a href="http://www.dataviz.com/">DataViz</a>, a Milford, CT.-based company that is well known for making mobile productivity suite, Documents to Go. The CT-based company makes this extremely popular app for all major smartphone platforms including iPhone, Android, Blackberry and Nokia's Maemo. It also supports the iPad. DataViz recently suspended work on the WebOS version of the suite.</p>
<div>The rumors of the <a href="http://crackberry.com/dataviz-makers-documents-go--acquired-and-now-owned-research-motion">acquisition first appeared on the Crackberry Blog</a> which apparently has received confirmation from multiple sources for the deal. RIM is said to have paid $50 million. In addition, they point out on LinkedIn many of the DataViz employees are now listing RIM as their employer. Both RIM and DataViz have not made any official announcements. I am waiting to hear back from RIM and DataViz, though I am not expecting any one to respond, considering today is a holiday on account of the Labor Day.</div>
<p>If the rumors are indeed true, then RIM has made a great buy. Unlike the <a href="http://gigaom.com/2010/08/25/rim-looks-to-improve-app-store-purchases-cellmania/">Cellmania purchase</a>, this one actually makes a lot of sense and I would put it right next to <a href="http://jkontherun.com/2009/08/24/rim-acquires-torch-mobile-webkit-browser-for-blackberry-likely/">last year's acquisition of WebKit browser maker</a>, Torch Mobile.</p>
<p>Given how much of Blackberry is used inside the enterprise, it makes perfect sense for RIM to add apps for the enterprise to its arsenal. The company despite a higher install base than some of its newer rivals has struggled to capture the imagination of developers. Many of the best Blackberry apps are infact being made by RIM itself. DataViz's products would also be ideally suited for the company's rumored iPad competitor.</p>
<p><span style="font-family:Georgia, &#39;Times New Roman&#39;, Times, serif;font-size:15px;line-height:24px"><strong>Related research on GigaOM Pro (sub. req'd): </strong><a style="outline-width:0px;outline-style:initial;outline-color:initial;font-size:15px;vertical-align:baseline;background-color:transparent;color:#64a0c8;text-decoration:none;background-repeat:initial initial;padding:0px;margin:0px;border:0px initial initial" title="To Win In the Mobile Market, Focus On Consumers" href="http://pro.gigaom.com/2009/08/to-win-in-the-mobile-market-focus-on-consumers/?utm_source=gigaom&amp;utm_medium=editorial&amp;utm_content=kevintofel&amp;utm_campaign=related"><strong>To Win In the Mobile Market, Focus On Consumer</strong></a></span></p>
<img src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=153745&amp;subd=gigaom2&amp;ref=&amp;feed=1" border="0" /> <hr><p>
	<a href="http://gigaom.com/sponsor/alcatel-lucent/?utm_source=RSS&amp;utm_medium=Banner&amp;utm_campaign=RSS%2BLucent">
		<img src="http://a.gigaom.com/feed-injector/img/lucent-2010-05-17.gif" alt="Alcatel-Lucent NextGen Communications Spotlight  Learn More  " border="0">
	</a>
</p><div>
<a href="http://feeds.feedburner.com/~ff/OmMalik?a=f_ghvQJB2G8:-sXPEYQc1dw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OmMalik?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/OmMalik?a=f_ghvQJB2G8:-sXPEYQc1dw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/OmMalik?i=f_ghvQJB2G8:-sXPEYQc1dw:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/OmMalik?a=f_ghvQJB2G8:-sXPEYQc1dw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/OmMalik?i=f_ghvQJB2G8:-sXPEYQc1dw:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/OmMalik?a=f_ghvQJB2G8:-sXPEYQc1dw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/OmMalik?d=qj6IDK7rITs" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/OmMalik?a=f_ghvQJB2G8:-sXPEYQc1dw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OmMalik?i=f_ghvQJB2G8:-sXPEYQc1dw:D7DqB2pKExk" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/OmMalik/~4/f_ghvQJB2G8" border="0" /> <br><br><a href="http://www.filome.com/key/rim" >rim</a> <a href="http://search.twitter.com/search?q=%22rim%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/rim.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/dataviz" >dataviz</a> <a href="http://search.twitter.com/search?q=%22dataviz%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/dataviz.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blackberry" >blackberry</a> <a href="http://search.twitter.com/search?q=%22blackberry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry.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/dataviz" >dataviz</a> <a href="http://search.twitter.com/search?q=%22dataviz%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/dataviz.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blackberry" >blackberry</a> <a href="http://search.twitter.com/search?q=%22blackberry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/based company" >based company</a> <a href="http://search.twitter.com/search?q=%22based company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/based company.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

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

			<itunes:subtitle/>
      </item>
      <item>
         <title>Dubai&amp;#39;s Police Chief Calls BlackBerry a Spy Tool</title>
         <link>http://rss.slashdot.org/~r/Slashdot/slashdot/~3/w-dIjNNtT8A/story01.htm</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/IqFUpPxwxMofhr">Slashdot</a><br> First shared  by - <a href="http://www.filome.com/AKachmar">AKachmar</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><blockquote>Shared by  A. Kachmar 
<br>
Morons.</blockquote>
crimeandpunishment writes "Does the battle over the Blackberry ban in the United Arab Emirates have its roots in a spy story? Dubai's police chief says concern over espionage (specifically, by the US and Israel) led to the decision to limit BlackBerry services. The UAE says it will block BlackBerry email, messaging, and web services on October 11th unless it gets access to encrypted data. Comments by Lt. Gen. Dahi Khalfan Tamim are often seen as reflecting the views of Dubai's leadership, and would appear to indicate a very hard line in talks with Research in Motion."<p><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fit.slashdot.org%2Fstory%2F10%2F09%2F05%2F0125211%2FDubais-Police-Chief-Calls-BlackBerry-a-Spy-Tool" title="Share on Facebook"><img src="http://a.fsdn.com/sd/facebook_icon_large.png" border="0" /> </a> <a href="http://twitter.com/home?status=Dubai&#39;s+Police+Chief+Calls+BlackBerry+a+Spy+Tool%3A+http%3A%2F%2Fbit.ly%2Faullak" title="Share on Twitter"><img src="http://a.fsdn.com/sd/twitter_icon_large.png" border="0" /> </a></p><p><a href="http://it.slashdot.org/story/10/09/05/0125211/Dubais-Police-Chief-Calls-BlackBerry-a-Spy-Tool?from=rss">Read more of this story</a> at Slashdot.</p><iframe src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;id=1777434&amp;smallembed=1" style="height:300px;width:100%;border:none"></iframe><img src="http://slashdot.feedsportal.com/c/32909/f/530758/s/d6f7ae3/mf.gif" border="0" /> <p></p><img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/w-dIjNNtT8A" border="0" /> <br><br><a href="http://www.filome.com/key/blackberry" >blackberry</a> <a href="http://search.twitter.com/search?q=%22blackberry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/dubai" >dubai</a> <a href="http://search.twitter.com/search?q=%22dubai%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/dubai.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spy" >spy</a> <a href="http://search.twitter.com/search?q=%22spy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/story" >story</a> <a href="http://search.twitter.com/search?q=%22story%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/story.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/blackberry" >blackberry</a> <a href="http://search.twitter.com/search?q=%22blackberry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/police chief" >police chief</a> <a href="http://search.twitter.com/search?q=%22police chief%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/police chief.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/IqFUpPxwxMofhr">Slashdot</a><br> First shared  by - <a href="http://www.filome.com/AKachmar">AKachmar</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><blockquote>Shared by  A. Kachmar 
<br>
Morons.</blockquote>
crimeandpunishment writes "Does the battle over the Blackberry ban in the United Arab Emirates have its roots in a spy story? Dubai's police chief says concern over espionage (specifically, by the US and Israel) led to the decision to limit BlackBerry services. The UAE says it will block BlackBerry email, messaging, and web services on October 11th unless it gets access to encrypted data. Comments by Lt. Gen. Dahi Khalfan Tamim are often seen as reflecting the views of Dubai's leadership, and would appear to indicate a very hard line in talks with Research in Motion."<p><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fit.slashdot.org%2Fstory%2F10%2F09%2F05%2F0125211%2FDubais-Police-Chief-Calls-BlackBerry-a-Spy-Tool" title="Share on Facebook"><img src="http://a.fsdn.com/sd/facebook_icon_large.png" border="0" /> </a> <a href="http://twitter.com/home?status=Dubai&#39;s+Police+Chief+Calls+BlackBerry+a+Spy+Tool%3A+http%3A%2F%2Fbit.ly%2Faullak" title="Share on Twitter"><img src="http://a.fsdn.com/sd/twitter_icon_large.png" border="0" /> </a></p><p><a href="http://it.slashdot.org/story/10/09/05/0125211/Dubais-Police-Chief-Calls-BlackBerry-a-Spy-Tool?from=rss">Read more of this story</a> at Slashdot.</p><iframe src="http://slashdot.org/slashdot-it.pl?op=discuss&amp;id=1777434&amp;smallembed=1" style="height:300px;width:100%;border:none"></iframe><img src="http://slashdot.feedsportal.com/c/32909/f/530758/s/d6f7ae3/mf.gif" border="0" /> <p></p><img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/w-dIjNNtT8A" border="0" /> <br><br><a href="http://www.filome.com/key/blackberry" >blackberry</a> <a href="http://search.twitter.com/search?q=%22blackberry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/dubai" >dubai</a> <a href="http://search.twitter.com/search?q=%22dubai%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/dubai.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spy" >spy</a> <a href="http://search.twitter.com/search?q=%22spy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/story" >story</a> <a href="http://search.twitter.com/search?q=%22story%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/story.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/blackberry" >blackberry</a> <a href="http://search.twitter.com/search?q=%22blackberry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/police chief" >police chief</a> <a href="http://search.twitter.com/search?q=%22police chief%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/police chief.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

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

			<itunes:subtitle/>
      </item>
      <item>
         <title>Movie  Happy Thoughts</title>
         <link>http://snowboarding.shark.nu/2010/09/06/movie-happy-thoughts/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=movie-happy-thoughts</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/oHl9fTLjU17T7b">Shark Snowboarding</a><br> First shared  by - <a href="http://www.filome.com/Jorg">Jorg</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>bHappy films releases their second snowboard flick called Happy Thoughts' completely free online. Have fun with this 23:38 minute long vid with riders Sammy Spiteri, Ian Bigley, Cole Atencio, Zander Blackmon, Colton Morgan, Dylan Thompson, Benjamin Strause, Brent Oftedal, Durell Williams, Joshua Parker, Casey Detweiler, Sean Anderson and more.</p>
<p><a href="http://snowboarding.shark.nu/2010/09/06/movie-happy-thoughts/"><em>Click here to view the embedded video.</em></a></p><br><br><a href="http://www.filome.com/key/thoughts" >thoughts</a> <a href="http://search.twitter.com/search?q=%22thoughts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/thoughts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/strause" >strause</a> <a href="http://search.twitter.com/search?q=%22strause%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/strause.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/brent" >brent</a> <a href="http://search.twitter.com/search?q=%22brent%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/brent.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/durell" >durell</a> <a href="http://search.twitter.com/search?q=%22durell%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/durell.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/benjamin" >benjamin</a> <a href="http://search.twitter.com/search?q=%22benjamin%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/benjamin.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/happy thoughts" >happy thoughts</a> <a href="http://search.twitter.com/search?q=%22happy thoughts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/happy thoughts.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/oHl9fTLjU17T7b">Shark Snowboarding</a><br> First shared  by - <a href="http://www.filome.com/Jorg">Jorg</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>bHappy films releases their second snowboard flick called Happy Thoughts' completely free online. Have fun with this 23:38 minute long vid with riders Sammy Spiteri, Ian Bigley, Cole Atencio, Zander Blackmon, Colton Morgan, Dylan Thompson, Benjamin Strause, Brent Oftedal, Durell Williams, Joshua Parker, Casey Detweiler, Sean Anderson and more.</p>
<p><a href="http://snowboarding.shark.nu/2010/09/06/movie-happy-thoughts/"><em>Click here to view the embedded video.</em></a></p><br><br><a href="http://www.filome.com/key/thoughts" >thoughts</a> <a href="http://search.twitter.com/search?q=%22thoughts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/thoughts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/strause" >strause</a> <a href="http://search.twitter.com/search?q=%22strause%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/strause.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/brent" >brent</a> <a href="http://search.twitter.com/search?q=%22brent%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/brent.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/durell" >durell</a> <a href="http://search.twitter.com/search?q=%22durell%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/durell.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/benjamin" >benjamin</a> <a href="http://search.twitter.com/search?q=%22benjamin%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/benjamin.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/happy thoughts" >happy thoughts</a> <a href="http://search.twitter.com/search?q=%22happy thoughts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/happy thoughts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

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

			<itunes:subtitle/>
      </item>
      <item>
         <title>Film  Happy Thoughts</title>
         <link>http://feedproxy.google.com/~r/ss-snowboarding-nl/~3/-MibO3RLCGo/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/oHl9fTLjU17T7b">Shark Snowboarding</a><br> First shared  by - <a href="http://www.filome.com/Jorg">Jorg</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>bHappy films heeft hun tweede snowboard film Happy Thoughts' gratis online te kijk gezet. Veel plezier met de 23:38 minuten lange video met riders Sammy Spiteri, Ian Bigley, Cole Atencio, Zander Blackmon, Colton Morgan, Dylan Thompson, Benjamin Strause, Brent Oftedal, Durell Williams, Joshua Parker, Casey Detweiler, Sean Anderson en meer.</p>
<p><a href="http://snowboarding.shark.nu/nl/2010/09/06/film-happy-thoughts/"><em>Klik hier om de embedded video te bekijken.</em></a></p>
<img src="http://feeds.feedburner.com/~r/ss-snowboarding-nl/~4/-MibO3RLCGo" border="0" /> <br><br><a href="http://www.filome.com/key/te" >te</a> <a href="http://search.twitter.com/search?q=%22te%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/te.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/film" >film</a> <a href="http://search.twitter.com/search?q=%22film%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/film.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/de" >de</a> <a href="http://search.twitter.com/search?q=%22de%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/de.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/met" >met</a> <a href="http://search.twitter.com/search?q=%22met%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/met.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/thoughts" >thoughts</a> <a href="http://search.twitter.com/search?q=%22thoughts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/thoughts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/happy thoughts" >happy thoughts</a> <a href="http://search.twitter.com/search?q=%22happy thoughts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/happy thoughts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/film happy" >film happy</a> <a href="http://search.twitter.com/search?q=%22film happy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/film happy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/film happy thoughts" >film happy thoughts</a> <a href="http://search.twitter.com/search?q=%22film happy thoughts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/film happy thoughts.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/oHl9fTLjU17T7b">Shark Snowboarding</a><br> First shared  by - <a href="http://www.filome.com/Jorg">Jorg</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>bHappy films heeft hun tweede snowboard film Happy Thoughts' gratis online te kijk gezet. Veel plezier met de 23:38 minuten lange video met riders Sammy Spiteri, Ian Bigley, Cole Atencio, Zander Blackmon, Colton Morgan, Dylan Thompson, Benjamin Strause, Brent Oftedal, Durell Williams, Joshua Parker, Casey Detweiler, Sean Anderson en meer.</p>
<p><a href="http://snowboarding.shark.nu/nl/2010/09/06/film-happy-thoughts/"><em>Klik hier om de embedded video te bekijken.</em></a></p>
<img src="http://feeds.feedburner.com/~r/ss-snowboarding-nl/~4/-MibO3RLCGo" border="0" /> <br><br><a href="http://www.filome.com/key/te" >te</a> <a href="http://search.twitter.com/search?q=%22te%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/te.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/film" >film</a> <a href="http://search.twitter.com/search?q=%22film%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/film.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/de" >de</a> <a href="http://search.twitter.com/search?q=%22de%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/de.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/met" >met</a> <a href="http://search.twitter.com/search?q=%22met%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/met.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/thoughts" >thoughts</a> <a href="http://search.twitter.com/search?q=%22thoughts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/thoughts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/happy thoughts" >happy thoughts</a> <a href="http://search.twitter.com/search?q=%22happy thoughts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/happy thoughts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/film happy" >film happy</a> <a href="http://search.twitter.com/search?q=%22film happy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/film happy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/film happy thoughts" >film happy thoughts</a> <a href="http://search.twitter.com/search?q=%22film happy thoughts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/film happy thoughts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

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

			<itunes:subtitle/>
      </item>
      <item>
         <title>Dubai police chief calls BlackBerry a spy tool</title>
         <link>http://www.physorg.com/news202730279.html</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/e0RNkzgBxokcvC">PhysOrg.com - latest science and technology news stories</a><br> First shared  by - <a href="http://www.filome.com/phillip">phillip</a><br>syndication+ 0 | Search 1 | Shares 1<br><br>(AP) --  Worries about spying by the U.S. and Israel spurred plans to sharply limit BlackBerry services in the United Arab Emirates, Dubai's police chief said in comments that suggest a tough line in talks with the smart phone maker.<br><br><a href="http://www.filome.com/key/dubai" >dubai</a> <a href="http://search.twitter.com/search?q=%22dubai%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/dubai.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/chief" >chief</a> <a href="http://search.twitter.com/search?q=%22chief%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/chief.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blackberry" >blackberry</a> <a href="http://search.twitter.com/search?q=%22blackberry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/police" >police</a> <a href="http://search.twitter.com/search?q=%22police%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/police.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/emirates" >emirates</a> <a href="http://search.twitter.com/search?q=%22emirates%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/emirates.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/police chief" >police chief</a> <a href="http://search.twitter.com/search?q=%22police chief%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/police chief.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/e0RNkzgBxokcvC">PhysOrg.com - latest science and technology news stories</a><br> First shared  by - <a href="http://www.filome.com/phillip">phillip</a><br>syndication+ 0 | Search 1 | Shares 1<br><br>(AP) --  Worries about spying by the U.S. and Israel spurred plans to sharply limit BlackBerry services in the United Arab Emirates, Dubai's police chief said in comments that suggest a tough line in talks with the smart phone maker.<br><br><a href="http://www.filome.com/key/dubai" >dubai</a> <a href="http://search.twitter.com/search?q=%22dubai%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/dubai.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/chief" >chief</a> <a href="http://search.twitter.com/search?q=%22chief%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/chief.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blackberry" >blackberry</a> <a href="http://search.twitter.com/search?q=%22blackberry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/police" >police</a> <a href="http://search.twitter.com/search?q=%22police%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/police.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/emirates" >emirates</a> <a href="http://search.twitter.com/search?q=%22emirates%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/emirates.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/police chief" >police chief</a> <a href="http://search.twitter.com/search?q=%22police chief%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/police chief.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

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

			<itunes:subtitle/>
      </item>
      <item>
         <title>Academagia: The Making of Mages</title>
         <link>http://jayisgames.com/archives/2010/09/academagia_the_making_of_mages.php</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/hJXksmzIoD6icv">Jay is Games</a><br> First shared  by - <a href="http://www.filome.com/RaynerApe">RaynerApe</a><br>syndication+ 0 | Search 1 | Shares 1<br><br>[Platform: Download (Windows)]
The road to magical greatness is difficult, littered with dragons, enchantments, adventure... not to mention test scores, rival students, detentions, and trying to keep your ghostly familiar in check. This incredibly ambitious text adventure from Black Chicken Studios is one part life simulator, one part fantasy RPG, and a whole lot of fun if you have the patience to let yourself become immersed in the tale of the making of the greatest mage of all time... you.<br><br><a href="http://www.filome.com/key/part" >part</a> <a href="http://search.twitter.com/search?q=%22part%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/part.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/adventure" >adventure</a> <a href="http://search.twitter.com/search?q=%22adventure%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/adventure.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/making" >making</a> <a href="http://search.twitter.com/search?q=%22making%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/making.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/simulator" >simulator</a> <a href="http://search.twitter.com/search?q=%22simulator%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/simulator.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/fantasy" >fantasy</a> <a href="http://search.twitter.com/search?q=%22fantasy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/fantasy.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/hJXksmzIoD6icv">Jay is Games</a><br> First shared  by - <a href="http://www.filome.com/RaynerApe">RaynerApe</a><br>syndication+ 0 | Search 1 | Shares 1<br><br>[Platform: Download (Windows)]
The road to magical greatness is difficult, littered with dragons, enchantments, adventure... not to mention test scores, rival students, detentions, and trying to keep your ghostly familiar in check. This incredibly ambitious text adventure from Black Chicken Studios is one part life simulator, one part fantasy RPG, and a whole lot of fun if you have the patience to let yourself become immersed in the tale of the making of the greatest mage of all time... you.<br><br><a href="http://www.filome.com/key/part" >part</a> <a href="http://search.twitter.com/search?q=%22part%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/part.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/adventure" >adventure</a> <a href="http://search.twitter.com/search?q=%22adventure%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/adventure.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/making" >making</a> <a href="http://search.twitter.com/search?q=%22making%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/making.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/simulator" >simulator</a> <a href="http://search.twitter.com/search?q=%22simulator%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/simulator.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/fantasy" >fantasy</a> <a href="http://search.twitter.com/search?q=%22fantasy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/fantasy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

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

			<itunes:subtitle/>
      </item>
      <item>
         <title>Namco wants Enslaved 'to stand out amongst the crowd,' will actually market it</title>
         <link>http://www.joystiq.com/2010/08/20/namco-wants-enslaved-to-stand-out-amongst-the-crowd-will-actu/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/YtVLMBWt7rLLZq">Joystiq</a><br> First shared  by - <a href="http://www.filome.com/RaynerApe">RaynerApe</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><div style="text-align:center"><a href="http://www.joystiq.com/2010/08/20/namco-wants-enslaved-to-stand-out-amongst-the-crowd-will-actu/"><img src="http://www.blogcdn.com/www.joystiq.com/media/2010/08/enslaved8202010530px.jpg" width="500" height="330" border="0" /> </a></div>
Namco-Bandai is banking quite a bit on <a href="http://www.joystiq.com/game/enslaved-odyssey-to-the-west"><em>Enslaved: Odyssey to the West</em></a>, the action-adventure game from Ninja Theory -- at least, in Europe. <a href="http://www.mcvuk.com/news/40538/Namco-spending-big-on-Enslaved-launch">MCV</a> reports that Namco-Bandai has revealed it'll back the game with a massive marketing campaign leading up to its October launch, one that will even eclipse marketing efforts for the studio's previous big AAA release, <a href="http://www.joystiq.com/game/tekken-6"><em>Tekken 6</em></a>. Big deal, thy name is <em>Enslaved</em>. <br>
<br>
"We really want this title to stand out amongst the crowd as not just a brilliant gaming experience, but also as one of the greatest stories told within an interactive universe -- if it doesn't win awards then I'm going to eat my joypad," said PR and marketing manager Lee Kirton. Frankly, we don't know why he thinks eating joypads is a bad thing. How else are you supposed to get your daily allotment of plastics and dyes?<br>
<br>
"Enslaved really is the cream of British talent uniting for an epic video gaming experience. Ninja Theory is a truly brilliant studio that has done a remarkable job creating a totally believable story in this futuristic post-apocalyptic world," he added. Despite Kirton's confidence in the game, it's certainly got its work cut out for it, what with <em><a href="http://www.joystiq.com/game/dead-rising-2">Dead Rising 2</a> </em>and <a href="http://www.joystiq.com/game/halo-reach"><em>Halo: Reach</em></a> launching in September and a little game called <a href="http://www.joystiq.com/game/call-of-duty-black-ops"><em>Call of Duty: Black Ops</em></a> following in November. But, hey, if there's anything that can get it done, it's teamwork -- <em>Enslaved</em>'s got that in spades.<p style="padding:5px;background:#ffffcc;border:1px solid #ffff99;clear:both"><a href="http://www.joystiq.com"><img src="http://www.blogsmithmedia.com/www.joystiq.com/media/feedlogo.gif" border="0" /> </a><a href="http://www.joystiq.com/2010/08/20/namco-wants-enslaved-to-stand-out-amongst-the-crowd-will-actu/">Namco wants Enslaved 'to stand out amongst the crowd,' will actually market it</a> originally appeared on <a href="http://www.joystiq.com">Joystiq</a> on Fri, 20 Aug 2010 23:00:00 EST.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.<br style="clear:both"></p><h6 style="clear:both;padding:8px 0 0 0;height:2px;font-size:1px;border:0;margin:0;padding:0"></h6><a href="http://www.joystiq.com/2010/08/20/namco-wants-enslaved-to-stand-out-amongst-the-crowd-will-actu/" rel="bookmark" title="Permanent link to this entry">Permalink</a> | <a href="http://www.joystiq.com/forward/19602455/" title="Send this entry to a friend via email">Email this</a> | <a href="http://www.joystiq.com/2010/08/20/namco-wants-enslaved-to-stand-out-amongst-the-crowd-will-actu/#comments" title="View reader comments on this entry">Comments</a><br><br><a href="http://www.filome.com/key/enslaved" >enslaved</a> <a href="http://search.twitter.com/search?q=%22enslaved%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/enslaved.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/namco" >namco</a> <a href="http://search.twitter.com/search?q=%22namco%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/namco.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/game" >game</a> <a href="http://search.twitter.com/search?q=%22game%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/game.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/marketing" >marketing</a> <a href="http://search.twitter.com/search?q=%22marketing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/marketing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/crowd" >crowd</a> <a href="http://search.twitter.com/search?q=%22crowd%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/crowd.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/enslaved" >enslaved</a> <a href="http://search.twitter.com/search?q=%22enslaved%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/enslaved.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/game" >game</a> <a href="http://search.twitter.com/search?q=%22game%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/game.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/namco" >namco</a> <a href="http://search.twitter.com/search?q=%22namco%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/namco.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/gaming experience" >gaming experience</a> <a href="http://search.twitter.com/search?q=%22gaming experience%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/gaming experience.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/ninja theory" >ninja theory</a> <a href="http://search.twitter.com/search?q=%22ninja theory%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/ninja theory.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/namco bandai" >namco bandai</a> <a href="http://search.twitter.com/search?q=%22namco bandai%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/namco bandai.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/actually market" >actually market</a> <a href="http://search.twitter.com/search?q=%22actually market%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/actually market.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/YtVLMBWt7rLLZq">Joystiq</a><br> First shared  by - <a href="http://www.filome.com/RaynerApe">RaynerApe</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><div style="text-align:center"><a href="http://www.joystiq.com/2010/08/20/namco-wants-enslaved-to-stand-out-amongst-the-crowd-will-actu/"><img src="http://www.blogcdn.com/www.joystiq.com/media/2010/08/enslaved8202010530px.jpg" width="500" height="330" border="0" /> </a></div>
Namco-Bandai is banking quite a bit on <a href="http://www.joystiq.com/game/enslaved-odyssey-to-the-west"><em>Enslaved: Odyssey to the West</em></a>, the action-adventure game from Ninja Theory -- at least, in Europe. <a href="http://www.mcvuk.com/news/40538/Namco-spending-big-on-Enslaved-launch">MCV</a> reports that Namco-Bandai has revealed it'll back the game with a massive marketing campaign leading up to its October launch, one that will even eclipse marketing efforts for the studio's previous big AAA release, <a href="http://www.joystiq.com/game/tekken-6"><em>Tekken 6</em></a>. Big deal, thy name is <em>Enslaved</em>. <br>
<br>
"We really want this title to stand out amongst the crowd as not just a brilliant gaming experience, but also as one of the greatest stories told within an interactive universe -- if it doesn't win awards then I'm going to eat my joypad," said PR and marketing manager Lee Kirton. Frankly, we don't know why he thinks eating joypads is a bad thing. How else are you supposed to get your daily allotment of plastics and dyes?<br>
<br>
"Enslaved really is the cream of British talent uniting for an epic video gaming experience. Ninja Theory is a truly brilliant studio that has done a remarkable job creating a totally believable story in this futuristic post-apocalyptic world," he added. Despite Kirton's confidence in the game, it's certainly got its work cut out for it, what with <em><a href="http://www.joystiq.com/game/dead-rising-2">Dead Rising 2</a> </em>and <a href="http://www.joystiq.com/game/halo-reach"><em>Halo: Reach</em></a> launching in September and a little game called <a href="http://www.joystiq.com/game/call-of-duty-black-ops"><em>Call of Duty: Black Ops</em></a> following in November. But, hey, if there's anything that can get it done, it's teamwork -- <em>Enslaved</em>'s got that in spades.<p style="padding:5px;background:#ffffcc;border:1px solid #ffff99;clear:both"><a href="http://www.joystiq.com"><img src="http://www.blogsmithmedia.com/www.joystiq.com/media/feedlogo.gif" border="0" /> </a><a href="http://www.joystiq.com/2010/08/20/namco-wants-enslaved-to-stand-out-amongst-the-crowd-will-actu/">Namco wants Enslaved 'to stand out amongst the crowd,' will actually market it</a> originally appeared on <a href="http://www.joystiq.com">Joystiq</a> on Fri, 20 Aug 2010 23:00:00 EST.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.<br style="clear:both"></p><h6 style="clear:both;padding:8px 0 0 0;height:2px;font-size:1px;border:0;margin:0;padding:0"></h6><a href="http://www.joystiq.com/2010/08/20/namco-wants-enslaved-to-stand-out-amongst-the-crowd-will-actu/" rel="bookmark" title="Permanent link to this entry">Permalink</a> | <a href="http://www.joystiq.com/forward/19602455/" title="Send this entry to a friend via email">Email this</a> | <a href="http://www.joystiq.com/2010/08/20/namco-wants-enslaved-to-stand-out-amongst-the-crowd-will-actu/#comments" title="View reader comments on this entry">Comments</a><br><br><a href="http://www.filome.com/key/enslaved" >enslaved</a> <a href="http://search.twitter.com/search?q=%22enslaved%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/enslaved.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/namco" >namco</a> <a href="http://search.twitter.com/search?q=%22namco%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/namco.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/game" >game</a> <a href="http://search.twitter.com/search?q=%22game%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/game.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/marketing" >marketing</a> <a href="http://search.twitter.com/search?q=%22marketing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/marketing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/crowd" >crowd</a> <a href="http://search.twitter.com/search?q=%22crowd%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/crowd.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/enslaved" >enslaved</a> <a href="http://search.twitter.com/search?q=%22enslaved%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/enslaved.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/game" >game</a> <a href="http://search.twitter.com/search?q=%22game%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/game.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/namco" >namco</a> <a href="http://search.twitter.com/search?q=%22namco%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/namco.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/gaming experience" >gaming experience</a> <a href="http://search.twitter.com/search?q=%22gaming experience%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/gaming experience.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/ninja theory" >ninja theory</a> <a href="http://search.twitter.com/search?q=%22ninja theory%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/ninja theory.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/namco bandai" >namco bandai</a> <a href="http://search.twitter.com/search?q=%22namco bandai%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/namco bandai.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/actually market" >actually market</a> <a href="http://search.twitter.com/search?q=%22actually market%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/actually market.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

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

			<itunes:subtitle/>
      </item>
      <item>
         <title>A Day of Muni by Eric Fischer</title>
         <link>http://www.neatorama.com/2010/09/05/a-day-of-muni-by-eric-fischer/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/5cVraqdsewhqzK">Neatorama</a><br> First shared  by - <a href="http://www.filome.com/AKachmar">AKachmar</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p align="center"><img src="http://static.neatorama.com/images/2010-09/muni-eric-fischer.jpg" width="494" height="500" border="0" /> <br>Image: <a href="http://www.flickr.com/photos/walkingsf/4521616274/in/photostream/">Eric Fischer</a> [Flickr]</p>
<p>Eric Fischer took data from San Francisco's Municipal Transportation agency (Muni) bus routes and turned it into a graph titled &quot;A day of Muni&quot;:</p>
<blockquote><p><em>Eric Fischer took publicly available data from the Muni (San Francisco Municipal Transportation Agency) showing the geographic coordinates of their vehicles to create this map showing average transit speeds over a 24-hour period. Muni is one of America?s oldest public transit agencies and today carries over 200 million customers per year in 80 routes throughout the city and county of San Francisco.<br>Black lines represent very slow movement under 7 mph. Red are less than 19 mph. Blue are less than 43 mph. Green lines depict faster speeds above 43 mph.</em></p>
</blockquote>
<p><a href="http://www.visualcomplexity.com/vc/project.cfm?id=730">Link</a>  via <a href="http://holykaw.alltop.com/24-hours-with-the-sf-muni-a-beautiful-graphic">Holy Kaw</a></p><br><br><a href="http://www.filome.com/key/muni" >muni</a> <a href="http://search.twitter.com/search?q=%22muni%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/muni.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mph" >mph</a> <a href="http://search.twitter.com/search?q=%22mph%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mph.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/fischer" >fischer</a> <a href="http://search.twitter.com/search?q=%22fischer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/fischer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/eric" >eric</a> <a href="http://search.twitter.com/search?q=%22eric%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/eric.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/francisco" >francisco</a> <a href="http://search.twitter.com/search?q=%22francisco%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/francisco.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/muni" >muni</a> <a href="http://search.twitter.com/search?q=%22muni%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/muni.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/fischer" >fischer</a> <a href="http://search.twitter.com/search?q=%22fischer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/fischer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/eric" >eric</a> <a href="http://search.twitter.com/search?q=%22eric%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/eric.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/eric fischer" >eric fischer</a> <a href="http://search.twitter.com/search?q=%22eric fischer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/eric fischer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/san francisco" >san francisco</a> <a href="http://search.twitter.com/search?q=%22san francisco%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/san francisco.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/transportation agency" >transportation agency</a> <a href="http://search.twitter.com/search?q=%22transportation agency%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/transportation agency.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/municipal transportation" >municipal transportation</a> <a href="http://search.twitter.com/search?q=%22municipal transportation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/municipal transportation.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/municipal transportation agency" >municipal transportation agency</a> <a href="http://search.twitter.com/search?q=%22municipal transportation agency%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/municipal transportation agency.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/5cVraqdsewhqzK">Neatorama</a><br> First shared  by - <a href="http://www.filome.com/AKachmar">AKachmar</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p align="center"><img src="http://static.neatorama.com/images/2010-09/muni-eric-fischer.jpg" width="494" height="500" border="0" /> <br>Image: <a href="http://www.flickr.com/photos/walkingsf/4521616274/in/photostream/">Eric Fischer</a> [Flickr]</p>
<p>Eric Fischer took data from San Francisco's Municipal Transportation agency (Muni) bus routes and turned it into a graph titled &quot;A day of Muni&quot;:</p>
<blockquote><p><em>Eric Fischer took publicly available data from the Muni (San Francisco Municipal Transportation Agency) showing the geographic coordinates of their vehicles to create this map showing average transit speeds over a 24-hour period. Muni is one of America?s oldest public transit agencies and today carries over 200 million customers per year in 80 routes throughout the city and county of San Francisco.<br>Black lines represent very slow movement under 7 mph. Red are less than 19 mph. Blue are less than 43 mph. Green lines depict faster speeds above 43 mph.</em></p>
</blockquote>
<p><a href="http://www.visualcomplexity.com/vc/project.cfm?id=730">Link</a>  via <a href="http://holykaw.alltop.com/24-hours-with-the-sf-muni-a-beautiful-graphic">Holy Kaw</a></p><br><br><a href="http://www.filome.com/key/muni" >muni</a> <a href="http://search.twitter.com/search?q=%22muni%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/muni.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mph" >mph</a> <a href="http://search.twitter.com/search?q=%22mph%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mph.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/fischer" >fischer</a> <a href="http://search.twitter.com/search?q=%22fischer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/fischer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/eric" >eric</a> <a href="http://search.twitter.com/search?q=%22eric%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/eric.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/francisco" >francisco</a> <a href="http://search.twitter.com/search?q=%22francisco%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/francisco.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/muni" >muni</a> <a href="http://search.twitter.com/search?q=%22muni%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/muni.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/fischer" >fischer</a> <a href="http://search.twitter.com/search?q=%22fischer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/fischer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/eric" >eric</a> <a href="http://search.twitter.com/search?q=%22eric%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/eric.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/eric fischer" >eric fischer</a> <a href="http://search.twitter.com/search?q=%22eric fischer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/eric fischer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/san francisco" >san francisco</a> <a href="http://search.twitter.com/search?q=%22san francisco%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/san francisco.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/transportation agency" >transportation agency</a> <a href="http://search.twitter.com/search?q=%22transportation agency%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/transportation agency.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/municipal transportation" >municipal transportation</a> <a href="http://search.twitter.com/search?q=%22municipal transportation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/municipal transportation.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/municipal transportation agency" >municipal transportation agency</a> <a href="http://search.twitter.com/search?q=%22municipal transportation agency%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/municipal transportation agency.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

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

			<itunes:subtitle/>
      </item>
      <item>
         <title>Geekolinks: 9/5</title>
         <link>http://www.geekosystem.com/geekolinks-95/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/iiU7uTAw0W8Saw">Geekosystem</a><br> First shared  by - <a href="http://www.filome.com/RaynerApe">RaynerApe</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p style="text-align:center"><a href="http://www.geekosystem.com/geekolinks-95"><img src="http://static02.mediaite.com/geekosystem/uploads/2010/09/parade-550x381.jpg" width="500" height="346" border="0" /> </a></p>
<p><a href="http://www.wired.com/geekdad/2010/09/10-things-parents-should-know-about-machete/">GeekDad Review of Machete</a> (Wired)</p>
<p><a href="http://spinoff.comicbookresources.com/2010/09/04/will-transformers-extra-accident-change-the-industry/">Botched <em>Transformers 3</em> Stunt Sign of Negligence?</a> (Spinoff)</p>
<p><a href="http://technabob.com/blog/2010/09/02/household-robot-automation/"><em>Another</em> Adorable Japanese Robot</a> (TechnaBob)</p>
<p><a href="http://kotaku.com/5630380/new-star-wars-multiplayer-might-remind-you-of-super-smash-bros">Star Wars Smash Bros. You Know You Want It</a> (Kotaku)</p>
<p><a href="http://antwrp.gsfc.nasa.gov/apod/ap100905.html">This Is A Spinning Black Hole</a> (APotD)</p>
<p><a href="http://www.1up.com/do/feature?cId=3181230">PAX Cosplay Gallery</a> (1Up)</p>
<p><a href="http://alexonsager.net/pokemon/">Pokemon Fusion!</a> (Alex Onsager)</p>
<p>(pic via <a href="http://www.reddit.com/r/pics/comments/d9m0k/the_meme_team_rolls_out">Reddit</a>.)</p><br><br><a href="http://www.filome.com/key/hole" >hole</a> <a href="http://search.twitter.com/search?q=%22hole%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hole.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/apotd" >apotd</a> <a href="http://search.twitter.com/search?q=%22apotd%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/apotd.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pax" >pax</a> <a href="http://search.twitter.com/search?q=%22pax%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pax.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/black" >black</a> <a href="http://search.twitter.com/search?q=%22black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spinning" >spinning</a> <a href="http://search.twitter.com/search?q=%22spinning%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spinning.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/iiU7uTAw0W8Saw">Geekosystem</a><br> First shared  by - <a href="http://www.filome.com/RaynerApe">RaynerApe</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p style="text-align:center"><a href="http://www.geekosystem.com/geekolinks-95"><img src="http://static02.mediaite.com/geekosystem/uploads/2010/09/parade-550x381.jpg" width="500" height="346" border="0" /> </a></p>
<p><a href="http://www.wired.com/geekdad/2010/09/10-things-parents-should-know-about-machete/">GeekDad Review of Machete</a> (Wired)</p>
<p><a href="http://spinoff.comicbookresources.com/2010/09/04/will-transformers-extra-accident-change-the-industry/">Botched <em>Transformers 3</em> Stunt Sign of Negligence?</a> (Spinoff)</p>
<p><a href="http://technabob.com/blog/2010/09/02/household-robot-automation/"><em>Another</em> Adorable Japanese Robot</a> (TechnaBob)</p>
<p><a href="http://kotaku.com/5630380/new-star-wars-multiplayer-might-remind-you-of-super-smash-bros">Star Wars Smash Bros. You Know You Want It</a> (Kotaku)</p>
<p><a href="http://antwrp.gsfc.nasa.gov/apod/ap100905.html">This Is A Spinning Black Hole</a> (APotD)</p>
<p><a href="http://www.1up.com/do/feature?cId=3181230">PAX Cosplay Gallery</a> (1Up)</p>
<p><a href="http://alexonsager.net/pokemon/">Pokemon Fusion!</a> (Alex Onsager)</p>
<p>(pic via <a href="http://www.reddit.com/r/pics/comments/d9m0k/the_meme_team_rolls_out">Reddit</a>.)</p><br><br><a href="http://www.filome.com/key/hole" >hole</a> <a href="http://search.twitter.com/search?q=%22hole%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/hole.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/apotd" >apotd</a> <a href="http://search.twitter.com/search?q=%22apotd%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/apotd.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pax" >pax</a> <a href="http://search.twitter.com/search?q=%22pax%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pax.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/black" >black</a> <a href="http://search.twitter.com/search?q=%22black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/spinning" >spinning</a> <a href="http://search.twitter.com/search?q=%22spinning%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/spinning.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

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

			<itunes:subtitle/>
      </item>
      <item>
         <title>Fundamental Physics Laws Change Depending on When and Where You Are, New  Study Says</title>
         <link>http://www.popsci.com/science/article/2010-09/physics-laws-change-depending-when-and-where-you-are-new-study-says</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/0f9W2EI5IPKuLM">Popular Science - New Technology, Science News, The Future Now</a><br> First shared  by - <a href="http://www.filome.com/AKachmar">AKachmar</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><blockquote>Shared by  winjer 
<br>
I always thought the assumption that all those weird constants were actually constant was quite a big reach.</blockquote>
<p>A particularly mind-bending (and controversial) physics paper surfaced in the past week that should make you feel pretty special. It seems the laws of physics can change after all, and it just so happens they're uniquely suited for us <a href="http://www.economist.com/node/16930866?story_id=16930866">right here, right now</a>. </p>
<p>The paper, recently submitted to Physical Review Letters and posted to the <a href="http://arxiv.org/abs/1008.3907">physics arXiv</a>, suggests the fine structure constant is not actually constant at all. This could mean that if we were in a different place or time period, atoms would not stay together and nothing - neither planets nor people - could exist.</p>
<p>A team led by John Webb at the University of New South Wales, Australia, has been studying whether the fine structure constant, otherwise known as alpha, changes over time. Alpha is a special number that essentially describes the strength of the electromagnetic force. The famous physicist Richard Feynman called its value "one of the greatest damn mysteries of physics." If it is not 1/137.036, things fall apart.</p>
<p>If alpha was different in the past, the universe might have looked different, too, which could be determined by looking at distant interstellar gases and how they absorb light. Observations by Webb and others at the Keck Observatory in Hawaii suggest that this is exactly the case - over time, alpha has changed ever so slightly. </p>
<p></p><div><h2>Related Articles</h2><table><tbody><tr><td><img src="http://www.popsci.com/files/imagecache/related_info_thumbnail/articles/m-theory.png" border="0" /> </td><td><a href="http://www.popsci.com/science/article/2010-09/researchers-figure-out-how-test-untestable-theory-everything">Researchers Devise the First Experimental Test of Controversial, Confusing String Theory</a></td></tr><tr><td><img src="http://www.popsci.com/files/imagecache/related_info_thumbnail/articles/tevatron.jpg" border="0" /> </td><td><a href="http://www.popsci.com/science/article/2010-07/physics-conference-scientists-announce-new-steps-toward-finding-god-particle">At Physics Conference, Scientists Say They Are Closing In on 'God Particle'</a></td></tr><tr><td><img src="http://www.popsci.com/files/imagecache/related_info_thumbnail/articles/blackhole.png" border="0" /> </td><td><a href="http://www.popsci.com/science/article/2010-07/we-might-be-living-black-hole-scientist-says">Are We Living Inside a Black Hole?</a></td></tr></tbody></table><h2>Tags</h2><a href="http://www.popsci.com/science">Science</a>, <a href="http://www.popsci.com/category/popsci-authors/rebecca-boyle">Rebecca Boyle</a>, <a href="http://www.popsci.com/category/tags/cosmology">cosmology</a>, <a href="http://www.popsci.com/category/tags/physics">physics</a>, <a href="http://www.popsci.com/category/tags/richard-feynman-0">richard feynman</a>, <a href="http://www.popsci.com/category/tags/telescopes">Telescopes</a>, <a href="http://www.popsci.com/category/tags/universe">universe</a></div>Competing studies did not find the same result, however, so this is still a controversial idea. But it's a fair bet Webb's follow-up is even more tendentious: He says alpha also changes over <em>space</em>. According to his theory, we're smack in the Goldilocks zone, where alpha is exactly the right value to make matter possible.
<p>This paper happened because Webb and his team wanted to reexamine their Keck findings, which suggested alpha was a tiny bit smaller about 9 billion years in the past. They went to the Very Large Observatory in Chile to check it out, and were shocked by what they saw: the further they looked, the bigger alpha got. The discrepancy is even stranger given the two telescopes' positions: they are in two different hemispheres, so they look in two different directions. </p>
<p>So, to recap: in one direction, alpha was once smaller; in exactly the opposite direction, it was once bigger. This implies that alpha continuously varies throughout space. As <a href="http://www.technologyreview.com/blog/arxiv/25673/?ref=rss">Technology Review's physics blog</a> puts it, that's a mind-blowing result. If it's true and can be verified, it could mean the universe is much larger than what we can see, and that the laws of physics vary within it.</p>
<p>It would not be possible for our type of life to exist in a place where alpha were any different. So here's to here and now.</p>
<p>[<a href="http://www.economist.com/node/16930866?story_id=16930866">The Economist</a>]</p>
<br><br><a href="http://www.filome.com/key/alpha" >alpha</a> <a href="http://search.twitter.com/search?q=%22alpha%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/alpha.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/physics" >physics</a> <a href="http://search.twitter.com/search?q=%22physics%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/physics.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/constant" >constant</a> <a href="http://search.twitter.com/search?q=%22constant%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/constant.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/webb" >webb</a> <a href="http://search.twitter.com/search?q=%22webb%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/webb.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/alpha" >alpha</a> <a href="http://search.twitter.com/search?q=%22alpha%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/alpha.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/physics" >physics</a> <a href="http://search.twitter.com/search?q=%22physics%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/physics.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/constant" >constant</a> <a href="http://search.twitter.com/search?q=%22constant%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/constant.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/webb" >webb</a> <a href="http://search.twitter.com/search?q=%22webb%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/webb.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/richard feynman" >richard feynman</a> <a href="http://search.twitter.com/search?q=%22richard feynman%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/richard feynman.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/structure constant" >structure constant</a> <a href="http://search.twitter.com/search?q=%22structure constant%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/structure constant.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/fine structure" >fine structure</a> <a href="http://search.twitter.com/search?q=%22fine structure%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/fine structure.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/actually constant" >actually constant</a> <a href="http://search.twitter.com/search?q=%22actually constant%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/actually constant.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/fine structure constant" >fine structure constant</a> <a href="http://search.twitter.com/search?q=%22fine structure constant%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/fine structure constant.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/0f9W2EI5IPKuLM">Popular Science - New Technology, Science News, The Future Now</a><br> First shared  by - <a href="http://www.filome.com/AKachmar">AKachmar</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><blockquote>Shared by  winjer 
<br>
I always thought the assumption that all those weird constants were actually constant was quite a big reach.</blockquote>
<p>A particularly mind-bending (and controversial) physics paper surfaced in the past week that should make you feel pretty special. It seems the laws of physics can change after all, and it just so happens they're uniquely suited for us <a href="http://www.economist.com/node/16930866?story_id=16930866">right here, right now</a>. </p>
<p>The paper, recently submitted to Physical Review Letters and posted to the <a href="http://arxiv.org/abs/1008.3907">physics arXiv</a>, suggests the fine structure constant is not actually constant at all. This could mean that if we were in a different place or time period, atoms would not stay together and nothing - neither planets nor people - could exist.</p>
<p>A team led by John Webb at the University of New South Wales, Australia, has been studying whether the fine structure constant, otherwise known as alpha, changes over time. Alpha is a special number that essentially describes the strength of the electromagnetic force. The famous physicist Richard Feynman called its value "one of the greatest damn mysteries of physics." If it is not 1/137.036, things fall apart.</p>
<p>If alpha was different in the past, the universe might have looked different, too, which could be determined by looking at distant interstellar gases and how they absorb light. Observations by Webb and others at the Keck Observatory in Hawaii suggest that this is exactly the case - over time, alpha has changed ever so slightly. </p>
<p></p><div><h2>Related Articles</h2><table><tbody><tr><td><img src="http://www.popsci.com/files/imagecache/related_info_thumbnail/articles/m-theory.png" border="0" /> </td><td><a href="http://www.popsci.com/science/article/2010-09/researchers-figure-out-how-test-untestable-theory-everything">Researchers Devise the First Experimental Test of Controversial, Confusing String Theory</a></td></tr><tr><td><img src="http://www.popsci.com/files/imagecache/related_info_thumbnail/articles/tevatron.jpg" border="0" /> </td><td><a href="http://www.popsci.com/science/article/2010-07/physics-conference-scientists-announce-new-steps-toward-finding-god-particle">At Physics Conference, Scientists Say They Are Closing In on 'God Particle'</a></td></tr><tr><td><img src="http://www.popsci.com/files/imagecache/related_info_thumbnail/articles/blackhole.png" border="0" /> </td><td><a href="http://www.popsci.com/science/article/2010-07/we-might-be-living-black-hole-scientist-says">Are We Living Inside a Black Hole?</a></td></tr></tbody></table><h2>Tags</h2><a href="http://www.popsci.com/science">Science</a>, <a href="http://www.popsci.com/category/popsci-authors/rebecca-boyle">Rebecca Boyle</a>, <a href="http://www.popsci.com/category/tags/cosmology">cosmology</a>, <a href="http://www.popsci.com/category/tags/physics">physics</a>, <a href="http://www.popsci.com/category/tags/richard-feynman-0">richard feynman</a>, <a href="http://www.popsci.com/category/tags/telescopes">Telescopes</a>, <a href="http://www.popsci.com/category/tags/universe">universe</a></div>Competing studies did not find the same result, however, so this is still a controversial idea. But it's a fair bet Webb's follow-up is even more tendentious: He says alpha also changes over <em>space</em>. According to his theory, we're smack in the Goldilocks zone, where alpha is exactly the right value to make matter possible.
<p>This paper happened because Webb and his team wanted to reexamine their Keck findings, which suggested alpha was a tiny bit smaller about 9 billion years in the past. They went to the Very Large Observatory in Chile to check it out, and were shocked by what they saw: the further they looked, the bigger alpha got. The discrepancy is even stranger given the two telescopes' positions: they are in two different hemispheres, so they look in two different directions. </p>
<p>So, to recap: in one direction, alpha was once smaller; in exactly the opposite direction, it was once bigger. This implies that alpha continuously varies throughout space. As <a href="http://www.technologyreview.com/blog/arxiv/25673/?ref=rss">Technology Review's physics blog</a> puts it, that's a mind-blowing result. If it's true and can be verified, it could mean the universe is much larger than what we can see, and that the laws of physics vary within it.</p>
<p>It would not be possible for our type of life to exist in a place where alpha were any different. So here's to here and now.</p>
<p>[<a href="http://www.economist.com/node/16930866?story_id=16930866">The Economist</a>]</p>
<br><br><a href="http://www.filome.com/key/alpha" >alpha</a> <a href="http://search.twitter.com/search?q=%22alpha%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/alpha.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/physics" >physics</a> <a href="http://search.twitter.com/search?q=%22physics%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/physics.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/constant" >constant</a> <a href="http://search.twitter.com/search?q=%22constant%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/constant.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/webb" >webb</a> <a href="http://search.twitter.com/search?q=%22webb%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/webb.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/alpha" >alpha</a> <a href="http://search.twitter.com/search?q=%22alpha%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/alpha.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/physics" >physics</a> <a href="http://search.twitter.com/search?q=%22physics%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/physics.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/constant" >constant</a> <a href="http://search.twitter.com/search?q=%22constant%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/constant.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/webb" >webb</a> <a href="http://search.twitter.com/search?q=%22webb%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/webb.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/richard feynman" >richard feynman</a> <a href="http://search.twitter.com/search?q=%22richard feynman%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/richard feynman.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/structure constant" >structure constant</a> <a href="http://search.twitter.com/search?q=%22structure constant%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/structure constant.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/fine structure" >fine structure</a> <a href="http://search.twitter.com/search?q=%22fine structure%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/fine structure.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/actually constant" >actually constant</a> <a href="http://search.twitter.com/search?q=%22actually constant%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/actually constant.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/fine structure constant" >fine structure constant</a> <a href="http://search.twitter.com/search?q=%22fine structure constant%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/fine structure constant.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Sun, 05 Sep 2010 07:30:22 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,11</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>BlackBerry Torch 9800 gets the Colorware treatment, sees value increase infinitely</title>
         <link>http://feeds.engadget.com/~r/weblogsinc/engadget/~3/dOHSNUkJSnI/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/0IJbRPBYFDcux8">Engadget</a><br> First shared  by - <a href="http://www.filome.com/Lucid00">Lucid00</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><div style="text-align:center"><a href="http://www.engadget.com/2010/09/04/blackberry-torch-9800-gets-the-colorware-treatment-sees-value-i/"><img src="http://www.blogcdn.com/www.engadget.com/media/2010/09/bb-torch-colorware.jpg" width="500" height="418" border="0" /> </a></div>
So look -- RIM's <a href="http://www.engadget.com/2010/08/04/blackberry-torch-review/">BlackBerry Torch 9800</a> isn't exactly the barnburner-of-a-smartphone that we were hoping it'd be, but at least it looks snazzy, right? <i>Right</i>? Regardless of your answer to that, it's a bona fide fact that <a href="http://www.engadget.com/tag/Colorware/">Colorware</a> has outdone itself on this one. Usually, it's most fun to toy around with the company's endless array of hues in order to create the <a href="http://www.engadget.com/2009/05/11/kindle-2-gets-the-colorware-treatment-prepares-to-burn-some-ret/">most hideous version</a> of your favorite gadget before pretending to hit the order button, but for whatever reason, the first handset to ship with <a href="http://www.engadget.com/2010/04/27/rim-shows-off-blackberry-6-on-video/">BlackBerry OS 6</a> actually looks dapper in red and white. Or maybe that's just the <a href="http://www.engadget.com/tag/nc+state">Wolfpack</a> in us <a href="http://www.engadget.com/editor/darren-murph">talking</a>. Either way, it's available to customize now in the source link for $250 (send your own) or $1,050 (buy new sans a contract). Video's after the break, should you need one.<p><a href="http://www.engadget.com/2010/09/04/blackberry-torch-9800-gets-the-colorware-treatment-sees-value-i/" rel="bookmark">Continue reading <em>BlackBerry Torch 9800 gets the Colorware treatment, sees value increase infinitely</em></a></p><p style="padding:5px;background:#ddd;border:1px solid #ccc;clear:both"><a href="http://www.engadget.com/2010/09/04/blackberry-torch-9800-gets-the-colorware-treatment-sees-value-i/">BlackBerry Torch 9800 gets the Colorware treatment, sees value increase infinitely</a> originally appeared on <a href="http://www.engadget.com">Engadget</a> on Sat, 04 Sep 2010 21:16:00 EDT.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p><h6 style="clear:both;padding:8px 0 0 0;height:2px;font-size:1px;border:0;margin:0;padding:0"></h6><a href="http://www.engadget.com/2010/09/04/blackberry-torch-9800-gets-the-colorware-treatment-sees-value-i/" rel="bookmark" title="Permanent link to this entry">Permalink</a>   |  <img src="http://www.blogsmithmedia.com/www.engadget.com/media/post_label_source.gif" border="0" /> <span><a href="http://www.colorwarepc.com/p-243-torch-9800.aspx">Colorware</a></span>  | <a href="http://www.engadget.com/forward/19621046/" title="Send this entry to a friend via email">Email this</a> | <a href="http://www.engadget.com/2010/09/04/blackberry-torch-9800-gets-the-colorware-treatment-sees-value-i/#comments" title="View reader comments on this entry">Comments</a>
<p><a href="http://feedads.g.doubleclick.net/~at/lZdy1xikUQ_oWl1cMlEBs9TCn6Q/0/da"><img src="http://feedads.g.doubleclick.net/~at/lZdy1xikUQ_oWl1cMlEBs9TCn6Q/0/di" border="0" /> </a><br>
<a href="http://feedads.g.doubleclick.net/~at/lZdy1xikUQ_oWl1cMlEBs9TCn6Q/1/da"><img src="http://feedads.g.doubleclick.net/~at/lZdy1xikUQ_oWl1cMlEBs9TCn6Q/1/di" border="0" /> </a></p><div>
<a href="http://feeds.engadget.com/~ff/weblogsinc/engadget?a=dOHSNUkJSnI:nEl6IyTVWvk:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/weblogsinc/engadget?i=dOHSNUkJSnI:nEl6IyTVWvk:wF9xT3WuBAs" border="0" /> </a> <a href="http://feeds.engadget.com/~ff/weblogsinc/engadget?a=dOHSNUkJSnI:nEl6IyTVWvk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/weblogsinc/engadget?i=dOHSNUkJSnI:nEl6IyTVWvk:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.engadget.com/~ff/weblogsinc/engadget?a=dOHSNUkJSnI:nEl6IyTVWvk:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/weblogsinc/engadget?i=dOHSNUkJSnI:nEl6IyTVWvk:-BTjWOF_DHI" border="0" /> </a> <a href="http://feeds.engadget.com/~ff/weblogsinc/engadget?a=dOHSNUkJSnI:nEl6IyTVWvk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/weblogsinc/engadget?d=qj6IDK7rITs" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/weblogsinc/engadget/~4/dOHSNUkJSnI" border="0" /> <br><br><a href="http://www.filome.com/key/colorware" >colorware</a> <a href="http://search.twitter.com/search?q=%22colorware%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/colorware.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blackberry" >blackberry</a> <a href="http://search.twitter.com/search?q=%22blackberry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/torch" >torch</a> <a href="http://search.twitter.com/search?q=%22torch%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/torch.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/increase" >increase</a> <a href="http://search.twitter.com/search?q=%22increase%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/increase.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/value" >value</a> <a href="http://search.twitter.com/search?q=%22value%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/value.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/colorware" >colorware</a> <a href="http://search.twitter.com/search?q=%22colorware%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/colorware.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/torch" >torch</a> <a href="http://search.twitter.com/search?q=%22torch%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/torch.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blackberry" >blackberry</a> <a href="http://search.twitter.com/search?q=%22blackberry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/torch 9800" >torch 9800</a> <a href="http://search.twitter.com/search?q=%22torch 9800%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/torch 9800.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/value increase" >value increase</a> <a href="http://search.twitter.com/search?q=%22value increase%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/value increase.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sees value" >sees value</a> <a href="http://search.twitter.com/search?q=%22sees value%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sees value.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/treatment sees" >treatment sees</a> <a href="http://search.twitter.com/search?q=%22treatment sees%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/treatment sees.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blackberry torch" >blackberry torch</a> <a href="http://search.twitter.com/search?q=%22blackberry torch%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry torch.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/colorware treatment" >colorware treatment</a> <a href="http://search.twitter.com/search?q=%22colorware treatment%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/colorware treatment.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/increase infinitely" >increase infinitely</a> <a href="http://search.twitter.com/search?q=%22increase infinitely%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/increase infinitely.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sees value increase" >sees value increase</a> <a href="http://search.twitter.com/search?q=%22sees value increase%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sees value increase.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blackberry torch 9800" >blackberry torch 9800</a> <a href="http://search.twitter.com/search?q=%22blackberry torch 9800%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry torch 9800.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/treatment sees value" >treatment sees value</a> <a href="http://search.twitter.com/search?q=%22treatment sees value%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/treatment sees value.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/colorware treatment sees" >colorware treatment sees</a> <a href="http://search.twitter.com/search?q=%22colorware treatment sees%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/colorware treatment sees.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/value increase infinitely" >value increase infinitely</a> <a href="http://search.twitter.com/search?q=%22value increase infinitely%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/value increase infinitely.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/0IJbRPBYFDcux8">Engadget</a><br> First shared  by - <a href="http://www.filome.com/Lucid00">Lucid00</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><div style="text-align:center"><a href="http://www.engadget.com/2010/09/04/blackberry-torch-9800-gets-the-colorware-treatment-sees-value-i/"><img src="http://www.blogcdn.com/www.engadget.com/media/2010/09/bb-torch-colorware.jpg" width="500" height="418" border="0" /> </a></div>
So look -- RIM's <a href="http://www.engadget.com/2010/08/04/blackberry-torch-review/">BlackBerry Torch 9800</a> isn't exactly the barnburner-of-a-smartphone that we were hoping it'd be, but at least it looks snazzy, right? <i>Right</i>? Regardless of your answer to that, it's a bona fide fact that <a href="http://www.engadget.com/tag/Colorware/">Colorware</a> has outdone itself on this one. Usually, it's most fun to toy around with the company's endless array of hues in order to create the <a href="http://www.engadget.com/2009/05/11/kindle-2-gets-the-colorware-treatment-prepares-to-burn-some-ret/">most hideous version</a> of your favorite gadget before pretending to hit the order button, but for whatever reason, the first handset to ship with <a href="http://www.engadget.com/2010/04/27/rim-shows-off-blackberry-6-on-video/">BlackBerry OS 6</a> actually looks dapper in red and white. Or maybe that's just the <a href="http://www.engadget.com/tag/nc+state">Wolfpack</a> in us <a href="http://www.engadget.com/editor/darren-murph">talking</a>. Either way, it's available to customize now in the source link for $250 (send your own) or $1,050 (buy new sans a contract). Video's after the break, should you need one.<p><a href="http://www.engadget.com/2010/09/04/blackberry-torch-9800-gets-the-colorware-treatment-sees-value-i/" rel="bookmark">Continue reading <em>BlackBerry Torch 9800 gets the Colorware treatment, sees value increase infinitely</em></a></p><p style="padding:5px;background:#ddd;border:1px solid #ccc;clear:both"><a href="http://www.engadget.com/2010/09/04/blackberry-torch-9800-gets-the-colorware-treatment-sees-value-i/">BlackBerry Torch 9800 gets the Colorware treatment, sees value increase infinitely</a> originally appeared on <a href="http://www.engadget.com">Engadget</a> on Sat, 04 Sep 2010 21:16:00 EDT.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p><h6 style="clear:both;padding:8px 0 0 0;height:2px;font-size:1px;border:0;margin:0;padding:0"></h6><a href="http://www.engadget.com/2010/09/04/blackberry-torch-9800-gets-the-colorware-treatment-sees-value-i/" rel="bookmark" title="Permanent link to this entry">Permalink</a>   |  <img src="http://www.blogsmithmedia.com/www.engadget.com/media/post_label_source.gif" border="0" /> <span><a href="http://www.colorwarepc.com/p-243-torch-9800.aspx">Colorware</a></span>  | <a href="http://www.engadget.com/forward/19621046/" title="Send this entry to a friend via email">Email this</a> | <a href="http://www.engadget.com/2010/09/04/blackberry-torch-9800-gets-the-colorware-treatment-sees-value-i/#comments" title="View reader comments on this entry">Comments</a>
<p><a href="http://feedads.g.doubleclick.net/~at/lZdy1xikUQ_oWl1cMlEBs9TCn6Q/0/da"><img src="http://feedads.g.doubleclick.net/~at/lZdy1xikUQ_oWl1cMlEBs9TCn6Q/0/di" border="0" /> </a><br>
<a href="http://feedads.g.doubleclick.net/~at/lZdy1xikUQ_oWl1cMlEBs9TCn6Q/1/da"><img src="http://feedads.g.doubleclick.net/~at/lZdy1xikUQ_oWl1cMlEBs9TCn6Q/1/di" border="0" /> </a></p><div>
<a href="http://feeds.engadget.com/~ff/weblogsinc/engadget?a=dOHSNUkJSnI:nEl6IyTVWvk:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/weblogsinc/engadget?i=dOHSNUkJSnI:nEl6IyTVWvk:wF9xT3WuBAs" border="0" /> </a> <a href="http://feeds.engadget.com/~ff/weblogsinc/engadget?a=dOHSNUkJSnI:nEl6IyTVWvk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/weblogsinc/engadget?i=dOHSNUkJSnI:nEl6IyTVWvk:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.engadget.com/~ff/weblogsinc/engadget?a=dOHSNUkJSnI:nEl6IyTVWvk:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/weblogsinc/engadget?i=dOHSNUkJSnI:nEl6IyTVWvk:-BTjWOF_DHI" border="0" /> </a> <a href="http://feeds.engadget.com/~ff/weblogsinc/engadget?a=dOHSNUkJSnI:nEl6IyTVWvk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/weblogsinc/engadget?d=qj6IDK7rITs" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/weblogsinc/engadget/~4/dOHSNUkJSnI" border="0" /> <br><br><a href="http://www.filome.com/key/colorware" >colorware</a> <a href="http://search.twitter.com/search?q=%22colorware%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/colorware.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blackberry" >blackberry</a> <a href="http://search.twitter.com/search?q=%22blackberry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/torch" >torch</a> <a href="http://search.twitter.com/search?q=%22torch%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/torch.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/increase" >increase</a> <a href="http://search.twitter.com/search?q=%22increase%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/increase.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/value" >value</a> <a href="http://search.twitter.com/search?q=%22value%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/value.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/colorware" >colorware</a> <a href="http://search.twitter.com/search?q=%22colorware%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/colorware.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/torch" >torch</a> <a href="http://search.twitter.com/search?q=%22torch%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/torch.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blackberry" >blackberry</a> <a href="http://search.twitter.com/search?q=%22blackberry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/torch 9800" >torch 9800</a> <a href="http://search.twitter.com/search?q=%22torch 9800%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/torch 9800.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/value increase" >value increase</a> <a href="http://search.twitter.com/search?q=%22value increase%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/value increase.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sees value" >sees value</a> <a href="http://search.twitter.com/search?q=%22sees value%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sees value.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/treatment sees" >treatment sees</a> <a href="http://search.twitter.com/search?q=%22treatment sees%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/treatment sees.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blackberry torch" >blackberry torch</a> <a href="http://search.twitter.com/search?q=%22blackberry torch%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry torch.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/colorware treatment" >colorware treatment</a> <a href="http://search.twitter.com/search?q=%22colorware treatment%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/colorware treatment.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/increase infinitely" >increase infinitely</a> <a href="http://search.twitter.com/search?q=%22increase infinitely%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/increase infinitely.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sees value increase" >sees value increase</a> <a href="http://search.twitter.com/search?q=%22sees value increase%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sees value increase.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blackberry torch 9800" >blackberry torch 9800</a> <a href="http://search.twitter.com/search?q=%22blackberry torch 9800%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry torch 9800.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/treatment sees value" >treatment sees value</a> <a href="http://search.twitter.com/search?q=%22treatment sees value%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/treatment sees value.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/colorware treatment sees" >colorware treatment sees</a> <a href="http://search.twitter.com/search?q=%22colorware treatment sees%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/colorware treatment sees.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/value increase infinitely" >value increase infinitely</a> <a href="http://search.twitter.com/search?q=%22value increase infinitely%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/value increase infinitely.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Sat, 04 Sep 2010 21:35:17 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,12</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>Blackwater Won Contracts Via Dozens Of Dummy Corporations</title>
         <link>http://www.huffingtonpost.com/2010/09/03/blackwater-contracts-dummy-corporations_n_705572.html</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/0AAGRHuVDLUYqq">The Huffington Post | Full News Feed</a><br> First shared  by - <a href="http://www.filome.com/ScottS">ScottS</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><u>ASSOCIATED PRESS</u></p><p>WASHINGTON - The security company Blackwater Worldwide formed a network of 30 shell companies and subsidiaries to try to get millions of dollars in government business after the company faced strong criticism for reckless conduct in Iraq, The New York Times reported Friday.</p><p>The newspaper said that it was unclear how many of the created companies got American contracts but that at least three of them obtained work with the U.S. military and the CIA.<br><br><a href="http://www.huffingtonpost.com/thenewswire/archive/../../2010/09/03/blackwater-contracts-dummy-corporations_n_705572.html">Read More...</a><br>
                <a href="http://www.huffingtonpost.com/tag/blackwater/">More on Blackwater</a>
          
      <p><iframe src="http://feedads.g.doubleclick.net/~ah/f/cod79gk9etlsmlsakn6d658fqo/300/250#http%3A%2F%2Fwww.huffingtonpost.com%2F2010%2F09%2F03%2Fblackwater-contracts-dummy-corporations_n_705572.html" width="100%" height="250" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p><div>
<a href="http://feeds.huffingtonpost.com/~ff/huffingtonpost/LatestNews?a=TuOuVt29vGY:AsEIZP6hym4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/huffingtonpost/LatestNews?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.huffingtonpost.com/~ff/huffingtonpost/LatestNews?a=TuOuVt29vGY:AsEIZP6hym4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/huffingtonpost/LatestNews?i=TuOuVt29vGY:AsEIZP6hym4:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.huffingtonpost.com/~ff/huffingtonpost/LatestNews?a=TuOuVt29vGY:AsEIZP6hym4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/huffingtonpost/LatestNews?i=TuOuVt29vGY:AsEIZP6hym4:V_sGLiPBpWU" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/huffingtonpost/LatestNews/~4/TuOuVt29vGY" border="0" /> </p><br><br><a href="http://www.filome.com/key/blackwater" >blackwater</a> <a href="http://search.twitter.com/search?q=%22blackwater%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackwater.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.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/contracts" >contracts</a> <a href="http://search.twitter.com/search?q=%22contracts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/contracts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/times" >times</a> <a href="http://search.twitter.com/search?q=%22times%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/times.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/0AAGRHuVDLUYqq">The Huffington Post | Full News Feed</a><br> First shared  by - <a href="http://www.filome.com/ScottS">ScottS</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><u>ASSOCIATED PRESS</u></p><p>WASHINGTON - The security company Blackwater Worldwide formed a network of 30 shell companies and subsidiaries to try to get millions of dollars in government business after the company faced strong criticism for reckless conduct in Iraq, The New York Times reported Friday.</p><p>The newspaper said that it was unclear how many of the created companies got American contracts but that at least three of them obtained work with the U.S. military and the CIA.<br><br><a href="http://www.huffingtonpost.com/thenewswire/archive/../../2010/09/03/blackwater-contracts-dummy-corporations_n_705572.html">Read More...</a><br>
                <a href="http://www.huffingtonpost.com/tag/blackwater/">More on Blackwater</a>
          
      <p><iframe src="http://feedads.g.doubleclick.net/~ah/f/cod79gk9etlsmlsakn6d658fqo/300/250#http%3A%2F%2Fwww.huffingtonpost.com%2F2010%2F09%2F03%2Fblackwater-contracts-dummy-corporations_n_705572.html" width="100%" height="250" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p><div>
<a href="http://feeds.huffingtonpost.com/~ff/huffingtonpost/LatestNews?a=TuOuVt29vGY:AsEIZP6hym4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/huffingtonpost/LatestNews?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.huffingtonpost.com/~ff/huffingtonpost/LatestNews?a=TuOuVt29vGY:AsEIZP6hym4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/huffingtonpost/LatestNews?i=TuOuVt29vGY:AsEIZP6hym4:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.huffingtonpost.com/~ff/huffingtonpost/LatestNews?a=TuOuVt29vGY:AsEIZP6hym4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/huffingtonpost/LatestNews?i=TuOuVt29vGY:AsEIZP6hym4:V_sGLiPBpWU" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/huffingtonpost/LatestNews/~4/TuOuVt29vGY" border="0" /> </p><br><br><a href="http://www.filome.com/key/blackwater" >blackwater</a> <a href="http://search.twitter.com/search?q=%22blackwater%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackwater.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.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/contracts" >contracts</a> <a href="http://search.twitter.com/search?q=%22contracts%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/contracts.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/times" >times</a> <a href="http://search.twitter.com/search?q=%22times%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/times.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Sat, 04 Sep 2010 10:55:19 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,13</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>How to Write a Press Release</title>
         <link>http://feedproxy.google.com/~r/inc/headlines/~3/chWU_LsKOrI/how-to-write-a-press-release.html</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/KFZGCGamHdcd6C">Inc.com</a><br> First shared  by - <a href="http://www.filome.com/chrisbrogan">chrisbrogan</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><b>Take it from</b> those of us who know: An easy way to ruin your relationship with the news media is to send a bad press release. <br> <br> Newsroom fax machines and reporters' inboxes are flooded on a daily basis with press releases from companies, government agencies, non-profit groups, and even average citizens trying to get their neighborhood plight noticed. If you send in a press release that's riddled with grammatical errors, buried in a convoluted e-mail, or completely irrelevant to the reporter's coverage area, you might as well be tossing your press release down a sewer drain. If you deluge a news organization with unprofessional or uninteresting releases, your chances of ever getting favorable news coverage are zero-to-slim. <br> <br> But when done correctly, a good press release will grab a reporter's attention and force their curiosity to want to learn more about your announcement. <br> <br> "I want to be a trusted resource for that media so I'm trying to give the journalist all the information when they need it so they don't have to go anywhere else," says Gillian Pommerehn, director of public relations for Crosby Marketing, which is based in Annapolis, Maryland, and whose clients include the U.S. Department of Agriculture and DuPont. <br> <br> The trick, professionals say, is knowing how to format a good release, where to send it, and what information to include. The release is the face of your company that you&#39;re sending out into the world, so it&#39;s not a task to be taken lightly. Don't forget: With most press releases now available online through wire services or your company&#39;s website, customers or clients may also be reading them, not just reporters. <br> <br> &quot;Really good, clean, crisp, grammatically correct writing is so important in creating a positive impression of your company,&quot; says Lauren Selikoff, chief marketing officer for Allison &amp; Partners, which works with Samsung and Michelin and is based in San Francisco. &quot;This is not a task to turn over to the intern.&quot; <br><br> Here's some tips to help you craft your message. <br><br> <b><br>Writing a Press Release: Mind the Message</b></p><p>One thing comes to the mind of any good journalist when they receive a press release: Why would I care? The "news" in your news release has to be obvious, or else your notice will be on a fast route to the recycle bin.  The first step is figuring out exactly what message you are trying to get across, and how it qualifies as news.<br><br> "The hardest thing for people who are new to PR to grasp is you really have to take your ego out of it when it comes to finding something the press is going to write about," Selikoff says. "What's newsworthy to a publication's readers is often completely different than what you are trying to get across." <br> <br> That means your release needs a good headline. That can be something saying how your new product is going to make life easier, or how it relates to a news event. Your headline should be an attention-grabber, so reporters can see right away how the announcement affects their audience. <br>  <br> <b><a href="http://www.inc.com/magazine/20050301/marketing.html">Dig Deeper: The Art of the Press Release</a><br> </b><a href="http://www.inc.com/magazine/20050301/marketing.html"><b></b></a><b><br>  <br> Writing a Press Release:  Seek out Examples<br> </b></p><p>If you&#39;ve never written a press release before, you&#39;re in luck: The Internet is chock-loaded with examples and models you can use. More than likely, someone has already composed a press release on the same topic that you can use for inspiration. Don&#39;t copy  but do soak up their style and manner of ordering the content.<br><br> PR professionals recommend checking out press release distribution services such as PRWeb and PR Newswire to find a model on which to base your release. Searching Google for announcements related to your business  promotions, new product launches, new branch openings, etc.  is also likely to produce an example you can copy.</p><p><b><a href="http://www.inc.com/magazine/20100501/how-to-manage-your-own-pr.html">Dig Deeper: How to Manage Your Own PR</a><br> </b><b><br>  <br> Writing a Press Release: Mastering the Structure</b><br><br> Experts say press releases should be no longer than one page. Every press release has a basic structure:</p><p><b>Top:</b><br>Put the words &quot;For immediate release&quot; at the very top of the page. The headline  the key to grabbing attention  should be centered on the page, and usually written in bold or capital letters. Under that, put a subhead, often in italics, that elaborates on the headline. <br> <br> The headline and subhead are the prime places to work in keywords that will help search engine optimization and draw traffic to your release once it's online, says Leyl Master Black, managing director at San Francisco's SparkPR, whose clients include Bing and Barclays.  For instance, she says, if you're launching an e-commerce platform, you want the words e-commerce, platform, and software to appear in your headline and opening paragraphs several times.<br> <br> <b>First paragraph:</b> <br>Black and others say you should assume no one is going to read beyond the first paragraph, which makes it the most important. Many releases also take up a journalistic style, beginning with a dateline, or the city and state the news is coming from.<br> <br> "You need to have the theme and anything that is newsworthy summarized very concisely and neatly," Selikoff says. "The remainder of the press release is kind of fleshing out the story. But the main story has to get across in the first paragraph."<br><br> The old standard is that a release should be similar to a story the journalist would write. Reporters often stick to a structure known as the inverted pyramid, which means the most significant parts or the story should be at the top, with everything getting less important as you go farther down the page. This ensures that even someone who just reads the top of the release will get the most important information, and makes it easier to cut text from the bottom for space.</p><p><b>Quotes:</b> <br>Experts recommend that your release should also include at least one quote in the body. The quote should come from someone knowledgeable about the announcement being made, such as a product manager if you're announcing a new invention, or a top executive if announcing company wide changes. The quote can also be used to explain how your announcement makes you stand out from other competitors, even if you don't mention them by name.<br><br> "The quote is where you can add context to your announcement and offer an opinion about it," Black says. "The quote is where you can talk about why this is important to the industry."</p><p>Selikoff also warns against using a canned quote talking about how great your company is. Use a quote that provides some insight instead. It's also helpful to know some publications' standards on using quotes from a release. While blogs and very small publications will often use information directly from a release, and re-use quotes you include in the release in their story, major publications most often will not.<br><br> <b>Boilerplate information:</b> <br>The last paragraph is typically a standard set of information about your company, including your mission, when the company was founded, awards it has received or other achievements. This provides basic background information the journalist or the public can use to put the release in context and understand more about who you are.</p><p><b>Contact information:</b> <br>You don't want to pique a journalist's interest only to have that person scrounging and searching to find who to call for more information. Contact information can either be at the top or bottom of the page and should include the name, e-mail, and title of whomever the media contact for the story is. Usually, it will be your company spokesperson or a dedicated staff person familiar with the topic who can answer reporters' questions.<br><br> "There is a certain format for press releases that media are accustomed to getting, " Pommerehn says. "It's Important to kind of keep that format."<br> <br> <b>Multi-media:</b> <br>You&#39;ll most likely be sending out releases through e-mail and posting them on your company&#39;s website, so experts say you should consider including some digital features, such as video and audio. It&#39;s also an opportunity to link back to other company information available online  previous press releases and related matter such as customer testimonials or performance reports  that will give the news media additional context. <br>  <br> <b>Dig Deeper: The Power of  Press Releases for Small Businesses<br> </b><a href="http://www.inc.com/marla-tabaka/2009/01/the_power_of_press_releases_fo.html"><b>http://www.inc.com/marla-tabaka/2009/01/the_power_of_press_releases_fo.html</b></a><b><br>  <br>  <br> Writing a Press Release: Target Your Distribution</b></p><p>The first rule of sending out a press release to know which reporters you're trying to reach.<br><br> &quot;Not only is the press release itself important, but who you&#39;re communicating with is very important,&quot; Pommerehn says. &quot;It's a major pet peeve for journalists when the PR person or the person doing the press release does not do their homework.&quot;</p><p>If it's a local news event, find out who in the local media covers your neighborhood or issue. Do some research on bigger news organizations to find out which reporters or producers cover your industry. Some media organizations have designated e-mail addresses or fax numbers to which all releases are directed.<br><br> Professionals say to be mindful of what kind of organization you're reaching out to as well: a reporter at an environmental magazine, for instance, might be turned off by a flood of paper-consuming messages coming from the fax machine.</p><p>Most journalists expect press releases to arrive by e-mail these days. Put your document in the body of the message because most reporters won't open an attachment from someone they don't know.<br><br> If you have a public relations budget, you can also send your release to a wire service for broad geographical distribution. Small companies can distribute through PRWeb.com for as little as $80, Black says. Other services such as Businesswire.com and PRNewswire.com are pricier but will expose your release to a broader audience.</p><p>Don't&#39; forget that media organizations run on tight deadlines. Pommerehn says the morning is typically the best time to send a release for most publications while late morning or early afternoon is better for television and radio outlets.<br> Advance notice helps too. If you have an event you are trying to get covered, waiting to send notice until editors are rushing out of the door on Friday evening could lead to a missed opportunity for media exposure. Editors will have to scramble to fit it into their story budgets for the weekend, leaving a bad taste in their mouth about your company. <br>  <b><br> <a href="http://www.inc.com/guides/2010/04/how-to-talk-to-press.html">Dig Deeper: How to Talk to the Press About Your Company</a></b><b></b></p><br style="clear:both">
<br style="clear:both">
<a href="http://ads.pheedo.com/click.phdo?s=13d32c3eceae6bbfe99ee23e573ce1fe&amp;p=1"><img src="http://ads.pheedo.com/img.phdo?s=13d32c3eceae6bbfe99ee23e573ce1fe&amp;p=1" border="0" /> </a>
<img src="http://segment-pixel.invitemedia.com/pixel?code=Business&amp;partnerID=167&amp;key=segment" border="0" /> <img src="http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29945.rss.Business.33108,cat.Business.rss" border="0" /> <br>
<img src="http://ads.pheedo.com/img.phdo?kw=" border="0" />  <a href="http://ads.pheedo.com/click.phdo?s=13d32c3eceae6bbfe99ee23e573ce1fe&amp;p=64&amp;kw=Google">Google</a> - <a href="http://ads.pheedo.com/click.phdo?s=13d32c3eceae6bbfe99ee23e573ce1fe&amp;p=64&amp;kw=Press+release">Press release</a> - <a href="http://ads.pheedo.com/click.phdo?s=13d32c3eceae6bbfe99ee23e573ce1fe&amp;p=64&amp;kw=Bing">Bing</a> - <a href="http://ads.pheedo.com/click.phdo?s=13d32c3eceae6bbfe99ee23e573ce1fe&amp;p=64&amp;kw=Journalist">Journalist</a> - <a href="http://ads.pheedo.com/click.phdo?s=13d32c3eceae6bbfe99ee23e573ce1fe&amp;p=64&amp;kw=News+agency">News agency</a><p><iframe src="http://feedads.g.doubleclick.net/~ah/f/61remtvfea41iaagj9qen9fc1s/468/60#http%3A%2F%2Fwww.inc.com%2Fguides%2F2010%2F09%2Fhow-to-write-a-press-release.html" width="100%" height="60" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p><div>
<a href="http://feeds.feedburner.com/~ff/inc/headlines?a=chWU_LsKOrI:gmbS-kevz-I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/inc/headlines?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/inc/headlines?a=chWU_LsKOrI:gmbS-kevz-I:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/inc/headlines?d=7Q72WNTAKBA" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/inc/headlines/~4/chWU_LsKOrI" border="0" /> <br><br><a href="http://www.filome.com/key/release" >release</a> <a href="http://search.twitter.com/search?q=%22release%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/release.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/press" >press</a> <a href="http://search.twitter.com/search?q=%22press%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/press.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/releases" >releases</a> <a href="http://search.twitter.com/search?q=%22releases%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/releases.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/news" >news</a> <a href="http://search.twitter.com/search?q=%22news%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/news.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/release" >release</a> <a href="http://search.twitter.com/search?q=%22release%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/release.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/press" >press</a> <a href="http://search.twitter.com/search?q=%22press%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/press.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/news" >news</a> <a href="http://search.twitter.com/search?q=%22news%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/news.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/releases" >releases</a> <a href="http://search.twitter.com/search?q=%22releases%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/releases.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/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/reporters" >reporters</a> <a href="http://search.twitter.com/search?q=%22reporters%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/reporters.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/quote" >quote</a> <a href="http://search.twitter.com/search?q=%22quote%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/quote.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/story" >story</a> <a href="http://search.twitter.com/search?q=%22story%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/story.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/headline" >headline</a> <a href="http://search.twitter.com/search?q=%22headline%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/headline.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/include" >include</a> <a href="http://search.twitter.com/search?q=%22include%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/include.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/trying" >trying</a> <a href="http://search.twitter.com/search?q=%22trying%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/trying.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/send" >send</a> <a href="http://search.twitter.com/search?q=%22send%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/send.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/journalist" >journalist</a> <a href="http://search.twitter.com/search?q=%22journalist%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/journalist.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/page" >page</a> <a href="http://search.twitter.com/search?q=%22page%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/page.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mail" >mail</a> <a href="http://search.twitter.com/search?q=%22mail%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mail.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/writing" >writing</a> <a href="http://search.twitter.com/search?q=%22writing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/writing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/person" >person</a> <a href="http://search.twitter.com/search?q=%22person%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/person.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/publications" >publications</a> <a href="http://search.twitter.com/search?q=%22publications%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/publications.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/deeper" >deeper</a> <a href="http://search.twitter.com/search?q=%22deeper%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/deeper.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/selikoff" >selikoff</a> <a href="http://search.twitter.com/search?q=%22selikoff%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/selikoff.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pommerehn" >pommerehn</a> <a href="http://search.twitter.com/search?q=%22pommerehn%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pommerehn.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/black" >black</a> <a href="http://search.twitter.com/search?q=%22black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/paragraph" >paragraph</a> <a href="http://search.twitter.com/search?q=%22paragraph%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/paragraph.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/press release" >press release</a> <a href="http://search.twitter.com/search?q=%22press release%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/press release.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/press releases" >press releases</a> <a href="http://search.twitter.com/search?q=%22press releases%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/press releases.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/dig deeper" >dig deeper</a> <a href="http://search.twitter.com/search?q=%22dig deeper%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/dig deeper.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/first paragraph" >first paragraph</a> <a href="http://search.twitter.com/search?q=%22first paragraph%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/first paragraph.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/media organizations" >media organizations</a> <a href="http://search.twitter.com/search?q=%22media organizations%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media organizations.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/services such" >services such</a> <a href="http://search.twitter.com/search?q=%22services such%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/services such.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/experts say" >experts say</a> <a href="http://search.twitter.com/search?q=%22experts say%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/experts say.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/commerce platform" >commerce platform</a> <a href="http://search.twitter.com/search?q=%22commerce platform%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/commerce platform.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/contact information" >contact information</a> <a href="http://search.twitter.com/search?q=%22contact information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/contact information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new product" >new product</a> <a href="http://search.twitter.com/search?q=%22new product%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new product.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/public relations" >public relations</a> <a href="http://search.twitter.com/search?q=%22public relations%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/public relations.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/news media" >news media</a> <a href="http://search.twitter.com/search?q=%22news media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/news media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/whose clients" >whose clients</a> <a href="http://search.twitter.com/search?q=%22whose clients%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/whose clients.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/clients include" >clients include</a> <a href="http://search.twitter.com/search?q=%22clients include%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/clients include.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/san francisco" >san francisco</a> <a href="http://search.twitter.com/search?q=%22san francisco%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/san francisco.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/professionals say" >professionals say</a> <a href="http://search.twitter.com/search?q=%22professionals say%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/professionals say.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/news event" >news event</a> <a href="http://search.twitter.com/search?q=%22news event%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/news event.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/whose clients include" >whose clients include</a> <a href="http://search.twitter.com/search?q=%22whose clients include%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/whose clients include.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/KFZGCGamHdcd6C">Inc.com</a><br> First shared  by - <a href="http://www.filome.com/chrisbrogan">chrisbrogan</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><b>Take it from</b> those of us who know: An easy way to ruin your relationship with the news media is to send a bad press release. <br> <br> Newsroom fax machines and reporters' inboxes are flooded on a daily basis with press releases from companies, government agencies, non-profit groups, and even average citizens trying to get their neighborhood plight noticed. If you send in a press release that's riddled with grammatical errors, buried in a convoluted e-mail, or completely irrelevant to the reporter's coverage area, you might as well be tossing your press release down a sewer drain. If you deluge a news organization with unprofessional or uninteresting releases, your chances of ever getting favorable news coverage are zero-to-slim. <br> <br> But when done correctly, a good press release will grab a reporter's attention and force their curiosity to want to learn more about your announcement. <br> <br> "I want to be a trusted resource for that media so I'm trying to give the journalist all the information when they need it so they don't have to go anywhere else," says Gillian Pommerehn, director of public relations for Crosby Marketing, which is based in Annapolis, Maryland, and whose clients include the U.S. Department of Agriculture and DuPont. <br> <br> The trick, professionals say, is knowing how to format a good release, where to send it, and what information to include. The release is the face of your company that you&#39;re sending out into the world, so it&#39;s not a task to be taken lightly. Don't forget: With most press releases now available online through wire services or your company&#39;s website, customers or clients may also be reading them, not just reporters. <br> <br> &quot;Really good, clean, crisp, grammatically correct writing is so important in creating a positive impression of your company,&quot; says Lauren Selikoff, chief marketing officer for Allison &amp; Partners, which works with Samsung and Michelin and is based in San Francisco. &quot;This is not a task to turn over to the intern.&quot; <br><br> Here's some tips to help you craft your message. <br><br> <b><br>Writing a Press Release: Mind the Message</b></p><p>One thing comes to the mind of any good journalist when they receive a press release: Why would I care? The "news" in your news release has to be obvious, or else your notice will be on a fast route to the recycle bin.  The first step is figuring out exactly what message you are trying to get across, and how it qualifies as news.<br><br> "The hardest thing for people who are new to PR to grasp is you really have to take your ego out of it when it comes to finding something the press is going to write about," Selikoff says. "What's newsworthy to a publication's readers is often completely different than what you are trying to get across." <br> <br> That means your release needs a good headline. That can be something saying how your new product is going to make life easier, or how it relates to a news event. Your headline should be an attention-grabber, so reporters can see right away how the announcement affects their audience. <br>  <br> <b><a href="http://www.inc.com/magazine/20050301/marketing.html">Dig Deeper: The Art of the Press Release</a><br> </b><a href="http://www.inc.com/magazine/20050301/marketing.html"><b></b></a><b><br>  <br> Writing a Press Release:  Seek out Examples<br> </b></p><p>If you&#39;ve never written a press release before, you&#39;re in luck: The Internet is chock-loaded with examples and models you can use. More than likely, someone has already composed a press release on the same topic that you can use for inspiration. Don&#39;t copy  but do soak up their style and manner of ordering the content.<br><br> PR professionals recommend checking out press release distribution services such as PRWeb and PR Newswire to find a model on which to base your release. Searching Google for announcements related to your business  promotions, new product launches, new branch openings, etc.  is also likely to produce an example you can copy.</p><p><b><a href="http://www.inc.com/magazine/20100501/how-to-manage-your-own-pr.html">Dig Deeper: How to Manage Your Own PR</a><br> </b><b><br>  <br> Writing a Press Release: Mastering the Structure</b><br><br> Experts say press releases should be no longer than one page. Every press release has a basic structure:</p><p><b>Top:</b><br>Put the words &quot;For immediate release&quot; at the very top of the page. The headline  the key to grabbing attention  should be centered on the page, and usually written in bold or capital letters. Under that, put a subhead, often in italics, that elaborates on the headline. <br> <br> The headline and subhead are the prime places to work in keywords that will help search engine optimization and draw traffic to your release once it's online, says Leyl Master Black, managing director at San Francisco's SparkPR, whose clients include Bing and Barclays.  For instance, she says, if you're launching an e-commerce platform, you want the words e-commerce, platform, and software to appear in your headline and opening paragraphs several times.<br> <br> <b>First paragraph:</b> <br>Black and others say you should assume no one is going to read beyond the first paragraph, which makes it the most important. Many releases also take up a journalistic style, beginning with a dateline, or the city and state the news is coming from.<br> <br> "You need to have the theme and anything that is newsworthy summarized very concisely and neatly," Selikoff says. "The remainder of the press release is kind of fleshing out the story. But the main story has to get across in the first paragraph."<br><br> The old standard is that a release should be similar to a story the journalist would write. Reporters often stick to a structure known as the inverted pyramid, which means the most significant parts or the story should be at the top, with everything getting less important as you go farther down the page. This ensures that even someone who just reads the top of the release will get the most important information, and makes it easier to cut text from the bottom for space.</p><p><b>Quotes:</b> <br>Experts recommend that your release should also include at least one quote in the body. The quote should come from someone knowledgeable about the announcement being made, such as a product manager if you're announcing a new invention, or a top executive if announcing company wide changes. The quote can also be used to explain how your announcement makes you stand out from other competitors, even if you don't mention them by name.<br><br> "The quote is where you can add context to your announcement and offer an opinion about it," Black says. "The quote is where you can talk about why this is important to the industry."</p><p>Selikoff also warns against using a canned quote talking about how great your company is. Use a quote that provides some insight instead. It's also helpful to know some publications' standards on using quotes from a release. While blogs and very small publications will often use information directly from a release, and re-use quotes you include in the release in their story, major publications most often will not.<br><br> <b>Boilerplate information:</b> <br>The last paragraph is typically a standard set of information about your company, including your mission, when the company was founded, awards it has received or other achievements. This provides basic background information the journalist or the public can use to put the release in context and understand more about who you are.</p><p><b>Contact information:</b> <br>You don't want to pique a journalist's interest only to have that person scrounging and searching to find who to call for more information. Contact information can either be at the top or bottom of the page and should include the name, e-mail, and title of whomever the media contact for the story is. Usually, it will be your company spokesperson or a dedicated staff person familiar with the topic who can answer reporters' questions.<br><br> "There is a certain format for press releases that media are accustomed to getting, " Pommerehn says. "It's Important to kind of keep that format."<br> <br> <b>Multi-media:</b> <br>You&#39;ll most likely be sending out releases through e-mail and posting them on your company&#39;s website, so experts say you should consider including some digital features, such as video and audio. It&#39;s also an opportunity to link back to other company information available online  previous press releases and related matter such as customer testimonials or performance reports  that will give the news media additional context. <br>  <br> <b>Dig Deeper: The Power of  Press Releases for Small Businesses<br> </b><a href="http://www.inc.com/marla-tabaka/2009/01/the_power_of_press_releases_fo.html"><b>http://www.inc.com/marla-tabaka/2009/01/the_power_of_press_releases_fo.html</b></a><b><br>  <br>  <br> Writing a Press Release: Target Your Distribution</b></p><p>The first rule of sending out a press release to know which reporters you're trying to reach.<br><br> &quot;Not only is the press release itself important, but who you&#39;re communicating with is very important,&quot; Pommerehn says. &quot;It's a major pet peeve for journalists when the PR person or the person doing the press release does not do their homework.&quot;</p><p>If it's a local news event, find out who in the local media covers your neighborhood or issue. Do some research on bigger news organizations to find out which reporters or producers cover your industry. Some media organizations have designated e-mail addresses or fax numbers to which all releases are directed.<br><br> Professionals say to be mindful of what kind of organization you're reaching out to as well: a reporter at an environmental magazine, for instance, might be turned off by a flood of paper-consuming messages coming from the fax machine.</p><p>Most journalists expect press releases to arrive by e-mail these days. Put your document in the body of the message because most reporters won't open an attachment from someone they don't know.<br><br> If you have a public relations budget, you can also send your release to a wire service for broad geographical distribution. Small companies can distribute through PRWeb.com for as little as $80, Black says. Other services such as Businesswire.com and PRNewswire.com are pricier but will expose your release to a broader audience.</p><p>Don't&#39; forget that media organizations run on tight deadlines. Pommerehn says the morning is typically the best time to send a release for most publications while late morning or early afternoon is better for television and radio outlets.<br> Advance notice helps too. If you have an event you are trying to get covered, waiting to send notice until editors are rushing out of the door on Friday evening could lead to a missed opportunity for media exposure. Editors will have to scramble to fit it into their story budgets for the weekend, leaving a bad taste in their mouth about your company. <br>  <b><br> <a href="http://www.inc.com/guides/2010/04/how-to-talk-to-press.html">Dig Deeper: How to Talk to the Press About Your Company</a></b><b></b></p><br style="clear:both">
<br style="clear:both">
<a href="http://ads.pheedo.com/click.phdo?s=13d32c3eceae6bbfe99ee23e573ce1fe&amp;p=1"><img src="http://ads.pheedo.com/img.phdo?s=13d32c3eceae6bbfe99ee23e573ce1fe&amp;p=1" border="0" /> </a>
<img src="http://segment-pixel.invitemedia.com/pixel?code=Business&amp;partnerID=167&amp;key=segment" border="0" /> <img src="http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.29945.rss.Business.33108,cat.Business.rss" border="0" /> <br>
<img src="http://ads.pheedo.com/img.phdo?kw=" border="0" />  <a href="http://ads.pheedo.com/click.phdo?s=13d32c3eceae6bbfe99ee23e573ce1fe&amp;p=64&amp;kw=Google">Google</a> - <a href="http://ads.pheedo.com/click.phdo?s=13d32c3eceae6bbfe99ee23e573ce1fe&amp;p=64&amp;kw=Press+release">Press release</a> - <a href="http://ads.pheedo.com/click.phdo?s=13d32c3eceae6bbfe99ee23e573ce1fe&amp;p=64&amp;kw=Bing">Bing</a> - <a href="http://ads.pheedo.com/click.phdo?s=13d32c3eceae6bbfe99ee23e573ce1fe&amp;p=64&amp;kw=Journalist">Journalist</a> - <a href="http://ads.pheedo.com/click.phdo?s=13d32c3eceae6bbfe99ee23e573ce1fe&amp;p=64&amp;kw=News+agency">News agency</a><p><iframe src="http://feedads.g.doubleclick.net/~ah/f/61remtvfea41iaagj9qen9fc1s/468/60#http%3A%2F%2Fwww.inc.com%2Fguides%2F2010%2F09%2Fhow-to-write-a-press-release.html" width="100%" height="60" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p><div>
<a href="http://feeds.feedburner.com/~ff/inc/headlines?a=chWU_LsKOrI:gmbS-kevz-I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/inc/headlines?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/inc/headlines?a=chWU_LsKOrI:gmbS-kevz-I:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/inc/headlines?d=7Q72WNTAKBA" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/inc/headlines/~4/chWU_LsKOrI" border="0" /> <br><br><a href="http://www.filome.com/key/release" >release</a> <a href="http://search.twitter.com/search?q=%22release%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/release.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/press" >press</a> <a href="http://search.twitter.com/search?q=%22press%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/press.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/releases" >releases</a> <a href="http://search.twitter.com/search?q=%22releases%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/releases.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/news" >news</a> <a href="http://search.twitter.com/search?q=%22news%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/news.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/release" >release</a> <a href="http://search.twitter.com/search?q=%22release%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/release.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/press" >press</a> <a href="http://search.twitter.com/search?q=%22press%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/press.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/news" >news</a> <a href="http://search.twitter.com/search?q=%22news%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/news.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/releases" >releases</a> <a href="http://search.twitter.com/search?q=%22releases%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/releases.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/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/reporters" >reporters</a> <a href="http://search.twitter.com/search?q=%22reporters%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/reporters.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/quote" >quote</a> <a href="http://search.twitter.com/search?q=%22quote%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/quote.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/story" >story</a> <a href="http://search.twitter.com/search?q=%22story%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/story.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/headline" >headline</a> <a href="http://search.twitter.com/search?q=%22headline%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/headline.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/include" >include</a> <a href="http://search.twitter.com/search?q=%22include%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/include.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/trying" >trying</a> <a href="http://search.twitter.com/search?q=%22trying%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/trying.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/send" >send</a> <a href="http://search.twitter.com/search?q=%22send%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/send.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/journalist" >journalist</a> <a href="http://search.twitter.com/search?q=%22journalist%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/journalist.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/page" >page</a> <a href="http://search.twitter.com/search?q=%22page%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/page.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mail" >mail</a> <a href="http://search.twitter.com/search?q=%22mail%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mail.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/writing" >writing</a> <a href="http://search.twitter.com/search?q=%22writing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/writing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/person" >person</a> <a href="http://search.twitter.com/search?q=%22person%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/person.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/publications" >publications</a> <a href="http://search.twitter.com/search?q=%22publications%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/publications.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/deeper" >deeper</a> <a href="http://search.twitter.com/search?q=%22deeper%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/deeper.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/selikoff" >selikoff</a> <a href="http://search.twitter.com/search?q=%22selikoff%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/selikoff.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/pommerehn" >pommerehn</a> <a href="http://search.twitter.com/search?q=%22pommerehn%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pommerehn.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/black" >black</a> <a href="http://search.twitter.com/search?q=%22black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/paragraph" >paragraph</a> <a href="http://search.twitter.com/search?q=%22paragraph%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/paragraph.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/press release" >press release</a> <a href="http://search.twitter.com/search?q=%22press release%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/press release.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/press releases" >press releases</a> <a href="http://search.twitter.com/search?q=%22press releases%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/press releases.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/dig deeper" >dig deeper</a> <a href="http://search.twitter.com/search?q=%22dig deeper%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/dig deeper.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/first paragraph" >first paragraph</a> <a href="http://search.twitter.com/search?q=%22first paragraph%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/first paragraph.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/media organizations" >media organizations</a> <a href="http://search.twitter.com/search?q=%22media organizations%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/media organizations.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/services such" >services such</a> <a href="http://search.twitter.com/search?q=%22services such%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/services such.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/experts say" >experts say</a> <a href="http://search.twitter.com/search?q=%22experts say%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/experts say.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/commerce platform" >commerce platform</a> <a href="http://search.twitter.com/search?q=%22commerce platform%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/commerce platform.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/contact information" >contact information</a> <a href="http://search.twitter.com/search?q=%22contact information%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/contact information.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new product" >new product</a> <a href="http://search.twitter.com/search?q=%22new product%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new product.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/public relations" >public relations</a> <a href="http://search.twitter.com/search?q=%22public relations%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/public relations.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/news media" >news media</a> <a href="http://search.twitter.com/search?q=%22news media%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/news media.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/whose clients" >whose clients</a> <a href="http://search.twitter.com/search?q=%22whose clients%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/whose clients.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/clients include" >clients include</a> <a href="http://search.twitter.com/search?q=%22clients include%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/clients include.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/san francisco" >san francisco</a> <a href="http://search.twitter.com/search?q=%22san francisco%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/san francisco.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/professionals say" >professionals say</a> <a href="http://search.twitter.com/search?q=%22professionals say%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/professionals say.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/news event" >news event</a> <a href="http://search.twitter.com/search?q=%22news event%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/news event.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/whose clients include" >whose clients include</a> <a href="http://search.twitter.com/search?q=%22whose clients include%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/whose clients include.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

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

			<itunes:subtitle/>
      </item>
      <item>
         <title>The Motive for Metaphor</title>
         <link>http://www.developsense.com/blog/2010/09/the-motive-for-metaphor/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/04IhR8XxAtH2is">Developsense Blog</a><br> First shared  by - <a href="http://www.filome.com/robdiana">robdiana</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>There's a mildly rollicking little <a href="http://www.softwaretestingclub.com/forum/topics/how-many-different-coloured?commentId=751045%3AComment%3A91485&amp;xg_source=activity">discussion</a> going on the in the <a href="http://www.softwaretestingclub.com">Software Testing Club</a> at the moment, in which Rob Lambert observes, I've seen a couple of conversations recently where people are talking about red, green and yellow box testing.  Rob then asks There's the obvious black and white. How many more are there?</p>
<p>(For what it's worth, I've already made some comments about a related question <a href="http://www.developsense.com/blog/2009/01/what-colour-is-your-box/">here</a>.)</p>
<p>At one point a little later in the conversation, Jaffamonkey (I <em>hope</em> that's a pseudonym) replies,</p>
<p><i>If applied in modern context Black Box is essentially pure functional testing (or unit testing) whereas White Box testing is more of what testers are required to do, which is more about testing user journeys, and testing workflows, usability etc.</i></p>
<p>Of course, that's not what I understand the classical distinction to be.</p>
<p>The classical distinction started with the notion of black box testing.  You can't see what's inside the box, and so you can't see how it's working internally.  But that may not be so important to you for a particular testing mission; instead, you care about inputs and outputs, and the internal implementation isn't such a big deal.  You'd take this kind of approach when a) you don't have source code; or b) you're intentionally seeking problems that you might not notice so quickly by inspection, but that you might notice by empirical experiments and observation; or maybe c) you may believe that the internal implementation is going to be varied or variable, so no point in taking it into account with respect to the current focus of your attention.  I'm sure you can come up with more reasons.</p>
<p>This black box idea suggests a contrast: glass box testing.  Since glass is transparent, you can see the inner workings, and the insight into what is happening internally gives you a different perspective for risks and test ideas.  This is especially important when a) your mission involves testing what's happening inside the box (programmers take this perspective more often than not); or b) your overall mission will be simpler, in some dimension, because of your understanding of the internals; or maybe c) you want to learn something about how someone has solved a particular problem.  Again, I'm sure you can some up with lots more reasons; these are examples, not defnitive lists.</p>
<p>Unhelpfully (to me), someone somewhere along the way decided that the opposite of black must be white; that black box testing was the kind where you can't see inside the box; and that therefore <em>white</em> (rather than glass) box testing must the name for the other stuff.  At this point, the words and the model begin to part company.</p>
<p>Even less helpfully, people stopped thinking in terms of a metaphor and started thinking in terms of <em>labels dissociated from the metaphor</em>.  The result is an interpretation like Jaffa's above, where he (she?) seems to have inverted the earlier interpretations, for reasons I know not why. Who knows? Maybe it's just a typo.</p>
<p>More unhelpfully still (to me), someone has (or several someones have) apparently come along with color-coding systems for other kinds of testing.  Bill Matthews reports that he's found</p>
<p>Red Box = Acceptance testing or Error message testing or networking , peripherals testing and protocol testing<br>
Yellow Box = testing warning messages or integration testing<br>
Green Box = co-existence testing or success message testing</p>
<p>Sources:</p>
<p>http://www.testrepublic.com/forum/topics/define-red-box-testing-yellow</p>
<p>http://www.geekinterview.com/question_details/27985</p>
<p>http://www.allinterview.com/showanswers/7077.html</p>
<p>http://www.coolinterview.com/interview/10080/</p>
<p>For me, there are at least four big problems here.  First, there is already disagreement on which colours map to which concepts.  Second, there is no compelling reason that I can see to associate a given colour with any of the given ideas.  Third, the box metaphor doesn't have a clear relationship to what's going on in the mind or the practice of a tester.  The colour is an arbitrary label on an unconstrained container.  Fourth, since the definitions appear on interview sites and the sites disagree, there's a risk that some benighted hiring manager will assume that there is only one interpretation, and will deprive himself of an otherwise skilled tester who read a different site.  (To defend yourself against this fourth problem, use safety language:  Here's what I understand by chartreuse-box testing'.  This is the interpretation given by this person or group, but I'm aware there may be other interpretations in your context.  For extra points, try saying something like, Is that consistent with your interpretation?  If not, I'd be happy to adopt the term the way you use it around here.  And meaning it.  If they refuse to hire you because of that answer, it's unlikely that working there would have been much fun.)</p>
<p>All of this paintbox of terms is unhelpful (to me) because it means another 30,000 messages on LinkedIn and QAForums, wherein enormous numbers of testers weigh in with their (mis)understandings of some other author's terms and intentionsand largely with the intention of asking or answering homework questions, so it seems.  The next step is that, at some point, some standards-and-certification body will have to come along and lay down the law about what colour testing you would have to do to find out how many angels can dance on the head of a pin, what colour the pin is, and whether the angels are riding unicorns.  And then another, competing standards-and-certification body will object, saying that it's not angels, it's fairies, and it's not unicorns, it's centaurs, and they're not dancing, they're doing gymnastics. And don't get us started on the pin! Courses and certifications on colour-mapping to mythological figures will be available (at a fee) to check (not <a href="http://www.developsense.com/2009/08/testing-vs-checking.html">test</a>!) your ability to memorize a proprietary table of relationships.  Meanwhile, most of the people involved in the discussion will have forgottenin the unlikely event that they ever knew that the point of the original black-and-glass exercise was <em>to make things more usefully understandable</em>.  Verification vs. validation, anyone?  One is building the right thing; the other is building the thing right.  Now, quick:  <em>which is which</em>?  Did you have to pause to think about it? And if you find a problem wherein the thing was built wrong, or that the wrong thing was built, does anyone <em>really</em> care whether you were doing validation testing or verification testing at the time?</p>
<p>Well maybe they do.  So, all that said, remember this:  <em>no one outside your context can tell you what words you can or can't use</em>.  And remember this too:  <em>no one outside your context can tell you what you can or can't find useful</em>.  Some person, somewhere, might find it handy to refer to a certain kind of testing as sky testing and another kind of testing as ground testing, and still another as water testing.  (No, I can't figure it out either.)  If people find those labels helpful, there's nothing to stop them, and more power to them.  But if the labels are unhelpful to you and only make your brain hurt, it's probably not worth a lot of cycles to try to make them fit for you.</p>
<p>So here are some tests that you can apply to a term or metaphor, whether you produce it yourself or someone else produced it:</p>
<p><ul><li><b>Is it vivid?</b>  That is (for a testing metaphor), does it allow you to see easily in your mind's eye (hear in your mind's ear, etc.) something in the realm of common experience but outside the world of testing?</li></ul></p>
<p><li><b>Is it clear?</b>  That is, does it allow you to make a connection between that external reference and something internal to testing?  Do people tend to get it the first time they hear it, or with only a modicum of explanation?  Do people retain the connection easily, such that you don't have to explain it over and over to the same people?  Do people in a common context agree easily, without arguments or nit-picking?</li></p>
<p><li><b>Is it sticky?</b>  Is it easy to remember without having to consult a table, a cheat sheet, or a syllabus?  Do people adopt the expression naturally and easily, and do they use it?</li><br>
</p>
<p>If the answer to these questions is Yes across the board, it might be worthwhile to spread the idea.  If you're in doubt, field-test the idea.  Ask for (or offer) explanations, and see if understanding is easy to obtain.  Meanwhile, if people don't adopt the idea outside of a particular context, do everyone a favour:  ditch it, or ignore it, or keep it within a much closer community.</p>
<p>In his book <a href="http://www.amazon.com/Educated-Imagination-Midland-Books-No/dp/0253200881">The Educated Imagination</a> (based on the Massey Lectures, a set of broadcasts he did for the <a href="http://www.cbc.ca">Canadian Broadcasting Corporation</a> in 1963), Northrop Frye said, Outside literature, the main motive for writing is to describe this world.  But literature itself uses language in a way which associates our minds with it.  As soon as you use associative language, you begin using figures of speech. If you say, this talk is dry and dull, you're using figures associating it with bread and breadknives. There are two kinds main kinds of association, analogy and identity, two things <em>are like</em> each other and two things that <em>are</em> each other (my emphasis MB). One produces a figure of speech called the simile. The other produces a figure called metaphor.</p>
<p>When we're trying to describe our work in testing, I think most people would agree that we're outside the world of literature.  Yet we learn most easily and most powerfully by associationby relating things that we don't understand well to things that we understand a little better in some specific dimension.  In reporting on our testing, we're often dealing with things that are new to us, and telling stories to describe them.  The same is true in learning about testing.  Dealing with the new and telling stories leads us naturally to use associative language.  Frye explains why we have to be cautious:  In descriptive writing, you have to be careful of associative language.  You'll find that analogy, or likeness to something else, is very tricky to handle in description, because the differences are as important as the resemblances. As for metaphor, where you're really saying this <em>is</em> that, you're turning your back on logic and reason completely because logically two things can never be the same thing and still remain two things.</p>
<p>Having given that caution, Frye goes on to explain <em>why</em> we use metaphor, and does so in a way that I think might be helpful for our work:  The poet, however, uses these two crude, primitive, archaic forms of thought in the most uninhibited way, because his job is not to describe nature but to show you a world completely absorbed and possessed by the human mindThe motive for metaphor, according to Wallace Stevens, is a desire to associate, and finally to identify, the human mind with what goes on outside it, because the only genuine joy you can have is in those rare moments when you feel that although we may know in part, as Paul says, we are also a part of what we know.</p>
<p>So the final test of a term or a metaphor or a heuristic, for me, is this:  </p>
<p><ul><li><strong>Is it useful?</strong> That is, does it help you make sense of the world to the degree that you can identify an idea with something deeper and more resonant than a mere label?  Does it help you to <em>own</em> your ideas?</li><br>
</ul></p><br><br><a href="http://www.filome.com/key/testing" >testing</a> <a href="http://search.twitter.com/search?q=%22testing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/testing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/box" >box</a> <a href="http://search.twitter.com/search?q=%22box%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/box.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/metaphor" >metaphor</a> <a href="http://search.twitter.com/search?q=%22metaphor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/metaphor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/black" >black</a> <a href="http://search.twitter.com/search?q=%22black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black.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/testing" >testing</a> <a href="http://search.twitter.com/search?q=%22testing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/testing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/metaphor" >metaphor</a> <a href="http://search.twitter.com/search?q=%22metaphor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/metaphor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/black" >black</a> <a href="http://search.twitter.com/search?q=%22black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black.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/context" >context</a> <a href="http://search.twitter.com/search?q=%22context%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/context.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/colour" >colour</a> <a href="http://search.twitter.com/search?q=%22colour%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/colour.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/easily" >easily</a> <a href="http://search.twitter.com/search?q=%22easily%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/easily.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/language" >language</a> <a href="http://search.twitter.com/search?q=%22language%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/language.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/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/point" >point</a> <a href="http://search.twitter.com/search?q=%22point%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/point.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mind" >mind</a> <a href="http://search.twitter.com/search?q=%22mind%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mind.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/describe" >describe</a> <a href="http://search.twitter.com/search?q=%22describe%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/describe.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/terms" >terms</a> <a href="http://search.twitter.com/search?q=%22terms%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/terms.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/kind" >kind</a> <a href="http://search.twitter.com/search?q=%22kind%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/kind.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/glass" >glass</a> <a href="http://search.twitter.com/search?q=%22glass%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/glass.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/test" >test</a> <a href="http://search.twitter.com/search?q=%22test%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/test.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/interpretation" >interpretation</a> <a href="http://search.twitter.com/search?q=%22interpretation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/interpretation.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/box testing" >box testing</a> <a href="http://search.twitter.com/search?q=%22box testing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/box testing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/black box" >black box</a> <a href="http://search.twitter.com/search?q=%22black box%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black box.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/associative language" >associative language</a> <a href="http://search.twitter.com/search?q=%22associative language%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/associative language.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/testing yellow" >testing yellow</a> <a href="http://search.twitter.com/search?q=%22testing yellow%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/testing yellow.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/certification body" >certification body</a> <a href="http://search.twitter.com/search?q=%22certification body%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/certification body.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/message testing" >message testing</a> <a href="http://search.twitter.com/search?q=%22message testing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/message testing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/glass box" >glass box</a> <a href="http://search.twitter.com/search?q=%22glass box%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/glass box.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/classical distinction" >classical distinction</a> <a href="http://search.twitter.com/search?q=%22classical distinction%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/classical distinction.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/internal implementation" >internal implementation</a> <a href="http://search.twitter.com/search?q=%22internal implementation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/internal implementation.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/yellow box" >yellow box</a> <a href="http://search.twitter.com/search?q=%22yellow box%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/yellow box.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/red box" >red box</a> <a href="http://search.twitter.com/search?q=%22red box%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/red box.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/04IhR8XxAtH2is">Developsense Blog</a><br> First shared  by - <a href="http://www.filome.com/robdiana">robdiana</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p>There's a mildly rollicking little <a href="http://www.softwaretestingclub.com/forum/topics/how-many-different-coloured?commentId=751045%3AComment%3A91485&amp;xg_source=activity">discussion</a> going on the in the <a href="http://www.softwaretestingclub.com">Software Testing Club</a> at the moment, in which Rob Lambert observes, I've seen a couple of conversations recently where people are talking about red, green and yellow box testing.  Rob then asks There's the obvious black and white. How many more are there?</p>
<p>(For what it's worth, I've already made some comments about a related question <a href="http://www.developsense.com/blog/2009/01/what-colour-is-your-box/">here</a>.)</p>
<p>At one point a little later in the conversation, Jaffamonkey (I <em>hope</em> that's a pseudonym) replies,</p>
<p><i>If applied in modern context Black Box is essentially pure functional testing (or unit testing) whereas White Box testing is more of what testers are required to do, which is more about testing user journeys, and testing workflows, usability etc.</i></p>
<p>Of course, that's not what I understand the classical distinction to be.</p>
<p>The classical distinction started with the notion of black box testing.  You can't see what's inside the box, and so you can't see how it's working internally.  But that may not be so important to you for a particular testing mission; instead, you care about inputs and outputs, and the internal implementation isn't such a big deal.  You'd take this kind of approach when a) you don't have source code; or b) you're intentionally seeking problems that you might not notice so quickly by inspection, but that you might notice by empirical experiments and observation; or maybe c) you may believe that the internal implementation is going to be varied or variable, so no point in taking it into account with respect to the current focus of your attention.  I'm sure you can come up with more reasons.</p>
<p>This black box idea suggests a contrast: glass box testing.  Since glass is transparent, you can see the inner workings, and the insight into what is happening internally gives you a different perspective for risks and test ideas.  This is especially important when a) your mission involves testing what's happening inside the box (programmers take this perspective more often than not); or b) your overall mission will be simpler, in some dimension, because of your understanding of the internals; or maybe c) you want to learn something about how someone has solved a particular problem.  Again, I'm sure you can some up with lots more reasons; these are examples, not defnitive lists.</p>
<p>Unhelpfully (to me), someone somewhere along the way decided that the opposite of black must be white; that black box testing was the kind where you can't see inside the box; and that therefore <em>white</em> (rather than glass) box testing must the name for the other stuff.  At this point, the words and the model begin to part company.</p>
<p>Even less helpfully, people stopped thinking in terms of a metaphor and started thinking in terms of <em>labels dissociated from the metaphor</em>.  The result is an interpretation like Jaffa's above, where he (she?) seems to have inverted the earlier interpretations, for reasons I know not why. Who knows? Maybe it's just a typo.</p>
<p>More unhelpfully still (to me), someone has (or several someones have) apparently come along with color-coding systems for other kinds of testing.  Bill Matthews reports that he's found</p>
<p>Red Box = Acceptance testing or Error message testing or networking , peripherals testing and protocol testing<br>
Yellow Box = testing warning messages or integration testing<br>
Green Box = co-existence testing or success message testing</p>
<p>Sources:</p>
<p>http://www.testrepublic.com/forum/topics/define-red-box-testing-yellow</p>
<p>http://www.geekinterview.com/question_details/27985</p>
<p>http://www.allinterview.com/showanswers/7077.html</p>
<p>http://www.coolinterview.com/interview/10080/</p>
<p>For me, there are at least four big problems here.  First, there is already disagreement on which colours map to which concepts.  Second, there is no compelling reason that I can see to associate a given colour with any of the given ideas.  Third, the box metaphor doesn't have a clear relationship to what's going on in the mind or the practice of a tester.  The colour is an arbitrary label on an unconstrained container.  Fourth, since the definitions appear on interview sites and the sites disagree, there's a risk that some benighted hiring manager will assume that there is only one interpretation, and will deprive himself of an otherwise skilled tester who read a different site.  (To defend yourself against this fourth problem, use safety language:  Here's what I understand by chartreuse-box testing'.  This is the interpretation given by this person or group, but I'm aware there may be other interpretations in your context.  For extra points, try saying something like, Is that consistent with your interpretation?  If not, I'd be happy to adopt the term the way you use it around here.  And meaning it.  If they refuse to hire you because of that answer, it's unlikely that working there would have been much fun.)</p>
<p>All of this paintbox of terms is unhelpful (to me) because it means another 30,000 messages on LinkedIn and QAForums, wherein enormous numbers of testers weigh in with their (mis)understandings of some other author's terms and intentionsand largely with the intention of asking or answering homework questions, so it seems.  The next step is that, at some point, some standards-and-certification body will have to come along and lay down the law about what colour testing you would have to do to find out how many angels can dance on the head of a pin, what colour the pin is, and whether the angels are riding unicorns.  And then another, competing standards-and-certification body will object, saying that it's not angels, it's fairies, and it's not unicorns, it's centaurs, and they're not dancing, they're doing gymnastics. And don't get us started on the pin! Courses and certifications on colour-mapping to mythological figures will be available (at a fee) to check (not <a href="http://www.developsense.com/2009/08/testing-vs-checking.html">test</a>!) your ability to memorize a proprietary table of relationships.  Meanwhile, most of the people involved in the discussion will have forgottenin the unlikely event that they ever knew that the point of the original black-and-glass exercise was <em>to make things more usefully understandable</em>.  Verification vs. validation, anyone?  One is building the right thing; the other is building the thing right.  Now, quick:  <em>which is which</em>?  Did you have to pause to think about it? And if you find a problem wherein the thing was built wrong, or that the wrong thing was built, does anyone <em>really</em> care whether you were doing validation testing or verification testing at the time?</p>
<p>Well maybe they do.  So, all that said, remember this:  <em>no one outside your context can tell you what words you can or can't use</em>.  And remember this too:  <em>no one outside your context can tell you what you can or can't find useful</em>.  Some person, somewhere, might find it handy to refer to a certain kind of testing as sky testing and another kind of testing as ground testing, and still another as water testing.  (No, I can't figure it out either.)  If people find those labels helpful, there's nothing to stop them, and more power to them.  But if the labels are unhelpful to you and only make your brain hurt, it's probably not worth a lot of cycles to try to make them fit for you.</p>
<p>So here are some tests that you can apply to a term or metaphor, whether you produce it yourself or someone else produced it:</p>
<p><ul><li><b>Is it vivid?</b>  That is (for a testing metaphor), does it allow you to see easily in your mind's eye (hear in your mind's ear, etc.) something in the realm of common experience but outside the world of testing?</li></ul></p>
<p><li><b>Is it clear?</b>  That is, does it allow you to make a connection between that external reference and something internal to testing?  Do people tend to get it the first time they hear it, or with only a modicum of explanation?  Do people retain the connection easily, such that you don't have to explain it over and over to the same people?  Do people in a common context agree easily, without arguments or nit-picking?</li></p>
<p><li><b>Is it sticky?</b>  Is it easy to remember without having to consult a table, a cheat sheet, or a syllabus?  Do people adopt the expression naturally and easily, and do they use it?</li><br>
</p>
<p>If the answer to these questions is Yes across the board, it might be worthwhile to spread the idea.  If you're in doubt, field-test the idea.  Ask for (or offer) explanations, and see if understanding is easy to obtain.  Meanwhile, if people don't adopt the idea outside of a particular context, do everyone a favour:  ditch it, or ignore it, or keep it within a much closer community.</p>
<p>In his book <a href="http://www.amazon.com/Educated-Imagination-Midland-Books-No/dp/0253200881">The Educated Imagination</a> (based on the Massey Lectures, a set of broadcasts he did for the <a href="http://www.cbc.ca">Canadian Broadcasting Corporation</a> in 1963), Northrop Frye said, Outside literature, the main motive for writing is to describe this world.  But literature itself uses language in a way which associates our minds with it.  As soon as you use associative language, you begin using figures of speech. If you say, this talk is dry and dull, you're using figures associating it with bread and breadknives. There are two kinds main kinds of association, analogy and identity, two things <em>are like</em> each other and two things that <em>are</em> each other (my emphasis MB). One produces a figure of speech called the simile. The other produces a figure called metaphor.</p>
<p>When we're trying to describe our work in testing, I think most people would agree that we're outside the world of literature.  Yet we learn most easily and most powerfully by associationby relating things that we don't understand well to things that we understand a little better in some specific dimension.  In reporting on our testing, we're often dealing with things that are new to us, and telling stories to describe them.  The same is true in learning about testing.  Dealing with the new and telling stories leads us naturally to use associative language.  Frye explains why we have to be cautious:  In descriptive writing, you have to be careful of associative language.  You'll find that analogy, or likeness to something else, is very tricky to handle in description, because the differences are as important as the resemblances. As for metaphor, where you're really saying this <em>is</em> that, you're turning your back on logic and reason completely because logically two things can never be the same thing and still remain two things.</p>
<p>Having given that caution, Frye goes on to explain <em>why</em> we use metaphor, and does so in a way that I think might be helpful for our work:  The poet, however, uses these two crude, primitive, archaic forms of thought in the most uninhibited way, because his job is not to describe nature but to show you a world completely absorbed and possessed by the human mindThe motive for metaphor, according to Wallace Stevens, is a desire to associate, and finally to identify, the human mind with what goes on outside it, because the only genuine joy you can have is in those rare moments when you feel that although we may know in part, as Paul says, we are also a part of what we know.</p>
<p>So the final test of a term or a metaphor or a heuristic, for me, is this:  </p>
<p><ul><li><strong>Is it useful?</strong> That is, does it help you make sense of the world to the degree that you can identify an idea with something deeper and more resonant than a mere label?  Does it help you to <em>own</em> your ideas?</li><br>
</ul></p><br><br><a href="http://www.filome.com/key/testing" >testing</a> <a href="http://search.twitter.com/search?q=%22testing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/testing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/box" >box</a> <a href="http://search.twitter.com/search?q=%22box%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/box.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/metaphor" >metaphor</a> <a href="http://search.twitter.com/search?q=%22metaphor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/metaphor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/black" >black</a> <a href="http://search.twitter.com/search?q=%22black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black.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/testing" >testing</a> <a href="http://search.twitter.com/search?q=%22testing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/testing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/metaphor" >metaphor</a> <a href="http://search.twitter.com/search?q=%22metaphor%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/metaphor.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/black" >black</a> <a href="http://search.twitter.com/search?q=%22black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black.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/context" >context</a> <a href="http://search.twitter.com/search?q=%22context%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/context.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/colour" >colour</a> <a href="http://search.twitter.com/search?q=%22colour%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/colour.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/easily" >easily</a> <a href="http://search.twitter.com/search?q=%22easily%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/easily.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/language" >language</a> <a href="http://search.twitter.com/search?q=%22language%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/language.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/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/point" >point</a> <a href="http://search.twitter.com/search?q=%22point%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/point.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mind" >mind</a> <a href="http://search.twitter.com/search?q=%22mind%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mind.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/describe" >describe</a> <a href="http://search.twitter.com/search?q=%22describe%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/describe.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/terms" >terms</a> <a href="http://search.twitter.com/search?q=%22terms%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/terms.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/kind" >kind</a> <a href="http://search.twitter.com/search?q=%22kind%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/kind.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/glass" >glass</a> <a href="http://search.twitter.com/search?q=%22glass%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/glass.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/test" >test</a> <a href="http://search.twitter.com/search?q=%22test%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/test.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/interpretation" >interpretation</a> <a href="http://search.twitter.com/search?q=%22interpretation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/interpretation.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/box testing" >box testing</a> <a href="http://search.twitter.com/search?q=%22box testing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/box testing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/black box" >black box</a> <a href="http://search.twitter.com/search?q=%22black box%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black box.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/associative language" >associative language</a> <a href="http://search.twitter.com/search?q=%22associative language%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/associative language.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/testing yellow" >testing yellow</a> <a href="http://search.twitter.com/search?q=%22testing yellow%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/testing yellow.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/certification body" >certification body</a> <a href="http://search.twitter.com/search?q=%22certification body%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/certification body.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/message testing" >message testing</a> <a href="http://search.twitter.com/search?q=%22message testing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/message testing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/glass box" >glass box</a> <a href="http://search.twitter.com/search?q=%22glass box%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/glass box.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/classical distinction" >classical distinction</a> <a href="http://search.twitter.com/search?q=%22classical distinction%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/classical distinction.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/internal implementation" >internal implementation</a> <a href="http://search.twitter.com/search?q=%22internal implementation%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/internal implementation.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/yellow box" >yellow box</a> <a href="http://search.twitter.com/search?q=%22yellow box%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/yellow box.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/red box" >red box</a> <a href="http://search.twitter.com/search?q=%22red box%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/red box.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

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

			<itunes:subtitle/>
      </item>
      <item>
         <title>Doobie Brothers - Black Water (High Quality)</title>
         <link>http://www.youtube.com/watch?v=KqZ95a249p0&amp;feature=autoshare</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/0VyZ1igcJCbimp">terra2055&#39;s YouTube Activity</a><br> First shared  by - <a href="http://www.filome.com/TimYonkers">TimYonkers</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><div><embed src="http://www.youtube.com/v/KqZ95a249p0?fs=1" width="480" height="385" allowScriptAccess="never" allowFullScreen="true" wmode="transparent" type="application/x-shockwave-flash"></embed></div><div style="padding-top:3px">I liked a YouTube video: I couldn't believe that there wasn't a decent video of this song on here yet! Plus, it's another favorite Doobie Bros song of mine. From 1996 in New York. It's a great song, enjoy! =) Oh, and leave a comment!

Takin' It To The Streets: http://ww...</div><br><br><a href="http://www.filome.com/key/song" >song</a> <a href="http://search.twitter.com/search?q=%22song%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/song.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/video" >video</a> <a href="http://search.twitter.com/search?q=%22video%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/video.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/doobie" >doobie</a> <a href="http://search.twitter.com/search?q=%22doobie%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/doobie.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/enjoy" >enjoy</a> <a href="http://search.twitter.com/search?q=%22enjoy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/enjoy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/york" >york</a> <a href="http://search.twitter.com/search?q=%22york%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/york.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/0VyZ1igcJCbimp">terra2055&#39;s YouTube Activity</a><br> First shared  by - <a href="http://www.filome.com/TimYonkers">TimYonkers</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><div><embed src="http://www.youtube.com/v/KqZ95a249p0?fs=1" width="480" height="385" allowScriptAccess="never" allowFullScreen="true" wmode="transparent" type="application/x-shockwave-flash"></embed></div><div style="padding-top:3px">I liked a YouTube video: I couldn't believe that there wasn't a decent video of this song on here yet! Plus, it's another favorite Doobie Bros song of mine. From 1996 in New York. It's a great song, enjoy! =) Oh, and leave a comment!

Takin' It To The Streets: http://ww...</div><br><br><a href="http://www.filome.com/key/song" >song</a> <a href="http://search.twitter.com/search?q=%22song%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/song.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/video" >video</a> <a href="http://search.twitter.com/search?q=%22video%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/video.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/doobie" >doobie</a> <a href="http://search.twitter.com/search?q=%22doobie%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/doobie.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/enjoy" >enjoy</a> <a href="http://search.twitter.com/search?q=%22enjoy%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/enjoy.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/york" >york</a> <a href="http://search.twitter.com/search?q=%22york%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/york.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Fri, 03 Sep 2010 23:55:17 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,16</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>Twitter: 300,000 apps, but none of them matter</title>
         <link>http://feedproxy.google.com/~r/Venturebeat/~3/hOi1_y9JOyQ/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/Vj1e5k7mXSRv20">VentureBeat</a><br> First shared  by - <a href="http://www.filome.com/louisgray">louisgray</a><br>syndication+ 0 | Search 1 | Shares 2<br><br><p><img src="http://cdn.venturebeat.com/wp-content/uploads/2010/09/ev-williams-300x172.jpg" border="0" /> Twitter CEO Ev Williams <a href="http://blog.twitter.com/2010/09/evolving-ecosystem.html">posted a blog entry</a> Thursday with an update on the microblogging service's usage, which continues to grow sharply. More interesting than the numbers, though, was the message written between the lines: Twitter now has 145 million monthly users, and for the marketers who want to reach them, Twitter is the only way to go.</p>
<p>The numbers don't lie. Third-party developers, who played a large role in Twitter's early growth and buzz, just don't matter.</p>
<p>The passive-aggressive blog post is a Silicon Valley art form, and Williams, who helped push blogging into the mainstream with his earlier startup, Blogger, is surely a master of the medium. A chart Williams includes tells the story: After Twitter introduced its own iPhone and BlackBerry apps, on top of its own website, SMS, and mobile Web versions, it now controls the top five most popular ways people access Twitter. No third-party app amounts to more than 4 percent of Twitter's audience  and the most popular of those is TwitPic, a photo-sharing service.</p>
<p><img src="http://cdn.venturebeat.com/wp-content/uploads/2010/09/twittersuckers.jpg" width="500" height="352" border="0" /> You'll also note that third-party clients continue to play an important role for many people, Williams writes in the most anodyne of tones. He gives a nod to services like TweetDeck, which power-user social-media marketers adore for pumping out their endless messages to followers. And 300,000 apps connect to Twitter using a technology called OAuth, which allows them to broadcast messages through the service. Foursquare, the fast-growing location-based check-in service, is a notable example; users can announce to their friends on Twitter when they arrive at a venue.</p>
<p>But those followers, by and large, are getting those messages on Twitter.com, which is used by 78 percent of Twitter's audience. One in seven are going to Twitter's own mobile website. And Twitter's text-messaging service still reaches a bigger audience than users of Twitter's iPhone or BlackBerry apps.</p>
<p>The real question is who Williams wrote this blog post for.</p>
<p>One possible audience: Twitter's developers, who continue to be restive after Twitter moved to buy the leading iPhone app, Tweetie, and announced its intentions to take over key functions currently provided by third parties, like TweetMeme's button for publishers to share stories on Twitter, now rendered outmoded by an official Twitter sharing button. By sharing these statistics, Williams effectively puts them in their place, reminding them that while they may still have their uses, they don't drive Twitter's value anymore. Twitter's a casino, and while a few developers may make money, the <a href="http://venturebeat.com/2010/04/12/twitter-platform-developers-casin/">house always wins</a>.</p>
<p>The other audience: Would-be acquirers. Google Friend Connect, a technology used by the search giant to link its properties to other Web services is mentioned as a third-party app. But it only counts for 2 percent of Twitter's audience. If Google wants to get Twitter's juice, in other words, they can't just hook up to its servers. They've got to get serious.</p>
<p>There's no reason to believe Google and Twitter have renewed acquisition talks, as <a href="http://twitter.com/rafatali/status/22806966932">PaidContent founder Rafat Ali suggested yesterday</a>  on Twitter, naturally.</p>
<p>But Google desperately wants to counter Facebook in social media. Twitter's the only player with a meaningful social network anywhere near Facebook's scale. If Google's <a href="http://social.venturebeat.com/2010/06/29/google-me-facebook/">long-rumored Google Me social product</a> doesn't pan out, if its <a href="http://deals.venturebeat.com/2010/08/27/google-continues-social-buying-spree-with-angstro/">shopping spree of social acquisitions</a> doesn't coalesce into a coherent strategy, will buying Twitter be its Plan B?</p>
<p>Williams, who sold his Blogger to Google, surely knows how this game is played. Consider his post just another smart move.</p>
<p>[Photo: <a href="http://www.flickr.com/photos/joi/">Joi Ito</a>]</p>
<p>Tags: <a href="http://venturebeat.com/tag/acquisitions/" rel="tag">acquisitions</a>, <a href="http://venturebeat.com/tag/passive-aggressive-blog-posts/" rel="tag">passive-aggressive blog posts</a>, <a href="http://venturebeat.com/tag/social-media/" rel="tag">Social Media</a>, <a href="http://venturebeat.com/tag/social-sharing/" rel="tag">social sharing</a></p>
<p>Companies: <a href="http://venturebeat.com/company/google/" rel="tag">Google</a>, <a href="http://venturebeat.com/company/twitter/" rel="tag">Twitter</a></p>
<p>People: <a href="http://venturebeat.com/person/ev-williams/" rel="tag">Ev Williams</a></p>
<p></p>
<div>
<div>
<br>
<br>
<br>

</div>
</div>
<p><iframe src="http://feedads.g.doubleclick.net/~ah/f/50vbd3s7jh0alkkesivac4omss/300/250?ca=1&amp;fh=280#http%3A%2F%2Fsocial.venturebeat.com%2F2010%2F09%2F03%2Ftwitter-ecosystem-apps%2F" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p><div>
<a href="http://feeds.feedburner.com/~ff/Venturebeat?a=hOi1_y9JOyQ:14n9EjBfMS4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=hOi1_y9JOyQ:14n9EjBfMS4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=qj6IDK7rITs" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=hOi1_y9JOyQ:14n9EjBfMS4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Venturebeat?i=hOi1_y9JOyQ:14n9EjBfMS4:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=hOi1_y9JOyQ:14n9EjBfMS4:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=I9og5sOYxJI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=hOi1_y9JOyQ:14n9EjBfMS4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Venturebeat?i=hOi1_y9JOyQ:14n9EjBfMS4:D7DqB2pKExk" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/Venturebeat/~4/hOi1_y9JOyQ" border="0" /> <br><br><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/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/williams" >williams</a> <a href="http://search.twitter.com/search?q=%22williams%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/williams.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/audience" >audience</a> <a href="http://search.twitter.com/search?q=%22audience%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/audience.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/williams" >williams</a> <a href="http://search.twitter.com/search?q=%22williams%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/williams.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/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/audience" >audience</a> <a href="http://search.twitter.com/search?q=%22audience%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/audience.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/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/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/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/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/party" >party</a> <a href="http://search.twitter.com/search?q=%22party%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/party.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/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/blackberry apps" >blackberry apps</a> <a href="http://search.twitter.com/search?q=%22blackberry apps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry apps.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/party app" >party app</a> <a href="http://search.twitter.com/search?q=%22party app%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/party app.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/aggressive blog" >aggressive blog</a> <a href="http://search.twitter.com/search?q=%22aggressive blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/aggressive blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/000 apps" >000 apps</a> <a href="http://search.twitter.com/search?q=%22000 apps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/000 apps.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/passive aggressive" >passive aggressive</a> <a href="http://search.twitter.com/search?q=%22passive aggressive%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/passive aggressive.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/300 000" >300 000</a> <a href="http://search.twitter.com/search?q=%22300 000%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/300 000.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/passive aggressive blog" >passive aggressive blog</a> <a href="http://search.twitter.com/search?q=%22passive aggressive blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/passive aggressive blog.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/Vj1e5k7mXSRv20">VentureBeat</a><br> First shared  by - <a href="http://www.filome.com/louisgray">louisgray</a><br>syndication+ 0 | Search 1 | Shares 2<br><br><p><img src="http://cdn.venturebeat.com/wp-content/uploads/2010/09/ev-williams-300x172.jpg" border="0" /> Twitter CEO Ev Williams <a href="http://blog.twitter.com/2010/09/evolving-ecosystem.html">posted a blog entry</a> Thursday with an update on the microblogging service's usage, which continues to grow sharply. More interesting than the numbers, though, was the message written between the lines: Twitter now has 145 million monthly users, and for the marketers who want to reach them, Twitter is the only way to go.</p>
<p>The numbers don't lie. Third-party developers, who played a large role in Twitter's early growth and buzz, just don't matter.</p>
<p>The passive-aggressive blog post is a Silicon Valley art form, and Williams, who helped push blogging into the mainstream with his earlier startup, Blogger, is surely a master of the medium. A chart Williams includes tells the story: After Twitter introduced its own iPhone and BlackBerry apps, on top of its own website, SMS, and mobile Web versions, it now controls the top five most popular ways people access Twitter. No third-party app amounts to more than 4 percent of Twitter's audience  and the most popular of those is TwitPic, a photo-sharing service.</p>
<p><img src="http://cdn.venturebeat.com/wp-content/uploads/2010/09/twittersuckers.jpg" width="500" height="352" border="0" /> You'll also note that third-party clients continue to play an important role for many people, Williams writes in the most anodyne of tones. He gives a nod to services like TweetDeck, which power-user social-media marketers adore for pumping out their endless messages to followers. And 300,000 apps connect to Twitter using a technology called OAuth, which allows them to broadcast messages through the service. Foursquare, the fast-growing location-based check-in service, is a notable example; users can announce to their friends on Twitter when they arrive at a venue.</p>
<p>But those followers, by and large, are getting those messages on Twitter.com, which is used by 78 percent of Twitter's audience. One in seven are going to Twitter's own mobile website. And Twitter's text-messaging service still reaches a bigger audience than users of Twitter's iPhone or BlackBerry apps.</p>
<p>The real question is who Williams wrote this blog post for.</p>
<p>One possible audience: Twitter's developers, who continue to be restive after Twitter moved to buy the leading iPhone app, Tweetie, and announced its intentions to take over key functions currently provided by third parties, like TweetMeme's button for publishers to share stories on Twitter, now rendered outmoded by an official Twitter sharing button. By sharing these statistics, Williams effectively puts them in their place, reminding them that while they may still have their uses, they don't drive Twitter's value anymore. Twitter's a casino, and while a few developers may make money, the <a href="http://venturebeat.com/2010/04/12/twitter-platform-developers-casin/">house always wins</a>.</p>
<p>The other audience: Would-be acquirers. Google Friend Connect, a technology used by the search giant to link its properties to other Web services is mentioned as a third-party app. But it only counts for 2 percent of Twitter's audience. If Google wants to get Twitter's juice, in other words, they can't just hook up to its servers. They've got to get serious.</p>
<p>There's no reason to believe Google and Twitter have renewed acquisition talks, as <a href="http://twitter.com/rafatali/status/22806966932">PaidContent founder Rafat Ali suggested yesterday</a>  on Twitter, naturally.</p>
<p>But Google desperately wants to counter Facebook in social media. Twitter's the only player with a meaningful social network anywhere near Facebook's scale. If Google's <a href="http://social.venturebeat.com/2010/06/29/google-me-facebook/">long-rumored Google Me social product</a> doesn't pan out, if its <a href="http://deals.venturebeat.com/2010/08/27/google-continues-social-buying-spree-with-angstro/">shopping spree of social acquisitions</a> doesn't coalesce into a coherent strategy, will buying Twitter be its Plan B?</p>
<p>Williams, who sold his Blogger to Google, surely knows how this game is played. Consider his post just another smart move.</p>
<p>[Photo: <a href="http://www.flickr.com/photos/joi/">Joi Ito</a>]</p>
<p>Tags: <a href="http://venturebeat.com/tag/acquisitions/" rel="tag">acquisitions</a>, <a href="http://venturebeat.com/tag/passive-aggressive-blog-posts/" rel="tag">passive-aggressive blog posts</a>, <a href="http://venturebeat.com/tag/social-media/" rel="tag">Social Media</a>, <a href="http://venturebeat.com/tag/social-sharing/" rel="tag">social sharing</a></p>
<p>Companies: <a href="http://venturebeat.com/company/google/" rel="tag">Google</a>, <a href="http://venturebeat.com/company/twitter/" rel="tag">Twitter</a></p>
<p>People: <a href="http://venturebeat.com/person/ev-williams/" rel="tag">Ev Williams</a></p>
<p></p>
<div>
<div>
<br>
<br>
<br>

</div>
</div>
<p><iframe src="http://feedads.g.doubleclick.net/~ah/f/50vbd3s7jh0alkkesivac4omss/300/250?ca=1&amp;fh=280#http%3A%2F%2Fsocial.venturebeat.com%2F2010%2F09%2F03%2Ftwitter-ecosystem-apps%2F" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p><div>
<a href="http://feeds.feedburner.com/~ff/Venturebeat?a=hOi1_y9JOyQ:14n9EjBfMS4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=hOi1_y9JOyQ:14n9EjBfMS4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=qj6IDK7rITs" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=hOi1_y9JOyQ:14n9EjBfMS4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Venturebeat?i=hOi1_y9JOyQ:14n9EjBfMS4:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=hOi1_y9JOyQ:14n9EjBfMS4:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=I9og5sOYxJI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=hOi1_y9JOyQ:14n9EjBfMS4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Venturebeat?i=hOi1_y9JOyQ:14n9EjBfMS4:D7DqB2pKExk" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/Venturebeat/~4/hOi1_y9JOyQ" border="0" /> <br><br><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/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/williams" >williams</a> <a href="http://search.twitter.com/search?q=%22williams%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/williams.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/audience" >audience</a> <a href="http://search.twitter.com/search?q=%22audience%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/audience.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/williams" >williams</a> <a href="http://search.twitter.com/search?q=%22williams%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/williams.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/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/audience" >audience</a> <a href="http://search.twitter.com/search?q=%22audience%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/audience.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/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/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/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/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/party" >party</a> <a href="http://search.twitter.com/search?q=%22party%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/party.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/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/blackberry apps" >blackberry apps</a> <a href="http://search.twitter.com/search?q=%22blackberry apps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry apps.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/party app" >party app</a> <a href="http://search.twitter.com/search?q=%22party app%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/party app.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/aggressive blog" >aggressive blog</a> <a href="http://search.twitter.com/search?q=%22aggressive blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/aggressive blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/000 apps" >000 apps</a> <a href="http://search.twitter.com/search?q=%22000 apps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/000 apps.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/passive aggressive" >passive aggressive</a> <a href="http://search.twitter.com/search?q=%22passive aggressive%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/passive aggressive.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/300 000" >300 000</a> <a href="http://search.twitter.com/search?q=%22300 000%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/300 000.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/passive aggressive blog" >passive aggressive blog</a> <a href="http://search.twitter.com/search?q=%22passive aggressive blog%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/passive aggressive blog.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Fri, 03 Sep 2010 15:41:04 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,17</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>Morning Brief: Ubuntu 10.10 Beta, Plex Partners with LG, Verizon Prepaid Plans</title>
         <link>http://feedproxy.google.com/~r/Mashable/~3/Wb5F4Q9R6Nc/</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/ksmith">ksmith</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><div style="float:left"></div><div style="padding:7px"><em>This <a href="http://mashable.com/tag/first-to-know-series">series</a> is brought to you by <a rel="nofollow" href="http://clk.atdmt.com/M0N/go/249652559/direct/01/">HTC EVO 4G</a>, America's first 4G phone. Only from Sprint. The First to Know series keeps you in the know on what's happening now in the world of social media and technology.</em></div><p><div><div style="float:right;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://mashable.com/2010/09/03/morning-brief-ubuntu-10-10-beta-plex-lg-verizon-prepaid-data/&amp;service=bit.ly"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://mashable.com/2010/09/03/morning-brief-ubuntu-10-10-beta-plex-lg-verizon-prepaid-data/" border="0" /> </a><a href="http://www.google.com/reader/link?url=http://mashable.com/2010/09/03/morning-brief-ubuntu-10-10-beta-plex-lg-verizon-prepaid-data/&amp;title=Morning%20Brief:%20Ubuntu%2010.10%20Beta,%20Plex%20Partners%20with%20LG,%20Verizon%20Prepaid%20Plans&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/03/morning-brief-ubuntu-10-10-beta-plex-lg-verizon-prepaid-data/&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/03/morning-brief-ubuntu-10-10-beta-plex-lg-verizon-prepaid-data/&amp;title=Morning%20Brief:%20Ubuntu%2010.10%20Beta,%20Plex%20Partners%20with%20LG,%20Verizon%20Prepaid%20Plans&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/07/social-media-buttons-texture-225.jpg" border="0" /> </div><div style="clear:both"></div></div><br>Welcome to this morning's edition of First To Know, a series in which we keep you in the know on what's happening in the digital world. We're keeping our eyes on three particular stories of interest today.</p><p><strong>Ubuntu 10.10 Beta Now Available</strong></p><p>The <a href="http://www.theregister.co.uk/2010/09/03/meerket_beta/">first beta</a> for the next version of the popular Linux distribution <a href="http://mashable.com/tag/ubuntu">Ubuntu</a>, dubbed Maverick Meerkat, is now available for testing.</p><p>While the final release isn't expected to ship until October 10, users who aren't afraid of encountering some bugs are encouraged to download and test the new version.</p><p>For netbook users, the Ubuntu 10.10 Netbook Edition features a brand new default user interface designed to better take advantage of screen proportions for smaller devices. The desktop version will feature improvements to the Ubuntu Software Center and faster boot times.</p><p>Users can download Ubuntu 10.10 beta 1 from <a href="http://www.ubuntu.com/testing/maverick/beta">Ubuntu.com</a>.</p><p><strong>Plex Partners with LG to Take On Apple TV, Boxee</strong></p><p><a href="http://www.plexapp.com">Plex</a>, a popular media center for Mac OS X, has announced that it will be <a href="http://www.engadget.com/2010/09/03/plex-announces-paternship-with-lg-pledges-to-beat-boxee-box-and/">partnering with LG Electronics</a> to bring the Plex platform to LG's 2011 NetCast line of HDTVs and Blu-ray devices.</p><p>On the Plex blog, Co-founder Elan Feingold discusses how Plex will now be able to <a href="http://elan.plexapp.com/2010/09/02/plex-and-the-future-of-television/">compete with Boxee and the Apple TV</a>, while remaining free to use on a Mac or iOS device (Android coming soon) or via an LG HDTV or Blu-ray player.</p><p>Plex, which like Boxee is a fork of the original XBMC project, recently released its latest version, Plex Nine. For users interested in running their own home media server, Plex is a very attractive option.</p><p><strong>Verizon Offers Pre-paid Data Plans for Some Smartphones</strong></p><p>Verizon Wireless will be offering <a href="http://www.informationweek.com/news/security/client/showArticle.jhtml?articleID=227300094&amp;cid=RSSfeed_IWK_All">no-contract prepaid data plans</a> for some smartphones later this month. The company will be offering a $30 per month unlimited data pay-as-you-go plan for eligible devices. Multimedia phones (non-smartphones with media features built in), customers can prepay $10 per month for 25MB of data, plus 20 cents per megabyte over that limit.</p><p>Eligible smartphones include select BlackBerry models (Curve, Storm, Storm2, Tour, Bold); the Palm Pre Plus and Pixi Plus; Motorola's DROID, DROID X and DROID 2; and HTC DROID Eris, HTC DROID Incredible.</p><p>Prepaid smartphone data plans will be available on September 28.</p><p><strong>Further News</strong></p><ul><li>Six Apart is <a href="http://team.vox.com/library/post/vox-is-closing-september-30-2010.html">shuttering its Vox blogging service</a> on September 30. No new posts can be created after September 15, and blogs will be inaccessible after September 30. Vox has a page dedicated to helping users <a href="http://closing.vox.com/">migrate their content</a> to TypePad, Posterous or WordPress.com.</li><li>Apple's new <a href="http://mashable.com/2010/09/01/apple-ping-itunes-10/">iTunes Ping</a> social network is off to a rocky start. Facebook <a href="http://mashable.com/2010/09/02/facebook-itune-ping/">turned off access to the app</a> and <a href="http://mashable.com/2010/09/02/ping-lacks-bands/">musicians are confused</a> as to how to actually use the service. Many international users continue to be <a href="http://mashable.com/2010/09/02/ping-not-available-for-you/">unable to access</a> the service.</li><li>Google Wave may live on as its own stand-alone project known as <a href="http://mashable.com/2010/09/03/google-wave-rise-again/">Wave in a Box.</a> Let the jokes begin!</li><li>Facebook has just introduced a <a href="http://mashable.com/2010/09/02/facebook-remote-log-out/">remote logout</a> security feature. This means that when you accidentally decide to check Facebook from your boyfriend's computer, you can log out before he gets smart to the fact that you're chatting with other guys on the side.</li></ul><hr><strong>Series supported by HTC EVO 4G</strong><hr><p><center></center></p><p></p><p><em>This <a href="http://mashable.com/tag/first-to-know-series">series</a> is brought to you by <a rel="nofollow" href="http://clk.atdmt.com/M0N/go/249652559/direct/01/">HTC EVO 4G</a>, America's first 4G phone. Only from Sprint. The First to Know series keeps you in the know on what's happening now in the world of social media and technology.</em></p><p>More About: <a href="http://mashable.com/tag/apple-tv/">Apple TV</a>, <a href="http://mashable.com/tag/boxee/">boxee</a>, <a href="http://mashable.com/tag/first-to-know-series/">first to know series</a>, <a href="http://mashable.com/tag/itunes-ping/">itunes ping</a>, <a href="http://mashable.com/tag/plex-app/">plex app</a>, <a href="http://mashable.com/tag/prepaid-data-plans/">prepaid data plans</a>, <a href="http://mashable.com/tag/ubuntu/">Ubuntu</a>, <a href="http://mashable.com/tag/verizon/">verizon</a>, <a href="http://mashable.com/tag/vox/">Vox</a></p><p style="margin-top:10px"><i>For more <a href="http://mashable.com/social-media/">Social Media</a> coverage:</i><ul style="margin-top:0"><li><a href="http://twitter.com/mashsocialmedia" rel="nofollow">Follow Mashable Social Media on Twitter</a></li><li><a href="http://www.facebook.com/mashable.socialmedia" rel="nofollow">Become a Fan on Facebook</a></li><li><a href="http://feeds.mashable.com/mashable/social-media" rel="nofollow">Subscribe to the Social Media 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><iframe src="http://feedads.g.doubleclick.net/~ah/f/9m6h8omben53fuj7ghgrctkjc8/300/250?ca=1&amp;fh=280#http%3A%2F%2Fmashable.com%2F2010%2F09%2F03%2Fmorning-brief-ubuntu-10-10-beta-plex-lg-verizon-prepaid-data%2F" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p><div>
<a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mashable?i=Wb5F4Q9R6Nc:vE9Dqfq2HCU:D7DqB2pKExk" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mashable?i=Wb5F4Q9R6Nc:vE9Dqfq2HCU:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mashable?i=Wb5F4Q9R6Nc:vE9Dqfq2HCU:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mashable?d=qj6IDK7rITs" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:_e0tkf89iUM"><img src="http://feeds.feedburner.com/~ff/Mashable?d=_e0tkf89iUM" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mashable?i=Wb5F4Q9R6Nc:vE9Dqfq2HCU:gIN9vFwOqvQ" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mashable?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:P0ZAIrC63Ok"><img src="http://feeds.feedburner.com/~ff/Mashable?d=P0ZAIrC63Ok" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Mashable?d=I9og5sOYxJI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU: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=Wb5F4Q9R6Nc:vE9Dqfq2HCU:_cyp7NeR2Rw"><img src="http://feeds.feedburner.com/~ff/Mashable?i=Wb5F4Q9R6Nc:vE9Dqfq2HCU:_cyp7NeR2Rw" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/Mashable/~4/Wb5F4Q9R6Nc" border="0" /> <br><br><a href="http://www.filome.com/key/plex" >plex</a> <a href="http://search.twitter.com/search?q=%22plex%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plex.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/ubuntu" >ubuntu</a> <a href="http://search.twitter.com/search?q=%22ubuntu%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/ubuntu.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/series" >series</a> <a href="http://search.twitter.com/search?q=%22series%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/series.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/plex" >plex</a> <a href="http://search.twitter.com/search?q=%22plex%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plex.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/ubuntu" >ubuntu</a> <a href="http://search.twitter.com/search?q=%22ubuntu%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/ubuntu.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/series" >series</a> <a href="http://search.twitter.com/search?q=%22series%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/series.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/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/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/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/droid" >droid</a> <a href="http://search.twitter.com/search?q=%22droid%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/droid.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/plans" >plans</a> <a href="http://search.twitter.com/search?q=%22plans%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plans.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/september" >september</a> <a href="http://search.twitter.com/search?q=%22september%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/september.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/version" >version</a> <a href="http://search.twitter.com/search?q=%22version%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/version.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/prepaid" >prepaid</a> <a href="http://search.twitter.com/search?q=%22prepaid%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/prepaid.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/beta" >beta</a> <a href="http://search.twitter.com/search?q=%22beta%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/beta.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/data plans" >data plans</a> <a href="http://search.twitter.com/search?q=%22data plans%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/data plans.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/htc evo" >htc evo</a> <a href="http://search.twitter.com/search?q=%22htc evo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/htc evo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/htc droid" >htc droid</a> <a href="http://search.twitter.com/search?q=%22htc droid%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/htc droid.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/itunes ping" >itunes ping</a> <a href="http://search.twitter.com/search?q=%22itunes ping%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/itunes ping.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/per month" >per month</a> <a href="http://search.twitter.com/search?q=%22per month%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/per month.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blu ray" >blu ray</a> <a href="http://search.twitter.com/search?q=%22blu ray%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blu ray.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/series keeps" >series keeps</a> <a href="http://search.twitter.com/search?q=%22series keeps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/series keeps.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/plex partners" >plex partners</a> <a href="http://search.twitter.com/search?q=%22plex partners%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plex partners.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/prepaid data" >prepaid data</a> <a href="http://search.twitter.com/search?q=%22prepaid data%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/prepaid data.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/prepaid data plans" >prepaid data plans</a> <a href="http://search.twitter.com/search?q=%22prepaid data plans%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/prepaid data plans.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/ksmith">ksmith</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><div style="float:left"></div><div style="padding:7px"><em>This <a href="http://mashable.com/tag/first-to-know-series">series</a> is brought to you by <a rel="nofollow" href="http://clk.atdmt.com/M0N/go/249652559/direct/01/">HTC EVO 4G</a>, America's first 4G phone. Only from Sprint. The First to Know series keeps you in the know on what's happening now in the world of social media and technology.</em></div><p><div><div style="float:right;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://mashable.com/2010/09/03/morning-brief-ubuntu-10-10-beta-plex-lg-verizon-prepaid-data/&amp;service=bit.ly"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://mashable.com/2010/09/03/morning-brief-ubuntu-10-10-beta-plex-lg-verizon-prepaid-data/" border="0" /> </a><a href="http://www.google.com/reader/link?url=http://mashable.com/2010/09/03/morning-brief-ubuntu-10-10-beta-plex-lg-verizon-prepaid-data/&amp;title=Morning%20Brief:%20Ubuntu%2010.10%20Beta,%20Plex%20Partners%20with%20LG,%20Verizon%20Prepaid%20Plans&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/03/morning-brief-ubuntu-10-10-beta-plex-lg-verizon-prepaid-data/&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/03/morning-brief-ubuntu-10-10-beta-plex-lg-verizon-prepaid-data/&amp;title=Morning%20Brief:%20Ubuntu%2010.10%20Beta,%20Plex%20Partners%20with%20LG,%20Verizon%20Prepaid%20Plans&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/07/social-media-buttons-texture-225.jpg" border="0" /> </div><div style="clear:both"></div></div><br>Welcome to this morning's edition of First To Know, a series in which we keep you in the know on what's happening in the digital world. We're keeping our eyes on three particular stories of interest today.</p><p><strong>Ubuntu 10.10 Beta Now Available</strong></p><p>The <a href="http://www.theregister.co.uk/2010/09/03/meerket_beta/">first beta</a> for the next version of the popular Linux distribution <a href="http://mashable.com/tag/ubuntu">Ubuntu</a>, dubbed Maverick Meerkat, is now available for testing.</p><p>While the final release isn't expected to ship until October 10, users who aren't afraid of encountering some bugs are encouraged to download and test the new version.</p><p>For netbook users, the Ubuntu 10.10 Netbook Edition features a brand new default user interface designed to better take advantage of screen proportions for smaller devices. The desktop version will feature improvements to the Ubuntu Software Center and faster boot times.</p><p>Users can download Ubuntu 10.10 beta 1 from <a href="http://www.ubuntu.com/testing/maverick/beta">Ubuntu.com</a>.</p><p><strong>Plex Partners with LG to Take On Apple TV, Boxee</strong></p><p><a href="http://www.plexapp.com">Plex</a>, a popular media center for Mac OS X, has announced that it will be <a href="http://www.engadget.com/2010/09/03/plex-announces-paternship-with-lg-pledges-to-beat-boxee-box-and/">partnering with LG Electronics</a> to bring the Plex platform to LG's 2011 NetCast line of HDTVs and Blu-ray devices.</p><p>On the Plex blog, Co-founder Elan Feingold discusses how Plex will now be able to <a href="http://elan.plexapp.com/2010/09/02/plex-and-the-future-of-television/">compete with Boxee and the Apple TV</a>, while remaining free to use on a Mac or iOS device (Android coming soon) or via an LG HDTV or Blu-ray player.</p><p>Plex, which like Boxee is a fork of the original XBMC project, recently released its latest version, Plex Nine. For users interested in running their own home media server, Plex is a very attractive option.</p><p><strong>Verizon Offers Pre-paid Data Plans for Some Smartphones</strong></p><p>Verizon Wireless will be offering <a href="http://www.informationweek.com/news/security/client/showArticle.jhtml?articleID=227300094&amp;cid=RSSfeed_IWK_All">no-contract prepaid data plans</a> for some smartphones later this month. The company will be offering a $30 per month unlimited data pay-as-you-go plan for eligible devices. Multimedia phones (non-smartphones with media features built in), customers can prepay $10 per month for 25MB of data, plus 20 cents per megabyte over that limit.</p><p>Eligible smartphones include select BlackBerry models (Curve, Storm, Storm2, Tour, Bold); the Palm Pre Plus and Pixi Plus; Motorola's DROID, DROID X and DROID 2; and HTC DROID Eris, HTC DROID Incredible.</p><p>Prepaid smartphone data plans will be available on September 28.</p><p><strong>Further News</strong></p><ul><li>Six Apart is <a href="http://team.vox.com/library/post/vox-is-closing-september-30-2010.html">shuttering its Vox blogging service</a> on September 30. No new posts can be created after September 15, and blogs will be inaccessible after September 30. Vox has a page dedicated to helping users <a href="http://closing.vox.com/">migrate their content</a> to TypePad, Posterous or WordPress.com.</li><li>Apple's new <a href="http://mashable.com/2010/09/01/apple-ping-itunes-10/">iTunes Ping</a> social network is off to a rocky start. Facebook <a href="http://mashable.com/2010/09/02/facebook-itune-ping/">turned off access to the app</a> and <a href="http://mashable.com/2010/09/02/ping-lacks-bands/">musicians are confused</a> as to how to actually use the service. Many international users continue to be <a href="http://mashable.com/2010/09/02/ping-not-available-for-you/">unable to access</a> the service.</li><li>Google Wave may live on as its own stand-alone project known as <a href="http://mashable.com/2010/09/03/google-wave-rise-again/">Wave in a Box.</a> Let the jokes begin!</li><li>Facebook has just introduced a <a href="http://mashable.com/2010/09/02/facebook-remote-log-out/">remote logout</a> security feature. This means that when you accidentally decide to check Facebook from your boyfriend's computer, you can log out before he gets smart to the fact that you're chatting with other guys on the side.</li></ul><hr><strong>Series supported by HTC EVO 4G</strong><hr><p><center></center></p><p></p><p><em>This <a href="http://mashable.com/tag/first-to-know-series">series</a> is brought to you by <a rel="nofollow" href="http://clk.atdmt.com/M0N/go/249652559/direct/01/">HTC EVO 4G</a>, America's first 4G phone. Only from Sprint. The First to Know series keeps you in the know on what's happening now in the world of social media and technology.</em></p><p>More About: <a href="http://mashable.com/tag/apple-tv/">Apple TV</a>, <a href="http://mashable.com/tag/boxee/">boxee</a>, <a href="http://mashable.com/tag/first-to-know-series/">first to know series</a>, <a href="http://mashable.com/tag/itunes-ping/">itunes ping</a>, <a href="http://mashable.com/tag/plex-app/">plex app</a>, <a href="http://mashable.com/tag/prepaid-data-plans/">prepaid data plans</a>, <a href="http://mashable.com/tag/ubuntu/">Ubuntu</a>, <a href="http://mashable.com/tag/verizon/">verizon</a>, <a href="http://mashable.com/tag/vox/">Vox</a></p><p style="margin-top:10px"><i>For more <a href="http://mashable.com/social-media/">Social Media</a> coverage:</i><ul style="margin-top:0"><li><a href="http://twitter.com/mashsocialmedia" rel="nofollow">Follow Mashable Social Media on Twitter</a></li><li><a href="http://www.facebook.com/mashable.socialmedia" rel="nofollow">Become a Fan on Facebook</a></li><li><a href="http://feeds.mashable.com/mashable/social-media" rel="nofollow">Subscribe to the Social Media 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><iframe src="http://feedads.g.doubleclick.net/~ah/f/9m6h8omben53fuj7ghgrctkjc8/300/250?ca=1&amp;fh=280#http%3A%2F%2Fmashable.com%2F2010%2F09%2F03%2Fmorning-brief-ubuntu-10-10-beta-plex-lg-verizon-prepaid-data%2F" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></p><div>
<a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mashable?i=Wb5F4Q9R6Nc:vE9Dqfq2HCU:D7DqB2pKExk" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mashable?i=Wb5F4Q9R6Nc:vE9Dqfq2HCU:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mashable?i=Wb5F4Q9R6Nc:vE9Dqfq2HCU:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mashable?d=qj6IDK7rITs" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:_e0tkf89iUM"><img src="http://feeds.feedburner.com/~ff/Mashable?d=_e0tkf89iUM" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mashable?i=Wb5F4Q9R6Nc:vE9Dqfq2HCU:gIN9vFwOqvQ" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mashable?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:P0ZAIrC63Ok"><img src="http://feeds.feedburner.com/~ff/Mashable?d=P0ZAIrC63Ok" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Mashable?d=I9og5sOYxJI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=Wb5F4Q9R6Nc:vE9Dqfq2HCU: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=Wb5F4Q9R6Nc:vE9Dqfq2HCU:_cyp7NeR2Rw"><img src="http://feeds.feedburner.com/~ff/Mashable?i=Wb5F4Q9R6Nc:vE9Dqfq2HCU:_cyp7NeR2Rw" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/Mashable/~4/Wb5F4Q9R6Nc" border="0" /> <br><br><a href="http://www.filome.com/key/plex" >plex</a> <a href="http://search.twitter.com/search?q=%22plex%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plex.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/ubuntu" >ubuntu</a> <a href="http://search.twitter.com/search?q=%22ubuntu%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/ubuntu.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/series" >series</a> <a href="http://search.twitter.com/search?q=%22series%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/series.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/plex" >plex</a> <a href="http://search.twitter.com/search?q=%22plex%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plex.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/ubuntu" >ubuntu</a> <a href="http://search.twitter.com/search?q=%22ubuntu%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/ubuntu.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/series" >series</a> <a href="http://search.twitter.com/search?q=%22series%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/series.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/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/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/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/droid" >droid</a> <a href="http://search.twitter.com/search?q=%22droid%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/droid.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/plans" >plans</a> <a href="http://search.twitter.com/search?q=%22plans%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plans.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/september" >september</a> <a href="http://search.twitter.com/search?q=%22september%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/september.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/version" >version</a> <a href="http://search.twitter.com/search?q=%22version%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/version.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/prepaid" >prepaid</a> <a href="http://search.twitter.com/search?q=%22prepaid%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/prepaid.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/beta" >beta</a> <a href="http://search.twitter.com/search?q=%22beta%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/beta.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/data plans" >data plans</a> <a href="http://search.twitter.com/search?q=%22data plans%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/data plans.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/htc evo" >htc evo</a> <a href="http://search.twitter.com/search?q=%22htc evo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/htc evo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/htc droid" >htc droid</a> <a href="http://search.twitter.com/search?q=%22htc droid%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/htc droid.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/itunes ping" >itunes ping</a> <a href="http://search.twitter.com/search?q=%22itunes ping%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/itunes ping.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/per month" >per month</a> <a href="http://search.twitter.com/search?q=%22per month%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/per month.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blu ray" >blu ray</a> <a href="http://search.twitter.com/search?q=%22blu ray%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blu ray.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/series keeps" >series keeps</a> <a href="http://search.twitter.com/search?q=%22series keeps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/series keeps.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/plex partners" >plex partners</a> <a href="http://search.twitter.com/search?q=%22plex partners%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/plex partners.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/prepaid data" >prepaid data</a> <a href="http://search.twitter.com/search?q=%22prepaid data%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/prepaid data.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/prepaid data plans" >prepaid data plans</a> <a href="http://search.twitter.com/search?q=%22prepaid data plans%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/prepaid data plans.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Fri, 03 Sep 2010 11:40:07 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,18</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>Global Qi wireless power standard released, Energizer and Sanyo announce products</title>
         <link>http://www.engadget.com/2010/09/03/global-qi-wireless-power-standard-released-energizer-and-sanyo/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/0IJbRPBYFDcux8">Engadget</a><br> First shared  by - <a href="http://www.filome.com/RaynerApe">RaynerApe</a><br>syndication+ 0 | Search 1 | Shares 2<br><br><div style="text-align:center"><a href="http://www.engadget.com/2010/09/03/global-qi-wireless-power-standard-released-energizer-and-sanyo/"><img src="http://www.blogcdn.com/www.engadget.com/media/2010/09/energizer-2010-09-03-600.jpg" width="500" height="231" border="0" /> </a></div>
It's no good buying an <a href="http://www.engadget.com/tag/eCoupled/">eCoupled</a> inductive charger if it won't work with your <a href="http://www.engadget.com/tag/powermat/">Powermat</a>, or your <a href="http://www.engadget.com/tag/touchstone">Touchstone</a>. Non-standard chargers suck, so we're glad to see that the <a href="http://www.engadget.com/tag/wirelesspowerconsortium/">Global Qi wireless power standard</a> has been released, and the first products have been announced. A number of companies, <a href="http://www.engadget.com/2009/10/02/nokia-plugs-itself-into-the-wireless-power-consortium/">Nokia</a> and <a href="http://www.engadget.com/2009/12/03/rim-comes-onboard-with-the-wireless-power-consortium/">RIM</a> to name but a few, have signed on their support, with Energizer stepping up first with the Energizer Inductive Charger. When it releases this fall it will initially work with charging sleeves for the iPhone 3G/S and BlackBerry Curve 8900, but we presume others will be coming. More promising is Sanyo, which is designing battery packs "without making any change in designs and aspects of existing mobile devices." In other words: they'll look and act like a normal battery pack, but also be able to be charged wirelessly. Beware, ubiquitous micro-USB charger: your days are numbered.<p><a href="http://www.engadget.com/2010/09/03/global-qi-wireless-power-standard-released-energizer-and-sanyo/" rel="bookmark">Continue reading <em>Global Qi wireless power standard released, Energizer and Sanyo announce products</em></a></p><p style="padding:5px;background:#ddd;border:1px solid #ccc;clear:both"><a href="http://www.engadget.com/2010/09/03/global-qi-wireless-power-standard-released-energizer-and-sanyo/">Global Qi wireless power standard released, Energizer and Sanyo announce products</a> originally appeared on <a href="http://www.engadget.com">Engadget</a> on Fri, 03 Sep 2010 10:02:00 EDT.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p><h6 style="clear:both;padding:8px 0 0 0;height:2px;font-size:1px;border:0;margin:0;padding:0"></h6><a href="http://www.engadget.com/2010/09/03/global-qi-wireless-power-standard-released-energizer-and-sanyo/" rel="bookmark" title="Permanent link to this entry">Permalink</a>   |    | <a href="http://www.engadget.com/forward/19619997/" title="Send this entry to a friend via email">Email this</a> | <a href="http://www.engadget.com/2010/09/03/global-qi-wireless-power-standard-released-energizer-and-sanyo/#comments" title="View reader comments on this entry">Comments</a><br><br><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/energizer" >energizer</a> <a href="http://search.twitter.com/search?q=%22energizer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/energizer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sanyo" >sanyo</a> <a href="http://search.twitter.com/search?q=%22sanyo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sanyo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/released" >released</a> <a href="http://search.twitter.com/search?q=%22released%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/released.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/power" >power</a> <a href="http://search.twitter.com/search?q=%22power%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/power.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/energizer" >energizer</a> <a href="http://search.twitter.com/search?q=%22energizer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/energizer.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/sanyo" >sanyo</a> <a href="http://search.twitter.com/search?q=%22sanyo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sanyo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/power" >power</a> <a href="http://search.twitter.com/search?q=%22power%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/power.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/released" >released</a> <a href="http://search.twitter.com/search?q=%22released%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/released.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wireless" >wireless</a> <a href="http://search.twitter.com/search?q=%22wireless%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wireless.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wireless power" >wireless power</a> <a href="http://search.twitter.com/search?q=%22wireless power%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wireless power.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/power standard" >power standard</a> <a href="http://search.twitter.com/search?q=%22power standard%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/power standard.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sanyo announce" >sanyo announce</a> <a href="http://search.twitter.com/search?q=%22sanyo announce%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sanyo announce.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/released energizer" >released energizer</a> <a href="http://search.twitter.com/search?q=%22released energizer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/released energizer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/standard released" >standard released</a> <a href="http://search.twitter.com/search?q=%22standard released%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/standard released.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/inductive charger" >inductive charger</a> <a href="http://search.twitter.com/search?q=%22inductive charger%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/inductive charger.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/announce products" >announce products</a> <a href="http://search.twitter.com/search?q=%22announce products%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/announce products.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wireless power standard" >wireless power standard</a> <a href="http://search.twitter.com/search?q=%22wireless power standard%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wireless power standard.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/standard released energizer" >standard released energizer</a> <a href="http://search.twitter.com/search?q=%22standard released energizer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/standard released energizer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/power standard released" >power standard released</a> <a href="http://search.twitter.com/search?q=%22power standard released%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/power standard released.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sanyo announce products" >sanyo announce products</a> <a href="http://search.twitter.com/search?q=%22sanyo announce products%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sanyo announce products.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/0IJbRPBYFDcux8">Engadget</a><br> First shared  by - <a href="http://www.filome.com/RaynerApe">RaynerApe</a><br>syndication+ 0 | Search 1 | Shares 2<br><br><div style="text-align:center"><a href="http://www.engadget.com/2010/09/03/global-qi-wireless-power-standard-released-energizer-and-sanyo/"><img src="http://www.blogcdn.com/www.engadget.com/media/2010/09/energizer-2010-09-03-600.jpg" width="500" height="231" border="0" /> </a></div>
It's no good buying an <a href="http://www.engadget.com/tag/eCoupled/">eCoupled</a> inductive charger if it won't work with your <a href="http://www.engadget.com/tag/powermat/">Powermat</a>, or your <a href="http://www.engadget.com/tag/touchstone">Touchstone</a>. Non-standard chargers suck, so we're glad to see that the <a href="http://www.engadget.com/tag/wirelesspowerconsortium/">Global Qi wireless power standard</a> has been released, and the first products have been announced. A number of companies, <a href="http://www.engadget.com/2009/10/02/nokia-plugs-itself-into-the-wireless-power-consortium/">Nokia</a> and <a href="http://www.engadget.com/2009/12/03/rim-comes-onboard-with-the-wireless-power-consortium/">RIM</a> to name but a few, have signed on their support, with Energizer stepping up first with the Energizer Inductive Charger. When it releases this fall it will initially work with charging sleeves for the iPhone 3G/S and BlackBerry Curve 8900, but we presume others will be coming. More promising is Sanyo, which is designing battery packs "without making any change in designs and aspects of existing mobile devices." In other words: they'll look and act like a normal battery pack, but also be able to be charged wirelessly. Beware, ubiquitous micro-USB charger: your days are numbered.<p><a href="http://www.engadget.com/2010/09/03/global-qi-wireless-power-standard-released-energizer-and-sanyo/" rel="bookmark">Continue reading <em>Global Qi wireless power standard released, Energizer and Sanyo announce products</em></a></p><p style="padding:5px;background:#ddd;border:1px solid #ccc;clear:both"><a href="http://www.engadget.com/2010/09/03/global-qi-wireless-power-standard-released-energizer-and-sanyo/">Global Qi wireless power standard released, Energizer and Sanyo announce products</a> originally appeared on <a href="http://www.engadget.com">Engadget</a> on Fri, 03 Sep 2010 10:02:00 EDT.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p><h6 style="clear:both;padding:8px 0 0 0;height:2px;font-size:1px;border:0;margin:0;padding:0"></h6><a href="http://www.engadget.com/2010/09/03/global-qi-wireless-power-standard-released-energizer-and-sanyo/" rel="bookmark" title="Permanent link to this entry">Permalink</a>   |    | <a href="http://www.engadget.com/forward/19619997/" title="Send this entry to a friend via email">Email this</a> | <a href="http://www.engadget.com/2010/09/03/global-qi-wireless-power-standard-released-energizer-and-sanyo/#comments" title="View reader comments on this entry">Comments</a><br><br><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/energizer" >energizer</a> <a href="http://search.twitter.com/search?q=%22energizer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/energizer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sanyo" >sanyo</a> <a href="http://search.twitter.com/search?q=%22sanyo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sanyo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/released" >released</a> <a href="http://search.twitter.com/search?q=%22released%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/released.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/power" >power</a> <a href="http://search.twitter.com/search?q=%22power%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/power.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/energizer" >energizer</a> <a href="http://search.twitter.com/search?q=%22energizer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/energizer.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/sanyo" >sanyo</a> <a href="http://search.twitter.com/search?q=%22sanyo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sanyo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/power" >power</a> <a href="http://search.twitter.com/search?q=%22power%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/power.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/released" >released</a> <a href="http://search.twitter.com/search?q=%22released%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/released.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wireless" >wireless</a> <a href="http://search.twitter.com/search?q=%22wireless%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wireless.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wireless power" >wireless power</a> <a href="http://search.twitter.com/search?q=%22wireless power%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wireless power.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/power standard" >power standard</a> <a href="http://search.twitter.com/search?q=%22power standard%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/power standard.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sanyo announce" >sanyo announce</a> <a href="http://search.twitter.com/search?q=%22sanyo announce%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sanyo announce.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/released energizer" >released energizer</a> <a href="http://search.twitter.com/search?q=%22released energizer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/released energizer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/standard released" >standard released</a> <a href="http://search.twitter.com/search?q=%22standard released%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/standard released.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/inductive charger" >inductive charger</a> <a href="http://search.twitter.com/search?q=%22inductive charger%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/inductive charger.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/announce products" >announce products</a> <a href="http://search.twitter.com/search?q=%22announce products%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/announce products.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/wireless power standard" >wireless power standard</a> <a href="http://search.twitter.com/search?q=%22wireless power standard%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/wireless power standard.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/standard released energizer" >standard released energizer</a> <a href="http://search.twitter.com/search?q=%22standard released energizer%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/standard released energizer.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/power standard released" >power standard released</a> <a href="http://search.twitter.com/search?q=%22power standard released%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/power standard released.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/sanyo announce products" >sanyo announce products</a> <a href="http://search.twitter.com/search?q=%22sanyo announce products%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/sanyo announce products.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Fri, 03 Sep 2010 10:10:30 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,19</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>Why PRs can be better link builders than SEOs</title>
         <link>http://econsultancy.com/us/blog/6505-why-prs-can-be-better-link-builders-than-seos</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/0uYiY5ZaD4g2IQ">Posts from the Econsultancy blog</a><br> First shared  by - <a href="http://www.filome.com/JoshChandler">JoshChandler</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><strong>I talked in my last post here at Econsultancy about </strong><a href="http://econsultancy.com/us/blog/6379-is-it-too-late-for-the-pr-industry-to-get-in-on-seo"><strong>whether the PR industry had missed the boat on SEO</strong></a><strong>. Although there were some </strong><a href="http://econsultancy.com/us/blog/6379-is-it-too-late-for-the-pr-industry-to-get-in-on-seo#comments"><strong>differing opinions in the comments</strong></a><strong>, I think the consensus was that the public relations firms could have done more to get into search engine optimisation.
</strong></p>
<p>Despite this reticence to get going I think there's a scary truth that the search firms need to wake up to: If and when the PR industry gets its act together a lot of the link development tactics search companies are delivering could be delivered by someone with a public relations background.</p><h2>PR is built on relationships </h2>
<p>The best PR people generate and sustain great friendships and relationships in the world of publishing. Some are no better than press release spammers; but the best genuinely have a little black book of contacts built up over the years, and this is where their value comes from. 
</p>
<p>Search marketing link builders just don't have this type of network. They're far more likely to see link request as a one night stand, and even if they have taken a longer term view, they just don't have the years under their belt.</p>
<h2>Vertical specialism </h2>
<p>There are a few search marketing firms which have great experience providing services to a particular type of business, but this is more by fluke than design. 
Sensibly PR companies tend to work with certain types of clients which means they are even more likely to have built up the relationships with the journalists who also specialise in that area. </p>
<p>If you're building links to financial service clients, IT customers and an entertainment brand you're not going to gain much vertical specialism.</p>
<h2>No lack of talent </h2>
<p>Search marketing as an industry is still a very young sector. Ask many graduates what they want to do when they leave university, and not many will say SEO, even if they are taking a digital marketing degree. </p>
<p>This doesn't mean that they are not well-qualified, or that they wouldn't necessarily enjoy the work. It's just simply the fact that they don't know the industry exists.  Compare that to PR where demand for roles is so high, long term internships are the norm. That competition for work really drives up standards and instils a hunger in young PRs that serves them well throughout the rest of their career. 
</p>
<p>Once PR firms get their head around link building, we have an industry with the cream of the crop in terms of graduates up against a career that most people happen upon by accident. That doesn't mean link builders are hugely gifted individuals, they are, but there aren't many of them who set out to be a link builder.</p>
<h2>Offline contacts will soon be online contacts </h2>
<p>The little black book of journalists any good PR has used to only be able to get them offline coverage. The online team was separate and siloed. </p>
<p>Not any more. </p>
<p>Most publishers are integrating their teams. People from newspapers are moving to pure-play online publishers. B2B experts are starting their own specialist websites aimed at micro-niches. Suddenly there aren't online journalists and offline journalists, there are only journalists, and those working in public relations have a huge head start.</p>
<h2>What does it mean for search agencies? </h2>
<p>Most are recruiting from PR firms, and many are taking graduate recruitment seriously to get the strongest applicants. </p>
<p>The best link builders are building relationships as well as links, but those who take their eye off the ball could quickly find they are only left with onsite technical SEO, which, while essential, is only part of the business models that's been working so well for most SEO companies.</p><br><br><a href="http://www.filome.com/key/pr" >pr</a> <a href="http://search.twitter.com/search?q=%22pr%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pr.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/firms" >firms</a> <a href="http://search.twitter.com/search?q=%22firms%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/firms.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/journalists" >journalists</a> <a href="http://search.twitter.com/search?q=%22journalists%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/journalists.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/industry" >industry</a> <a href="http://search.twitter.com/search?q=%22industry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/industry.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/industry" >industry</a> <a href="http://search.twitter.com/search?q=%22industry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/industry.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/firms" >firms</a> <a href="http://search.twitter.com/search?q=%22firms%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/firms.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/journalists" >journalists</a> <a href="http://search.twitter.com/search?q=%22journalists%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/journalists.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/relationships" >relationships</a> <a href="http://search.twitter.com/search?q=%22relationships%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/relationships.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/builders" >builders</a> <a href="http://search.twitter.com/search?q=%22builders%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/builders.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/marketing" >marketing</a> <a href="http://search.twitter.com/search?q=%22marketing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/marketing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search marketing" >search marketing</a> <a href="http://search.twitter.com/search?q=%22search marketing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search marketing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/public relations" >public relations</a> <a href="http://search.twitter.com/search?q=%22public relations%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/public relations.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/vertical specialism" >vertical specialism</a> <a href="http://search.twitter.com/search?q=%22vertical specialism%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/vertical specialism.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/black book" >black book</a> <a href="http://search.twitter.com/search?q=%22black book%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black book.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/little black" >little black</a> <a href="http://search.twitter.com/search?q=%22little black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/little black.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/little black book" >little black book</a> <a href="http://search.twitter.com/search?q=%22little black book%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/little black book.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/0uYiY5ZaD4g2IQ">Posts from the Econsultancy blog</a><br> First shared  by - <a href="http://www.filome.com/JoshChandler">JoshChandler</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><strong>I talked in my last post here at Econsultancy about </strong><a href="http://econsultancy.com/us/blog/6379-is-it-too-late-for-the-pr-industry-to-get-in-on-seo"><strong>whether the PR industry had missed the boat on SEO</strong></a><strong>. Although there were some </strong><a href="http://econsultancy.com/us/blog/6379-is-it-too-late-for-the-pr-industry-to-get-in-on-seo#comments"><strong>differing opinions in the comments</strong></a><strong>, I think the consensus was that the public relations firms could have done more to get into search engine optimisation.
</strong></p>
<p>Despite this reticence to get going I think there's a scary truth that the search firms need to wake up to: If and when the PR industry gets its act together a lot of the link development tactics search companies are delivering could be delivered by someone with a public relations background.</p><h2>PR is built on relationships </h2>
<p>The best PR people generate and sustain great friendships and relationships in the world of publishing. Some are no better than press release spammers; but the best genuinely have a little black book of contacts built up over the years, and this is where their value comes from. 
</p>
<p>Search marketing link builders just don't have this type of network. They're far more likely to see link request as a one night stand, and even if they have taken a longer term view, they just don't have the years under their belt.</p>
<h2>Vertical specialism </h2>
<p>There are a few search marketing firms which have great experience providing services to a particular type of business, but this is more by fluke than design. 
Sensibly PR companies tend to work with certain types of clients which means they are even more likely to have built up the relationships with the journalists who also specialise in that area. </p>
<p>If you're building links to financial service clients, IT customers and an entertainment brand you're not going to gain much vertical specialism.</p>
<h2>No lack of talent </h2>
<p>Search marketing as an industry is still a very young sector. Ask many graduates what they want to do when they leave university, and not many will say SEO, even if they are taking a digital marketing degree. </p>
<p>This doesn't mean that they are not well-qualified, or that they wouldn't necessarily enjoy the work. It's just simply the fact that they don't know the industry exists.  Compare that to PR where demand for roles is so high, long term internships are the norm. That competition for work really drives up standards and instils a hunger in young PRs that serves them well throughout the rest of their career. 
</p>
<p>Once PR firms get their head around link building, we have an industry with the cream of the crop in terms of graduates up against a career that most people happen upon by accident. That doesn't mean link builders are hugely gifted individuals, they are, but there aren't many of them who set out to be a link builder.</p>
<h2>Offline contacts will soon be online contacts </h2>
<p>The little black book of journalists any good PR has used to only be able to get them offline coverage. The online team was separate and siloed. </p>
<p>Not any more. </p>
<p>Most publishers are integrating their teams. People from newspapers are moving to pure-play online publishers. B2B experts are starting their own specialist websites aimed at micro-niches. Suddenly there aren't online journalists and offline journalists, there are only journalists, and those working in public relations have a huge head start.</p>
<h2>What does it mean for search agencies? </h2>
<p>Most are recruiting from PR firms, and many are taking graduate recruitment seriously to get the strongest applicants. </p>
<p>The best link builders are building relationships as well as links, but those who take their eye off the ball could quickly find they are only left with onsite technical SEO, which, while essential, is only part of the business models that's been working so well for most SEO companies.</p><br><br><a href="http://www.filome.com/key/pr" >pr</a> <a href="http://search.twitter.com/search?q=%22pr%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/pr.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/firms" >firms</a> <a href="http://search.twitter.com/search?q=%22firms%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/firms.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/journalists" >journalists</a> <a href="http://search.twitter.com/search?q=%22journalists%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/journalists.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/industry" >industry</a> <a href="http://search.twitter.com/search?q=%22industry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/industry.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/industry" >industry</a> <a href="http://search.twitter.com/search?q=%22industry%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/industry.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/firms" >firms</a> <a href="http://search.twitter.com/search?q=%22firms%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/firms.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/journalists" >journalists</a> <a href="http://search.twitter.com/search?q=%22journalists%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/journalists.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/relationships" >relationships</a> <a href="http://search.twitter.com/search?q=%22relationships%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/relationships.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/builders" >builders</a> <a href="http://search.twitter.com/search?q=%22builders%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/builders.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/marketing" >marketing</a> <a href="http://search.twitter.com/search?q=%22marketing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/marketing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/search marketing" >search marketing</a> <a href="http://search.twitter.com/search?q=%22search marketing%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/search marketing.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/public relations" >public relations</a> <a href="http://search.twitter.com/search?q=%22public relations%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/public relations.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/vertical specialism" >vertical specialism</a> <a href="http://search.twitter.com/search?q=%22vertical specialism%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/vertical specialism.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/black book" >black book</a> <a href="http://search.twitter.com/search?q=%22black book%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black book.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/little black" >little black</a> <a href="http://search.twitter.com/search?q=%22little black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/little black.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/little black book" >little black book</a> <a href="http://search.twitter.com/search?q=%22little black book%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/little black book.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Fri, 03 Sep 2010 08:10:56 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,20</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>Twitter Has 145M Users, Mobile Use Up 62 Percent</title>
         <link>http://feedproxy.google.com/~r/OmMalik/~3/FGAx6mykzcc/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/axXZeYegQYKU7u">GigaOM</a><br> First shared  by - <a href="http://www.filome.com/JesseStay">JesseStay</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><blockquote>Shared by  Jesse Stay 
<br>
I wish they'd go with the number their competitors are going with - number of active users. Just stating # of registered users is an unfair comparison (unless they really want Facebook to start touting the number of registered users on their system).  My own estimates show only about 30% of Twitter's numbers are active, based on a sample of 5-10 million users I have cached.</blockquote>
<p><a href="http://gigaom.com/2010/09/02/twitter-has-145m-users-mobile-use-up-62-percent/3376955681_9b50651e44_z/" rel="attachment wp-att-153230"><img src="http://gigaom2.files.wordpress.com/2010/09/3376955681_9b50651e44_z.png?w=300&amp;h=199" border="0" /> </a></p>
<p>Mobile use of Twitter has climbed by more than 60 percent since April, when the company introduced its official iPhone client, Twitter CEO Ev Williams said <a href="http://blog.twitter.com/2010/09/evolving-ecosystem.html">in a status update posted to the company's blog</a>. The Twitter founder also said that the microblogging service has 145 million registered users, up almost 40 percent from the number it had four months ago.</p>
<p>Williams said that 16 percent of all new users to Twitter start using the service via a mobile device now, compared with five percent before the first official mobile client arrived in April with <a href="http://blog.twitter.com/2010/04/twitter-for-iphone.html">the purchase of Tweetie</a>  which was renamed Twitter for iPhone (the company now has official clients for BlackBerry and Android as well). Almost half of all users access the service via a mobile device regularly, Williams says, and the Twitter CEO argues that the decision to develop and/or buy official Twitter clients played a big part in this growth:</p>
<blockquote><p>We did iPhone user tests and confirmed that even though there was a plethora of third-party Twitter apps, people were having trouble finding and selecting one because none were called Twitter. This kept them from using Twitter at all.</p></blockquote>
<p>What's interesting is that based on the statistics provided by the Twitter founder in his post, almost as many people use the Twitter mobile website as use the iPhone or the BlackBerry apps put together. This could be because new users of the service prefer the website when they are just starting to get a feel for Twitter, and then develop a need for dedicated apps once they become more frequent users.</p>
<p><a href="http://gigaom.com/2010/09/02/twitter-has-145m-users-mobile-use-up-62-percent/twitter-stats/" rel="attachment wp-att-153226"><img src="http://gigaom2.files.wordpress.com/2010/09/twitter-stats.png?w=576&amp;h=406" width="500" height="352" border="0" /> </a></p>
<p>Twitter's purchase of Tweetie was <a href="http://gigaom.com/2010/04/09/twitter-buys-tweetie-adds-fuel-to-developer-fires/">controversial at the time</a>, because the company was seen by some as targeting third-party developers and applications  or hole-fillers, as they came to be called after <a href="http://www.avc.com/a_vc/2010/04/the-twitter-platform.html">a post by Union Square Ventures partner</a> and Twitter backer Fred Wilson. Some of those tensions were smoothed over at the company's Chirp conference for developers in April, where Twitter made a point of reaching out to the third-party app community. The company has also worked with app developers to implement the <a href="http://blog.twitter.com/2010/08/twitter-applications-and-oauth.html">recent switchover to using OAuth</a> as authentication for the service.</p>
<p>Twitter recently launched a new app for the iPad  the first app that the company has built from the ground up  which <a href="http://gigaom.com/2010/09/01/twitter-highlight-consumption-with-first-native-app/">Liz wrote about</a> and James <a href="http://jkontherun.com/2010/09/02/twitter-for-ipad-review-ahead-of-the-pack/">reviewed</a>.</p>
<p><strong>Related content from GigaOM Pro (sub req'd):</strong></p>
<p><a href="http://pro.gigaom.com/2010/02/the-app-developers-guide-to-choosing-a-mobile-platform/?utm_source=gigaom&amp;utm_medium=editorial&amp;utm_content=mathewingram&amp;utm_campaign=related">The App Developer's Guide to Choosing a Mobile Platform</a></p>
<p><em>Post and thumbnail photos <a href="http://creativecommons.org/licenses/by-nd/2.0/deed.en">courtesy</a> of Flickr user <a href="http://www.flickr.com/photos/15507194@N00/3376955681/">Spencer E. Holtaway</a></em></p>
<img src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=153223&amp;subd=gigaom2&amp;ref=&amp;feed=1" border="0" /> <hr><p>
	<a href="http://gigaom.com/sponsor/alcatel-lucent/?utm_source=RSS&amp;utm_medium=Banner&amp;utm_campaign=RSS%2BLucent">
		<img src="http://a.gigaom.com/feed-injector/img/lucent-2010-05-17.gif" alt="Alcatel-Lucent NextGen Communications Spotlight  Learn More  " border="0">
	</a>
</p><div>
<a href="http://feeds.feedburner.com/~ff/OmMalik?a=FGAx6mykzcc:ZQp22Y2TDBg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OmMalik?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/OmMalik?a=FGAx6mykzcc:ZQp22Y2TDBg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/OmMalik?i=FGAx6mykzcc:ZQp22Y2TDBg:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/OmMalik?a=FGAx6mykzcc:ZQp22Y2TDBg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/OmMalik?i=FGAx6mykzcc:ZQp22Y2TDBg:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/OmMalik?a=FGAx6mykzcc:ZQp22Y2TDBg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/OmMalik?d=qj6IDK7rITs" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/OmMalik?a=FGAx6mykzcc:ZQp22Y2TDBg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OmMalik?i=FGAx6mykzcc:ZQp22Y2TDBg:D7DqB2pKExk" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/OmMalik/~4/FGAx6mykzcc" border="0" /> <br><br><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/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/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/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.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/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/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.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/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/percent" >percent</a> <a href="http://search.twitter.com/search?q=%22percent%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/percent.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/official" >official</a> <a href="http://search.twitter.com/search?q=%22official%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/official.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/iphone" >iphone</a> <a href="http://search.twitter.com/search?q=%22iphone%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/iphone.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/registered users" >registered users</a> <a href="http://search.twitter.com/search?q=%22registered users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/registered users.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/service via" >service via</a> <a href="http://search.twitter.com/search?q=%22service via%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/service via.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mobile device" >mobile device</a> <a href="http://search.twitter.com/search?q=%22mobile device%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mobile device.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter founder" >twitter founder</a> <a href="http://search.twitter.com/search?q=%22twitter founder%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter founder.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter ceo" >twitter ceo</a> <a href="http://search.twitter.com/search?q=%22twitter ceo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter ceo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/williams said" >williams said</a> <a href="http://search.twitter.com/search?q=%22williams said%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/williams said.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new users" >new users</a> <a href="http://search.twitter.com/search?q=%22new users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new users.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/axXZeYegQYKU7u">GigaOM</a><br> First shared  by - <a href="http://www.filome.com/JesseStay">JesseStay</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><blockquote>Shared by  Jesse Stay 
<br>
I wish they'd go with the number their competitors are going with - number of active users. Just stating # of registered users is an unfair comparison (unless they really want Facebook to start touting the number of registered users on their system).  My own estimates show only about 30% of Twitter's numbers are active, based on a sample of 5-10 million users I have cached.</blockquote>
<p><a href="http://gigaom.com/2010/09/02/twitter-has-145m-users-mobile-use-up-62-percent/3376955681_9b50651e44_z/" rel="attachment wp-att-153230"><img src="http://gigaom2.files.wordpress.com/2010/09/3376955681_9b50651e44_z.png?w=300&amp;h=199" border="0" /> </a></p>
<p>Mobile use of Twitter has climbed by more than 60 percent since April, when the company introduced its official iPhone client, Twitter CEO Ev Williams said <a href="http://blog.twitter.com/2010/09/evolving-ecosystem.html">in a status update posted to the company's blog</a>. The Twitter founder also said that the microblogging service has 145 million registered users, up almost 40 percent from the number it had four months ago.</p>
<p>Williams said that 16 percent of all new users to Twitter start using the service via a mobile device now, compared with five percent before the first official mobile client arrived in April with <a href="http://blog.twitter.com/2010/04/twitter-for-iphone.html">the purchase of Tweetie</a>  which was renamed Twitter for iPhone (the company now has official clients for BlackBerry and Android as well). Almost half of all users access the service via a mobile device regularly, Williams says, and the Twitter CEO argues that the decision to develop and/or buy official Twitter clients played a big part in this growth:</p>
<blockquote><p>We did iPhone user tests and confirmed that even though there was a plethora of third-party Twitter apps, people were having trouble finding and selecting one because none were called Twitter. This kept them from using Twitter at all.</p></blockquote>
<p>What's interesting is that based on the statistics provided by the Twitter founder in his post, almost as many people use the Twitter mobile website as use the iPhone or the BlackBerry apps put together. This could be because new users of the service prefer the website when they are just starting to get a feel for Twitter, and then develop a need for dedicated apps once they become more frequent users.</p>
<p><a href="http://gigaom.com/2010/09/02/twitter-has-145m-users-mobile-use-up-62-percent/twitter-stats/" rel="attachment wp-att-153226"><img src="http://gigaom2.files.wordpress.com/2010/09/twitter-stats.png?w=576&amp;h=406" width="500" height="352" border="0" /> </a></p>
<p>Twitter's purchase of Tweetie was <a href="http://gigaom.com/2010/04/09/twitter-buys-tweetie-adds-fuel-to-developer-fires/">controversial at the time</a>, because the company was seen by some as targeting third-party developers and applications  or hole-fillers, as they came to be called after <a href="http://www.avc.com/a_vc/2010/04/the-twitter-platform.html">a post by Union Square Ventures partner</a> and Twitter backer Fred Wilson. Some of those tensions were smoothed over at the company's Chirp conference for developers in April, where Twitter made a point of reaching out to the third-party app community. The company has also worked with app developers to implement the <a href="http://blog.twitter.com/2010/08/twitter-applications-and-oauth.html">recent switchover to using OAuth</a> as authentication for the service.</p>
<p>Twitter recently launched a new app for the iPad  the first app that the company has built from the ground up  which <a href="http://gigaom.com/2010/09/01/twitter-highlight-consumption-with-first-native-app/">Liz wrote about</a> and James <a href="http://jkontherun.com/2010/09/02/twitter-for-ipad-review-ahead-of-the-pack/">reviewed</a>.</p>
<p><strong>Related content from GigaOM Pro (sub req'd):</strong></p>
<p><a href="http://pro.gigaom.com/2010/02/the-app-developers-guide-to-choosing-a-mobile-platform/?utm_source=gigaom&amp;utm_medium=editorial&amp;utm_content=mathewingram&amp;utm_campaign=related">The App Developer's Guide to Choosing a Mobile Platform</a></p>
<p><em>Post and thumbnail photos <a href="http://creativecommons.org/licenses/by-nd/2.0/deed.en">courtesy</a> of Flickr user <a href="http://www.flickr.com/photos/15507194@N00/3376955681/">Spencer E. Holtaway</a></em></p>
<img src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=153223&amp;subd=gigaom2&amp;ref=&amp;feed=1" border="0" /> <hr><p>
	<a href="http://gigaom.com/sponsor/alcatel-lucent/?utm_source=RSS&amp;utm_medium=Banner&amp;utm_campaign=RSS%2BLucent">
		<img src="http://a.gigaom.com/feed-injector/img/lucent-2010-05-17.gif" alt="Alcatel-Lucent NextGen Communications Spotlight  Learn More  " border="0">
	</a>
</p><div>
<a href="http://feeds.feedburner.com/~ff/OmMalik?a=FGAx6mykzcc:ZQp22Y2TDBg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/OmMalik?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/OmMalik?a=FGAx6mykzcc:ZQp22Y2TDBg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/OmMalik?i=FGAx6mykzcc:ZQp22Y2TDBg:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/OmMalik?a=FGAx6mykzcc:ZQp22Y2TDBg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/OmMalik?i=FGAx6mykzcc:ZQp22Y2TDBg:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/OmMalik?a=FGAx6mykzcc:ZQp22Y2TDBg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/OmMalik?d=qj6IDK7rITs" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/OmMalik?a=FGAx6mykzcc:ZQp22Y2TDBg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/OmMalik?i=FGAx6mykzcc:ZQp22Y2TDBg:D7DqB2pKExk" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/OmMalik/~4/FGAx6mykzcc" border="0" /> <br><br><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/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/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/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.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/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/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.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/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/percent" >percent</a> <a href="http://search.twitter.com/search?q=%22percent%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/percent.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/official" >official</a> <a href="http://search.twitter.com/search?q=%22official%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/official.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/iphone" >iphone</a> <a href="http://search.twitter.com/search?q=%22iphone%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/iphone.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/registered users" >registered users</a> <a href="http://search.twitter.com/search?q=%22registered users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/registered users.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/service via" >service via</a> <a href="http://search.twitter.com/search?q=%22service via%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/service via.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mobile device" >mobile device</a> <a href="http://search.twitter.com/search?q=%22mobile device%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mobile device.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter founder" >twitter founder</a> <a href="http://search.twitter.com/search?q=%22twitter founder%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter founder.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter ceo" >twitter ceo</a> <a href="http://search.twitter.com/search?q=%22twitter ceo%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter ceo.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/williams said" >williams said</a> <a href="http://search.twitter.com/search?q=%22williams said%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/williams said.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/new users" >new users</a> <a href="http://search.twitter.com/search?q=%22new users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/new users.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Fri, 03 Sep 2010 05:46:25 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,21</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>Twitter API Changes Causing Some User Headaches</title>
         <link>http://feedproxy.google.com/~r/ProgrammableWeb/~3/Eexg1cSHMA8/</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/dqcUZwD75ykjiA">ProgrammableWeb</a><br> First shared  by - <a href="http://www.filome.com/Avi">Avi</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><a href="http://www.programmableweb.com/api/twitter"><img src="http://www.programmableweb.com/images/apis/at353.png" border="0" /> </a>Twitter has gone <a href="http://blog.programmableweb.com/2010/04/28/twitter-oauthcalypse-coming-soon/">OAuth-only</a> and it is judgement day for the scores of Twitter apps still using basic authentication. Developers have had a few months to switch across to the new <a href="http://dev.twitter.com/pages/oauth_faq">OAuth protocol</a> (and the deadline was extended again to accommodate the World Cup), but it seems like quite a few never made the switch, or still have users running older versions of their software. A quick <a href="http://search.twitter.com/search?q=twitter+api+fail">Twitter search</a> reveals some frustration:</p>
<blockquote>
<ul>
<li><a href="http://twitter.com/rsalas96">rsalas96</a>: <a href="http://twitter.com/Twitterrific">@Twitterrific</a> my ipod touch twitter login fail, it look like API Problem</li>
<li><a href="http://twitter.com/sarumbear">sarumbear</a>: <a href="http://twitter.com/PockeTwitDev">@PockeTwitDev</a> I'm quite unhappy that someone as capable as an XDA developer would fail to see the Twitter API change announced so long ago</li>
<li><a href="http://twitter.com/tazhossain">tazhossain</a>: twitter <a href="http://search.twitter.com/search?q=%23fail">#fail</a>. Iphone not connecting to API  keep getting errors !</li>
<li><a href="http://twitter.com/sn0w_crash">sn0w_crash</a>: twitter disables basic login over api, HTC Peep has never been able to work with oauth <a href="http://twitter.com/htc">@htc</a> fail. So HTC Peep is dead atm.</li>
</ul>
</blockquote>
<p style="text-align:center"><a href="http://blog.programmableweb.com/wp-content/Screenshot-twitter-api-fail-Twitter-Search-Chromium.png"><img src="http://blog.programmableweb.com/wp-content/Screenshot-twitter-api-fail-Twitter-Search-Chromium.png" width="500" height="492" border="0" /> </a></p>
<p>It is not all doom and gloom: many apps, including <a href="http://www.echofon.com/">Echofon</a>, <a href="http://www.tweetdeck.com/">TweetDeck</a>, <a href="http://iconfactory.com/software/twitterrific">Twitterrific</a>, <a href="http://seesmic.com/">Seesmic</a>, and Twitter for Android, iPhone, and BlackBerry, are already using OAuth. Some of the complaints are from users who still have older version of these applications installed. However the <a href="http://www.programmableweb.com/api/twitter/mashups">rich mashup ecosystem built on the Twitter API</a> will likely thin out over the next few weeks as those applications that have not been updated to conform to the new API requirements die off.</p>
<br><p style="border-top:1px solid black" align="center">Sponsored by</p><p align="center"><a href="http://www.programmableweb.com/adserver/www/delivery/ck.php?oaparams=2__bannerid=247__zoneid=33__cb=397edda950__oadest=http%3A%2F%2Fevents.nokia.com%2Fdevelopersummit2010%2Fhome.htm"><img src="http://www.programmableweb.com/adserver/www/images/fa81ed0fddaad2fd5d1547ec056b547b.png" border="0" /> </a><div><img src="http://www.programmableweb.com/adserver/www/delivery/lg.php?bannerid=247&amp;campaignid=129&amp;zoneid=33&amp;cb=397edda950" border="0" /> </div></p><div><h5>Related ProgrammableWeb Resources</h5><p><img src="http://www.google.com/s2/favicons?domain=twitter.com" border="0" />  <a href="http://www.programmableweb.com/api/twitter">Twitter API Profile</a>, <a href="http://www.programmableweb.com/api/twitter/mashups">454 mashups</a></p>
</div><div>
<a href="http://feeds.feedburner.com/~ff/ProgrammableWeb?a=Eexg1cSHMA8:ePEsw7fU6s0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProgrammableWeb?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/ProgrammableWeb?a=Eexg1cSHMA8:ePEsw7fU6s0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ProgrammableWeb?d=7Q72WNTAKBA" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/ProgrammableWeb/~4/Eexg1cSHMA8" border="0" /> <br><br><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/api" >api</a> <a href="http://search.twitter.com/search?q=%22api%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/api.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/oauth" >oauth</a> <a href="http://search.twitter.com/search?q=%22oauth%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/oauth.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/fail" >fail</a> <a href="http://search.twitter.com/search?q=%22fail%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/fail.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/htc" >htc</a> <a href="http://search.twitter.com/search?q=%22htc%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/htc.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/oauth" >oauth</a> <a href="http://search.twitter.com/search?q=%22oauth%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/oauth.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter api" >twitter api</a> <a href="http://search.twitter.com/search?q=%22twitter api%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter api.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/htc peep" >htc peep</a> <a href="http://search.twitter.com/search?q=%22htc peep%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/htc peep.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/dqcUZwD75ykjiA">ProgrammableWeb</a><br> First shared  by - <a href="http://www.filome.com/Avi">Avi</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><p><a href="http://www.programmableweb.com/api/twitter"><img src="http://www.programmableweb.com/images/apis/at353.png" border="0" /> </a>Twitter has gone <a href="http://blog.programmableweb.com/2010/04/28/twitter-oauthcalypse-coming-soon/">OAuth-only</a> and it is judgement day for the scores of Twitter apps still using basic authentication. Developers have had a few months to switch across to the new <a href="http://dev.twitter.com/pages/oauth_faq">OAuth protocol</a> (and the deadline was extended again to accommodate the World Cup), but it seems like quite a few never made the switch, or still have users running older versions of their software. A quick <a href="http://search.twitter.com/search?q=twitter+api+fail">Twitter search</a> reveals some frustration:</p>
<blockquote>
<ul>
<li><a href="http://twitter.com/rsalas96">rsalas96</a>: <a href="http://twitter.com/Twitterrific">@Twitterrific</a> my ipod touch twitter login fail, it look like API Problem</li>
<li><a href="http://twitter.com/sarumbear">sarumbear</a>: <a href="http://twitter.com/PockeTwitDev">@PockeTwitDev</a> I'm quite unhappy that someone as capable as an XDA developer would fail to see the Twitter API change announced so long ago</li>
<li><a href="http://twitter.com/tazhossain">tazhossain</a>: twitter <a href="http://search.twitter.com/search?q=%23fail">#fail</a>. Iphone not connecting to API  keep getting errors !</li>
<li><a href="http://twitter.com/sn0w_crash">sn0w_crash</a>: twitter disables basic login over api, HTC Peep has never been able to work with oauth <a href="http://twitter.com/htc">@htc</a> fail. So HTC Peep is dead atm.</li>
</ul>
</blockquote>
<p style="text-align:center"><a href="http://blog.programmableweb.com/wp-content/Screenshot-twitter-api-fail-Twitter-Search-Chromium.png"><img src="http://blog.programmableweb.com/wp-content/Screenshot-twitter-api-fail-Twitter-Search-Chromium.png" width="500" height="492" border="0" /> </a></p>
<p>It is not all doom and gloom: many apps, including <a href="http://www.echofon.com/">Echofon</a>, <a href="http://www.tweetdeck.com/">TweetDeck</a>, <a href="http://iconfactory.com/software/twitterrific">Twitterrific</a>, <a href="http://seesmic.com/">Seesmic</a>, and Twitter for Android, iPhone, and BlackBerry, are already using OAuth. Some of the complaints are from users who still have older version of these applications installed. However the <a href="http://www.programmableweb.com/api/twitter/mashups">rich mashup ecosystem built on the Twitter API</a> will likely thin out over the next few weeks as those applications that have not been updated to conform to the new API requirements die off.</p>
<br><p style="border-top:1px solid black" align="center">Sponsored by</p><p align="center"><a href="http://www.programmableweb.com/adserver/www/delivery/ck.php?oaparams=2__bannerid=247__zoneid=33__cb=397edda950__oadest=http%3A%2F%2Fevents.nokia.com%2Fdevelopersummit2010%2Fhome.htm"><img src="http://www.programmableweb.com/adserver/www/images/fa81ed0fddaad2fd5d1547ec056b547b.png" border="0" /> </a><div><img src="http://www.programmableweb.com/adserver/www/delivery/lg.php?bannerid=247&amp;campaignid=129&amp;zoneid=33&amp;cb=397edda950" border="0" /> </div></p><div><h5>Related ProgrammableWeb Resources</h5><p><img src="http://www.google.com/s2/favicons?domain=twitter.com" border="0" />  <a href="http://www.programmableweb.com/api/twitter">Twitter API Profile</a>, <a href="http://www.programmableweb.com/api/twitter/mashups">454 mashups</a></p>
</div><div>
<a href="http://feeds.feedburner.com/~ff/ProgrammableWeb?a=Eexg1cSHMA8:ePEsw7fU6s0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ProgrammableWeb?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/ProgrammableWeb?a=Eexg1cSHMA8:ePEsw7fU6s0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/ProgrammableWeb?d=7Q72WNTAKBA" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/ProgrammableWeb/~4/Eexg1cSHMA8" border="0" /> <br><br><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/api" >api</a> <a href="http://search.twitter.com/search?q=%22api%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/api.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/oauth" >oauth</a> <a href="http://search.twitter.com/search?q=%22oauth%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/oauth.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/fail" >fail</a> <a href="http://search.twitter.com/search?q=%22fail%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/fail.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/htc" >htc</a> <a href="http://search.twitter.com/search?q=%22htc%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/htc.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/oauth" >oauth</a> <a href="http://search.twitter.com/search?q=%22oauth%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/oauth.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter api" >twitter api</a> <a href="http://search.twitter.com/search?q=%22twitter api%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter api.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/htc peep" >htc peep</a> <a href="http://search.twitter.com/search?q=%22htc peep%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/htc peep.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Fri, 03 Sep 2010 02:41:28 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,22</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>White tiger turning black</title>
         <link>http://feedproxy.google.com/~r/boingboing/iBag/~3/C093JJD4Ods/white-tiger-turning.html</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/7AYkave8tOGGBG">Boing Boing</a><br> First shared  by - <a href="http://www.filome.com/ScottS">ScottS</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><embed src="http://www.youtube-nocookie.com/v/HHvgHmK7IVU?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x5d1719&amp;color2=0xcd311b" allowScriptAccess="never" allowFullScreen="true" width="599" height="362" wmode="transparent" type="application/x-shockwave-flash"></embed><br><p>
A white tiger cub born at the Vandalur zoo in Chennai, India is turning black. From The Telegraph:
<blockquote>Biologists believe a large presence of melanin, the dark skin pigment, is the likely reason for its unusual colouring.<p>
Tigers' skin colour is determined by the presence of black and yellow pigments. In most tigers, the colour yellow dominates over black to give them their characteristic colouring.
<p>
"In this cub, the reverse has happened  black is the dominant colour," senior zoo biologist Dr Manimozhi told The Times of India.
<p>
"It is the dominance of yellow pigment that enables tigers to survive in the wild," he added. "In fact, this is the reason why most white tigers are found only in zoos and not in the wild," Dr Manimozhi said.
</p></p></p></blockquote>
"<a href="http://www.telegraph.co.uk/news/newsvideo/weirdnewsvideo/7973055/White-tiger-cub-in-Indian-zoo-turns-black.html">White tiger cub in Indian zoo turns black</a>"<p><a href="http://api.tweetmeme.com/share?url=http://www.boingboing.net/2010/09/02/white-tiger-turning.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://www.boingboing.net/2010/09/02/white-tiger-turning.html" border="0" /> </a><br style="clear:both">
<br style="clear:both">
<a href="http://ads.pheedo.com/click.phdo?s=46dfe6754d19d38c63996412b71f3a34&amp;p=1"><img src="http://ads.pheedo.com/img.phdo?s=46dfe6754d19d38c63996412b71f3a34&amp;p=1" border="0" /> </a>
<img src="http://segment-pixel.invitemedia.com/pixel?code=TechCons&amp;partnerID=167&amp;key=segment" border="0" /> <img src="http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.28925.rss.TechCons.7604,cat.TechCons.rss" border="0" /> <img src="http://feeds.feedburner.com/~r/boingboing/iBag/~4/C093JJD4Ods" border="0" /> </p></p><br><br><a href="http://www.filome.com/key/black" >black</a> <a href="http://search.twitter.com/search?q=%22black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/white" >white</a> <a href="http://search.twitter.com/search?q=%22white%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/white.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tigers" >tigers</a> <a href="http://search.twitter.com/search?q=%22tigers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tigers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/colour" >colour</a> <a href="http://search.twitter.com/search?q=%22colour%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/colour.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tiger" >tiger</a> <a href="http://search.twitter.com/search?q=%22tiger%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tiger.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/black" >black</a> <a href="http://search.twitter.com/search?q=%22black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tigers" >tigers</a> <a href="http://search.twitter.com/search?q=%22tigers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tigers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/white tiger" >white tiger</a> <a href="http://search.twitter.com/search?q=%22white tiger%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/white tiger.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tiger cub" >tiger cub</a> <a href="http://search.twitter.com/search?q=%22tiger cub%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tiger cub.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/turning black" >turning black</a> <a href="http://search.twitter.com/search?q=%22turning black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/turning black.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/7AYkave8tOGGBG">Boing Boing</a><br> First shared  by - <a href="http://www.filome.com/ScottS">ScottS</a><br>syndication+ 0 | Search 1 | Shares 1<br><br><embed src="http://www.youtube-nocookie.com/v/HHvgHmK7IVU?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x5d1719&amp;color2=0xcd311b" allowScriptAccess="never" allowFullScreen="true" width="599" height="362" wmode="transparent" type="application/x-shockwave-flash"></embed><br><p>
A white tiger cub born at the Vandalur zoo in Chennai, India is turning black. From The Telegraph:
<blockquote>Biologists believe a large presence of melanin, the dark skin pigment, is the likely reason for its unusual colouring.<p>
Tigers' skin colour is determined by the presence of black and yellow pigments. In most tigers, the colour yellow dominates over black to give them their characteristic colouring.
<p>
"In this cub, the reverse has happened  black is the dominant colour," senior zoo biologist Dr Manimozhi told The Times of India.
<p>
"It is the dominance of yellow pigment that enables tigers to survive in the wild," he added. "In fact, this is the reason why most white tigers are found only in zoos and not in the wild," Dr Manimozhi said.
</p></p></p></blockquote>
"<a href="http://www.telegraph.co.uk/news/newsvideo/weirdnewsvideo/7973055/White-tiger-cub-in-Indian-zoo-turns-black.html">White tiger cub in Indian zoo turns black</a>"<p><a href="http://api.tweetmeme.com/share?url=http://www.boingboing.net/2010/09/02/white-tiger-turning.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://www.boingboing.net/2010/09/02/white-tiger-turning.html" border="0" /> </a><br style="clear:both">
<br style="clear:both">
<a href="http://ads.pheedo.com/click.phdo?s=46dfe6754d19d38c63996412b71f3a34&amp;p=1"><img src="http://ads.pheedo.com/img.phdo?s=46dfe6754d19d38c63996412b71f3a34&amp;p=1" border="0" /> </a>
<img src="http://segment-pixel.invitemedia.com/pixel?code=TechCons&amp;partnerID=167&amp;key=segment" border="0" /> <img src="http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.28925.rss.TechCons.7604,cat.TechCons.rss" border="0" /> <img src="http://feeds.feedburner.com/~r/boingboing/iBag/~4/C093JJD4Ods" border="0" /> </p></p><br><br><a href="http://www.filome.com/key/black" >black</a> <a href="http://search.twitter.com/search?q=%22black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/white" >white</a> <a href="http://search.twitter.com/search?q=%22white%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/white.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tigers" >tigers</a> <a href="http://search.twitter.com/search?q=%22tigers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tigers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/colour" >colour</a> <a href="http://search.twitter.com/search?q=%22colour%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/colour.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tiger" >tiger</a> <a href="http://search.twitter.com/search?q=%22tiger%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tiger.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/black" >black</a> <a href="http://search.twitter.com/search?q=%22black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/black.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tigers" >tigers</a> <a href="http://search.twitter.com/search?q=%22tigers%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tigers.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/white tiger" >white tiger</a> <a href="http://search.twitter.com/search?q=%22white tiger%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/white tiger.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/tiger cub" >tiger cub</a> <a href="http://search.twitter.com/search?q=%22tiger cub%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/tiger cub.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/turning black" >turning black</a> <a href="http://search.twitter.com/search?q=%22turning black%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/turning black.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Fri, 03 Sep 2010 00:21:34 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,23</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>Twitter Mobile Usage Skyrocketed With Official Apps [STATS]</title>
         <link>http://feedproxy.google.com/~r/Mashable/~3/fIzQfTa1B9E/</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/Jeff">Jeff</a><br>syndication+ 0 | Search 1 | Shares 3<br><br><p><div><div style="float:right;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://mashable.com/2010/09/02/twitter-mobile-official-apps/&amp;service=bit.ly"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://mashable.com/2010/09/02/twitter-mobile-official-apps/" border="0" /> </a><a href="http://www.google.com/reader/link?url=http://mashable.com/2010/09/02/twitter-mobile-official-apps/&amp;title=Twitter%20Mobile%20Usage%20Skyrocketed%20With%20%E2%80%9COfficial%E2%80%9D%20Apps%20%5BSTATS%5D&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/02/twitter-mobile-official-apps/&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/02/twitter-mobile-official-apps/&amp;title=Twitter%20Mobile%20Usage%20Skyrocketed%20With%20%E2%80%9COfficial%E2%80%9D%20Apps%20%5BSTATS%5D&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/twitter-logo.jpg" border="0" /> </div><div style="clear:both"></div></div><br>Since Twitter acquired Tweetie and rolled out an official iPhone client, the company has focused more and more on improving the mobile experience across all smartphone platforms.</p><p>Twitter CEO Ev Williams <a href="http://blog.twitter.com/2010/09/evolving-ecosystem.html">wrote</a> just now on the company blog that mobile usage of the site is up 62% since in just over four months, and 16% of all new Twitter users are starting out on mobile devices as opposed to web signups (this number is up from just 5% earlier this year).</p><p>In the days before Twitter started issuing official apps on a platform-by-platform basis, the company wasn't seeing the kind of mobile adoption it had hoped for. Williams wrote, Even though there was a plethora of third-party Twitter apps, people were having trouble finding and selecting one because none were called Twitter.' This kept them from using Twitter at all.</p><p>The company adopted a new strategy for mobile; rather than leaving all the mobile app development to third parties, Twitter decided to consolidate efforts. In the short term, this caused some consternation for third-party devs; however, looking at Twitter's stats, it's clear the company did the right thing for its shareholders and bottom line.</p><p>Twitter <a href="http://mashable.com/2010/04/09/breaking-twitter-acquires-tweetie-iphone-app/">acquired Tweetie</a> in May this year; this was our first indication that Twitter would be creating and distributing its own mobile apps for a change. Tweetie was revamped and renamed <a href="http://mashable.com/2010/05/19/twitter-iphone-official/">Twitter for iPhone</a> in May. A <a href="http://mashable.com/2010/04/09/official-twitter-app-blackberry/">BlackBerry app</a> was released in April, and the company's official <a href="http://mashable.com/2010/04/30/twitter-for-android/">Android Twitter app</a> was released later the same month.</p><p>Twitter is also seeing strong growth in its mobile site and SMS service, and Williams notes that third-party apps such as <a href="http://mashable.com/tag/tweetdeck">TweetDeck</a> continue to be valuable and important parts of the Twitter mobile landscape.</p><p>And as for the long tail, Williams writes, There are a tremendous number of other apps that people are using, not necessarily as their main Twitter client, but as an alternative way to create or view Tweets. The number of registered OAuth applications is now at almost 300,000  this number has nearly tripled since <a href="http://mashable.com/tag/chrip">Chirp</a> [Twitter&#39;s developer conference, which was held in April in San Francisco].</p><p><center><img src="http://cdn.mashable.com/wp-content/uploads/2010/09/twitter-mobile-apps.png" width="500" height="352" border="0" /> <br></center></p><p>While the above chart shows percentages of unique users per app, we'd also love to see a breakdown by volume of tweets.</p><p>Has your own mobile usage of Twitter changed or grown at all with Twitter's releasing several official apps? Do you still use third-party applications for tweeting on the go? Let us know what you think about these stats in the comments.</p><hr>Reviews: <a href="http://www.blippr.com/apps/337020-Chirp-Blu">Chirp Blu</a>, <a href="http://www.blippr.com/apps/592230-Tvider-Blackberry-App">Tvider Blackberry App </a>, <a href="http://www.blippr.com/apps/336804-TweetDeck">TweetDeck</a>, <a href="http://www.blippr.com/apps/336651-Twitter">Twitter</a>, <a href="http://www.blippr.com/apps/451522-tweetie">tweetie</a><p>More About: <a href="http://mashable.com/tag/apps/">apps</a>, <a href="http://mashable.com/tag/mobile/">Mobile 2.0</a>, <a href="http://mashable.com/tag/twitter/">twitter</a></p><p style="margin-top:10px"><i>For more <a href="http://mashable.com/mobile/">Mobile</a> coverage:</i><ul style="margin-top:0"><li><a href="http://twitter.com/mashablemobile" rel="nofollow">Follow Mashable Mobile on Twitter</a></li><li><a href="http://www.facebook.com/mashable.mobile" rel="nofollow">Become a Fan on Facebook</a></li><li><a href="http://feeds.mashable.com/mashable/mobile" rel="nofollow">Subscribe to the Mobile 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/kJ5L0wN4r5ETi-eY5bt7HdYkcB4/0/da"><img src="http://feedads.g.doubleclick.net/~at/kJ5L0wN4r5ETi-eY5bt7HdYkcB4/0/di" border="0" /> </a><br>
<a href="http://feedads.g.doubleclick.net/~at/kJ5L0wN4r5ETi-eY5bt7HdYkcB4/1/da"><img src="http://feedads.g.doubleclick.net/~at/kJ5L0wN4r5ETi-eY5bt7HdYkcB4/1/di" border="0" /> </a></p><div>
<a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mashable?i=fIzQfTa1B9E:oXI3qsbYt9g:D7DqB2pKExk" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mashable?i=fIzQfTa1B9E:oXI3qsbYt9g:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mashable?i=fIzQfTa1B9E:oXI3qsbYt9g:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mashable?d=qj6IDK7rITs" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:_e0tkf89iUM"><img src="http://feeds.feedburner.com/~ff/Mashable?d=_e0tkf89iUM" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mashable?i=fIzQfTa1B9E:oXI3qsbYt9g:gIN9vFwOqvQ" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mashable?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:P0ZAIrC63Ok"><img src="http://feeds.feedburner.com/~ff/Mashable?d=P0ZAIrC63Ok" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Mashable?d=I9og5sOYxJI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g: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=fIzQfTa1B9E:oXI3qsbYt9g:_cyp7NeR2Rw"><img src="http://feeds.feedburner.com/~ff/Mashable?i=fIzQfTa1B9E:oXI3qsbYt9g:_cyp7NeR2Rw" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/Mashable/~4/fIzQfTa1B9E" border="0" /> <br><br><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/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/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/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.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/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/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/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/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.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/official" >official</a> <a href="http://search.twitter.com/search?q=%22official%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/official.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/party" >party</a> <a href="http://search.twitter.com/search?q=%22party%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/party.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/williams" >williams</a> <a href="http://search.twitter.com/search?q=%22williams%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/williams.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/official apps" >official apps</a> <a href="http://search.twitter.com/search?q=%22official apps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/official apps.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mobile usage" >mobile usage</a> <a href="http://search.twitter.com/search?q=%22mobile usage%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mobile usage.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/own mobile" >own mobile</a> <a href="http://search.twitter.com/search?q=%22own mobile%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/own mobile.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blackberry app" >blackberry app</a> <a href="http://search.twitter.com/search?q=%22blackberry app%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry app.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/acquired tweetie" >acquired tweetie</a> <a href="http://search.twitter.com/search?q=%22acquired tweetie%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/acquired tweetie.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter acquired" >twitter acquired</a> <a href="http://search.twitter.com/search?q=%22twitter acquired%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter acquired.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter mobile" >twitter mobile</a> <a href="http://search.twitter.com/search?q=%22twitter mobile%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter mobile.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/williams wrote" >williams wrote</a> <a href="http://search.twitter.com/search?q=%22williams wrote%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/williams wrote.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter acquired tweetie" >twitter acquired tweetie</a> <a href="http://search.twitter.com/search?q=%22twitter acquired tweetie%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter acquired tweetie.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/Jeff">Jeff</a><br>syndication+ 0 | Search 1 | Shares 3<br><br><p><div><div style="float:right;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://mashable.com/2010/09/02/twitter-mobile-official-apps/&amp;service=bit.ly"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://mashable.com/2010/09/02/twitter-mobile-official-apps/" border="0" /> </a><a href="http://www.google.com/reader/link?url=http://mashable.com/2010/09/02/twitter-mobile-official-apps/&amp;title=Twitter%20Mobile%20Usage%20Skyrocketed%20With%20%E2%80%9COfficial%E2%80%9D%20Apps%20%5BSTATS%5D&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/02/twitter-mobile-official-apps/&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/02/twitter-mobile-official-apps/&amp;title=Twitter%20Mobile%20Usage%20Skyrocketed%20With%20%E2%80%9COfficial%E2%80%9D%20Apps%20%5BSTATS%5D&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/twitter-logo.jpg" border="0" /> </div><div style="clear:both"></div></div><br>Since Twitter acquired Tweetie and rolled out an official iPhone client, the company has focused more and more on improving the mobile experience across all smartphone platforms.</p><p>Twitter CEO Ev Williams <a href="http://blog.twitter.com/2010/09/evolving-ecosystem.html">wrote</a> just now on the company blog that mobile usage of the site is up 62% since in just over four months, and 16% of all new Twitter users are starting out on mobile devices as opposed to web signups (this number is up from just 5% earlier this year).</p><p>In the days before Twitter started issuing official apps on a platform-by-platform basis, the company wasn't seeing the kind of mobile adoption it had hoped for. Williams wrote, Even though there was a plethora of third-party Twitter apps, people were having trouble finding and selecting one because none were called Twitter.' This kept them from using Twitter at all.</p><p>The company adopted a new strategy for mobile; rather than leaving all the mobile app development to third parties, Twitter decided to consolidate efforts. In the short term, this caused some consternation for third-party devs; however, looking at Twitter's stats, it's clear the company did the right thing for its shareholders and bottom line.</p><p>Twitter <a href="http://mashable.com/2010/04/09/breaking-twitter-acquires-tweetie-iphone-app/">acquired Tweetie</a> in May this year; this was our first indication that Twitter would be creating and distributing its own mobile apps for a change. Tweetie was revamped and renamed <a href="http://mashable.com/2010/05/19/twitter-iphone-official/">Twitter for iPhone</a> in May. A <a href="http://mashable.com/2010/04/09/official-twitter-app-blackberry/">BlackBerry app</a> was released in April, and the company's official <a href="http://mashable.com/2010/04/30/twitter-for-android/">Android Twitter app</a> was released later the same month.</p><p>Twitter is also seeing strong growth in its mobile site and SMS service, and Williams notes that third-party apps such as <a href="http://mashable.com/tag/tweetdeck">TweetDeck</a> continue to be valuable and important parts of the Twitter mobile landscape.</p><p>And as for the long tail, Williams writes, There are a tremendous number of other apps that people are using, not necessarily as their main Twitter client, but as an alternative way to create or view Tweets. The number of registered OAuth applications is now at almost 300,000  this number has nearly tripled since <a href="http://mashable.com/tag/chrip">Chirp</a> [Twitter&#39;s developer conference, which was held in April in San Francisco].</p><p><center><img src="http://cdn.mashable.com/wp-content/uploads/2010/09/twitter-mobile-apps.png" width="500" height="352" border="0" /> <br></center></p><p>While the above chart shows percentages of unique users per app, we'd also love to see a breakdown by volume of tweets.</p><p>Has your own mobile usage of Twitter changed or grown at all with Twitter's releasing several official apps? Do you still use third-party applications for tweeting on the go? Let us know what you think about these stats in the comments.</p><hr>Reviews: <a href="http://www.blippr.com/apps/337020-Chirp-Blu">Chirp Blu</a>, <a href="http://www.blippr.com/apps/592230-Tvider-Blackberry-App">Tvider Blackberry App </a>, <a href="http://www.blippr.com/apps/336804-TweetDeck">TweetDeck</a>, <a href="http://www.blippr.com/apps/336651-Twitter">Twitter</a>, <a href="http://www.blippr.com/apps/451522-tweetie">tweetie</a><p>More About: <a href="http://mashable.com/tag/apps/">apps</a>, <a href="http://mashable.com/tag/mobile/">Mobile 2.0</a>, <a href="http://mashable.com/tag/twitter/">twitter</a></p><p style="margin-top:10px"><i>For more <a href="http://mashable.com/mobile/">Mobile</a> coverage:</i><ul style="margin-top:0"><li><a href="http://twitter.com/mashablemobile" rel="nofollow">Follow Mashable Mobile on Twitter</a></li><li><a href="http://www.facebook.com/mashable.mobile" rel="nofollow">Become a Fan on Facebook</a></li><li><a href="http://feeds.mashable.com/mashable/mobile" rel="nofollow">Subscribe to the Mobile 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/kJ5L0wN4r5ETi-eY5bt7HdYkcB4/0/da"><img src="http://feedads.g.doubleclick.net/~at/kJ5L0wN4r5ETi-eY5bt7HdYkcB4/0/di" border="0" /> </a><br>
<a href="http://feedads.g.doubleclick.net/~at/kJ5L0wN4r5ETi-eY5bt7HdYkcB4/1/da"><img src="http://feedads.g.doubleclick.net/~at/kJ5L0wN4r5ETi-eY5bt7HdYkcB4/1/di" border="0" /> </a></p><div>
<a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Mashable?i=fIzQfTa1B9E:oXI3qsbYt9g:D7DqB2pKExk" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mashable?i=fIzQfTa1B9E:oXI3qsbYt9g:V_sGLiPBpWU" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mashable?i=fIzQfTa1B9E:oXI3qsbYt9g:F7zBnMyn0Lo" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mashable?d=qj6IDK7rITs" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:_e0tkf89iUM"><img src="http://feeds.feedburner.com/~ff/Mashable?d=_e0tkf89iUM" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mashable?i=fIzQfTa1B9E:oXI3qsbYt9g:gIN9vFwOqvQ" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mashable?d=yIl2AUoC8zA" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:P0ZAIrC63Ok"><img src="http://feeds.feedburner.com/~ff/Mashable?d=P0ZAIrC63Ok" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Mashable?d=I9og5sOYxJI" border="0" /> </a> <a href="http://feeds.feedburner.com/~ff/Mashable?a=fIzQfTa1B9E:oXI3qsbYt9g: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=fIzQfTa1B9E:oXI3qsbYt9g:_cyp7NeR2Rw"><img src="http://feeds.feedburner.com/~ff/Mashable?i=fIzQfTa1B9E:oXI3qsbYt9g:_cyp7NeR2Rw" border="0" /> </a>
</div><img src="http://feeds.feedburner.com/~r/Mashable/~4/fIzQfTa1B9E" border="0" /> <br><br><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/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/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/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.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/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/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/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/company" >company</a> <a href="http://search.twitter.com/search?q=%22company%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/company.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/official" >official</a> <a href="http://search.twitter.com/search?q=%22official%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/official.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/party" >party</a> <a href="http://search.twitter.com/search?q=%22party%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/party.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/williams" >williams</a> <a href="http://search.twitter.com/search?q=%22williams%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/williams.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/official apps" >official apps</a> <a href="http://search.twitter.com/search?q=%22official apps%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/official apps.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/mobile usage" >mobile usage</a> <a href="http://search.twitter.com/search?q=%22mobile usage%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/mobile usage.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/own mobile" >own mobile</a> <a href="http://search.twitter.com/search?q=%22own mobile%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/own mobile.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/blackberry app" >blackberry app</a> <a href="http://search.twitter.com/search?q=%22blackberry app%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/blackberry app.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/acquired tweetie" >acquired tweetie</a> <a href="http://search.twitter.com/search?q=%22acquired tweetie%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/acquired tweetie.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter acquired" >twitter acquired</a> <a href="http://search.twitter.com/search?q=%22twitter acquired%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter acquired.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter mobile" >twitter mobile</a> <a href="http://search.twitter.com/search?q=%22twitter mobile%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter mobile.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/williams wrote" >williams wrote</a> <a href="http://search.twitter.com/search?q=%22williams wrote%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/williams wrote.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/twitter acquired tweetie" >twitter acquired tweetie</a> <a href="http://search.twitter.com/search?q=%22twitter acquired tweetie%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/twitter acquired tweetie.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> ]]></content:encoded>

         <pubDate>Fri, 03 Sep 2010 00:20:21 -0400</pubDate>
<itunes:duration>30:00</itunes:duration>
         <guid isPermaLink="false">tag:filome.com,24</guid>

			<itunes:subtitle/>
      </item>
      <item>
         <title>The Evolving Ecosystem</title>
         <link>http://blog.twitter.com/2010/09/evolving-ecosystem.html</link>
		 <category>Shared item</category>
			<description><![CDATA[Publisher - <a href="http://www.filome.com/pub/0n9JngXFCSxFuF">Twitter Blog</a><br> First shared  by - <a href="http://www.filome.com/JesseStay">JesseStay</a><br>syndication+ 0 | Search 1 | Shares 3<br><br>Just over four months ago, at <a href="http://chirp.twitter.com/">Chirp</a>, our Twitter developer conference, I talked about how "Twitter is too hard" and what we're doing to address that.<br><br>One major area of difficulty I highlighted was getting Twitter on your phone. We did iPhone user tests and confirmed that even though there was a plethora of third-party Twitter apps, people were having trouble finding and selecting one because none were called Twitter. This kept them from using Twitter at all. For this reason, we acquired Tweetie and turned it into <a href="http://itunes.apple.com/us/app/twitter/id333903271?mt=8">Twitter for iPhone</a>, complete with a new user sign-up experience.<br><br><b>Mobile apps  Everywhere</b><br>We quickly understood that we were doing users a disservice by not having a great client on each of the major mobile platforms. So, we took a similar approach with <a href="http://na.blackberry.com/eng/devices/features/social/twitter.jsp?">Twitter for BlackBerry</a> (developed by RIM) and <a href="http://blog.twitter.com/2010/04/twitter-for-android-robots-like-to.html">Twitter for Android</a>, which launched a new version this week.<br><br>This strategy has been quite successful. Total mobile users has jumped 62 percent since mid-April, and, remarkably, 16 percent of all new users to Twitter start on mobile now, as opposed to the five percent before we launched our first Twitter-branded mobile client. As we had hoped in April, these clients are bringing more people into Twitter, and, even better, they are attracting and retaining active users. Indeed, 46 percent of active users make mobile a regular part of their Twitter experience.<br><br><b>How people are using Twitter</b><br>Our Twitter for iPhone and Twitter for BlackBerry clients are now two of the most popular ways to use Twitter. This may not be surprising. What may be more surprising are the other top ways people use the service. The following chart shows the top ten applications people have used to access Twitter in the last 30 days. This is based on number of unique users. That is, out of all the people who logged into their Twitter account during the month, what percentage did so via each service. (The total is more than 100% because people often use more than one app.)<div><br><br><a href="http://4.bp.blogspot.com/_hcnZ74EIM3A/TIBKTF2Z_aI/AAAAAAAAADw/SagfnFp0Jk8/s1600/Microsoft+Excel.png"><img src="http://4.bp.blogspot.com/_hcnZ74EIM3A/TIBKTF2Z_aI/AAAAAAAAADw/SagfnFp0Jk8/s400/Microsoft+Excel.png" border="0" /> </a><br><div style="text-align:left"><br>As this data shows, while smart phone clients are important, there are even more people who use the mobile Twitter web site and/or SMS. We've been seeing strong growth in both of these areas.<br><br>You'll also note that third-party clients continue to play an important role for many people. And, it should be underscored that users of programs like <a href="http://tweetdeck.com/">TweetDeck</a> are some of the most active and frequent userswhich is why, along with the nature of how these clients work, a disproportionate amount of the traffic from Twitter runs through such tools.<br><br>And, while the percentage of overall users drops off pretty sharply after the few listed here, there are a tremendous number of other apps that people are using, not necessarily as their main Twitter client, but as an alternative way to create or view Tweets. The number of registered OAuth applications is now at almost 300,000this number has nearly tripled since Chirp. (This can include multiple instances of the same software.)<br><br>It's great to see this kind of variety and growth in the ecosystem as it moves beyond basic Twitter clients. These new services help people get the most out of Twitter, contributing to user growth and new business opportunitiesboth of which are critical to the long-term viability of the ecosystem. We're making great progress in these areaswe currently have more than 145 million registered users and the performance of our Promoted Products has exceeded our expectations. But we still have lots of room to grow and improve. We look forward to seeing what's next.<br><br></div></div><div><img src="https://blogger.googleusercontent.com/tracker/23958943-2384546391404231405?l=blog.twitter.com" border="0" /> </div><br><br><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/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/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/clients" >clients</a> <a href="http://search.twitter.com/search?q=%22clients%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/clients.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <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/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/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/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/clients" >clients</a> <a href="http://search.twitter.com/search?q=%22clients%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/clients.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/percent" >percent</a> <a href="http://search.twitter.com/search?q=%22percent%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/percent.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <a href="http://www.filome.com/key/active users" >active users</a> <a href="http://search.twitter.com/search?q=%22active users%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/active users.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> ]]></description><content:encoded><![CDATA[Publisher - <a href="http://www.filome.com/pub/0n9JngXFCSxFuF">Twitter Blog</a><br> First shared  by - <a href="http://www.filome.com/JesseStay">JesseStay</a><br>syndication+ 0 | Search 1 | Shares 3<br><br>Just over four months ago, at <a href="http://chirp.twitter.com/">Chirp</a>, our Twitter developer conference, I talked about how "Twitter is too hard" and what we're doing to address that.<br><br>One major area of difficulty I highlighted was getting Twitter on your phone. We did iPhone user tests and confirmed that even though there was a plethora of third-party Twitter apps, people were having trouble finding and selecting one because none were called Twitter. This kept them from using Twitter at all. For this reason, we acquired Tweetie and turned it into <a href="http://itunes.apple.com/us/app/twitter/id333903271?mt=8">Twitter for iPhone</a>, complete with a new user sign-up experience.<br><br><b>Mobile apps  Everywhere</b><br>We quickly understood that we were doing users a disservice by not having a great client on each of the major mobile platforms. So, we took a similar approach with <a href="http://na.blackberry.com/eng/devices/features/social/twitter.jsp?">Twitter for BlackBerry</a> (developed by RIM) and <a href="http://blog.twitter.com/2010/04/twitter-for-android-robots-like-to.html">Twitter for Android</a>, which launched a new version this week.<br><br>This strategy has been quite successful. Total mobile users has jumped 62 percent since mid-April, and, remarkably, 16 percent of all new users to Twitter start on mobile now, as opposed to the five percent before we launched our first Twitter-branded mobile client. As we had hoped in April, these clients are bringing more people into Twitter, and, even better, they are attracting and retaining active users. Indeed, 46 percent of active users make mobile a regular part of their Twitter experience.<br><br><b>How people are using Twitter</b><br>Our Twitter for iPhone and Twitter for BlackBerry clients are now two of the most popular ways to use Twitter. This may not be surprising. What may be more surprising are the other top ways people use the service. The following chart shows the top ten applications people have used to access Twitter in the last 30 days. This is based on number of unique users. That is, out of all the people who logged into their Twitter account during the month, what percentage did so via each service. (The total is more than 100% because people often use more than one app.)<div><br><br><a href="http://4.bp.blogspot.com/_hcnZ74EIM3A/TIBKTF2Z_aI/AAAAAAAAADw/SagfnFp0Jk8/s1600/Microsoft+Excel.png"><img src="http://4.bp.blogspot.com/_hcnZ74EIM3A/TIBKTF2Z_aI/AAAAAAAAADw/SagfnFp0Jk8/s400/Microsoft+Excel.png" border="0" /> </a><br><div style="text-align:left"><br>As this data shows, while smart phone clients are important, there are even more people who use the mobile Twitter web site and/or SMS. We've been seeing strong growth in both of these areas.<br><br>You'll also note that third-party clients continue to play an important role for many people. And, it should be underscored that users of programs like <a href="http://tweetdeck.com/">TweetDeck</a> are some of the most active and frequent userswhich is why, along with the nature of how these clients work, a disproportionate amount of the traffic from Twitter runs through such tools.<br><br>And, while the percentage of overall users drops off pretty sharply after the few listed here, there are a tremendous number of other apps that people are using, not necessarily as their main Twitter client, but as an alternative way to create or view Tweets. The number of registered OAuth applications is now at almost 300,000this number has nearly tripled since Chirp. (This can include multiple instances of the same software.)<br><br>It's great to see this kind of variety and growth in the ecosystem as it moves beyond basic Twitter clients. These new services help people get the most out of Twitter, contributing to user growth and new business opportunitiesboth of which are critical to the long-term viability of the ecosystem. We're making great progress in these areaswe currently have more than 145 million registered users and the performance of our Promoted Products has exceeded our expectations. But we still have lots of room to grow and improve. We look forward to seeing what's next.<br><br></div></div><div><img src="https://blogger.googleusercontent.com/tracker/23958943-2384546391404231405?l=blog.twitter.com" border="0" /> </div><br><br><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/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/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/clients" >clients</a> <a href="http://search.twitter.com/search?q=%22clients%22" ><img src="http://www.filome.com/images/summize.gif" border="0"></a> <a href="http://www.filome.com/key/clients.rss" ><img src="http://www.filome.com/images/c4_rss_tiny.jpg" border="0"></a> <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/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/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/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