<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>markitd</title>
	<atom:link href="http://markitd.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://markitd.com</link>
	<description>Simplified Internet Marketing</description>
	<lastBuildDate>Tue, 09 Aug 2011 05:06:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Get Ready For A Photo App Explosion With iOS 5</title>
		<link>http://markitd.com/2011/08/08/get-ready-for-a-photo-app-explosion-with-ios-5/</link>
		<comments>http://markitd.com/2011/08/08/get-ready-for-a-photo-app-explosion-with-ios-5/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 01:06:26 +0000</pubDate>
		<dc:creator>Markitd.com</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[TC]]></category>

		<guid isPermaLink="false">http://techcrunch.com/?p=403338</guid>
		<description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/dteva.jpeg?w=100&#38;h=70&#38;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="DTeva" style="float: left;margin: 0 10px 7px 0" />At this point, it's already clear that the iPhone has become <em>the</em> camera many people use on a daily basis. The iPhone 4 is now <a href="http://www.flickr.com/cameras">by far the most popular camera on Flickr</a> (and that's true even though it's being undercounted — <a href="http://techcrunch.com/2011/06/21/flickr-iphone-data/">likely drastically</a>). And apps like Instagram, Hipstamatic, and Camera+ are <a href="http://techcrunch.com/2011/08/03/instagram-150-million/">exploding in usage</a>, despite being iPhone-only. But some upcoming changes in iOS 5 point to an even brighter future for the iPhone as a camera. We're likely to see an explosion of photo apps as a result.

Specifically, iOS 5 will include Core Image. This was previously announced at WWDC, but the current beta builds going around now point in the direction of what this should mean. With the latest beta (version 5), a ton of effects have been added. Last week, <a href="http://www.bgr.com/2011/08/06/heres-the-full-change-log-for-ios-5-beta-5/">BGR posted the iOS 5 beta 5 changelog</a>. Among the bullet points:]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/dteva.jpeg?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="DTeva" title="DTeva" style="float: left; margin: 0 10px 7px 0;" />
<p>At this point, it&#8217;s already clear that the iPhone has become <em>the</em> camera many people use on a daily basis. The iPhone 4 is now <a href="http://www.flickr.com/cameras">by far the most popular camera on Flickr</a> (and that&#8217;s true even though it&#8217;s being undercounted — <a href="http://techcrunch.com/2011/06/21/flickr-iphone-data/">likely drastically</a>). And apps like Instagram, Hipstamatic, and Camera+ are <a href="http://techcrunch.com/2011/08/03/instagram-150-million/">exploding in usage</a>, despite being iPhone-only. But some upcoming changes in iOS 5 point to an even brighter future for the iPhone as a camera. We&#8217;re likely to see an explosion of photo apps as a result.</p>
<p>Specifically, iOS 5 will include Core Image. This was previously announced at WWDC, but the current beta builds going around now point in the direction of what this should mean. With the latest beta (version 5), a ton of effects have been added. Last week, <a href="http://www.bgr.com/2011/08/06/heres-the-full-change-log-for-ios-5-beta-5/">BGR posted the iOS 5 beta 5 changelog</a>. Among the bullet points:</p>
<blockquote><p>Several filters have been added since beta 1. The current list now includes the following filters: CIAdditionCompositing, CIAffineTransform, CICheckerboardGenerator, CIColorBlendMode, CIColorBurnBlendMode, CIColorControls, CIColorCube, CIColorDodgeBlendMode, CIColorInvert,CIColorMatrix, CIColorMonochrome, CIConstantColorGenerator, CICrop, CIDarkenBlendMode, CIDifferenceBlendMode, CIExclusionBlendMode, CIExposureAdjust, CIFalseColor, CIGammaAdjust,CIGaussianGradient, CIHardLightBlendMode, CIHighlightShadowAdjust, CIHueAdjust, CIHueBlendMode, CILightenBlendMode, CILinearGradient, CILuminosityBlendMode,CIMaximumCompositing, CIMinimumCompositing, CIMultiplyBlendMode, CIMultiplyCompositing, CIOverlayBlendMode, CIRadialGradient, CISaturationBlendMode, CIScreenBlendMode,CISepiaTone, CISoftLightBlendMode, CISourceAtopCompositing, CISourceInCompositing, CISourceOutCompositing, CISourceOverCompositing, CIStraightenFilter, CIStripesGenerator,CITemperatureAndTint, CIToneCurve, CIVibrance, CIVignette, and CIWhitePointAdjust.</p>
</blockquote>
<p>&#8220;CI&#8221; obviously stands for &#8220;Core Image&#8221; and the part after that explains what many of the effects mean and/or do. All iOS 5 developers will now have access to many of these advanced tools. Simply put, it should make image/photo processing much simpler to implement and execute.</p>
<p>Previously, developers had to use the weaker Core Graphics to manipulate images on the iPhone. Or they had to jerry-rig their own solutions to tap into something like OpenGL for more powerful functionality. While filters may seem like a simple feature, they&#8217;re not easy to create from scratch. iOS 5 will now give developers built-in options and a base so they no longer have to create from scratch.</p>
<p>These Core Image options will also significantly speed up image processing for many of the apps out there already using some filters. The reason is that it gives developers easier access to OpenGL, which is what developers currently use for things like video game graphic rendering — it&#8217;s significantly more powerful than Core Graphics, but harder to access.</p>
<p>Does the mean the end of Instagram, Path, Camera+ and the like? No, those guys will likely continue to operate on the more advanced end of the spectrum. Camera+&#8217;s &#8220;Clarity&#8221; filter, for example, is likely far beyond what iOS 5 will offer out of the box. But it will be another step towards the commoditization of filters as a whole. If an app has camera functionality, many more will now likely include them because, why not?</p>
<p>You&#8217;ll also likely see more apps that focus on video as a result of these additions to iOS. And there should be many more that focus on &#8220;crazy&#8221; photo effects.</p>
<p>Of course, the next iPhone itself may have an even bigger impact in the space. Rumored to have an 8 megapixel camera with a new sensor, the device will also likely be much faster when it comes to processing power. Combine this with the changes in iOS 5 and we&#8217;re likely going to see another leap forward in mobile photography.</p>
<p>And don&#8217;t forget the largest player in the photo space, Facebook. Work continues on <a href="http://techcrunch.com/2011/06/15/facebook-secret-photos-app/">their next app geared more towards photography</a>. Meanwhile, Google appears to be attacking the space from a <a href="http://photovine.com/">number</a> of <a href="http://techcrunch.com/2011/06/30/google-slide-pool-party/">angles</a>. And support for Tweeting pictures will now be <a href="http://techcrunch.com/2011/06/09/twitter-ios/">fully baked into iOS itself</a>.</p>
<hr/>
  <br/>
<div class="module-crunchbase">
<div class="configuration-neighbor">
<h2 class="global-module-header-black">
  			<span class="line-2"></p>
<div class="cb-home-header cb-stack-home-header">
  			    <a href="http://crunchbase.com">Crunchbase</a>
  			  </div>
<div class="cb-entity-header"><a href="http://www.crunchbase.com/company/apple" onclick="s_objectID='post_widget_crunchbase';">APPLE</a></div>
<p>  			</span><br />
  		</h2>
<div class="container">
<div class="panel-container">
<div class="panel current">
<div class="leftgreen">
<div class="info-container info-container-stack-view">
<div class="left-align">
    						  <strong>Company:</strong><br />
    						  <span>APPLE</span>
    						</div>
<div class="left-align">
    						  <strong>Website:</strong><br />
    						  <span><a href="http://www.apple.com" onclick="s_objectID='post_widget_crunchbase';">http://www.apple.com</a></span>
    						</div>
<div class="left-align">
                      <strong>Launch Date:</strong><br />
                      <span>1/4/1976</span>
                    </div>
<div class="left-align">
                    <strong>IPO:</strong><br />
                    <span><br />
                      1980, NASDAQ:AAPL                    </span>
                  </div>
</p></div>
<div class="body-copy">
<p>Started by Steve Jobs, Steve Wozniak, and Ronald Wayne, Apple has expanded from computers to consumer electronics over the last 30 years, officially changing their name from Apple Computer,&#8230;</p>
</p></div>
<div class="profile-image">
    					      					      <a href="http://www.crunchbase.com/company/apple"></a>
    					      					</div>
</p></div>
</p></div>
<p>    				<a class="learn-more" href="http://www.crunchbase.com/company/apple" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
  			</div>
</p></div>
</p></div>
</p></div>
<div style="clear: both;"></div>
<div style="clear: both;"></div>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/403338/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/403338/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/403338/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/403338/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/403338/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/403338/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/403338/"></a> </p>
<p><a href="http://feedads.g.doubleclick.net/~at/XIgdZbpciYq7Iyw0dsdxiQEhlSw/0/da"><img src="http://feedads.g.doubleclick.net/~at/XIgdZbpciYq7Iyw0dsdxiQEhlSw/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~at/XIgdZbpciYq7Iyw0dsdxiQEhlSw/1/da"><img src="http://feedads.g.doubleclick.net/~at/XIgdZbpciYq7Iyw0dsdxiQEhlSw/1/di" border="0" ismap="true"></img></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techcrunch?a=xXxX8O22fxU:-NgACIXBQwI:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=xXxX8O22fxU:-NgACIXBQwI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=xXxX8O22fxU:-NgACIXBQwI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=xXxX8O22fxU:-NgACIXBQwI:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=xXxX8O22fxU:-NgACIXBQwI:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=xXxX8O22fxU:-NgACIXBQwI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=xXxX8O22fxU:-NgACIXBQwI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=xXxX8O22fxU:-NgACIXBQwI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/xXxX8O22fxU" height="1" width="1"/>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Fget-ready-for-a-photo-app-explosion-with-ios-5%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Fget-ready-for-a-photo-app-explosion-with-ios-5%2F&amp;source=markitd&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://markitd.com/2011/08/08/get-ready-for-a-photo-app-explosion-with-ios-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://1.gravatar.com/avatar/710187cd963df0f92d11ddb31e6ae3db?s=96&amp;amp;d=identicon&amp;amp;r=G" length="" type="" />
<enclosure url="http://tctechcrunch2011.files.wordpress.com/2011/08/dteva.jpeg?w=150" length="" type="" />
		</item>
		<item>
		<title>Rewriteable, Non-Electric E-Paper Makes Big Promises, But Is It Really Useful?</title>
		<link>http://markitd.com/2011/08/08/rewriteable-non-electric-e-paper-makes-big-promises-but-is-it-really-useful/</link>
		<comments>http://markitd.com/2011/08/08/rewriteable-non-electric-e-paper-makes-big-promises-but-is-it-really-useful/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 00:45:04 +0000</pubDate>
		<dc:creator>Markitd.com</dc:creator>
				<category><![CDATA[displays]]></category>
		<category><![CDATA[e paper]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[TC]]></category>

		<guid isPermaLink="false">http://techcrunch.com/?p=403360</guid>
		<description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/i2r.jpg?w=100&#38;h=70&#38;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="i2r" style="float: left;margin: 0 10px 7px 0" />A new display technology called <a href="http://www.itri.org.tw/eng/news-and-events/news-detail.asp?RootNodeId=050&#38;NodeId=0501&#38;NewsRoomNBR=201">i2R e-paper</a> is making the rounds today. It's developed by ITRI, a Taiwanese <a href="http://techcrunch.com/tag/research/">research</a> company that has produced <a href="http://techcrunch.com/2010/10/29/new-flexible-amoled-screen-is-a-tenth-of-a-millimeter-thick/">flexible AMOLED</a> and <a href="http://techcrunch.com/2007/12/14/itris-flexible-lcd-screen-bends-like-crazy/">LCD</a> displays in the past. i2R is essentially a plastic substrate with a heat-activated liquid crystal coating: you pass it through a thermal printer and a 300dpi monochrome image is impressed on its surface &#8212; until you want to rewrite it, which you can do up to 260 times by their calculations.

Putting aside the obvious comparisons to, say, <em>using a pencil</em>, I'm not sure this technology is the paper-killer ITRI and some sites think it is.]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/i2r.jpg?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="i2r" title="i2r" style="float: left; margin: 0 10px 7px 0;" />
<p>A new display technology called <a href="http://www.itri.org.tw/eng/news-and-events/news-detail.asp?RootNodeId=050&amp;NodeId=0501&amp;NewsRoomNBR=201">i2R e-paper</a> is making the rounds today. It&#8217;s developed by ITRI, a Taiwanese <a href="http://techcrunch.com/tag/research/">research</a> company that has produced <a href="http://techcrunch.com/2010/10/29/new-flexible-amoled-screen-is-a-tenth-of-a-millimeter-thick/">flexible AMOLED</a> and <a href="http://techcrunch.com/2007/12/14/itris-flexible-lcd-screen-bends-like-crazy/">LCD</a> displays in the past. i2R is essentially a plastic substrate with a heat-activated liquid crystal coating: you pass it through a thermal printer and a 300dpi monochrome image is impressed on its surface &mdash; until you want to rewrite it, which you can do up to 260 times by their calculations.</p>
<p>Putting aside the obvious comparisons to, say, <em>using a pencil</em>, I&#8217;m not sure this technology is the paper-killer ITRI and some sites think it is. I have several issues with the technology:</p>
<p>-The display is advertised as not consuming electricity. That&#8217;s something that can be said of any bistable display &mdash; e-ink is the same way, and once made to display something, it will display it without using electricity as long as it isn&#8217;t interfered with. And i2R may not require electricity (to be specific, it has no underlying circuitry, making it a closer analog to paper), but its thermal printing device certainly does. Essentially, it requires electricity in the same way e-ink does: to change what is displayed. Presumably the crystals wear out after a time, however, limiting the rewrites.</p>
<p>-Heat activation limits the ways in which people can interact with these displays. The advantages of a circuit-capable substrate is the ability to include sensors such as IR or resistive touch arrays, allowing for people to write on or &#8220;click&#8221; content. Obviously the point here isn&#8217;t interactive content but reusable displays, but the gains are questionable.</p>
<p>-No attached memory means changing what&#8217;s on the display/paper is an involved process of feeding it through its special writer. Doing this with dozens of i2R displays doesn&#8217;t look like anything a shopkeeper would want to do.</p>
<p>-I&#8217;m not sure which is worse for the environment: 260 pieces of A4 being recycled, or one A4-sized piece of plastic that isn&#8217;t being recycled (I doubt the crystal coating can be removed well enough to reprocess the substrate).</p>
<p>-It&#8217;s glossy!</p>
<p><a href="http://tctechcrunch2011.files.wordpress.com/2011/08/scroll.jpg"></a></p>
<p>On the plus side, $2 per A4 sheet is cheap compared with other display technologies; A 6&#8243; e-ink display costs $60 or so. Obviously you won&#8217;t be plastering your walls with Kindles. And 300dpi is enough to get some very detailed graphics or codes on there.</p>
<p>While I&#8217;m skeptical, I think the issue is simply that ITRI (and Reuters) are overselling it. This isn&#8217;t a wholesale replacement for paper, or e-ink for that matter: it&#8217;s a niche technology that can and should be applied in an institutional way. Think bus passes, temporary ID cards, class handouts, the sort of things that need to be rewritten semi-frequently from a central source but are mostly interacted with as static pieces of information. A &#8220;For sale!&#8221; sign isn&#8217;t the right application for this technology, and more traditional &#8220;displays&#8221; like whiteboards are also safe.</p>
<p><a href="http://www.reuters.com/article/2011/08/08/us-taiwan-paper-idUSTRE7770LU20110808">Watch Reuters&#8217;s video here</a>. I don&#8217;t think this is the narrator&#8217;s beat, though. &#8220;It doesn&#8217;t require a backlight to print,&#8221; indeed. </p>
<hr/>
  <br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/403360/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/403360/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/403360/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/403360/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/403360/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/403360/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/403360/"></a> </p>
<p><a href="http://feedads.g.doubleclick.net/~at/Kz0Dv9rkTHeX8Xr3_YXn5gJJ6kc/0/da"><img src="http://feedads.g.doubleclick.net/~at/Kz0Dv9rkTHeX8Xr3_YXn5gJJ6kc/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~at/Kz0Dv9rkTHeX8Xr3_YXn5gJJ6kc/1/da"><img src="http://feedads.g.doubleclick.net/~at/Kz0Dv9rkTHeX8Xr3_YXn5gJJ6kc/1/di" border="0" ismap="true"></img></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techcrunch?a=IVwmyaWnzvM:mDsbJa5JnlE:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=IVwmyaWnzvM:mDsbJa5JnlE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=IVwmyaWnzvM:mDsbJa5JnlE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=IVwmyaWnzvM:mDsbJa5JnlE:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=IVwmyaWnzvM:mDsbJa5JnlE:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=IVwmyaWnzvM:mDsbJa5JnlE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=IVwmyaWnzvM:mDsbJa5JnlE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=IVwmyaWnzvM:mDsbJa5JnlE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/IVwmyaWnzvM" height="1" width="1"/>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Frewriteable-non-electric-e-paper-makes-big-promises-but-is-it-really-useful%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Frewriteable-non-electric-e-paper-makes-big-promises-but-is-it-really-useful%2F&amp;source=markitd&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://markitd.com/2011/08/08/rewriteable-non-electric-e-paper-makes-big-promises-but-is-it-really-useful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://tctechcrunch2011.files.wordpress.com/2011/08/scroll.jpg" length="" type="" />
<enclosure url="http://tctechcrunch2011.files.wordpress.com/2011/08/i2r.jpg?w=150" length="" type="" />
<enclosure url="http://0.gravatar.com/avatar/69fae9a8a3933fa91e81c086b8eee14a?s=96&amp;amp;d=identicon&amp;amp;r=G" length="" type="" />
		</item>
		<item>
		<title>Airbnb Rolls Out 24/7 Phone Support, Additional Safety Features</title>
		<link>http://markitd.com/2011/08/08/airbnb-rolls-out-247-phone-support-additional-safety-features/</link>
		<comments>http://markitd.com/2011/08/08/airbnb-rolls-out-247-phone-support-additional-safety-features/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 00:31:13 +0000</pubDate>
		<dc:creator>Markitd.com</dc:creator>
				<category><![CDATA[TC]]></category>

		<guid isPermaLink="false">http://techcrunch.com/?p=403339</guid>
		<description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/airbnb.png?w=100&#38;h=70&#38;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="airbnb" style="float: left;margin: 0 10px 7px 0" />Less than two weeks ago, red-hot startup <a href="http://www.airbnb.com">Airbnb</a> got rocked by a wave of negative press after one of its guests blogged about the traumatizing experience of coming home to her apartment to find it <a href="http://techcrunch.com/2011/07/29/airbnb-victim-speaks-again-homeless-scared-and-angry/">utterly wrecked</a> by a guest.

Airbnb's initial response was lackluster at best. But after a couple of <a href="http://techcrunch.com/2011/07/30/how-the-hell-is-this-my-fault/">false starts</a>, Airbnb CEO Brian Chesky wrote an <a href="http://techcrunch.com/2011/08/01/airbnb-offers-unconditional-apology-and-50000-insurance-guarantee/">unconditional apology</a> that reaffirmed that the company understood the concerns and was going to do everything it could to make things right. He promised a $50,000 insurance guarantee for hosts, as well as additional safety features that were on the way. And a week after that apology, we're seeing the fruits of their efforts.]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/airbnb.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="airbnb" title="airbnb" style="float: left; margin: 0 10px 7px 0;" />
<p>Less than two weeks ago, red-hot startup <a href="http://www.airbnb.com">Airbnb</a> got rocked by a wave of negative press after one of its guests blogged about the traumatizing experience of coming home to her apartment to find it <a href="http://techcrunch.com/2011/07/29/airbnb-victim-speaks-again-homeless-scared-and-angry/">utterly wrecked</a> by a guest.</p>
<p>Airbnb&#8217;s initial response was lackluster at best. But after a couple of <a href="http://techcrunch.com/2011/07/30/how-the-hell-is-this-my-fault/">false starts</a>, Airbnb CEO Brian Chesky wrote an <a href="http://techcrunch.com/2011/08/01/airbnb-offers-unconditional-apology-and-50000-insurance-guarantee/">unconditional apology</a> that reaffirmed that the company understood the concerns and was going to do everything it could to make things right. He promised a $50,000 insurance guarantee for hosts, as well as additional safety features that were on the way. And a week after that apology, we&#8217;re seeing the fruits of their efforts.</p>
<p>Today Airbnb has <a href="http://blog.airbnb.com/creating-meaningful-connections">announced</a> a new 24-hour support hotline, giving users a safety net in case something goes wrong. The logistics and personnel required to staff the line would have been too costly for a scrappy startup, but the extremely <a href="http://techcrunch.com/2011/07/24/airbnb-bags-112-million-in-series-b-from-andreessen-and-others/">well-funded</a> company can afford it, and this will do a lot to help reassure customers.</p>
<p>Another important new feature to help boost safety is VoiceConnect, which now allows hosts to call potential guests to do a quick screen, without revealing their phone numbers. This works a bit like Google Voice — you initiate the call using the web interface, then immediately get a phone call from Airbnb, which routes you to the potential guest&#8217;s line. Calls are recorded by Airbnb for security purposes.</p>
<p>Next is an improved references system. This has been around for a while (as &#8216;recommendations&#8217;), but Airbnb now has better integration with Facebook that makes it easier for  users to build up their reputation even before they&#8217;ve received reviews from other Airbnb users. And that&#8217;s important, because the service is young enough that many users are trying it out for the first time. Another addition: there are now video profiles — currently for hosts only — that let hosts create a video that&#8217;s shared as part of their listing.</p>
<p>These launches come on the heels of a series of other safety features that have rolled out over the course of the last week. These include <a href="http://blog.airbnb.com/introducing-new-trust-safety-features">member verification</a> (you can validate your profile by connecting it to third-party services like Facebook, Twitter, and LinkedIn) and an integrated &#8216;photobooth&#8217; feature that makes it easier for members to take a snapshot of themselves (and gives them less of an excuse not to have one).</p>
<p>Finally, in a blog post on August 5, Airbnb <a href="http://blog.airbnb.com/brought-to-you-byyou">announced</a> that it was using a tool on its new <a href="http://www.airbnb.com/safety">safety site</a> that allows the community to vote on the changes it wants most. Less than five days after releasing that tool, Airbnb implemented the top two requests: it now allows hosts to mandate that all potential guests have a profile photo, and hosts can now decline reservations without that impacting where their space will appear in search results. The post explains that while it&#8217;s been possible to decline reservations before now, your results ranking would be negatively impacted if you rejected a reservation.</p>
</p>
<hr/>
  <br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/403339/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/403339/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/403339/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/403339/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/403339/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/403339/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/403339/"></a> </p>
<p><a href="http://feedads.g.doubleclick.net/~at/06dJ7tMK3VgntVtOObGJMIIsZhI/0/da"><img src="http://feedads.g.doubleclick.net/~at/06dJ7tMK3VgntVtOObGJMIIsZhI/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~at/06dJ7tMK3VgntVtOObGJMIIsZhI/1/da"><img src="http://feedads.g.doubleclick.net/~at/06dJ7tMK3VgntVtOObGJMIIsZhI/1/di" border="0" ismap="true"></img></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NQCJl7C-qMk:hQPIEDUPGBs:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NQCJl7C-qMk:hQPIEDUPGBs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NQCJl7C-qMk:hQPIEDUPGBs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NQCJl7C-qMk:hQPIEDUPGBs:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=NQCJl7C-qMk:hQPIEDUPGBs:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NQCJl7C-qMk:hQPIEDUPGBs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=NQCJl7C-qMk:hQPIEDUPGBs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NQCJl7C-qMk:hQPIEDUPGBs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/NQCJl7C-qMk" height="1" width="1"/>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Fairbnb-rolls-out-247-phone-support-additional-safety-features%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Fairbnb-rolls-out-247-phone-support-additional-safety-features%2F&amp;source=markitd&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://markitd.com/2011/08/08/airbnb-rolls-out-247-phone-support-additional-safety-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://tctechcrunch2011.files.wordpress.com/2011/08/airbnb.png?w=150" length="" type="" />
<enclosure url="http://0.gravatar.com/avatar/c274c36be9d27b1b38e145a5ce51c7ac?s=96&amp;amp;d=identicon&amp;amp;r=G" length="" type="" />
<enclosure url="http://tctechcrunch2011.files.wordpress.com/2011/08/creating-meaningful-connections.png" length="" type="" />
		</item>
		<item>
		<title>Why No AMD-Powered Smartphones?</title>
		<link>http://markitd.com/2011/08/08/why-no-amd-powered-smartphones/</link>
		<comments>http://markitd.com/2011/08/08/why-no-amd-powered-smartphones/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 23:48:51 +0000</pubDate>
		<dc:creator>Markitd.com</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://techcrunch.com/?p=403306</guid>
		<description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/amdphone.jpg?w=100&#38;h=70&#38;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="amdphone" style="float: left;margin: 0 10px 7px 0" />With companies chomping at the bit to enter the growing mobile space and take advantage of the opportunities therein, it's almost more intriguing to explore why some companies <strong>don't</strong> throw their hats in the ring. Case in point: AMD -- the second largest x86 processor manufacturer in the world has yet to make their play. Why haven't they made their push into mobile, just like everyone else?]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/amdphone.jpg?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="amdphone" title="amdphone" style="float: left; margin: 0 10px 7px 0;" />
<p>With companies chomping at the bit to enter the growing mobile space and take advantage of the opportunities therein, it&#8217;s almost more intriguing to explore why some companies <strong>don&#8217;t</strong> throw their hats in the ring. Case in point: AMD &#8212; the second largest x86 processor manufacturer in the world has yet to make their play. Why haven&#8217;t they made their push into mobile, just like everyone else?</p>
<p>Well, if AMD SVP Rick Bergman is to be believed, it&#8217;s because they believe <a href="http://www.pcworld.com/article/237523/amd_sitting_out_smartphone_market.html">their true strengths lie elsewhere</a>. Rather than try and force their way into an already crowded market, Bergman said AMD has &#8220;other areas it can focus on in order to grow.&#8221;</p>
<p>Perhaps it&#8217;s a smart move for the perennial also-ran of the x86 processor race. ARM has already carried off the lion&#8217;s share of the mobile processor market, striking lucrative licensing agreements with companies like LG and Texas Instruments, meaning their processors now power a huge number of mobile devices. If AMD really wanted to compete, it would require a little bit of luck and a lot of cooperation &#8212; either with Intel to combat ARM&#8217;s stranglehold on the market, or with ARM to one-up their longtime rival. Neither of those options probably sounded very appealing.</p>
<p>For AMD, the future largely remains in their traditional desktop, server, and notebook offerings, but the higher-ups have set their sights on another booming market: tablets. Their Z-series processor, launched back in June, was AMD&#8217;s first step into tablet computing. While it hasn&#8217;t popped up in any must-have tablets yet, AMD remains hopeful that their graphics and processor technologies will align with the growing performance and battery needs of tablet customers. Their rival in graphics, Nvidia, thinks the same, however, and has <a href="http://techcrunch.com/2011/02/16/nvidias-processor-roadmap-is-a-gift-to-geeks/">an ambitious roadmap</a> as well.</p>
<p>So is that it for them? Have they decided to watch the smartphone wars unfold from the sidelines? Not exactly: Mr. Bergman hinted that they may make a move &#8220;if the right circumstances come up and we can see a way to impact the market.&#8221; We&#8217;ll see if that conservative strategy pans out, but as my old Latin teacher used to say, <a href="http://en.wikipedia.org/wiki/Fortune_favours_the_bold"><em>&#8220;fortes fortuna adiuvat.&#8221;</em></a></p>
<hr/>
  <br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/403306/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/403306/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/403306/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/403306/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/403306/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/403306/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/403306/"></a> </p>
<p><a href="http://feedads.g.doubleclick.net/~at/AUEZqFL4B9GmfSmmAG0Kh7SJaCs/0/da"><img src="http://feedads.g.doubleclick.net/~at/AUEZqFL4B9GmfSmmAG0Kh7SJaCs/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~at/AUEZqFL4B9GmfSmmAG0Kh7SJaCs/1/da"><img src="http://feedads.g.doubleclick.net/~at/AUEZqFL4B9GmfSmmAG0Kh7SJaCs/1/di" border="0" ismap="true"></img></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techcrunch?a=PzaSRWRgKls:u_zHvIXNa1I:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=PzaSRWRgKls:u_zHvIXNa1I:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=PzaSRWRgKls:u_zHvIXNa1I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=PzaSRWRgKls:u_zHvIXNa1I:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=PzaSRWRgKls:u_zHvIXNa1I:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=PzaSRWRgKls:u_zHvIXNa1I:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=PzaSRWRgKls:u_zHvIXNa1I:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=PzaSRWRgKls:u_zHvIXNa1I:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/PzaSRWRgKls" height="1" width="1"/>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Fwhy-no-amd-powered-smartphones%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Fwhy-no-amd-powered-smartphones%2F&amp;source=markitd&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://markitd.com/2011/08/08/why-no-amd-powered-smartphones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://tctechcrunch2011.files.wordpress.com/2011/08/amdphone.jpg?w=150" length="" type="" />
<enclosure url="http://0.gravatar.com/avatar/ec2ac47d9dad53c2ae4f7882ae9bf6b9?s=96&amp;amp;d=identicon&amp;amp;r=G" length="" type="" />
		</item>
		<item>
		<title>YC-Backed Leaky Is Hipmunk For Car Insurance</title>
		<link>http://markitd.com/2011/08/08/yc-backed-leaky-is-hipmunk-for-car-insurance/</link>
		<comments>http://markitd.com/2011/08/08/yc-backed-leaky-is-hipmunk-for-car-insurance/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 23:25:03 +0000</pubDate>
		<dc:creator>Markitd.com</dc:creator>
				<category><![CDATA[TC]]></category>

		<guid isPermaLink="false">http://techcrunch.com/?p=403222</guid>
		<description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/screen-shot-2011-08-08-at-4-01-24-pm.png?w=100&#38;h=70&#38;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="Screen shot 2011-08-08 at 4.01.24 PM" style="float: left;margin: 0 10px 7px 0" />Launching in beta today in California is the YC-funded <a href="https://leaky.com">Leaky</a>. Like a <a href="http://www.hipmunk.com">Hipmunk</a> for car insurance, Leaky's premise is simple enough; visit the site and you'll be prompted to fill out an online questionnaire covering all sorts of vehicle-related questions like make, model and mileage of your car as well as demographic information like education level and employer. When you complete the quiz, Leaky immediately serves up a selection of car insurance quotes from five of the top insurance carriers as well as others, including Geico, Esurance and Allstate.]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/screen-shot-2011-08-08-at-4-01-24-pm.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="Screen shot 2011-08-08 at 4.01.24 PM" title="Screen shot 2011-08-08 at 4.01.24 PM" style="float: left; margin: 0 10px 7px 0;" />
<p>Launching in beta today in California is the YC-funded <a href="https://leaky.com">Leaky</a>. Like a <a href="http://www.hipmunk.com">Hipmunk</a> for car insurance, Leaky&#8217;s premise is simple enough; visit the site and you&#8217;ll be prompted to fill out an online questionnaire covering all sorts of vehicle-related questions like make, model and mileage of your car as well as demographic information like education level and employer. When you complete the quiz, Leaky immediately serves up a selection of car insurance quotes from five of the top insurance carriers as well as others, including Geico, Esurance and Allstate.</p>
<p>While individual car insurance providers already have the &#8220;fill out questionnaire&#8221; -&gt; &#8220;get quote&#8221; functionality on their individual sites, no one in the US is aggregating realtime quotes from multiple providers like Leaky is. And unlike UK counterparts <a href="http://moneysupermarket.com">Moneysupermarket.com</a> and <a href="http://www.confused.com">Confused.com</a>, where regulations are relatively uniform, Leaky has the added challenge of insurance restrictions being different for each individual insurance companies across all 50 states.</p>
<p>&#8220;Insurance companies each have a different perspective how much money you’re going to cost the company,&#8221; co-founder <a href="http://www.crunchbase.com/person/darren-nix-2">Darren Nix</a> tells me &#8220;Depending on a customer&#8217;s claims history different companies have different philosophies on how to underwrite risk for different customers and each database has different pricing models.&#8221;</p>
<p>Basically this means that Leaky has to crawl the APIs for five or more insurance carriers, for the fields corresponding to the answers to 40 questions, across 50 states. &#8220;When we first started writing code in January we thought it would take a couple of months, then we realized it was a beast,&#8221; co-founder <a href="http://www.crunchbase.com/person/jason-traff">Jason Traff</a> says.</p>
<p>Indeed, many in the insurance sector purport themselves to do exactly what Leaky actually does (which is hard) but instead incorporate some cop-out lead gen or spammy element. Traff explains that Progressive just estimates what your car insurance quote would be based on publicly available data. And services like Netquote.com, Carinsurance.com and Insurance.com have you fill out a questionnaire but do not result in online quotes, rather in a series of sales phone calls over the next couple of days. Sounds horrific.</p>
<p>Free for users, Leaky plans on monetizing by charging affiliate fees for every customer it brings to insurance companies. Nix and Traff tell me that they estimate they&#8217;ve saved the 700 people who&#8217;ve signed up an average of $313 a year. They estimate the size of the auto-insurance premium market to be $200 billion annually, $20 billion of which results from carrier switching.</p>
<p>So if it&#8217;s actually saving people money and has the potential for profit, why the name Leaky? Nix says, &#8220;Well most people find insurance really boring and we wanted a domain name to make people think &#8216;What the hell? How&#8217;s that related to insurance?&#8217; And as it turns out, it&#8217;s working because we are having outstanding recall of our domain name!&#8221; The founders expect to have expand to all insurance companies across all states in the next 60 days.</p>
<p><a href="http://tctechcrunch2011.files.wordpress.com/2011/08/screenshot.jpg"></a></p>
<div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/27388706' width='500' height='281' frameborder='0'></iframe></div>
<hr/>
  <br/>
<div class="module-crunchbase">
<div class="configuration-neighbor">
<h2 class="global-module-header-black">
  			<span class="line-1"></p>
<div class="cb-home-header cb-stack-home-header">
  			    <a href="http://crunchbase.com">Crunchbase</a>
  			  </div>
<div class="cb-entity-header"><a href="http://www.crunchbase.com/company/leaky" onclick="s_objectID='post_widget_crunchbase';">LEAKY</a></div>
<p>  			</span><br />
  		</h2>
<div class="container">
<div class="panel-container">
<div class="panel current">
<div class="leftgreen">
<div class="info-container info-container-stack-view">
<div class="left-align">
    						  <strong>Company:</strong><br />
    						  <span>LEAKY</span>
    						</div>
<div class="left-align">
    						  <strong>Website:</strong><br />
    						  <span><a href="http://www.leaky.com" onclick="s_objectID='post_widget_crunchbase';">http://www.leaky.com</a></span>
    						</div>
<div class="left-align">
                      <strong>Launch Date:</strong><br />
                      <span>9/2010</span>
                    </div>
</p></div>
<div class="body-copy">
<p>Leaky helps consumers make better decisions about insurance.</p>
</p></div>
<div class="profile-image">
    					      					      <a href="http://www.crunchbase.com/company/leaky"></a>
    					      					</div>
</p></div>
</p></div>
<p>    				<a class="learn-more" href="http://www.crunchbase.com/company/leaky" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
  			</div>
</p></div>
</p></div>
</p></div>
<div style="clear: both;"></div>
<div style="clear: both;"></div>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/403222/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/403222/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/403222/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/403222/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/403222/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/403222/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/403222/"></a> </p>
<p><a href="http://feedads.g.doubleclick.net/~at/V6pi42nMSgGhfGLea5nFWd50F-8/0/da"><img src="http://feedads.g.doubleclick.net/~at/V6pi42nMSgGhfGLea5nFWd50F-8/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~at/V6pi42nMSgGhfGLea5nFWd50F-8/1/da"><img src="http://feedads.g.doubleclick.net/~at/V6pi42nMSgGhfGLea5nFWd50F-8/1/di" border="0" ismap="true"></img></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techcrunch?a=O4Z6ueyS-lI:P2NQs4U4b0s:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=O4Z6ueyS-lI:P2NQs4U4b0s:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=O4Z6ueyS-lI:P2NQs4U4b0s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=O4Z6ueyS-lI:P2NQs4U4b0s:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=O4Z6ueyS-lI:P2NQs4U4b0s:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=O4Z6ueyS-lI:P2NQs4U4b0s:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=O4Z6ueyS-lI:P2NQs4U4b0s:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=O4Z6ueyS-lI:P2NQs4U4b0s:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/O4Z6ueyS-lI" height="1" width="1"/>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Fyc-backed-leaky-is-hipmunk-for-car-insurance%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Fyc-backed-leaky-is-hipmunk-for-car-insurance%2F&amp;source=markitd&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://markitd.com/2011/08/08/yc-backed-leaky-is-hipmunk-for-car-insurance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://tctechcrunch2011.files.wordpress.com/2011/08/screenshot.jpg" length="" type="" />
<enclosure url="http://1.gravatar.com/avatar/d442840d878a0d027a177e8e2d66c7ae?s=96&amp;amp;d=identicon&amp;amp;r=G" length="" type="" />
<enclosure url="http://tctechcrunch2011.files.wordpress.com/2011/08/screen-shot-2011-08-08-at-4-01-24-pm.png?w=150" length="" type="" />
		</item>
		<item>
		<title>Disney And Carnegie Mellon Create Motion Capture On The Go</title>
		<link>http://markitd.com/2011/08/08/disney-and-carnegie-mellon-create-motion-capture-on-the-go/</link>
		<comments>http://markitd.com/2011/08/08/disney-and-carnegie-mellon-create-motion-capture-on-the-go/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 21:31:53 +0000</pubDate>
		<dc:creator>Markitd.com</dc:creator>
				<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://techcrunch.com/?p=403256</guid>
		<description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/mocapl1.jpg?w=100&#38;h=70&#38;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="mocapl1" style="float: left;margin: 0 10px 7px 0" />By now, we've all seen behind-the-scenes footage of motion capture in action -- <a href="http://techcrunch.com/2009/06/23/interview-reuben-langdon-motion-capture-artist-for-avatar/">an actor clad in a monochrome jumpsuit</a> and the occasional handful of colored balls, spouting off dialogue and gesticulating wildly. It used to be that such work could only be done within the confines of a studio, a closed space where a camera would have as little trouble as possible picking up those little points of articulation, in hopes of translating them into lifelike movement for a CGI bobcat or something. Now, according to <a href="http://www.prnewswire.com/news-releases/body-mounted-cameras-turn-motion-capture-inside-out-127261728.html">Disney Research Pittsburgh and Carnegie Mellon University</a>, a recent breakthrough will allow mocap to take place just about anywhere.

The big idea? Instead of actors being filmed by cameras, <a href="http://drp.disneyresearch.com/projects/mocap/">the actors <em>wear</em> the cameras</a>.]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/mocapl1.jpg?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="mocapl1" title="mocapl1" style="float: left; margin: 0 10px 7px 0;" />
<p>By now, we&#8217;ve all seen behind-the-scenes footage of motion capture in action &#8212; <a href="http://techcrunch.com/2009/06/23/interview-reuben-langdon-motion-capture-artist-for-avatar/">an actor clad in a monochrome jumpsuit</a> and the occasional handful of colored balls, spouting off dialogue and gesticulating wildly. It used to be that such work could only be done within the confines of a studio, a closed space where a camera would have as little trouble as possible picking up those little points of articulation, in hopes of translating them into lifelike movement for a CGI bobcat or something. Now, according to <a href="http://www.prnewswire.com/news-releases/body-mounted-cameras-turn-motion-capture-inside-out-127261728.html">Disney Research Pittsburgh and Carnegie Mellon University</a>, a recent breakthrough will allow mocap to take place just about anywhere.</p>
<p>The big idea? Instead of actors being filmed by cameras, <a href="http://drp.disneyresearch.com/projects/mocap/">the actors <em>wear</em> the cameras</a>.</p>
<p>By attaching about 2 dozen tiny cameras to actors&#8217; bodies, filmmakers will be able to capture movement that may not be feasible in enclosed spaces. Imagine a long, drawn-out chase scene: instead of having multiple takes of a guy jumping over a trashcan and leaping for a fire escape being stitched together, the body-mounted system could record all the video data needed in one go. </p>
<p><a href="http://tctechcrunch2011.files.wordpress.com/2011/08/mocapl2.jpg"></a></p>
<p>The technique, called &#8220;Structure from Motion&#8221;, isn&#8217;t quite there yet though. It hinges on precise placement of those cameras on the body, which are then calibrated with external reference structures. Once the video data is collected, it&#8217;s all processed to create a moving skeletal structure that replicates the wearer&#8217;s movements, but it comes at a cost. It requires a considerable amount of computing power to produce the finished product, and at this point a minute of footage may require up to a full day of rendering. </p>
<p>Takaaki Shiratori, a post-doc associate presenting the technique at SIGGRAPH 2011, says &#8220;anyone will be able to do motion capture in the not-so-distant future.&#8221; A bold claim, to be sure, but where&#8217;s the fun in innovation if you can&#8217;t wildly speculate about the future? </p>
<p>Given the type of equipment involved, we may even see homegrown mocap sooner than we think. GoPro cameras, while not cheap, perform impressively when mounted on the <a href="http://www.youtube.com/watch?v=FaEZZ43WrTQ">end of a sword</a> or a <a href="http://www.youtube.com/watch?v=NII78Wwigeg">hula hoop</a>, so what&#8217;s to stop an impressionable young filmmaker with a credit card from buying a ton and strapping them to his or her body? The software required would be a stumbling block for sure, but if it happened to go open-source, just imagine what some imaginative up-and-comer could do.</p>
<hr/>
  <br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/403256/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/403256/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/403256/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/403256/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/403256/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/403256/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/403256/"></a> </p>
<p><a href="http://feedads.g.doubleclick.net/~at/6SGp-0NPWjZMSxxWHdGzw8ria8g/0/da"><img src="http://feedads.g.doubleclick.net/~at/6SGp-0NPWjZMSxxWHdGzw8ria8g/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~at/6SGp-0NPWjZMSxxWHdGzw8ria8g/1/da"><img src="http://feedads.g.doubleclick.net/~at/6SGp-0NPWjZMSxxWHdGzw8ria8g/1/di" border="0" ismap="true"></img></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techcrunch?a=pqnL1NpWnwY:5ieHV9HUiLo:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=pqnL1NpWnwY:5ieHV9HUiLo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=pqnL1NpWnwY:5ieHV9HUiLo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=pqnL1NpWnwY:5ieHV9HUiLo:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=pqnL1NpWnwY:5ieHV9HUiLo:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=pqnL1NpWnwY:5ieHV9HUiLo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=pqnL1NpWnwY:5ieHV9HUiLo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=pqnL1NpWnwY:5ieHV9HUiLo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/pqnL1NpWnwY" height="1" width="1"/>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Fdisney-and-carnegie-mellon-create-motion-capture-on-the-go%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Fdisney-and-carnegie-mellon-create-motion-capture-on-the-go%2F&amp;source=markitd&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://markitd.com/2011/08/08/disney-and-carnegie-mellon-create-motion-capture-on-the-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://0.gravatar.com/avatar/ec2ac47d9dad53c2ae4f7882ae9bf6b9?s=96&amp;amp;d=identicon&amp;amp;r=G" length="" type="" />
<enclosure url="http://tctechcrunch2011.files.wordpress.com/2011/08/mocapl1.jpg?w=150" length="" type="" />
<enclosure url="http://tctechcrunch2011.files.wordpress.com/2011/08/mocapl2.jpg" length="" type="" />
		</item>
		<item>
		<title>YC-Funded Snapjoy Will Organize Your Photos For You (And Make Sure You Don’t Lose Them)</title>
		<link>http://markitd.com/2011/08/08/yc-funded-snapjoy-will-organize-your-photos-for-you-and-make-sure-you-don%e2%80%99t-lose-them/</link>
		<comments>http://markitd.com/2011/08/08/yc-funded-snapjoy-will-organize-your-photos-for-you-and-make-sure-you-don%e2%80%99t-lose-them/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 20:40:36 +0000</pubDate>
		<dc:creator>Markitd.com</dc:creator>
				<category><![CDATA[snapjoy]]></category>
		<category><![CDATA[TC]]></category>

		<guid isPermaLink="false">http://techcrunch.com/?p=403190</guid>
		<description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/snapjoylogo.png?w=100&#38;h=70&#38;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="snapjoylogo" style="float: left;margin: 0 10px 7px 0" />As an intelligent TechCrunch reader with the gift of foresight, you've probably backed up your hard drive — and all of the precious photos locked inside — to at least one cloud service, just in case the unthinkable happens and you lose both your computer <em>and</em> your local backup.

But you're unusual. Many of your friends probably haven't backed up their photos at all, which means they're one crashed drive away from losing those memories forever. And even if that drive doesn't crash, their photos are likely buried in several layers of folders where they're gathering a thick coat of digital dust.

<a href="http://www.snapjoy.com">Snapjoy</a>, a Y Combinator-funded startup that's launching today, wants to fix that: they're offering to keep your photos backed up and organized automatically. And they're taking on the likes of Flickr, iPhoto, and Picasa as they hope to become your go-to app for photo management.]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/snapjoylogo.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="snapjoylogo" title="snapjoylogo" style="float: left; margin: 0 10px 7px 0;" />
<p>As an intelligent TechCrunch reader with the gift of foresight, you&#8217;ve probably backed up your hard drive — and all of the precious photos locked inside — to at least one cloud service, just in case the unthinkable happens and you lose both your computer <em>and</em> your local backup.</p>
<p>But you&#8217;re unusual. Many of your friends probably haven&#8217;t backed up their photos at all, which means they&#8217;re one crashed drive away from losing those memories forever. And even if that drive doesn&#8217;t crash, their photos are likely buried in several layers of folders where they&#8217;re gathering a thick coat of digital dust.</p>
<p><a href="http://www.snapjoy.com">Snapjoy</a>, a Y Combinator-funded startup that&#8217;s launching today, wants to fix that: they&#8217;re offering to keep your photos backed up and organized automatically. And they&#8217;re taking on the likes of Flickr, iPhoto, and Picasa as they hope to become your go-to app for photo management.</p>
<p>The web-based service, which launches today to the public, looks nice — you can try a live demo <a href="http://demo.snapjoy.com/#/">right here</a>. After uploading some photos (a process which Snapjoy says is significantly faster than some competitors) the app categorizes your photos for you, using metadata to try to intelligently place the correct photos in each album.</p>
<p>Unfortunately the service doesn&#8217;t pay attention to any albums you&#8217;ve already created using apps like iPhoto, which could frustrate some users. But Cofounder Michael Dwan says that most users typically sort their photos into albums that are similar to the ones Snapjoy creates (arranged primarily by date) — or they haven&#8217;t created albums at all, in which case Snapjoy is a big improvement. Another nifty feature: if you upload the same photo multiple times (which is easy to do if your photos aren&#8217;t very organized), Snapjoy will ignore the duplicates.</p>
</p>
<p>If you&#8217;re on a Mac you can download Shoebox, a native client that makes it easy to drag and drop photos to automatically upload them to the service (it will also detect when you&#8217;ve inserted an SD card, so you can quickly upload new photos).  Dwan says that the company has more native applications in the works, including an uploader for Windows and an iPad app.</p>
<p>By default, everything uploaded to Snapjoy is private — the site is looking to become the repository for all of your photos, after all. But you can still share photos with select groups of friends, and if you grant permission, a friend can actually copy one of your photos into their own Snapjoy album (a feature that will come in handy when you&#8217;ve, say, gone on a trip with some friends). Down the line Dwan says that the site will add more social network functionality for those who want it (like Facebook integration), but it will still keep the default private.</p>
<p>Of course, Snapjoy is still a nascent two-person startup, and there&#8217;s no way of knowing whether it&#8217;ll be around in a few years — which is key if you&#8217;re using it for backup purposes. Dwan says that the company knows it still has to prove itself, and that users will also be able to download full archives of their photos (at the resolution they were originally uploaded them) whenever they&#8217;d like.</p>
<p>The service is initially free of charge for everyone. In the near future it will begin charging for users that upload a lot of photos (more than a few gigs), though it will be inexpensive, on the order of a few dollars per month.</p>
<hr/>
  <br/>
<div class="module-crunchbase">
<div class="configuration-neighbor">
<h2 class="global-module-header-black">
  			<span class="line-2"></p>
<div class="cb-home-header cb-stack-home-header">
  			    <a href="http://crunchbase.com">Crunchbase</a>
  			  </div>
<div class="cb-entity-header"><a href="http://www.crunchbase.com/company/snapjoy" onclick="s_objectID='post_widget_crunchbase';">SNAPJOY</a></div>
<p>  			</span><br />
  		</h2>
<div class="container">
<div class="panel-container">
<div class="panel current">
<div class="leftgreen">
<div class="info-container info-container-stack-view">
<div class="left-align">
    						  <strong>Company:</strong><br />
    						  <span>SNAPJOY</span>
    						</div>
<div class="left-align">
    						  <strong>Website:</strong><br />
    						  <span><a href="http://feedproxy.google.com/~r/Techcrunch/~3/1m83mQuRVos/" onclick="s_objectID='post_widget_crunchbase';"></a></span>
    						</div>
</p></div>
<div class="body-copy">
</p></div>
<div class="profile-image">
    					      					      <a href="http://www.crunchbase.com/company/snapjoy"></a>
    					      					</div>
</p></div>
</p></div>
<p>    				<a class="learn-more" href="http://www.crunchbase.com/company/snapjoy" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
  			</div>
</p></div>
</p></div>
</p></div>
<div style="clear: both;"></div>
<div style="clear: both;"></div>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/403190/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/403190/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/403190/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/403190/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/403190/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/403190/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/403190/"></a> </p>
<p><a href="http://feedads.g.doubleclick.net/~at/yAC4sJeu-_3s-68vyk6hHuALxrY/0/da"><img src="http://feedads.g.doubleclick.net/~at/yAC4sJeu-_3s-68vyk6hHuALxrY/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~at/yAC4sJeu-_3s-68vyk6hHuALxrY/1/da"><img src="http://feedads.g.doubleclick.net/~at/yAC4sJeu-_3s-68vyk6hHuALxrY/1/di" border="0" ismap="true"></img></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techcrunch?a=1m83mQuRVos:mmhZm3sJLg8:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=1m83mQuRVos:mmhZm3sJLg8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=1m83mQuRVos:mmhZm3sJLg8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=1m83mQuRVos:mmhZm3sJLg8:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=1m83mQuRVos:mmhZm3sJLg8:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=1m83mQuRVos:mmhZm3sJLg8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=1m83mQuRVos:mmhZm3sJLg8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=1m83mQuRVos:mmhZm3sJLg8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/1m83mQuRVos" height="1" width="1"/>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Fyc-funded-snapjoy-will-organize-your-photos-for-you-and-make-sure-you-don%25e2%2580%2599t-lose-them%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Fyc-funded-snapjoy-will-organize-your-photos-for-you-and-make-sure-you-don%25e2%2580%2599t-lose-them%2F&amp;source=markitd&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://markitd.com/2011/08/08/yc-funded-snapjoy-will-organize-your-photos-for-you-and-make-sure-you-don%e2%80%99t-lose-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://tctechcrunch2011.files.wordpress.com/2011/08/snapjoyshot.png" length="" type="" />
<enclosure url="http://tctechcrunch2011.files.wordpress.com/2011/08/snapjoylogo.png?w=150" length="" type="" />
<enclosure url="http://0.gravatar.com/avatar/c274c36be9d27b1b38e145a5ce51c7ac?s=96&amp;amp;d=identicon&amp;amp;r=G" length="" type="" />
		</item>
		<item>
		<title>Twitter Officially Switches: R.I.P. Old Twitter, Long Live #NewTwitter</title>
		<link>http://markitd.com/2011/08/08/twitter-officially-switches-r-i-p-old-twitter-long-live-newtwitter/</link>
		<comments>http://markitd.com/2011/08/08/twitter-officially-switches-r-i-p-old-twitter-long-live-newtwitter/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 19:40:02 +0000</pubDate>
		<dc:creator>Markitd.com</dc:creator>
				<category><![CDATA[social]]></category>
		<category><![CDATA[TC]]></category>

		<guid isPermaLink="false">http://techcrunch.com/?p=403236</guid>
		<description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/twitter-1.png?w=100&#38;h=70&#38;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="Twitter -1" style="float: left;margin: 0 10px 7px 0" />Twitter's redesigned and feature-rich web interface (a.k.a. #newTwitter), which was <a href="http://techcrunch.com/2010/09/14/twitter-event/">announced last fall</a>, has been completely rolled out, according to a <a href="http://twitter.com/#!/twitter/status/100648586638929920">company Tweet.</a> That means that Twitter users can no longer use the old version of the site, which has been the case for nearly a year. 

You can access more information about #NewTwitter <a href="http://twitter.com/newtwitter">here. </a> Of course, this means that all Twitter.com users will be using the same application, which is sure to make things a bit easier for Twitter when it comes to feature and design rollouts.]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/twitter-1.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="Twitter -1" title="Twitter -1" style="float: left; margin: 0 10px 7px 0;" />
<p>Twitter&#8217;s redesigned and feature-rich web interface (a.k.a. #newTwitter), which was <a href="http://techcrunch.com/2010/09/14/twitter-event/">announced last fall</a>, has been completely rolled out, according to a <a href="http://twitter.com/#!/twitter/status/100648586638929920">company Tweet.</a> That means that Twitter users can no longer use the old version of the site, which has been the case for nearly a year. </p>
<p>You can access more information about #NewTwitter <a href="http://twitter.com/newtwitter">here. </a> Of course, this means that all Twitter.com users will be using the same application, which is sure to make things a bit easier for Twitter when it comes to feature and design rollouts. </p>
<p>The company also released an <a href="http://techcrunch.com/2011/08/02/twitter-rolls-out-html5-version-of-twitter-com-for-ipad/">HTML5 version</a> of Twitter.com for the iPad.  </p>
<p><span style="text-align:center; display: block;"><a href="http://techcrunch.com/2011/08/08/twitter-officially-switches-r-i-p-old-twitter-long-live-newtwitter/"></a></span></p>
<hr/>
  <br/>
<div class="module-crunchbase">
<div class="configuration-neighbor">
<h2 class="global-module-header-black">
  			<span class="line-1"></p>
<div class="cb-home-header cb-stack-home-header">
  			    <a href="http://crunchbase.com">Crunchbase</a>
  			  </div>
<div class="cb-entity-header"><a href="http://www.crunchbase.com/company/twitter" onclick="s_objectID='post_widget_crunchbase';">TWITTER</a></div>
<p>  			</span><br />
  		</h2>
<div class="container">
<div class="panel-container">
<div class="panel current">
<div class="leftgreen">
<div class="info-container info-container-stack-view">
<div class="left-align">
    						  <strong>Company:</strong><br />
    						  <span>TWITTER</span>
    						</div>
<div class="left-align">
    						  <strong>Website:</strong><br />
    						  <span><a href="http://twitter.com" onclick="s_objectID='post_widget_crunchbase';">http://twitter.com</a></span>
    						</div>
<div class="left-align">
                      <strong>Launch Date:</strong><br />
                      <span>21/3/2006</span>
                    </div>
<div class="left-align">
                    <strong>Funding:</strong><br />
                    <span>$760M</span>
                  </div>
</p></div>
<div class="body-copy">
<p>Twitter, founded by Jack Dorsey, Biz Stone, and Evan Williams in March 2006 (launched publicly in July 2006), is a social networking and micro-blogging service that allows users to&#8230;</p>
</p></div>
<div class="profile-image">
    					      					      <a href="http://www.crunchbase.com/company/twitter"></a>
    					      					</div>
</p></div>
</p></div>
<p>    				<a class="learn-more" href="http://www.crunchbase.com/company/twitter" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
  			</div>
</p></div>
</p></div>
</p></div>
<div style="clear: both;"></div>
<div style="clear: both;"></div>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/403236/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/403236/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/403236/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/403236/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/403236/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/403236/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/403236/"></a> </p>
<p><a href="http://feedads.g.doubleclick.net/~at/gpcufEkBPCJcBT5eAGq7TWsxcy4/0/da"><img src="http://feedads.g.doubleclick.net/~at/gpcufEkBPCJcBT5eAGq7TWsxcy4/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~at/gpcufEkBPCJcBT5eAGq7TWsxcy4/1/da"><img src="http://feedads.g.doubleclick.net/~at/gpcufEkBPCJcBT5eAGq7TWsxcy4/1/di" border="0" ismap="true"></img></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techcrunch?a=fXKa79pjLBA:l1BoVkFEZwo:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=fXKa79pjLBA:l1BoVkFEZwo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=fXKa79pjLBA:l1BoVkFEZwo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=fXKa79pjLBA:l1BoVkFEZwo:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=fXKa79pjLBA:l1BoVkFEZwo:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=fXKa79pjLBA:l1BoVkFEZwo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=fXKa79pjLBA:l1BoVkFEZwo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=fXKa79pjLBA:l1BoVkFEZwo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/fXKa79pjLBA" height="1" width="1"/>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Ftwitter-officially-switches-r-i-p-old-twitter-long-live-newtwitter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Ftwitter-officially-switches-r-i-p-old-twitter-long-live-newtwitter%2F&amp;source=markitd&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://markitd.com/2011/08/08/twitter-officially-switches-r-i-p-old-twitter-long-live-newtwitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://tctechcrunch2011.files.wordpress.com/2011/08/twitter-1.png?w=150" length="" type="" />
<enclosure url="http://0.gravatar.com/avatar/a5a5ed70fa7c651aa5ec9ca8de57a4b8?s=96&amp;amp;d=identicon&amp;amp;r=G" length="" type="" />
		</item>
		<item>
		<title>Google Accidentally Posts Details About Its Next Android Search App Update</title>
		<link>http://markitd.com/2011/08/08/google-accidentally-posts-details-about-its-next-android-search-app-update-2/</link>
		<comments>http://markitd.com/2011/08/08/google-accidentally-posts-details-about-its-next-android-search-app-update-2/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 19:19:05 +0000</pubDate>
		<dc:creator>Markitd.com</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://techcrunch.com/?p=403197</guid>
		<description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/googlesearchapp31.png?w=100&#38;h=70&#38;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="googlesearchapp3" style="float: left;margin: 0 10px 7px 0" /><a href="http://techcrunch.com/tag/google">Google</a> today announced an update to its Google Search app for <a href="http://techcrunch.com/tag/android">Android</a>, bringing a few new features that should improve your overall search experience. For one, suggestions will now be grouped by type, with the web suggestions appearing up top. Travelers, nomads, and peeps outside of the States will also get to see country-specific suggestions and search results as long as they’re in a country with a Google domain.]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/googlesearchapp31.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="googlesearchapp3" title="googlesearchapp3" style="float: left; margin: 0 10px 7px 0;" />
<p>In a post on their Mobile Blog (since removed), <a href="http://techcrunch.com/tag/google">Google</a> today announced an update to its Google Search app for <a href="http://techcrunch.com/tag/android">Android</a>, bringing a few new features that should improve your overall search experience. None of them will change your life, but since we know what to look forward to, we might as well look forward to it, am I right? </p>
<p>The update will group suggestions by type, with the web suggestions appearing up top. Travelers, nomads, and peeps outside of the States will also get to see country-specific suggestions and search results as long as they’re in a country with a Google domain. Another fun feature is the ability to remove history items by performing a long press, and we all know there’s nothing more embarrassing than having an awkward search history. Have you ever been the only one in your group of friends with a decent smartphone? If you have, you already know how handy this feature will be.</p>
<p>Google included a couple helpful tips for using the app, one of which we found to be pretty exciting. Some of you may have already discovered this, but there just so happens to be a way to search through other apps on the phone using the Google Search app. All you have to do is go into the settings section of the app and check out &#8220;searchable items.&#8221; </p>
<p>The <a href="https://market.android.com/details?id=com.google.android.googlequicksearchbox">app</a> has also undergone a little makeover, now sporting a new, smoother user interface. Within the UI, users can tap the arrow to the right of a search suggestion or history item to make a quick change before searching. </p>
<p>Google has removed the post (which you can peep <a href="http://tctechcrunch2011.files.wordpress.com/2011/08/screen-shot-2011-08-08-at-2-47-11-pm.png">here</a> in screen grab form), and there&#8217;s no telling when these features will roll out, but at least we know what to expect. </p>
<hr/>
  <br/>
<div class="module-crunchbase">
<div class="configuration-neighbor">
<h2 class="global-module-header-black">
  			<span class="line-1"></p>
<div class="cb-home-header cb-stack-home-header">
  			    <a href="http://crunchbase.com">Crunchbase</a>
  			  </div>
<div class="cb-entity-header"><a href="http://www.crunchbase.com/company/google" onclick="s_objectID='post_widget_crunchbase';">GOOGLE</a></div>
<p>  			</span><br />
  		</h2>
<div class="container">
<div class="panel-container">
<div class="panel current">
<div class="leftgreen">
<div class="info-container info-container-stack-view">
<div class="left-align">
    						  <strong>Company:</strong><br />
    						  <span>GOOGLE</span>
    						</div>
<div class="left-align">
    						  <strong>Website:</strong><br />
    						  <span><a href="http://google.com" onclick="s_objectID='post_widget_crunchbase';">http://google.com</a></span>
    						</div>
<div class="left-align">
                      <strong>Launch Date:</strong><br />
                      <span>7/9/1998</span>
                    </div>
<div class="left-align">
                    <strong>IPO:</strong><br />
                    <span><br />
                      25/8/2004, NASDAQ:GOOG                    </span>
                  </div>
</p></div>
<div class="body-copy">
<p>Google provides search and advertising services, which together aim to organize and monetize the world&#8217;s information.  In addition to its dominant search engine, it offers a plethora of&#8230;</p>
</p></div>
<div class="profile-image">
    					      					      <a href="http://www.crunchbase.com/company/google"></a>
    					      					</div>
</p></div>
</p></div>
<p>    				<a class="learn-more" href="http://www.crunchbase.com/company/google" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
  			</div>
</p></div>
</p></div>
</p></div>
<div style="clear: both;"></div>
<div style="clear: both;"></div>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/403197/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/403197/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/403197/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/403197/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/403197/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/403197/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/403197/"></a> </p>
<p><a href="http://feedads.g.doubleclick.net/~at/yQl3zRSBWHenRGDRNjUduDmepWM/0/da"><img src="http://feedads.g.doubleclick.net/~at/yQl3zRSBWHenRGDRNjUduDmepWM/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~at/yQl3zRSBWHenRGDRNjUduDmepWM/1/da"><img src="http://feedads.g.doubleclick.net/~at/yQl3zRSBWHenRGDRNjUduDmepWM/1/di" border="0" ismap="true"></img></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techcrunch?a=I1petdZ4h40:SKtNvHow4UE:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=I1petdZ4h40:SKtNvHow4UE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=I1petdZ4h40:SKtNvHow4UE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=I1petdZ4h40:SKtNvHow4UE:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=I1petdZ4h40:SKtNvHow4UE:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=I1petdZ4h40:SKtNvHow4UE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=I1petdZ4h40:SKtNvHow4UE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=I1petdZ4h40:SKtNvHow4UE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/I1petdZ4h40" height="1" width="1"/>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Fgoogle-accidentally-posts-details-about-its-next-android-search-app-update-2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Fgoogle-accidentally-posts-details-about-its-next-android-search-app-update-2%2F&amp;source=markitd&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://markitd.com/2011/08/08/google-accidentally-posts-details-about-its-next-android-search-app-update-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://tctechcrunch2011.files.wordpress.com/2011/08/googlesearchapp31.png?w=90" length="" type="" />
<enclosure url="http://1.gravatar.com/avatar/123a4c264172746af556b0c74c72b308?s=96&amp;amp;d=identicon&amp;amp;r=G" length="" type="" />
		</item>
		<item>
		<title>Google Accidentally Posts Details About Its Next Android Search App Update</title>
		<link>http://markitd.com/2011/08/08/google-accidentally-posts-details-about-its-next-android-search-app-update/</link>
		<comments>http://markitd.com/2011/08/08/google-accidentally-posts-details-about-its-next-android-search-app-update/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 19:19:05 +0000</pubDate>
		<dc:creator>Markitd.com</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://techcrunch.com/?p=403197</guid>
		<description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/googlesearchapp31.png?w=100&#38;h=70&#38;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="googlesearchapp3" style="float: left;margin: 0 10px 7px 0" /><a href="http://techcrunch.com/tag/google">Google</a> today announced an update to its Google Search app for <a href="http://techcrunch.com/tag/android">Android</a>, bringing a few new features that should improve your overall search experience. For one, suggestions will now be grouped by type, with the web suggestions appearing up top. Travelers, nomads, and peeps outside of the States will also get to see country-specific suggestions and search results as long as they’re in a country with a Google domain.]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/08/googlesearchapp31.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="googlesearchapp3" title="googlesearchapp3" style="float: left; margin: 0 10px 7px 0;" />
<p>In a post on their Mobile Blog (since removed), <a href="http://techcrunch.com/tag/google">Google</a> today announced an update to its Google Search app for <a href="http://techcrunch.com/tag/android">Android</a>, bringing a few new features that should improve your overall search experience. None of them will change your life, but since we know what to look forward to, we might as well look forward to it, am I right? </p>
<p>The update will group suggestions by type, with the web suggestions appearing up top. Travelers, nomads, and peeps outside of the States will also get to see country-specific suggestions and search results as long as they’re in a country with a Google domain. Another fun feature is the ability to remove history items by performing a long press, and we all know there’s nothing more embarrassing than having an awkward search history. Have you ever been the only one in your group of friends with a decent smartphone? If you have, you already know how handy this feature will be.</p>
<p>Google included a couple helpful tips for using the app, one of which we found to be pretty exciting. Some of you may have already discovered this, but there just so happens to be a way to search through other apps on the phone using the Google Search app. All you have to do is go into the settings section of the app and check out &#8220;searchable items.&#8221; </p>
<p>The <a href="https://market.android.com/details?id=com.google.android.googlequicksearchbox">app</a> has also undergone a little makeover, now sporting a new, smoother user interface. Within the UI, users can tap the arrow to the right of a search suggestion or history item to make a quick change before searching. </p>
<p>Google has removed the post (which you can peep <a href="http://tctechcrunch2011.files.wordpress.com/2011/08/screen-shot-2011-08-08-at-2-47-11-pm.png">here</a> in screen grab form), and there&#8217;s no telling when these features will roll out, but at least we know what to expect. </p>
<hr/>
  <br/>
<div class="module-crunchbase">
<div class="configuration-neighbor">
<h2 class="global-module-header-black">
  			<span class="line-2"></p>
<div class="cb-home-header cb-stack-home-header">
  			    <a href="http://crunchbase.com">Crunchbase</a>
  			  </div>
<div class="cb-entity-header"><a href="http://www.crunchbase.com/company/google" onclick="s_objectID='post_widget_crunchbase';">GOOGLE</a></div>
<p>  			</span><br />
  		</h2>
<div class="container">
<div class="panel-container">
<div class="panel current">
<div class="leftgreen">
<div class="info-container info-container-stack-view">
<div class="left-align">
    						  <strong>Company:</strong><br />
    						  <span>GOOGLE</span>
    						</div>
<div class="left-align">
    						  <strong>Website:</strong><br />
    						  <span><a href="http://google.com" onclick="s_objectID='post_widget_crunchbase';">http://google.com</a></span>
    						</div>
<div class="left-align">
                      <strong>Launch Date:</strong><br />
                      <span>7/9/1998</span>
                    </div>
<div class="left-align">
                    <strong>IPO:</strong><br />
                    <span><br />
                      25/8/2004, NASDAQ:GOOG                    </span>
                  </div>
</p></div>
<div class="body-copy">
<p>Google provides search and advertising services, which together aim to organize and monetize the world&#8217;s information.  In addition to its dominant search engine, it offers a plethora of&#8230;</p>
</p></div>
<div class="profile-image">
    					      					      <a href="http://www.crunchbase.com/company/google"></a>
    					      					</div>
</p></div>
</p></div>
<p>    				<a class="learn-more" href="http://www.crunchbase.com/company/google" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
  			</div>
</p></div>
</p></div>
</p></div>
<div style="clear: both;"></div>
<div style="clear: both;"></div>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/403197/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/403197/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/403197/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/403197/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/403197/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/403197/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/403197/"></a> </p>
<p><a href="http://feedads.g.doubleclick.net/~at/IfPo2-EQpcDr2PPrDRLR8lB1Vuw/0/da"><img src="http://feedads.g.doubleclick.net/~at/IfPo2-EQpcDr2PPrDRLR8lB1Vuw/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~at/IfPo2-EQpcDr2PPrDRLR8lB1Vuw/1/da"><img src="http://feedads.g.doubleclick.net/~at/IfPo2-EQpcDr2PPrDRLR8lB1Vuw/1/di" border="0" ismap="true"></img></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Techcrunch?a=I1petdZ4h40:SKtNvHow4UE:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=I1petdZ4h40:SKtNvHow4UE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=I1petdZ4h40:SKtNvHow4UE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=I1petdZ4h40:SKtNvHow4UE:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=I1petdZ4h40:SKtNvHow4UE:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=I1petdZ4h40:SKtNvHow4UE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=I1petdZ4h40:SKtNvHow4UE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=I1petdZ4h40:SKtNvHow4UE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/I1petdZ4h40" height="1" width="1"/>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Fgoogle-accidentally-posts-details-about-its-next-android-search-app-update%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmarkitd.com%2F2011%2F08%2F08%2Fgoogle-accidentally-posts-details-about-its-next-android-search-app-update%2F&amp;source=markitd&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://markitd.com/2011/08/08/google-accidentally-posts-details-about-its-next-android-search-app-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://tctechcrunch2011.files.wordpress.com/2011/08/googlesearchapp31.png?w=90" length="" type="" />
<enclosure url="http://1.gravatar.com/avatar/123a4c264172746af556b0c74c72b308?s=96&amp;amp;d=identicon&amp;amp;r=G" length="" type="" />
		</item>
	</channel>
</rss>

