codders-feedzirra 0.2.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. data/.gitignore +12 -0
  2. data/.rspec +1 -0
  3. data/.travis.yml +9 -0
  4. data/Gemfile +10 -0
  5. data/Guardfile +6 -0
  6. data/HISTORY.md +25 -0
  7. data/README.md +179 -0
  8. data/Rakefile +6 -0
  9. data/feedzirra.gemspec +28 -0
  10. data/lib/feedzirra.rb +17 -0
  11. data/lib/feedzirra/core_ext.rb +3 -0
  12. data/lib/feedzirra/core_ext/date.rb +19 -0
  13. data/lib/feedzirra/core_ext/string.rb +9 -0
  14. data/lib/feedzirra/core_ext/time.rb +29 -0
  15. data/lib/feedzirra/feed.rb +382 -0
  16. data/lib/feedzirra/feed_entry_utilities.rb +65 -0
  17. data/lib/feedzirra/feed_utilities.rb +72 -0
  18. data/lib/feedzirra/parser.rb +20 -0
  19. data/lib/feedzirra/parser/atom.rb +29 -0
  20. data/lib/feedzirra/parser/atom_entry.rb +30 -0
  21. data/lib/feedzirra/parser/atom_feed_burner.rb +21 -0
  22. data/lib/feedzirra/parser/atom_feed_burner_entry.rb +31 -0
  23. data/lib/feedzirra/parser/google_docs_atom.rb +28 -0
  24. data/lib/feedzirra/parser/google_docs_atom_entry.rb +29 -0
  25. data/lib/feedzirra/parser/itunes_rss.rb +50 -0
  26. data/lib/feedzirra/parser/itunes_rss_item.rb +32 -0
  27. data/lib/feedzirra/parser/itunes_rss_owner.rb +12 -0
  28. data/lib/feedzirra/parser/rss.rb +22 -0
  29. data/lib/feedzirra/parser/rss_entry.rb +34 -0
  30. data/lib/feedzirra/parser/rss_feed_burner.rb +22 -0
  31. data/lib/feedzirra/parser/rss_feed_burner_entry.rb +40 -0
  32. data/lib/feedzirra/version.rb +3 -0
  33. data/spec/benchmarks/feed_benchmarks.rb +98 -0
  34. data/spec/benchmarks/feedzirra_benchmarks.rb +40 -0
  35. data/spec/benchmarks/fetching_benchmarks.rb +28 -0
  36. data/spec/benchmarks/parsing_benchmark.rb +30 -0
  37. data/spec/benchmarks/updating_benchmarks.rb +33 -0
  38. data/spec/feedzirra/feed_entry_utilities_spec.rb +52 -0
  39. data/spec/feedzirra/feed_spec.rb +599 -0
  40. data/spec/feedzirra/feed_utilities_spec.rb +150 -0
  41. data/spec/feedzirra/parser/atom_entry_spec.rb +86 -0
  42. data/spec/feedzirra/parser/atom_feed_burner_entry_spec.rb +47 -0
  43. data/spec/feedzirra/parser/atom_feed_burner_spec.rb +47 -0
  44. data/spec/feedzirra/parser/atom_spec.rb +51 -0
  45. data/spec/feedzirra/parser/google_docs_atom_entry_spec.rb +22 -0
  46. data/spec/feedzirra/parser/google_docs_atom_spec.rb +31 -0
  47. data/spec/feedzirra/parser/itunes_rss_item_spec.rb +48 -0
  48. data/spec/feedzirra/parser/itunes_rss_owner_spec.rb +18 -0
  49. data/spec/feedzirra/parser/itunes_rss_spec.rb +54 -0
  50. data/spec/feedzirra/parser/rss_entry_spec.rb +85 -0
  51. data/spec/feedzirra/parser/rss_feed_burner_entry_spec.rb +85 -0
  52. data/spec/feedzirra/parser/rss_feed_burner_spec.rb +52 -0
  53. data/spec/feedzirra/parser/rss_spec.rb +49 -0
  54. data/spec/sample_feeds/AmazonWebServicesBlog.xml +796 -0
  55. data/spec/sample_feeds/AmazonWebServicesBlogFirstEntryContent.xml +63 -0
  56. data/spec/sample_feeds/FeedBurnerUrlNoAlternate.xml +27 -0
  57. data/spec/sample_feeds/GoogleDocsList.xml +187 -0
  58. data/spec/sample_feeds/HREFConsideredHarmful.xml +313 -0
  59. data/spec/sample_feeds/HREFConsideredHarmfulFirstEntry.xml +22 -0
  60. data/spec/sample_feeds/PaulDixExplainsNothing.xml +174 -0
  61. data/spec/sample_feeds/PaulDixExplainsNothingAlternate.xml +174 -0
  62. data/spec/sample_feeds/PaulDixExplainsNothingFirstEntryContent.xml +19 -0
  63. data/spec/sample_feeds/PaulDixExplainsNothingWFW.xml +174 -0
  64. data/spec/sample_feeds/TechCrunch.xml +1514 -0
  65. data/spec/sample_feeds/TechCrunchFirstEntry.xml +9 -0
  66. data/spec/sample_feeds/TechCrunchFirstEntryDescription.xml +3 -0
  67. data/spec/sample_feeds/TenderLovemaking.xml +515 -0
  68. data/spec/sample_feeds/TenderLovemakingFirstEntry.xml +66 -0
  69. data/spec/sample_feeds/TrotterCashionHome.xml +610 -0
  70. data/spec/sample_feeds/atom_with_link_tag_for_url_unmarked.xml +30 -0
  71. data/spec/sample_feeds/itunes.xml +60 -0
  72. data/spec/sample_feeds/run_against_sample.rb +20 -0
  73. data/spec/sample_feeds/top5kfeeds.dat +2170 -0
  74. data/spec/sample_feeds/trouble_feeds.txt +16 -0
  75. data/spec/spec_helper.rb +75 -0
  76. metadata +203 -0
@@ -0,0 +1,1514 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
3
+
4
+ <channel>
5
+ <title>TechCrunch</title>
6
+
7
+ <link>http://techcrunch.com</link>
8
+ <description>TechCrunch is a group-edited blog that profiles the companies, products and events defining and transforming the new web.</description>
9
+ <lastBuildDate>Wed, 02 Nov 2011 17:29:59 +0000</lastBuildDate>
10
+ <language>en</language>
11
+ <sy:updatePeriod>hourly</sy:updatePeriod>
12
+ <sy:updateFrequency>1</sy:updateFrequency>
13
+ <generator>http://wordpress.com/</generator>
14
+ <cloud domain="techcrunch.com" port="80" path="/?rsscloud=notify" registerProcedure="" protocol="http-post" />
15
+ <image><link>http://www.techcrunch.com</link><url>http://www.techcrunch.com/wp-content/themes/techcrunchmu/images/techcrunch_logo.png</url><title>TechCrunch</title></image>
16
+ <atom:link rel="search" type="application/opensearchdescription+xml" href="http://techcrunch.com/osd.xml" title="TechCrunch" />
17
+
18
+ <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Techcrunch" /><feedburner:info uri="techcrunch" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://techcrunch.com/?pushpress=hub" /><feedburner:emailServiceId>Techcrunch</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FTechcrunch" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FTechcrunch" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FTechcrunch" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/Techcrunch" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FTechcrunch" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FTechcrunch" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FTechcrunch" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site.</feedburner:browserFriendly><item>
19
+ <title>Angie’s List Sets Price Range IPO At $11 To $13 Per Share; Valued At Over $600M</title>
20
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/kTeeGj4FnwU/</link>
21
+ <comments>http://techcrunch.com/2011/11/02/angies-list-prices-ipo-at-11-to-13-per-share-valued-at-over-600m/#comments</comments>
22
+ <pubDate>Wed, 02 Nov 2011 17:25:27 +0000</pubDate>
23
+ <dc:creator>Leena Rao</dc:creator>
24
+ <category><![CDATA[TC]]></category>
25
+ <category><![CDATA[angie\'s list]]></category>
26
+
27
+ <guid isPermaLink="false">http://techcrunch.com/?p=446154</guid>
28
+ <description><![CDATA[<img width="100" height="62" src="http://tctechcrunch2011.files.wordpress.com/2011/11/angies-list.jpeg?w=100&amp;h=62&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="angies-list" title="angies-list" style="float: left; margin: 0 10px 7px 0;" />Angie's List, which offers consumers a way to review and rate doctors, contractors and service companies on the Web, has just set the terms for its IPO. In a <a href="http://www.sec.gov/Archives/edgar/data/1491778/000119312511292292/d222159ds1a.htm">new filing</a>, the company revealed that it aims to raise as much as $131.4 million in the offering and has priced its IPO in the range of $11 to $13 per share. The company will <a href="http://techcrunch.com/2011/10/31/pre-ipo-angies-list-is-the-latest-tech-company-to-list-on-the-nasdaq/">list on the Nasdaq</a> under the symbol “ANGI.” At the high end of the range, Angie's List would be valued at nearly $700 million.
29
+
30
+ Angie’s List launched in 1995 with a focus on local home, yard and car services, sits at the intersection of local search, user-generated content and subscription-based services. To date, Angie’s List has raised nearly $100 million from Battery Ventures, T. Rowe Price, City Investment Group, Cardinal Ventures and others.
31
+ ]]></description>
32
+ <content:encoded><![CDATA[<img width="100" height="62" src="http://tctechcrunch2011.files.wordpress.com/2011/11/angies-list.jpeg?w=100&amp;h=62&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="angies-list" title="angies-list" style="float: left; margin: 0 10px 7px 0;" /><p>Angie&#8217;s List, which offers consumers a way to review and rate doctors, contractors and service companies on the Web, has just set the terms for its IPO. In a <a href="http://www.sec.gov/Archives/edgar/data/1491778/000119312511292292/d222159ds1a.htm">new filing</a>, the company revealed that it aims to raise as much as $131.4 million in the offering and has priced its IPO in the range of $11 to $13 per share. The company will <a href="http://techcrunch.com/2011/10/31/pre-ipo-angies-list-is-the-latest-tech-company-to-list-on-the-nasdaq/">list on the Nasdaq</a> under the symbol “ANGI.” At the high end of the range, Angie&#8217;s List would be valued at nearly $700 million. </p>
33
+ <p>Angie’s List launched in 1995 with a focus on local home, yard and car services, sits at the intersection of local search, user-generated content and subscription-based services. To date, Angie’s List has raised nearly $100 million from Battery Ventures, T. Rowe Price, City Investment Group, Cardinal Ventures and others.</p>
34
+ <p>As of September 30, 2011, the company offered its service to paying members in 175 local markets in the United States (compared to 170 as of August). Angie’s List now has more than 1 million (up from 820,000) paid memberships.</p>
35
+ <p>Angie&#8217;s List incurred marketing expenses of $30.2 million and $48 million in 2010 and the nine months ended September 30, 2011, respectively. In 2010 and the nine months ended September 30, 2011, the company&#8217;s revenue was $59.0 million and $62.6 million, respectively. In the same periods, Angie&#8217;s net loss was $27.2 million and $43.2 million. Angie&#8217;s List has incurred net losses its start and had an accumulated deficit of $160.6 million as of September 30, 2011.</p>
36
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/446154/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/446154/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/446154/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/446154/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/446154/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/446154/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/446154/"></a>
37
+ <p><a href="http://feedads.g.doubleclick.net/~at/qv0C7ycnV3JrFMT7HnFWNXc9uEY/0/da"><img src="http://feedads.g.doubleclick.net/~at/qv0C7ycnV3JrFMT7HnFWNXc9uEY/0/di" border="0" ismap="true"></img></a><br/>
38
+ <a href="http://feedads.g.doubleclick.net/~at/qv0C7ycnV3JrFMT7HnFWNXc9uEY/1/da"><img src="http://feedads.g.doubleclick.net/~at/qv0C7ycnV3JrFMT7HnFWNXc9uEY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
39
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=kTeeGj4FnwU:ARydNZJ6SxI:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=kTeeGj4FnwU:ARydNZJ6SxI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=kTeeGj4FnwU:ARydNZJ6SxI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=kTeeGj4FnwU:ARydNZJ6SxI:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=kTeeGj4FnwU:ARydNZJ6SxI:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=kTeeGj4FnwU:ARydNZJ6SxI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=kTeeGj4FnwU:ARydNZJ6SxI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=kTeeGj4FnwU:ARydNZJ6SxI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
40
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/kTeeGj4FnwU" height="1" width="1"/>]]></content:encoded>
41
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/angies-list-prices-ipo-at-11-to-13-per-share-valued-at-over-600m/feed/</wfw:commentRss>
42
+ <slash:comments>0</slash:comments>
43
+
44
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/angies-list.jpeg?w=150" />
45
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/angies-list.jpeg?w=150" medium="image">
46
+ <media:title type="html">angies-list</media:title>
47
+ </media:content>
48
+
49
+ <media:content url="http://1.gravatar.com/avatar/bbce6c3c48f821c81c019600a5589ae6?s=96&amp;d=identicon&amp;r=G" medium="image">
50
+ <media:title type="html">leena</media:title>
51
+ </media:content>
52
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/angies-list-prices-ipo-at-11-to-13-per-share-valued-at-over-600m/</feedburner:origLink></item>
53
+ <item>
54
+ <title>Google Launches Native Gmail App For iPhone, iPad and iPod Touch, Faces Instant Backlash</title>
55
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/OZarlirMG7w/</link>
56
+ <comments>http://techcrunch.com/2011/11/02/google-launches-native-gmail-app-for-iphone-ipad-and-ipod-touch/#comments</comments>
57
+ <pubDate>Wed, 02 Nov 2011 16:46:31 +0000</pubDate>
58
+ <dc:creator>Sarah Perez</dc:creator>
59
+ <category><![CDATA[TC]]></category>
60
+
61
+ <guid isPermaLink="false">http://techcrunch.com/?p=446106</guid>
62
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/ios2.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="ios2" title="ios2" style="float: left; margin: 0 10px 7px 0;" />Google is <a href="http://googlemobile.blogspot.com/2011/11/introducing-gmail-app-for-iphone-ipad.html">launching</a> a new native Gmail application for the iPhone, iPad and iPod Touch today, which is now available in the <a href="http://itunes.apple.com/app/gmail/id422689480?mt=8">iTunes App Store</a>. As recently revealed by TechCrunch writer MG Siegler on his <a href="http://parislemon.com/post/12181169812/incoming-a-native-gmail-iphone-app-finally">personal blog</a>, one of the app's most important features is its ability to do push notifications. The app will also include search, autocomplete, support for attachments, priority inbox access, labels and other standard email features like archiving, deleting and reporting spam.]]></description>
63
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/ios2.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="ios2" title="ios2" style="float: left; margin: 0 10px 7px 0;" /><p>Google is <a href="http://googlemobile.blogspot.com/2011/11/introducing-gmail-app-for-iphone-ipad.html">launching</a> a new native Gmail application for the iPhone, iPad and iPod Touch today, which is now available in the <a href="http://itunes.apple.com/app/gmail/id422689480?mt=8">iTunes App Store</a>. As recently revealed by TechCrunch writer MG Siegler on his <a href="http://parislemon.com/post/12181169812/incoming-a-native-gmail-iphone-app-finally">personal blog</a>, one of the app&#8217;s most important features is its ability to do push notifications. The app will also include search, autocomplete, support for attachments, priority inbox access, labels and other standard email features like archiving, deleting and reporting spam.</p>
64
+ <p>For many, the new app should be an improvement over the already available Web-based application for Gmail because of its support for push notifications &#8211; something that the iPhone itself can&#8217;t do for Gmail without hacking it to work through Exchange. That alone may be reason to switch.</p>
65
+ <p><em><strong>UPDATE</strong>: Ugh! According to early reviews (<a href="http://twitter.com/#!/search/gmail%20app%20sucks">and tons of</a> <a href="http://twitter.com/#!/search/gmail%20app%20fail">Twitter complaints</a>), the push notifications feature is broken and the app doesn&#8217;t support multiple accounts. C&#8217;mon Google, get it together. </em></p>
66
+ <div style='background: url(http://a1.twimg.com/profile_background_images/31266726/scoblebuilding43small.jpg) #C6E2EE; padding: 20px; margin: 8px 0;'>
67
+ <div style='background: #fff; color: #000; padding: 10px 12px 2px 12px; margin: 0; min-height: 60px; font-size: 18px; line-height: 22px; -moz-border-radius: 5px; -webkit-border-radius:5px; -moz-box-shadow:0 2px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2); box-shadow:0 2px 2px rgba(0,0,0,0.2);'><span style='width: 100%; margin-bottom: 12px; padding-top: 8px; height: 40px;'><span style='float: right; width: 300px; font-size: 12px; text-align: right;'><a href='http://twitter.com/Scobleizer' class='twitter-follow-button' data-show-count='false' data-align='right' data-link-color='#1F98C7''>Follow @Scobleizer</a></span><span style='line-height: 19px;'><a href='http://twitter.com/intent/user?screen_name=Scobleizer' title='Robert Scoble' class='twitter-action'></a><strong><a href='http://twitter.com/intent/user?screen_name=Scobleizer' title='Robert Scoble' style='color: #1F98C7;' class='twitter-action'>@Scobleizer</a></strong><span style='color: #999; font-size: 14px;'><br />Robert Scoble</span></span></span>
68
+ <div style='margin: 1em 0 .5em 0;'>The Gmail app is really a piece of crud. Not worth loading. Very disappointed. Discussing it here: <a style="color: #1F98C7" href="https://plus.google.com/u/0/111091089527727420853/posts/i5agW3iZy26"> plus.google.com/u/0/1110910895…</a></div>
69
+ <div class='twitter-actions' style='font-size: 12px;'><span class='twitter-meta'><a title='tweeted on November 2, 2011 9:42 am' href='http://twitter.com/#!/Scobleizer/status/131773218825580544' target='_blank'>47 minutes ago</a> via <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow" target="blank">Twitter for Mac</a></span><a href='https://twitter.com/intent/tweet?in_reply_to=131773218825580544' class='twitter-action twitter-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=131773218825580544' class='twitter-action twitter-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=131773218825580544' class='twitter-action twitter-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div>
70
+ </div>
71
+ </div>
72
+ <div style='background: url(http://a1.twimg.com/profile_background_images/281034158/x91c63bf0fe99e496e8246b6b36e6b2d.png) #AAA772; padding: 20px; margin: 8px 0;'>
73
+ <div style='background: #fff; color: #000; padding: 10px 12px 2px 12px; margin: 0; min-height: 60px; font-size: 18px; line-height: 22px; -moz-border-radius: 5px; -webkit-border-radius:5px; -moz-box-shadow:0 2px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2); box-shadow:0 2px 2px rgba(0,0,0,0.2);'><span style='width: 100%; margin-bottom: 12px; padding-top: 8px; height: 40px;'><span style='float: right; width: 300px; font-size: 12px; text-align: right;'><a href='http://twitter.com/parislemon' class='twitter-follow-button' data-show-count='false' data-align='right' data-link-color='#BF926F''>Follow @parislemon</a></span><span style='line-height: 19px;'><a href='http://twitter.com/intent/user?screen_name=parislemon' title='MG Siegler' class='twitter-action'></a><strong><a href='http://twitter.com/intent/user?screen_name=parislemon' title='MG Siegler' style='color: #BF926F;' class='twitter-action'>@parislemon</a></strong><span style='color: #999; font-size: 14px;'><br />MG Siegler</span></span></span>
74
+ <div style='margin: 1em 0 .5em 0;'>I&#039;m shocked &#8211; SHOCKED &#8211; that Google was unable to launch an unbroken iOS app.</div>
75
+ <div class='twitter-actions' style='font-size: 12px;'><span class='twitter-meta'><a title='tweeted on November 2, 2011 9:44 am' href='http://twitter.com/#!/parislemon/status/131773672687009793' target='_blank'>45 minutes ago</a> via <a href="http://twitter.com/#!/download/iphone" rel="nofollow" target="blank">Twitter for iPhone</a></span><a href='https://twitter.com/intent/tweet?in_reply_to=131773672687009793' class='twitter-action twitter-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=131773672687009793' class='twitter-action twitter-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=131773672687009793' class='twitter-action twitter-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div>
76
+ </div>
77
+ </div>
78
+ <p>Priority inbox is also accessible in the new app, as you can swipe to the right to reveal the list of folders in an interface that looks inspired by (copied from?) Facebook&#8217;s recent <a href="http://techcrunch.com/2011/10/10/facebooks-ipad-app-is-finally-here-yes-for-real-this-time/">iPhone/iPad app</a> update.</p>
79
+ <p>On the iPad, Gmail&#8217;s app includes a split pane view, like Apple&#8217;s own mail app, but with Gmail&#8217;s own take on threaded conversations:</p>
80
+ <p><a href="http://tctechcrunch2011.files.wordpress.com/2011/11/ios3.jpg" rel="lightbox[446106]"></a></p>
81
+ <p>Via Google&#8217;s official<a href="http://googlemobile.blogspot.com/2011/11/introducing-gmail-app-for-iphone-ipad.html"> blog post</a>, the complete list of features for the new app includes the following:</p>
82
+ <ul>
83
+ <li><em>Get alerted to new messages with push notifications and sounds</em></li>
84
+ <li><em>Find an email in seconds with search across your entire inbox</em></li>
85
+ <li><em>Autocomplete email addresses from your Gmail contacts or select from your device’s address book</em></li>
86
+ <li><em>Upload photos with a click using the new attachment button in compose view</em></li>
87
+ <li><em>On iPad, navigate your inbox and read your mail simultaneously with split view</em></li>
88
+ <li><em>Focus on your important messages first with Priority Inbox</em></li>
89
+ <li><em>Quickly scan countless emails on the same subject with threaded conversations</em></li>
90
+ <li><em>Organize your mail by archiving, labeling, starring, deleting and reporting spam</em></li>
91
+ <li><em>Pull down your inbox to rapidly refresh if you’re eager for new mail</em></li>
92
+ <li><em>Swipe right to view your labels without ever leaving your inbox</em></li>
93
+ <li><em>Swiftly scroll through dozens of emails just by sliding your finger</em></li>
94
+ </ul>
95
+ <div>The app is available <a href="http://itunes.apple.com/app/gmail/id422689480?mt=8">here in iTunes</a> and works on iOS4 and up.</div>
96
+ <div><a href="http://tctechcrunch2011.files.wordpress.com/2011/11/gmail-iphone.png" rel="lightbox[446106]"></a></div>
97
+ <div><a href="http://tctechcrunch2011.files.wordpress.com/2011/11/gmail-iphone-2.png" rel="lightbox[446106]"></a></div>
98
+ <br/> <div class="module-crunchbase">
99
+ <div class="configuration-neighbor">
100
+ <h2 class="global-module-header-default">
101
+ <span class="line-1">
102
+ <div class="cb-home-header cb-stack-home-header">
103
+ <a href="http://crunchbase.com">Crunchbase</a>
104
+ </div>
105
+ </span>
106
+ </h2>
107
+ <div class="container">
108
+ <ul class="tab-container">
109
+ <li><a class="tab item-1 current" href="javascript:void(0)" onclick="s_objectID='post_widget_crunchbase';">GOOGLE</a></li>
110
+ <li><a class="tab item-2" href="javascript:void(0)" onclick="s_objectID='post_widget_crunchbase';">GMAIL</a></li>
111
+ </ul>
112
+ <div class="panel-container">
113
+ <div class="panel item-1 current">
114
+ <div class="leftgreen">
115
+ <div class="info-container info-container-stack-view">
116
+ <div class="left-align">
117
+ <span class="header-text">Company:</span>
118
+ <span><a href="http://www.crunchbase.com/company/google" onclick="s_objectID='post_widget_crunchbase';">Google</a></span>
119
+ </div>
120
+ <div class="left-align">
121
+ <span class="header-text">Website:</span>
122
+ <span><a href="http://google.com" onclick="s_objectID='post_widget_crunchbase';">google.com</a></span>
123
+ </div>
124
+ <div class="left-align">
125
+ <span class="header-text">Launch Date:</span>
126
+ <span>July 9, 1998</span>
127
+ </div>
128
+ <div class="left-align">
129
+ <span class="header-text">IPO:</span>
130
+ <span>
131
+ NASDAQ:GOOG </span>
132
+ </div>
133
+ </div>
134
+ <div class="body-copy">
135
+ <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 online tools and platforms including: Gmail, Maps and YouTube. Most of its Web-based products are free, funded by Google&#8217;s highly integrated online advertising platforms AdWords and AdSense. Google promotes the idea that advertising should be highly targeted and relevant to users thus providing them with a rich source of information....</p>
136
+ </div>
137
+ <div class="profile-image">
138
+ <a href="http://www.crunchbase.com/company/google"></a>
139
+ </div>
140
+ </div>
141
+ <a class="learn-more" href="http://www.crunchbase.com/company/google" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
142
+ </div> <!-- End of panel item -->
143
+ <div class="panel item-2">
144
+ <div class="leftgreen">
145
+ <div class="info-container info-container-stack-view">
146
+ <div class="left-align">
147
+ <span class="header-text">Product:</span>
148
+ <span><a href="http://www.crunchbase.com/product/gmail" onclick="s_objectID='post_widget_crunchbase';">Gmail</a></span>
149
+ </div>
150
+ <div class="left-align">
151
+ <span class="header-text">Website:</span>
152
+ <span><a href="http://gmail.com" onclick="s_objectID='post_widget_crunchbase';">gmail.com</a></span>
153
+ </div>
154
+ <div class="left-align"><span class="header-text">Company</span><span>
155
+ <a href="http://www.crunchbase.com/company/google" onclick="s_objectID='post_widget_crunchbase';">Google</a> </span></div>
156
+ </div>
157
+ <div class="body-copy">
158
+ <p>Gmail, also known as Google Mail, is a free email service with innovative features like &#8220;conversation view&#8221; email threads, search-oriented interface and plenty of free storage (almost 7.7GB). Gmail opened in private beta mode in April 2004 by invite only. At first, invites were hard to come by and were spotted up for sell on auction sites like eBay. The email service is now open to everyone and is part of Google Apps. Paul Buchheit, an early employee...</p>
159
+ </div>
160
+ <div class="profile-image">
161
+ <a href="http://www.crunchbase.com/product/gmail"></a>
162
+ </div>
163
+ </div>
164
+ <a class="learn-more" href="http://www.crunchbase.com/product/gmail" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
165
+ </div> <!-- End of panel item -->
166
+ </div><!-- End of panel-container -->
167
+ </div>
168
+ </div>
169
+ </div>
170
+ <div style="clear: both;"></div>
171
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/446106/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/446106/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/446106/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/446106/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/446106/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/446106/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/446106/"></a>
172
+ <p><a href="http://feedads.g.doubleclick.net/~at/-d43_pb9PIlqOTLheLv-IU1WJQc/0/da"><img src="http://feedads.g.doubleclick.net/~at/-d43_pb9PIlqOTLheLv-IU1WJQc/0/di" border="0" ismap="true"></img></a><br/>
173
+ <a href="http://feedads.g.doubleclick.net/~at/-d43_pb9PIlqOTLheLv-IU1WJQc/1/da"><img src="http://feedads.g.doubleclick.net/~at/-d43_pb9PIlqOTLheLv-IU1WJQc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
174
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=OZarlirMG7w:N2Hz46gL1bI:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=OZarlirMG7w:N2Hz46gL1bI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=OZarlirMG7w:N2Hz46gL1bI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=OZarlirMG7w:N2Hz46gL1bI:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=OZarlirMG7w:N2Hz46gL1bI:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=OZarlirMG7w:N2Hz46gL1bI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=OZarlirMG7w:N2Hz46gL1bI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=OZarlirMG7w:N2Hz46gL1bI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
175
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/OZarlirMG7w" height="1" width="1"/>]]></content:encoded>
176
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/google-launches-native-gmail-app-for-iphone-ipad-and-ipod-touch/feed/</wfw:commentRss>
177
+ <slash:comments>0</slash:comments>
178
+
179
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/ios2.png?w=104" />
180
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/ios2.png?w=104" medium="image">
181
+ <media:title type="html">ios2</media:title>
182
+ </media:content>
183
+
184
+ <media:content url="http://1.gravatar.com/avatar/5225bb627e112543aa03bf3b2958be3f?s=96&amp;d=identicon&amp;r=G" medium="image">
185
+ <media:title type="html">sarahintampa</media:title>
186
+ </media:content>
187
+
188
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/ios3.jpg" medium="image">
189
+ <media:title type="html">ios3</media:title>
190
+ </media:content>
191
+
192
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/gmail-iphone.png" medium="image">
193
+ <media:title type="html">gmail-iphone</media:title>
194
+ </media:content>
195
+
196
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/gmail-iphone-2.png" medium="image">
197
+ <media:title type="html">gmail-iphone-2</media:title>
198
+ </media:content>
199
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/google-launches-native-gmail-app-for-iphone-ipad-and-ipod-touch/</feedburner:origLink></item>
200
+ <item>
201
+ <title>Maybe BBM Music Isn’t So Silly After All</title>
202
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/bfvztVaIRe8/</link>
203
+ <comments>http://techcrunch.com/2011/11/02/maybe-bbm-music-isnt-so-silly-after-all/#comments</comments>
204
+ <pubDate>Wed, 02 Nov 2011 16:35:53 +0000</pubDate>
205
+ <dc:creator>Chris Velazco</dc:creator>
206
+ <category><![CDATA[Mobile]]></category>
207
+ <category><![CDATA[TC]]></category>
208
+ <category><![CDATA[blackberry]]></category>
209
+ <category><![CDATA[RIM]]></category>
210
+ <category><![CDATA[BBM Music]]></category>
211
+ <category><![CDATA[BBM]]></category>
212
+
213
+ <guid isPermaLink="false">http://techcrunch.com/?p=446092</guid>
214
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/bbm-music-1.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="BBM-Music-1" title="BBM-Music-1" style="float: left; margin: 0 10px 7px 0;" />With <a href="http://itunes.apple.com/app/gmail/id422689480?mt=8">BBM Music</a>, RIM has thrown their hat into the already crowded mobile music ring. The new service's focus on leveraging your social connections to score some new tunes is a novel twist, but it begs a significant question. Why would RIM release an ostensibly limited music service when you can shell out a few extra dollars a month for unlimited access?]]></description>
215
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/bbm-music-1.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="BBM-Music-1" title="BBM-Music-1" style="float: left; margin: 0 10px 7px 0;" /><p>With <a href="http://techcrunch.com/2011/11/02/bbm-music-app-goes-live-in-blackberry-app-world/">BBM Music</a>, RIM has thrown their hat into the already crowded mobile music ring. The new service&#8217;s focus on leveraging your social connections to score some new tunes is a novel twist, but it begs a significant question. Why would RIM release an ostensibly limited music service when you can shell out a few extra dollars a month for unlimited access?</p>
216
+ <p>At first glance, BBM Music seems like a huge hassle. Unless you only ever listen to a few songs, reaching out to your BBM buddies isn&#8217;t so much a suggestion as it is a requirement. Even though RIM claims to have a catalog of several million tracks, you can only ever have 50 of them linked with your BBM Music profile. </p>
217
+ <p>By connecting with your BBM-using friends, you slowly bolster your music collection by gaining access to their 50 songs, and so on. In short, it requires people to actually work for their music in addition to paying $4.99/month for it.</p>
218
+ <p>Competitor RDIO takes a similar approach to its social elements &#8212; you can follow fellow users and see what they&#8217;ve been playing &#8212; but none of that is mandatory to enjoy the nearly 9 million tracks in Rdio&#8217;s catalog. You&#8217;re definitely paying more for the privilege though: RDIO will run users $9.99/month for unlimited mobile access.</p>
219
+ <p>Still, the higher monthly price also grants users full access to the catalog on their computers, as well as on iOS and Android devices. It&#8217;s certainly the easier option between the two, but to unequivocally call it the better service is missing the point.</p>
220
+ <p>People have been drawing comparisons between these two opposing music models, but it&#8217;s very difficult to be fair since they&#8217;re geared for completely different audiences. It seems to me that BBM Music isn&#8217;t so much a music playing app as it is a music discovery app &#8212; it allows people to leverage their social connections to grow their collection, and it does it for less money than a typical Starbucks order. </p>
221
+ <p>By tying the music concept into BBM, RIM is capitalizing on one of the stickiest parts of the BlackBerry experience. There&#8217;s a strong chance that these users have already built up their BBM contact list, and with BBM Music, those users can finally get more out of their friends than just stimulating conversation. </p>
222
+ <p>Instead of trying to release a BlackBerry-specific unlimited streaming service that would drown in a sea of similar competitors, RIM wisely targeted existing BBM users to whom the service would add the most value because of their existing contact lists. Whether or not BBM Music will survive for long is another story entirely, but RIM took their music efforts in the best direction they could given the circumstances.</p>
223
+ <br/> <div class="module-crunchbase">
224
+ <div class="configuration-neighbor">
225
+ <h2 class="global-module-header-default">
226
+ <span class="line-2">
227
+ <div class="cb-home-header cb-stack-home-header">
228
+ <a href="http://crunchbase.com">Crunchbase</a>
229
+ </div>
230
+ </span>
231
+ </h2>
232
+ <div class="container">
233
+ <ul class="tab-container">
234
+ <li><a class="tab item-1 current" href="javascript:void(0)" onclick="s_objectID='post_widget_crunchbase';">RESEARCH IN MOTION</a></li>
235
+ </ul>
236
+ <div class="panel-container">
237
+ <div class="panel item-1 current">
238
+ <div class="leftgreen">
239
+ <div class="info-container info-container-stack-view">
240
+ <div class="left-align">
241
+ <span class="header-text">Company:</span>
242
+ <span><a href="http://www.crunchbase.com/company/research-in-motion" onclick="s_objectID='post_widget_crunchbase';">Research In Motion</a></span>
243
+ </div>
244
+ <div class="left-align">
245
+ <span class="header-text">Website:</span>
246
+ <span><a href="http://rim.com" onclick="s_objectID='post_widget_crunchbase';">rim.com</a></span>
247
+ </div>
248
+ <div class="left-align">
249
+ <span class="header-text">Launch Date:</span>
250
+ <span>November 2, 1984</span>
251
+ </div>
252
+ <div class="left-align">
253
+ <span class="header-text">IPO:</span>
254
+ <span>
255
+ NASDAQ:RIMM </span>
256
+ </div>
257
+ </div>
258
+ <div class="body-copy">
259
+ <p>Research In Motion (RIM) is a Canadian designer, manufacturer and marketer of wireless devices and solutions for the worldwide mobile communications market. The company is best known as the developer of the BlackBerry smart phone.
260
+
261
+ RIM technology also enables a broad array of third party developers and manufacturers to enhance their products and services with wireless connectivity to data.
262
+
263
+ RIM was founded in 1984. Based in Waterloo, Ontario, the company has offices in North America, Europe and Asia Pacific. </p>
264
+ </div>
265
+ <div class="profile-image">
266
+ <a href="http://www.crunchbase.com/company/research-in-motion"></a>
267
+ </div>
268
+ </div>
269
+ <a class="learn-more" href="http://www.crunchbase.com/company/research-in-motion" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
270
+ </div> <!-- End of panel item -->
271
+ </div><!-- End of panel-container -->
272
+ </div>
273
+ </div>
274
+ </div>
275
+ <div style="clear: both;"></div>
276
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/446092/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/446092/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/446092/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/446092/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/446092/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/446092/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/446092/"></a>
277
+ <p><a href="http://feedads.g.doubleclick.net/~at/0lG67HtH0B02KtdANvbmx3Pakv0/0/da"><img src="http://feedads.g.doubleclick.net/~at/0lG67HtH0B02KtdANvbmx3Pakv0/0/di" border="0" ismap="true"></img></a><br/>
278
+ <a href="http://feedads.g.doubleclick.net/~at/0lG67HtH0B02KtdANvbmx3Pakv0/1/da"><img src="http://feedads.g.doubleclick.net/~at/0lG67HtH0B02KtdANvbmx3Pakv0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
279
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bfvztVaIRe8:c269YSeCx8E:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bfvztVaIRe8:c269YSeCx8E:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bfvztVaIRe8:c269YSeCx8E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bfvztVaIRe8:c269YSeCx8E:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=bfvztVaIRe8:c269YSeCx8E:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bfvztVaIRe8:c269YSeCx8E:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=bfvztVaIRe8:c269YSeCx8E:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=bfvztVaIRe8:c269YSeCx8E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
280
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/bfvztVaIRe8" height="1" width="1"/>]]></content:encoded>
281
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/maybe-bbm-music-isnt-so-silly-after-all/feed/</wfw:commentRss>
282
+ <slash:comments>0</slash:comments>
283
+
284
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/bbm-music-1.png?w=150" />
285
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/bbm-music-1.png?w=150" medium="image">
286
+ <media:title type="html">BBM-Music-1</media:title>
287
+ </media:content>
288
+
289
+ <media:content url="http://0.gravatar.com/avatar/ec2ac47d9dad53c2ae4f7882ae9bf6b9?s=96&amp;d=identicon&amp;r=G" medium="image">
290
+ <media:title type="html">ctvelazco</media:title>
291
+ </media:content>
292
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/maybe-bbm-music-isnt-so-silly-after-all/</feedburner:origLink></item>
293
+ <item>
294
+ <title>Ex-Google Reader Product Manager Posts Scathing Review Of Reader Redesign</title>
295
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/Xvtioq4RDqE/</link>
296
+ <comments>http://techcrunch.com/2011/11/02/ex-google-reader-product-manager-posts-scathing-review-of-reader-redesign/#comments</comments>
297
+ <pubDate>Wed, 02 Nov 2011 16:31:03 +0000</pubDate>
298
+ <dc:creator>Sarah Perez</dc:creator>
299
+ <category><![CDATA[Opinion]]></category>
300
+ <category><![CDATA[Social]]></category>
301
+ <category><![CDATA[TC]]></category>
302
+
303
+ <guid isPermaLink="false">http://techcrunch.com/?p=446062</guid>
304
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/screen_500-1.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="screen_500 (1)" title="screen_500 (1)" style="float: left; margin: 0 10px 7px 0;" />Former Google Reader Product Manager Brian Shih has posted <a href="http://brianshih.com/78073742">a scathing, but fairly accurate, review</a> of the <a href="http://techcrunch.com/2011/10/31/and-here-it-is-the-new-google-reader-revealed/">update</a> to Google Reader. The update, which <a href="http://techcrunch.com/2011/10/20/google-reader-getting-overhauled-removing-your-friends/">removed Reader's own social sharing features</a> in favor of Google+, was unpopular among Google Reader's most active users because it destroyed their niche community built up over the years. But in Shih's opinion, that's only one of its problems.
305
+
306
+ Just as bad is the new visual style, he says, referring to the stark, black-and-white user interface Google has been <a href="http://techcrunch.com/2011/11/01/google-cleans-up-gmail-with-new-design-and-better-search/">rolling out</a> to all its products in recent weeks. Says Shih: "it's as if whoever made the update did so without ever actually using the product to, you know, read something,"]]></description>
307
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/screen_500-1.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="screen_500 (1)" title="screen_500 (1)" style="float: left; margin: 0 10px 7px 0;" /><p>Former Google Reader Product Manager Brian Shih has posted <a href="http://brianshih.com/78073742">a scathing, but fairly accurate, review</a> of the <a href="http://techcrunch.com/2011/10/31/and-here-it-is-the-new-google-reader-revealed/">update</a> to Google Reader. The update, which <a href="http://techcrunch.com/2011/10/20/google-reader-getting-overhauled-removing-your-friends/">removed Reader&#8217;s own social sharing features</a> in favor of Google+, was unpopular among Google Reader&#8217;s most active users because it destroyed their niche community built up over the years. But in Shih&#8217;s opinion, that&#8217;s only one of its problems.</p>
308
+ <p>Just as bad is the new visual style, he says, referring to the stark, black-and-white user interface Google has been <a href="http://techcrunch.com/2011/11/01/google-cleans-up-gmail-with-new-design-and-better-search/">rolling out</a> to all its products in recent weeks. Says Shih: &#8220;it&#8217;s as if whoever made the update did so without ever actually using the product to, you know, read something,&#8221;</p>
309
+ <p>Regular users of Google Reader will likely cheer upon reading Shih&#8217;s critique, which hits the nail right on the head:</p>
310
+ <blockquote><p>Reader is a product built to consume information, quickly. We designed it to be very good at that one thing. G+ is an experience built around browsing (similar to Facebook) and socializing. Taking the UI paradigm for G+ and mashing it onto Reader without any apparent regard for the underlying function is awful and it shows.</p>
311
+ <p>The second and more obvious change, is that someone took the magic color-removing wand and drenched the whole page in grey. It&#8217;s so unbelievably stark, it&#8217;s hard to imagine a more desolate experience. Even G+ has blue links for post titles. Blue titles are <a href="http://www.google.com/search?q=google%20reader">good enough for Google search</a>. Reader, which is built <em>entirely around posts with titles</em>, does away with this in the name of the almighty grey god.</p></blockquote>
312
+ <p><a href="http://tctechcrunch2011.files.wordpress.com/2011/11/reader.png" rel="lightbox[446062]"></a></p>
313
+ <p>And the trash-talking doesn&#8217;t stop there.</p>
314
+ <p>Aside from the horrid visual style, the other head-scratching question Shih poses is why Google chose to remove Google Reader&#8217;s internal sharing mechanisms in favor of Google+ instead of building out a more thoughtful integration. As another former Google Reader engineer Kevin Fox previously <a href="http://fury.com/2011/10/changing-google-reader-for-the-better/">noted</a>, Google could have made it so that sharing was pushed through Google+&#8217;s API, while the &#8221;People You Follow&#8221; in Reader became a Reader-specific Circle.</p>
315
+ <p>It&#8217;s almost seems like Google <em>doesn&#8217;t even care</em> what happens to Reader or its community, as niche as that may be. (<a href="http://techcrunch.com/2011/10/25/iranians-upset-over-google-reader-changes/">Except in Iran</a>, that is). In fact, it&#8217;s been rumored that as far as Google is concerned, it would love kill off Reader entirely if it could. <em>The horror!</em></p>
316
+ <p>Sadly, today&#8217;s alternatives to Google Reader are few and far between, and most don&#8217;t serve the needs of the heavy RSS user. Other readers attempt to differentiate themselves with features that appeal to mainstream readers, have interfaces that don&#8217;t quite work or run only as a desktop app. For what it&#8217;s worth, I&#8217;ve experimented with <a href="http://www.feedly.com/">Feedly</a>, <a href="http://www.newsblur.com/">NewsBlur</a>, <a href="http://www.netvibes.com/en">NetVibes</a>, <a href="http://feedafever.com/">Fever</a>, <a href="http://netnewswireapp.com/">NetNewsWire</a>, <a href="http://www.pulse.me/">Pulse</a>, and even the newly launched <a href="http://intigi.com/">Intigi</a>, but none come close to duplicating the Google Reader experience &#8211; they are all their own, very individual, news-consuming products. Fever is probably the best among the &#8220;host-your-own&#8221; crowd, and Feedly is a personal favorite for its design, but these are not real alternatives to Google Reader, they&#8217;re complimentary to it.</p>
317
+ <p>The most interesting alternative, <a href="http://hivemined.org/">HiveMind</a>, is currently in the process of <a href="http://www.theatlanticwire.com/technology/2011/10/sharebros-are-building-google-reader-replacement/44307/">being built </a>by a devout Google Reader user Francis Cleary, but has yet to launch. The hope there is that Cleary has an understanding of what Google Reader did right and what the others still lack. Time will tell.</p>
318
+ <p>For now, the best you can do is remain in Google Reader, tricked out with the<a href="https://chrome.google.com/webstore/detail/makmndpcndgheboeifhhgehleeabhoab"> Google Reader Rectifier Chrome extension</a>, which at least helps fix the whitespace issue. (Reader seems slower after its install, however.)</p>
319
+ <p>At the end of the day, the changes Google is now making, both to Reader and otherwise, indicate it has a clear agenda for pursuing social at all costs. It has even shuttered a number of <a href="http://techcrunch.com/2011/10/14/google-axes-more-services-jaiku-code-search-more/">under-performing services</a>, its Labs offerings, and <a href="http://techcrunch.com/2011/09/02/google-kills-aardvark/">products from acquisitions</a>, so it can focus its efforts on its core products, which now includes social. That may prove the right thing for the company in the long run, but it is coming at the cost of some of Google&#8217;s most passionate users.</p>
320
+ <p><em>Image credits: top Google; second Brian Shih</em></p>
321
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/446062/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/446062/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/446062/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/446062/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/446062/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/446062/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/446062/"></a>
322
+ <p><a href="http://feedads.g.doubleclick.net/~at/xrXxKpIAtxK0997m1EeKIZ42tT4/0/da"><img src="http://feedads.g.doubleclick.net/~at/xrXxKpIAtxK0997m1EeKIZ42tT4/0/di" border="0" ismap="true"></img></a><br/>
323
+ <a href="http://feedads.g.doubleclick.net/~at/xrXxKpIAtxK0997m1EeKIZ42tT4/1/da"><img src="http://feedads.g.doubleclick.net/~at/xrXxKpIAtxK0997m1EeKIZ42tT4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
324
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=Xvtioq4RDqE:zZUAkrf4LSc:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=Xvtioq4RDqE:zZUAkrf4LSc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=Xvtioq4RDqE:zZUAkrf4LSc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=Xvtioq4RDqE:zZUAkrf4LSc:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=Xvtioq4RDqE:zZUAkrf4LSc:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=Xvtioq4RDqE:zZUAkrf4LSc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=Xvtioq4RDqE:zZUAkrf4LSc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=Xvtioq4RDqE:zZUAkrf4LSc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
325
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/Xvtioq4RDqE" height="1" width="1"/>]]></content:encoded>
326
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/ex-google-reader-product-manager-posts-scathing-review-of-reader-redesign/feed/</wfw:commentRss>
327
+ <slash:comments>0</slash:comments>
328
+
329
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/screen_500-1.png?w=150" />
330
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/screen_500-1.png?w=150" medium="image">
331
+ <media:title type="html">screen_500 (1)</media:title>
332
+ </media:content>
333
+
334
+ <media:content url="http://1.gravatar.com/avatar/5225bb627e112543aa03bf3b2958be3f?s=96&amp;d=identicon&amp;r=G" medium="image">
335
+ <media:title type="html">sarahintampa</media:title>
336
+ </media:content>
337
+
338
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/reader.png" medium="image">
339
+ <media:title type="html">Reader</media:title>
340
+ </media:content>
341
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/ex-google-reader-product-manager-posts-scathing-review-of-reader-redesign/</feedburner:origLink></item>
342
+ <item>
343
+ <title>Here’s The First GTA:V Trailer And It’s Spectacular</title>
344
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/NTiksVo4fII/</link>
345
+ <comments>http://techcrunch.com/2011/11/02/heres-the-first-gta-v-trailer-and-its-spectacular/#comments</comments>
346
+ <pubDate>Wed, 02 Nov 2011 16:19:37 +0000</pubDate>
347
+ <dc:creator>Matt Burns</dc:creator>
348
+ <category><![CDATA[Gadgets]]></category>
349
+ <category><![CDATA[Gaming]]></category>
350
+ <category><![CDATA[gta v]]></category>
351
+
352
+ <guid isPermaLink="false">http://techcrunch.com/?p=446072</guid>
353
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/gta-v-logo1.jpg?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="gta-v-logo1" title="gta-v-logo1" style="float: left; margin: 0 10px 7px 0;" />Rockstar Games <a href="http://www.rockstargames.com/videos/video/8001">just released</a> the first trailer for the upcoming GTA V game and it's good to be home. Grand Theft Auto V is living large back in the beautiful state of San Andreas. The big city of Los Santos, the lovely ladies, and the fast cars -- it's all there. The game still doesn't have a release date but don't expect it this year. However, there will likely be a steady stream of trailers, teasers and random marketing until it's hyped to unreasonable levels.]]></description>
354
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/gta-v-logo1.jpg?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="gta-v-logo1" title="gta-v-logo1" style="float: left; margin: 0 10px 7px 0;" /><p>Rockstar Games <a href="http://www.rockstargames.com/videos/video/8001">just released</a> the first trailer for the upcoming GTA V game and it&#8217;s good to be home. Grand Theft Auto V is living large back in the beautiful state of San Andreas. The big city of Los Santos, the lovely ladies, and the fast cars &#8212; it&#8217;s all there. The game still doesn&#8217;t have a release date but don&#8217;t expect it this year. However, there will likely be a steady stream of trailers, teasers and random marketing until it&#8217;s hyped to unreasonable levels.</p>
355
+ <p><span style="text-align:center; display: block;"><a href="http://techcrunch.com/2011/11/02/heres-the-first-gta-v-trailer-and-its-spectacular/"></a></span></p>
356
+ <br/> <div class="module-crunchbase">
357
+ <div class="configuration-neighbor">
358
+ <h2 class="global-module-header-default">
359
+ <span class="line-2">
360
+ <div class="cb-home-header cb-stack-home-header">
361
+ <a href="http://crunchbase.com">Crunchbase</a>
362
+ </div>
363
+ </span>
364
+ </h2>
365
+ <div class="container">
366
+ <ul class="tab-container">
367
+ <li><a class="tab item-1 current" href="javascript:void(0)" onclick="s_objectID='post_widget_crunchbase';">ROCKSTAR GAMES</a></li>
368
+ </ul>
369
+ <div class="panel-container">
370
+ <div class="panel item-1 current">
371
+ <div class="leftgreen">
372
+ <div class="info-container info-container-stack-view">
373
+ <div class="left-align">
374
+ <span class="header-text">Company:</span>
375
+ <span><a href="http://www.crunchbase.com/company/rockstar-games" onclick="s_objectID='post_widget_crunchbase';">Rockstar Games</a></span>
376
+ </div>
377
+ <div class="left-align">
378
+ <span class="header-text">Website:</span>
379
+ <span><a href="" onclick="s_objectID='post_widget_crunchbase';"></a></span>
380
+ </div>
381
+ </div>
382
+ <div class="body-copy">
383
+ <p></p>
384
+ </div>
385
+ <div class="profile-image">
386
+ <a href="http://www.crunchbase.com/company/rockstar-games"></a>
387
+ </div>
388
+ </div>
389
+ <a class="learn-more" href="http://www.crunchbase.com/company/rockstar-games" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
390
+ </div> <!-- End of panel item -->
391
+ </div><!-- End of panel-container -->
392
+ </div>
393
+ </div>
394
+ </div>
395
+ <div style="clear: both;"></div>
396
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/446072/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/446072/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/446072/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/446072/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/446072/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/446072/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/446072/"></a>
397
+ <p><a href="http://feedads.g.doubleclick.net/~at/bxNdyrGuWVAfupITHWa9-dD7j6k/0/da"><img src="http://feedads.g.doubleclick.net/~at/bxNdyrGuWVAfupITHWa9-dD7j6k/0/di" border="0" ismap="true"></img></a><br/>
398
+ <a href="http://feedads.g.doubleclick.net/~at/bxNdyrGuWVAfupITHWa9-dD7j6k/1/da"><img src="http://feedads.g.doubleclick.net/~at/bxNdyrGuWVAfupITHWa9-dD7j6k/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
399
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NTiksVo4fII:bNwuzmr-Dtg:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NTiksVo4fII:bNwuzmr-Dtg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NTiksVo4fII:bNwuzmr-Dtg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NTiksVo4fII:bNwuzmr-Dtg:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=NTiksVo4fII:bNwuzmr-Dtg:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NTiksVo4fII:bNwuzmr-Dtg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=NTiksVo4fII:bNwuzmr-Dtg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NTiksVo4fII:bNwuzmr-Dtg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
400
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/NTiksVo4fII" height="1" width="1"/>]]></content:encoded>
401
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/heres-the-first-gta-v-trailer-and-its-spectacular/feed/</wfw:commentRss>
402
+ <slash:comments>0</slash:comments>
403
+
404
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/gta-v-logo1.jpg?w=150" />
405
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/gta-v-logo1.jpg?w=150" medium="image">
406
+ <media:title type="html">gta-v-logo1</media:title>
407
+ </media:content>
408
+
409
+ <media:content url="http://0.gravatar.com/avatar/c921fdee122025b0436360dc6bb7322d?s=96&amp;d=identicon&amp;r=G" medium="image">
410
+ <media:title type="html">mjburnsy</media:title>
411
+ </media:content>
412
+
413
+ <media:content url="http://img.youtube.com/vi/WgTz8l2vsbs/2.jpg" medium="image" />
414
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/heres-the-first-gta-v-trailer-and-its-spectacular/</feedburner:origLink></item>
415
+ <item>
416
+ <title>Take A Peek At China’s Version Of The Motorola Droid RAZR</title>
417
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/pEskkPSFX0U/</link>
418
+ <comments>http://techcrunch.com/2011/11/02/take-a-peek-at-chinas-version-of-the-motorola-droid-razr/#comments</comments>
419
+ <pubDate>Wed, 02 Nov 2011 16:17:49 +0000</pubDate>
420
+ <dc:creator>Jordan Crook</dc:creator>
421
+ <category><![CDATA[Mobile]]></category>
422
+ <category><![CDATA[Motorola]]></category>
423
+ <category><![CDATA[razr]]></category>
424
+
425
+ <guid isPermaLink="false">http://techcrunch.com/?p=446065</guid>
426
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/screen-shot-2011-11-02-at-12-10-54-pm.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="Chinese RAZR" title="Chinese RAZR" style="float: left; margin: 0 10px 7px 0;" />The <a href="http://techcrunch.com/2011/10/18/verizon-officially-unveils-the-motorola-droid-razr/">Droid RAZR</a> has certainly been the talk of the the town lately, with its 7.1mm waist line, 1.2GHz dual-core processor and uniquely beautiful design. <a href="http://techcrunch.com/2011/11/01/verizon-doc-points-to-november-10-launch-for-the-droid-razr/">According to the leaks</a>, the RAZR should be gracing shelves by November 10 both here in the States and in the UK.
427
+
428
+ But what about China? ]]></description>
429
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/screen-shot-2011-11-02-at-12-10-54-pm.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="Chinese RAZR" title="Chinese RAZR" style="float: left; margin: 0 10px 7px 0;" /><p>The <a href="http://techcrunch.com/2011/10/18/verizon-officially-unveils-the-motorola-droid-razr/">Droid RAZR</a> has certainly been the talk of the the town lately, with its 7.1mm waist line, 1.2GHz dual-core processor and uniquely beautiful design. <a href="http://techcrunch.com/2011/11/01/verizon-doc-points-to-november-10-launch-for-the-droid-razr/">According to the leaks</a>, the RAZR should be gracing shelves by November 10 both here in the States and in the UK. But what about China? </p>
430
+ <p>Well, unlike the identical Droid RAZR for Verizon and the UK version (just RAZR), the Chinese model of the phone differentiates itself in terms of design, reports <a href="http://www.unwiredview.com/2011/11/01/redesigned-motorola-droid-razr-mt917-spotted-in-china/">Unwired View</a>. The corners are rounded off a bit more, and a TD-SCDMA radio&#8217;s been thrown into the mix, meaning the phone is headed for China Mobile. </p>
431
+ <p>It also seems like the bezel material is more of a silver than the gunmetal color we&#8217;re seeing here in the States, but that could merely be the flash lightening things up. On Verizon&#8217;s model, the ear piece is also silver, whereas this Chinese model seems to lack that finishing touch. </p>
432
+ <p>Specs wise, things haven&#8217;t really changed. You&#8217;ll still find the same 960&#215;540 qHD display, 8-megapixel camera, Kevlar fiber casing, and Android 2.3 Gingerbread. In terms of availability, this version of the RAZR has just made its way through China&#8217;s version of the FCC, so it could potentially hit shelves pretty soon. </p>
433
+ <p><a href="http://tctechcrunch2011.files.wordpress.com/2011/11/motorola-droid-razr-china.jpg" rel="lightbox[446065]"></a></p>
434
+ <br/> <div class="module-crunchbase">
435
+ <div class="configuration-neighbor">
436
+ <h2 class="global-module-header-default">
437
+ <span class="line-1">
438
+ <div class="cb-home-header cb-stack-home-header">
439
+ <a href="http://crunchbase.com">Crunchbase</a>
440
+ </div>
441
+ </span>
442
+ </h2>
443
+ <div class="container">
444
+ <ul class="tab-container">
445
+ <li><a class="tab item-1 current" href="javascript:void(0)" onclick="s_objectID='post_widget_crunchbase';">MOTOROLA MOBILITY</a></li>
446
+ </ul>
447
+ <div class="panel-container">
448
+ <div class="panel item-1 current">
449
+ <div class="leftgreen">
450
+ <div class="info-container info-container-stack-view">
451
+ <div class="left-align">
452
+ <span class="header-text">Company:</span>
453
+ <span><a href="http://www.crunchbase.com/company/motorola-mobility" onclick="s_objectID='post_widget_crunchbase';">Motorola Mobility</a></span>
454
+ </div>
455
+ <div class="left-align">
456
+ <span class="header-text">Website:</span>
457
+ <span><a href="http://www.motorolamobility.com" onclick="s_objectID='post_widget_crunchbase';">motorolamobility.com</a></span>
458
+ </div>
459
+ </div>
460
+ <div class="body-copy">
461
+ <p>Motorola is known around the world for innovation in communications and is focused on advancing the way the world connects. From broadband communications infrastructure, enterprise mobility and public safety solutions to mobile and wireline digital communication devices that provide compelling experiences, Motorola is leading the next wave of innovations that enable people, enterprises and governments to be more connected and more mobile. Motorola (NYSE: MOT) had sales of US $22 billion in 2009</p>
462
+ </div>
463
+ <div class="profile-image">
464
+ <a href="http://www.crunchbase.com/company/motorola-mobility"></a>
465
+ </div>
466
+ </div>
467
+ <a class="learn-more" href="http://www.crunchbase.com/company/motorola-mobility" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
468
+ </div> <!-- End of panel item -->
469
+ </div><!-- End of panel-container -->
470
+ </div>
471
+ </div>
472
+ </div>
473
+ <div style="clear: both;"></div>
474
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/446065/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/446065/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/446065/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/446065/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/446065/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/446065/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/446065/"></a>
475
+ <p><a href="http://feedads.g.doubleclick.net/~at/k4GYn8fX19ugqko9vbmEJFC27Y0/0/da"><img src="http://feedads.g.doubleclick.net/~at/k4GYn8fX19ugqko9vbmEJFC27Y0/0/di" border="0" ismap="true"></img></a><br/>
476
+ <a href="http://feedads.g.doubleclick.net/~at/k4GYn8fX19ugqko9vbmEJFC27Y0/1/da"><img src="http://feedads.g.doubleclick.net/~at/k4GYn8fX19ugqko9vbmEJFC27Y0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
477
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=pEskkPSFX0U:QrjpMAb_zMs:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=pEskkPSFX0U:QrjpMAb_zMs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=pEskkPSFX0U:QrjpMAb_zMs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=pEskkPSFX0U:QrjpMAb_zMs:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=pEskkPSFX0U:QrjpMAb_zMs:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=pEskkPSFX0U:QrjpMAb_zMs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=pEskkPSFX0U:QrjpMAb_zMs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=pEskkPSFX0U:QrjpMAb_zMs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
478
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/pEskkPSFX0U" height="1" width="1"/>]]></content:encoded>
479
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/take-a-peek-at-chinas-version-of-the-motorola-droid-razr/feed/</wfw:commentRss>
480
+ <slash:comments>0</slash:comments>
481
+
482
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/screen-shot-2011-11-02-at-12-10-54-pm.png?w=93" />
483
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/screen-shot-2011-11-02-at-12-10-54-pm.png?w=93" medium="image">
484
+ <media:title type="html">Chinese RAZR</media:title>
485
+ </media:content>
486
+
487
+ <media:content url="http://1.gravatar.com/avatar/123a4c264172746af556b0c74c72b308?s=96&amp;d=identicon&amp;r=G" medium="image">
488
+ <media:title type="html">biggsismyboss</media:title>
489
+ </media:content>
490
+
491
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/motorola-droid-razr-china.jpg" medium="image">
492
+ <media:title type="html">Motorola-Droid-RAZR-china</media:title>
493
+ </media:content>
494
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/take-a-peek-at-chinas-version-of-the-motorola-droid-razr/</feedburner:origLink></item>
495
+ <item>
496
+ <title>Gigya Launches Platform To Give Businesses Access To Users’ Complete Social Identities</title>
497
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/Qd4_6p5xJJw/</link>
498
+ <comments>http://techcrunch.com/2011/11/02/gigya-launches-platform-to-give-businesses-access-to-users-complete-social-identities/#comments</comments>
499
+ <pubDate>Wed, 02 Nov 2011 15:50:23 +0000</pubDate>
500
+ <dc:creator>Rip Empson</dc:creator>
501
+ <category><![CDATA[Social]]></category>
502
+ <category><![CDATA[Startups]]></category>
503
+ <category><![CDATA[TC]]></category>
504
+ <category><![CDATA[Gigya]]></category>
505
+
506
+ <guid isPermaLink="false">http://techcrunch.com/?p=445922</guid>
507
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/368422_gigya_logo_medium1.jpg?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="368422_gigya_logo_medium1" title="368422_gigya_logo_medium1" style="float: left; margin: 0 10px 7px 0;" />Many companies have begun to realize that social is not just a new channel or a new fad, it's a new way of doing business. But learning the ropes, how to use social networks and social channels, and optimize and tailor social features for one's business, is easier said than done. This is where <a href="http://www.gigya.com/">Gigya</a> enters the equation. The startup offers a SaaS technology (or a social CRM platform, if you will) to help businesses make their websites social, integrating their online appendages with Facebook, Twitter, LinkedIn, etc. and consolidating the best social features and widgets into one solution.
508
+
509
+ While the startup has made a play into social commerce with widgets to integrate e-Commerce platforms with social networks, etc., Gigya is today announcing the launch of an important (and perhaps somewhat intimidating) new technology that has big data implications. Social data implications, of course. The tech has been dubbed the "Identity Management Platform", and essentially, it enables businesses to better manage user data by providing them with complete, permission-based access to a user's social, profile, and behavior data culled from activity on their websites.]]></description>
510
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/368422_gigya_logo_medium1.jpg?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="368422_gigya_logo_medium1" title="368422_gigya_logo_medium1" style="float: left; margin: 0 10px 7px 0;" /><p>Many companies have begun to realize that social is not just a new channel or a new fad, it&#8217;s a new way of doing business. But learning the ropes, how to use social networks and social channels, and optimize and tailor social features for one&#8217;s business is easier said than done. This is where <a href="http://www.gigya.com/">Gigya</a> enters the equation. The startup offers a SaaS technology (or a social CRM platform, if you will) to help businesses make their websites social, integrating their online appendages with Facebook, Twitter, LinkedIn, etc. and consolidating the best social features into one solution.</p>
511
+ <p>To date, the startup supports more than 280 million users each month across more than 500,000 sites, with customers that include names like CBS, Fox Sports, Intuit, The Coca-Cola Company, The Home Depot, and Turner Networks, to name a few.</p>
512
+ <p>Gigya is big on social widgets and plug-ins, offering businesses the best of both in an effort to increase social registrations to get that much-coveted social graph info on users and customers and make it easier for them to sign up from their favorite social platforms, word-of-mouth marketing, community interaction and engagement &#8212; all that good stuff. It may sound like industry jargon, but leveraging this kind of optimized social functionality can be a boon for businesses, increasing the sharing of a business&#8217; content or brand reach on platforms where, let&#8217;s be honest, half of the world is now interacting.</p>
513
+ <p>While the startup has made a play into social commerce with widgets to integrate e-Commerce platforms with social networks, etc., Gigya is today announcing the launch of an important (and perhaps somewhat intimidating) new technology that has big data implications. Social data implications, of course. The tech has been dubbed the &#8220;Identity Management Platform&#8221;, and essentially, it enables businesses to better manage user data by providing them with complete, permission-based access to a user&#8217;s social, profile, and behavior data culled from activity on their websites.</p>
514
+ <p>What sets the Identity Management Platform apart from other user management systems is that it combines both social data and on-site activity data (like commenting and sharing). The point is to help businesses solve a big hangup inherent to data collection/management, being that many big businesses struggle to keep their customer registration up to date. Most often, they have to rely on the registration info provided by customers during their initial sign up, which tends to change with the tides. </p>
515
+ <p>Otherwise, businesses might be forced to go out and purchase customer data from third parties, which can be expensive, often lacks interest graph info, and just, well, puts a bad taste in your mouth. As a customer, you might be thankful that your interest graph info isn&#8217;t included in the third party-packaged identity info (that&#8217;s yours) being bought and sold, but for businesses this represents a customer targeting, retention, and service goldmine. And, let&#8217;s be honest, this is the norm.</p>
516
+ <p>By putting social and on-site activity data in the cloud, Gigya allows its clients to access their visitors&#8217; up-to-date social data, leveraging it through email marketing campaigns, content recommendations, and even segmentation for hyper-relevant ad targeting. </p>
517
+ <p><a href="http://tctechcrunch2011.files.wordpress.com/2011/11/imp2.png" rel="lightbox[445922]"></a> Importantly, users are authorizing sites to access their social/behavior graph data when they authenticate (with their social identities) when they register or login through Gigya&#8217;s social plugins that are integrated onto the business&#8217; site. Again, potentially scary for users, but a huge time and money saver for big retailers, media companies, etc. The new platform also offers a cloud-based user registration system so that sites can maintain a unified user database across a network of sites by way of single sign-on for both social and traditional authentication.</p>
518
+ <p>The Identity Management Platform is also integrated with Gigya’s suite of social plugins, including social login, ratings and reviews, comments, sharing, and game mechanics, so that clients can target their users all the more efficiently. For example, using the platform, marketers can easily create a list of all users who have a college degree, like travelling, and are socially influential.</p>
519
+ <p>Obviously, the social web provides businesses with the opportunity to understand their customers in more granular and focused ways, and by allowing these clients to access (and map) their users&#8217; social data in the cloud, this has the potential to have a high value proposition for brands and their team of marketers. So look out, these teams are now becoming armed with realtime social data and tools that facilitate the personalization of ads and content, and soon they&#8217;ll know how to use it &#8212; and know who you are. Always?</p>
520
+ <br/> <div class="module-crunchbase">
521
+ <div class="configuration-neighbor">
522
+ <h2 class="global-module-header-default">
523
+ <span class="line-2">
524
+ <div class="cb-home-header cb-stack-home-header">
525
+ <a href="http://crunchbase.com">Crunchbase</a>
526
+ </div>
527
+ </span>
528
+ </h2>
529
+ <div class="container">
530
+ <ul class="tab-container">
531
+ <li><a class="tab item-1 current" href="javascript:void(0)" onclick="s_objectID='post_widget_crunchbase';">GIGYA</a></li>
532
+ </ul>
533
+ <div class="panel-container">
534
+ <div class="panel item-1 current">
535
+ <div class="leftgreen">
536
+ <div class="info-container info-container-stack-view">
537
+ <div class="left-align">
538
+ <span class="header-text">Company:</span>
539
+ <span><a href="http://www.crunchbase.com/company/gigya" onclick="s_objectID='post_widget_crunchbase';">Gigya</a></span>
540
+ </div>
541
+ <div class="left-align">
542
+ <span class="header-text">Website:</span>
543
+ <span><a href="http://www.gigya.com" onclick="s_objectID='post_widget_crunchbase';">gigya.com</a></span>
544
+ </div>
545
+ <div class="left-align">
546
+ <span class="header-text">Launch Date:</span>
547
+ <span>January 6, 2006</span>
548
+ </div>
549
+ <div class="left-align">
550
+ <span class="header-text">Funding:</span>
551
+ <span>$29.5M</span>
552
+ </div>
553
+ </div>
554
+ <div class="body-copy">
555
+ <p>Gigya is Software as a Service (SaaS) technology that makes websites social, integrating online businesses with the top social networks and identity providers including Facebook, Twitter and LinkedIn and consolidating the most powerful social features in a single solution. The company enables customers to apply friend and profile data to drive social registrations, scalable word-of-mouth marketing and community interaction. Through analytics, best practices, consulting and support, Gigya optimizes every implementation, delivering measurable social ROI. Supporting more than 280...</p>
556
+ </div>
557
+ <div class="profile-image">
558
+ <a href="http://www.crunchbase.com/company/gigya"></a>
559
+ </div>
560
+ </div>
561
+ <a class="learn-more" href="http://www.crunchbase.com/company/gigya" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
562
+ </div> <!-- End of panel item -->
563
+ </div><!-- End of panel-container -->
564
+ </div>
565
+ </div>
566
+ </div>
567
+ <div style="clear: both;"></div>
568
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/445922/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/445922/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/445922/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/445922/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/445922/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/445922/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/445922/"></a>
569
+ <p><a href="http://feedads.g.doubleclick.net/~at/xXk3kOReGeUXYiRF5H9HkdtuSjk/0/da"><img src="http://feedads.g.doubleclick.net/~at/xXk3kOReGeUXYiRF5H9HkdtuSjk/0/di" border="0" ismap="true"></img></a><br/>
570
+ <a href="http://feedads.g.doubleclick.net/~at/xXk3kOReGeUXYiRF5H9HkdtuSjk/1/da"><img src="http://feedads.g.doubleclick.net/~at/xXk3kOReGeUXYiRF5H9HkdtuSjk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
571
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=Qd4_6p5xJJw:t1cnlKJcbbU:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=Qd4_6p5xJJw:t1cnlKJcbbU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=Qd4_6p5xJJw:t1cnlKJcbbU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=Qd4_6p5xJJw:t1cnlKJcbbU:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=Qd4_6p5xJJw:t1cnlKJcbbU:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=Qd4_6p5xJJw:t1cnlKJcbbU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=Qd4_6p5xJJw:t1cnlKJcbbU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=Qd4_6p5xJJw:t1cnlKJcbbU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
572
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/Qd4_6p5xJJw" height="1" width="1"/>]]></content:encoded>
573
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/gigya-launches-platform-to-give-businesses-access-to-users-complete-social-identities/feed/</wfw:commentRss>
574
+ <slash:comments>0</slash:comments>
575
+
576
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/368422_gigya_logo_medium1.jpg?w=150" />
577
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/368422_gigya_logo_medium1.jpg?w=150" medium="image">
578
+ <media:title type="html">368422_gigya_logo_medium1</media:title>
579
+ </media:content>
580
+
581
+ <media:content url="http://0.gravatar.com/avatar/a94f6b72a8ee7342e862c1c9d6c5b826?s=96&amp;d=identicon&amp;r=G" medium="image">
582
+ <media:title type="html">rempson8</media:title>
583
+ </media:content>
584
+
585
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/imp2.png?w=300" medium="image">
586
+ <media:title type="html">IMP2</media:title>
587
+ </media:content>
588
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/gigya-launches-platform-to-give-businesses-access-to-users-complete-social-identities/</feedburner:origLink></item>
589
+ <item>
590
+ <title>Womply’s New Deals Startup Loads Local Offers Onto Your Credit Cards</title>
591
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/NiDWsrr9fpE/</link>
592
+ <comments>http://techcrunch.com/2011/11/02/womplys-new-deals-startup-loads-local-offers-onto-your-credit-cards/#comments</comments>
593
+ <pubDate>Wed, 02 Nov 2011 15:24:01 +0000</pubDate>
594
+ <dc:creator>Sarah Perez</dc:creator>
595
+ <category><![CDATA[Startups]]></category>
596
+ <category><![CDATA[TC]]></category>
597
+ <category><![CDATA[deals]]></category>
598
+ <category><![CDATA[offers]]></category>
599
+ <category><![CDATA[Loyalty]]></category>
600
+
601
+ <guid isPermaLink="false">http://techcrunch.com/?p=446020</guid>
602
+ <description><![CDATA[<img width="100" height="53" src="http://tctechcrunch2011.files.wordpress.com/2011/11/womply-logo.png?w=100&amp;h=53&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="womply-logo" title="womply-logo" style="float: left; margin: 0 10px 7px 0;" /><a href="https://womply.com">Womply's "Efortless Offers"</a> is a new offers platform that links local merchants' discounts to all major credit and debit cards, including Visa, MasterCard, American Express and Discover. Live now in the D.C. area, with plans to roll out to five additional markets by early January, the service feels like a daily deal site for consumers, but works like targeted advertising for local merchants.
603
+
604
+ The key differences between Womply and something like Groupon are that the offers are personalized for the consumers and are directed towards specific audiences. They don't require a certain number of buyers in order to "tip," and there are no coupons to print.]]></description>
605
+ <content:encoded><![CDATA[<img width="100" height="53" src="http://tctechcrunch2011.files.wordpress.com/2011/11/womply-logo.png?w=100&amp;h=53&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="womply-logo" title="womply-logo" style="float: left; margin: 0 10px 7px 0;" /><p><a href="https://womply.com">Womply&#8217;s &#8220;Efortless Offers&#8221;</a> is a new offers platform that links local merchants&#8217; discounts to all major credit and debit cards, including Visa, MasterCard, American Express and Discover. Live now in the D.C. area, with plans to roll out to five additional markets by early January, the service feels like a daily deal site for consumers, but works like targeted advertising for local merchants.</p>
606
+ <p>The key differences between Womply and something like Groupon are that the offers are personalized for the consumers and are directed towards specific audiences. They don&#8217;t require a certain number of buyers in order to &#8220;tip,&#8221; and there are no coupons to print.</p>
607
+ <p>The company, which just launched last week in the D.C. area, was founded by former GM and Head of Sales at LivingSocial <a href="http://www.linkedin.com/pub/brandt-squires/6/45a/482">Brandt Squires</a>, whose old startup, <a href="http://www.crunchbase.com/company/buyyourfriendadrink-com">BuyYourFriendADrink</a> was acquired by LivingSocial in 2009, and <a href="http://www.linkedin.com/profile/view?id=4377855">Toby Scammell</a> (<a href="http://dealbook.nytimes.com/2011/08/17/insider-trading-defendant-in-disney-case-fights-back/">yes, him</a>, but lets not doom Womply on a 24-year-old&#8217;s mistake, shall we?)</p>
608
+ <p>Womply has raised nearly $1 million from Dave McClure of 500 Startups and Deebek Ventures, LLC.</p>
609
+ <p>Here&#8217;s how Womply&#8217;s Effortless Offers works:</p>
610
+ <p>Upon signup, via Facebook login typically, Womply can tap into the customer&#8217;s Facebook profile data to initially locate and display the best offer in the neighborhood. To claim the deal, the customer will purchase it on their credit or debit card. Later, when they visit the merchant, they pay the full price for the goods or service provided. Womply, which has partnerships with banks and other financial partners, can spot the transaction and then credit the difference. The credit shows up within two days.</p>
611
+ <p><a href="http://tctechcrunch2011.files.wordpress.com/2011/11/womply-works.png" rel="lightbox[446020]"></a></p>
612
+ <p>Although Womply means customers spend more money upfront, there are several benefits to the service, both for consumers and merchants alike. Consumers don&#8217;t have to remember to print out coupons or carry them around with them &#8211; they can just use their credit or debit card as usual to receive the deal. Also, because the deals require the additional upfront investment, consumers are less likely to buy a deal on impulse, and are more likely to purchase only those deals they plan to use. The targeting and personalization helps cut down on the noise created by daily deals, too, which is the same route Google is now going <a href="http://techcrunch.com/2011/10/27/google-offers-partners-with-14-deal-providers-becoming-a-one-stop-shop-for-hometown-deals/">with its Google Offers product</a>.</p>
613
+ <p>For <a href="https://www.womply.com/merchants">merchants</a>, Womply&#8217;s ability to spot the transactions means it knows how many offers were redeemed with 100% confidence. In addition, because of Womply&#8217;s personalization capabilities, merchants don&#8217;t view Womply as a &#8220;daily deals&#8221; service &#8211; they view it as something more akin to targeted advertising.</p>
614
+ <p><a href="http://tctechcrunch2011.files.wordpress.com/2011/11/womply_offer_cloud.png" rel="lightbox[446020]"></a></p>
615
+ <p>Further down the road, Womply will be able to use its transaction-spotting capabilities to further refine the deals it pitches consumers and reward their loyalty to specific merchants. This is likely the basis of its next, still undisclosed, second product which will roll out in a few weeks.</p>
616
+ <p>D.C. area residents can sign up for Womply now <a href="https://womply.com">here</a>.</p>
617
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/446020/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/446020/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/446020/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/446020/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/446020/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/446020/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/446020/"></a>
618
+ <p><a href="http://feedads.g.doubleclick.net/~at/CQO6eimbRh4y2SJPr8aZ6Mg2K0I/0/da"><img src="http://feedads.g.doubleclick.net/~at/CQO6eimbRh4y2SJPr8aZ6Mg2K0I/0/di" border="0" ismap="true"></img></a><br/>
619
+ <a href="http://feedads.g.doubleclick.net/~at/CQO6eimbRh4y2SJPr8aZ6Mg2K0I/1/da"><img src="http://feedads.g.doubleclick.net/~at/CQO6eimbRh4y2SJPr8aZ6Mg2K0I/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
620
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NiDWsrr9fpE:1a68hvefrOA:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NiDWsrr9fpE:1a68hvefrOA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NiDWsrr9fpE:1a68hvefrOA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NiDWsrr9fpE:1a68hvefrOA:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=NiDWsrr9fpE:1a68hvefrOA:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NiDWsrr9fpE:1a68hvefrOA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=NiDWsrr9fpE:1a68hvefrOA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=NiDWsrr9fpE:1a68hvefrOA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
621
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/NiDWsrr9fpE" height="1" width="1"/>]]></content:encoded>
622
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/womplys-new-deals-startup-loads-local-offers-onto-your-credit-cards/feed/</wfw:commentRss>
623
+ <slash:comments>0</slash:comments>
624
+
625
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/womply-logo.png?w=150" />
626
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/womply-logo.png?w=150" medium="image">
627
+ <media:title type="html">womply-logo</media:title>
628
+ </media:content>
629
+
630
+ <media:content url="http://1.gravatar.com/avatar/5225bb627e112543aa03bf3b2958be3f?s=96&amp;d=identicon&amp;r=G" medium="image">
631
+ <media:title type="html">sarahintampa</media:title>
632
+ </media:content>
633
+
634
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/womply-works.png" medium="image">
635
+ <media:title type="html">womply-works</media:title>
636
+ </media:content>
637
+
638
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/womply_offer_cloud.png" medium="image">
639
+ <media:title type="html">Womply_Offer_Cloud</media:title>
640
+ </media:content>
641
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/womplys-new-deals-startup-loads-local-offers-onto-your-credit-cards/</feedburner:origLink></item>
642
+ <item>
643
+ <title>Cloudera Founder Debuts Big Data Management And Analysis Platform WibiData With Backing From Eric Schmidt</title>
644
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/gDtRFN4CB1I/</link>
645
+ <comments>http://techcrunch.com/2011/11/02/cloudera-founder-debuts-big-data-management-and-analysis-platform-wibidata-with-backing-from-eric-schmidt/#comments</comments>
646
+ <pubDate>Wed, 02 Nov 2011 15:01:59 +0000</pubDate>
647
+ <dc:creator>Leena Rao</dc:creator>
648
+ <category><![CDATA[TC]]></category>
649
+ <category><![CDATA[cloudera]]></category>
650
+ <category><![CDATA[wibidata]]></category>
651
+ <category><![CDATA[odiago]]></category>
652
+
653
+ <guid isPermaLink="false">http://techcrunch.com/?p=446040</guid>
654
+ <description><![CDATA[<img width="100" height="67" src="http://tctechcrunch2011.files.wordpress.com/2011/11/wibi.png?w=100&amp;h=67&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="wibi" title="wibi" style="float: left; margin: 0 10px 7px 0;" /><strong>Exclusive:</strong> <a href="http://www.cloudera.com/">Cloudera</a> founder <a href="http://www.crunchbase.com/person/christophe-bisciglia">Christophe Bisciglia</a> is debuting his new startup today, called <a href="http://odiago.com/">Odiago</a>. Odiago develops a product called <a href="http://www.wibidata.com/">WibiData</a>, which leverages Apache Hadoop to manage and analyze large amounts of data. And the company is launching with a number of major backers including Google Chairman Eric Schmidt, Cloudera CEO Mike Olson, and SV Angel.
655
+
656
+ For background, Bisciglia founded Cloudera, a developer and commercial distributor of Hadoop, the open source software that powers the data processing engines of the worldʼs largest and most popular web sites. Prior to Cloudera, Bisciglia was a senior engineer at Google where he founded and led Google’s Academic Cloud Computing Initiative, which provides Google hosted computational resources to facilitate education and research to universities around the world.]]></description>
657
+ <content:encoded><![CDATA[<img width="100" height="67" src="http://tctechcrunch2011.files.wordpress.com/2011/11/wibi.png?w=100&amp;h=67&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="wibi" title="wibi" style="float: left; margin: 0 10px 7px 0;" /><p><strong>Exclusive:</strong> <a href="http://www.cloudera.com/">Cloudera</a> founder <a href="http://www.crunchbase.com/person/christophe-bisciglia">Christophe Bisciglia</a> is debuting his new startup today, called <a href="http://odiago.com/">Odiago</a>. Odiago develops a product called <a href="http://www.wibidata.com/">WibiData</a>, which leverages Apache Hadoop to manage and analyze large amounts of data. And the company is launching with a number of major backers including Google Chairman Eric Schmidt, Cloudera CEO Mike Olson, and SV Angel.</p>
658
+ <p>For background, Bisciglia founded Cloudera, a developer and commercial distributor of Hadoop, the open source software that powers the data processing engines of the worldʼs largest and most popular web sites. Prior to Cloudera, Bisciglia was a senior engineer at Google where he founded and led Google’s Academic Cloud Computing Initiative, which provides Google hosted computational resources to facilitate education and research to universities around the world.</p>
659
+ <p>Bisciglia left Cloudera earlier this year to pursue other opportunities, which included Odiago. The startup, which includes a number of Bisciglia&#8217;s former colleagues from Google&#8217;s personalization team, is launching WibiData to help manage and analyze complex business data about users so you can predict how they are going to interact with the product in the future. Specifically, Bisciglia explains that the technology can be used for personalization for a number of web companies, including consumer web, e-commerce and gaming companies.</p>
660
+ <p>Bisciglia says that customers can also use the data analysis to create personalized products and services. And the technology easily integrates with business intelligence and database offerings. The company already has a number of high-profile customers using WibiData, including Wikipedia, Rich Relevance, and Atlassian.</p>
661
+ <p>As Bisciglia explains, Cloudera was a great opportunity to go wide in the application space. With WibiData, he is able to hone in on a specific business function for companies with massive amounts of data.</p>
662
+ <p>Stay tuned for more.</p>
663
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/446040/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/446040/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/446040/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/446040/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/446040/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/446040/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/446040/"></a>
664
+ <p><a href="http://feedads.g.doubleclick.net/~at/YoTWnRO4p1l3bfKhblsGCRPm9aA/0/da"><img src="http://feedads.g.doubleclick.net/~at/YoTWnRO4p1l3bfKhblsGCRPm9aA/0/di" border="0" ismap="true"></img></a><br/>
665
+ <a href="http://feedads.g.doubleclick.net/~at/YoTWnRO4p1l3bfKhblsGCRPm9aA/1/da"><img src="http://feedads.g.doubleclick.net/~at/YoTWnRO4p1l3bfKhblsGCRPm9aA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
666
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=gDtRFN4CB1I:j4rTPsORK64:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=gDtRFN4CB1I:j4rTPsORK64:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=gDtRFN4CB1I:j4rTPsORK64:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=gDtRFN4CB1I:j4rTPsORK64:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=gDtRFN4CB1I:j4rTPsORK64:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=gDtRFN4CB1I:j4rTPsORK64:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=gDtRFN4CB1I:j4rTPsORK64:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=gDtRFN4CB1I:j4rTPsORK64:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
667
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/gDtRFN4CB1I" height="1" width="1"/>]]></content:encoded>
668
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/cloudera-founder-debuts-big-data-management-and-analysis-platform-wibidata-with-backing-from-eric-schmidt/feed/</wfw:commentRss>
669
+ <slash:comments>0</slash:comments>
670
+
671
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/wibi.png?w=150" />
672
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/wibi.png?w=150" medium="image">
673
+ <media:title type="html">wibi</media:title>
674
+ </media:content>
675
+
676
+ <media:content url="http://1.gravatar.com/avatar/bbce6c3c48f821c81c019600a5589ae6?s=96&amp;d=identicon&amp;r=G" medium="image">
677
+ <media:title type="html">leena</media:title>
678
+ </media:content>
679
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/cloudera-founder-debuts-big-data-management-and-analysis-platform-wibidata-with-backing-from-eric-schmidt/</feedburner:origLink></item>
680
+ <item>
681
+ <title>Email Security Startup Agari Raises $2.5M From Alloy, Battery, Greylock And First Round</title>
682
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/fct3A6bGYy4/</link>
683
+ <comments>http://techcrunch.com/2011/11/02/email-security-startup-agari-raises-2-5m-from-alloy-battery-greylock-and-first-round/#comments</comments>
684
+ <pubDate>Wed, 02 Nov 2011 15:00:18 +0000</pubDate>
685
+ <dc:creator>Leena Rao</dc:creator>
686
+ <category><![CDATA[TC]]></category>
687
+ <category><![CDATA[agari]]></category>
688
+
689
+ <guid isPermaLink="false">http://techcrunch.com/?p=446030</guid>
690
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/agari.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="Agari" title="Agari" style="float: left; margin: 0 10px 7px 0;" />Stealthy email security startup <a href="http://www.agari.com/">Agari</a> has raised $2.5 million in Series A funding led by Alloy Ventures with participation from Battery Ventures, First Round Capital and Greylock Partners.
691
+
692
+ Agari's technology, which was developed by former IronPort/Cisco employees, assesses, visualizes, and protects against email threats to brands, such as phishing and other fraud. The startup collects terabytes of data to figure out what are the legitimate online identities in email and which ones consumers shouldn't see in first place. The startup partners with email companies and senders to make sense out of what the company calls the 'wild west of email.' ]]></description>
693
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/agari.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="Agari" title="Agari" style="float: left; margin: 0 10px 7px 0;" /><p>Stealthy email security startup <a href="http://www.agari.com/">Agari</a> has raised $2.5 million in Series A funding led by Alloy Ventures with participation from Battery Ventures, First Round Capital and Greylock Partners. </p>
694
+ <p>Agari&#8217;s technology, which was developed by former IronPort/Cisco employees, assesses, visualizes, and protects against email threats to brands, such as phishing and other fraud. The startup collects terabytes of data to figure out what are the legitimate online identities in email and which ones consumers shouldn&#8217;t see in first place. The startup partners with email companies and senders to make sense out of what the company calls the &#8216;wild west of email.&#8217; </p>
695
+ <p>The company will use the funds to scale its cloud- based Email Trust Fabric to protect brand reputation, eliminate email threats, and prevent the loss of sensitive data. Agari developed its Email Trust Fabric to provide real-time processing of 1.5 billion messages daily to protect major brands in the Financial, E-Commerce, and Social Media sectors at more than a billion consumer mailboxes.</p>
696
+ <p>The company&#8217;s product will be widely released later in November. </p>
697
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/446030/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/446030/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/446030/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/446030/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/446030/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/446030/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/446030/"></a>
698
+ <p><a href="http://feedads.g.doubleclick.net/~at/obGwTExxVqEM2uNONE9PqzoQDzk/0/da"><img src="http://feedads.g.doubleclick.net/~at/obGwTExxVqEM2uNONE9PqzoQDzk/0/di" border="0" ismap="true"></img></a><br/>
699
+ <a href="http://feedads.g.doubleclick.net/~at/obGwTExxVqEM2uNONE9PqzoQDzk/1/da"><img src="http://feedads.g.doubleclick.net/~at/obGwTExxVqEM2uNONE9PqzoQDzk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
700
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=fct3A6bGYy4:Kq5_4NDIwG8:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=fct3A6bGYy4:Kq5_4NDIwG8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=fct3A6bGYy4:Kq5_4NDIwG8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=fct3A6bGYy4:Kq5_4NDIwG8:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=fct3A6bGYy4:Kq5_4NDIwG8:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=fct3A6bGYy4:Kq5_4NDIwG8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=fct3A6bGYy4:Kq5_4NDIwG8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=fct3A6bGYy4:Kq5_4NDIwG8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
701
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/fct3A6bGYy4" height="1" width="1"/>]]></content:encoded>
702
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/email-security-startup-agari-raises-2-5m-from-alloy-battery-greylock-and-first-round/feed/</wfw:commentRss>
703
+ <slash:comments>0</slash:comments>
704
+
705
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/agari.png?w=150" />
706
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/agari.png?w=150" medium="image">
707
+ <media:title type="html">Agari</media:title>
708
+ </media:content>
709
+
710
+ <media:content url="http://1.gravatar.com/avatar/bbce6c3c48f821c81c019600a5589ae6?s=96&amp;d=identicon&amp;r=G" medium="image">
711
+ <media:title type="html">leena</media:title>
712
+ </media:content>
713
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/email-security-startup-agari-raises-2-5m-from-alloy-battery-greylock-and-first-round/</feedburner:origLink></item>
714
+ <item>
715
+ <title>Loiloscope 2 Lets You Edit HD Videos In Real Time, Now Offers More Features</title>
716
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/0YXponzHReQ/</link>
717
+ <comments>http://techcrunch.com/2011/11/02/loiloscope-2-video/#comments</comments>
718
+ <pubDate>Wed, 02 Nov 2011 14:39:13 +0000</pubDate>
719
+ <dc:creator>Serkan Toto</dc:creator>
720
+ <category><![CDATA[TC]]></category>
721
+ <category><![CDATA[Video]]></category>
722
+ <category><![CDATA[loilo]]></category>
723
+ <category><![CDATA[loiloscope]]></category>
724
+
725
+ <guid isPermaLink="false">http://techcrunch.com/?p=445973</guid>
726
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/loilo_companylogo.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="LoiLo_Companylogo" title="LoiLo_Companylogo" style="float: left; margin: 0 10px 7px 0;" />Over a year passed since we <a href="http://techcrunch.com/2010/08/03/flashy-hd-movie-editing-tool-loiloscope-adds-online-sharing/">covered</a> powerful video editor LoiLoScope, but instead of resting on its laurels, maker <a href="http://loilo.tv/">LoiLo</a> has kept innovating on the product. Aptly named <a href="http://loilo.tv/us/product/video_editor">LoiLoScope 2</a>, the updated software for Windows PCs (<a href="http://loilo.tv/us/product/video_editor/24/desc/176">system requirements</a>) still has the same key value proposition: combining an easy-to-use UI (geared towards pros and amateurs alike) and a ton of editing functions with a technical "killer feature" (instead of letting the CPU do the heavy lifting, the editor uses the GPU for video processing).
727
+
728
+ Thanks to the "GPGPU editing engine", LoiLoScope makes it possible to edit and preview videos in HD in real-time. In other words, users don't need to wait for the software to process and then reflect the changes they make to the videos but can track them without delay (LoiLoScope supports a <a href="http://loilo.tv/us/product/video_editor/24/desc/176">long list</a> of input and output video formats).]]></description>
729
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/loilo_companylogo.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="LoiLo_Companylogo" title="LoiLo_Companylogo" style="float: left; margin: 0 10px 7px 0;" /><p>Over a year passed since we <a href="http://techcrunch.com/2010/08/03/flashy-hd-movie-editing-tool-loiloscope-adds-online-sharing/">covered</a> powerful video editor LoiLoScope, but instead of resting on its laurels, maker <a href="http://loilo.tv/">LoiLo</a> has kept innovating on the product. Aptly named <a href="http://loilo.tv/us/product/video_editor">LoiLoScope 2</a>, the updated software for Windows PCs (<a href="http://loilo.tv/us/product/video_editor/24/desc/176">system requirements</a>) still has the same key value proposition: combining an easy-to-use UI (geared towards pros and amateurs alike) and a ton of editing functions with a technical &#8220;killer feature&#8221; (instead of letting the CPU do the heavy lifting, the editor uses the GPU for video processing).</p>
730
+ <p>Thanks to the &#8220;GPGPU editing engine&#8221;, LoiLoScope makes it possible to edit and preview videos in HD in real-time. In other words, users don&#8217;t need to wait for the software to process and then reflect the changes they make to the videos but can track them without delay (LoiLoScope supports a <a href="http://loilo.tv/us/product/video_editor/24/desc/176">long list</a> of input and output video formats).</p>
731
+ <p><a href="http://tctechcrunch2011.files.wordpress.com/2011/11/loiloscope-overview.jpg" rel="lightbox[445973]"></a><a href="http://tctechcrunch2011.files.wordpress.com/2011/11/loiloscope-output.jpg" rel="lightbox[445973]"></a><a href="http://tctechcrunch2011.files.wordpress.com/2011/11/loiloscope-stamp.jpg" rel="lightbox[445973]"></a></p>
732
+ <p>Apart from editing videos the usual way (trimming, re-sizing, etc.), users can also add graphics, stamps, photos, sound, and other effects to them (new tools found in LoiLoScope 2 include various transitions, time remapping, or scrolling text). When you&#8217;re done, you can share videos online or burn them on DVD or Blu-ray, directly from within the software (which is also a new feature).</p>
733
+ <p>There are lot more improvements to version 2, for example with regards to the UI, which has been completely overhauled (but which still has a drag-and-drop-driven, game-like feel to it). LoiLoScope 2 now also offers a guide feature that helps beginners complete tasks: just choose the task in question and let the software &#8220;guide&#8221; you through the process.</p>
734
+ <p>Windows users who want to give LoiLoScope a spin can download the software <a href="http://loilo.tv/us/product/video_editor/24/page/8">here</a>. LoiLoScope 2 costs US$98, but is discounted to US$79 until December 25 this year. A free, 30-day trial version is available, too.</p>
735
+ <p><a href="http://tctechcrunch2011.files.wordpress.com/2011/11/loiloscope-time-remap.jpg" rel="lightbox[445973]"></a><a href="http://tctechcrunch2011.files.wordpress.com/2011/11/loiloscope-transitions.jpg" rel="lightbox[445973]"></a></p>
736
+ <p>This video shows a few key features of LoiLoScope 2 in action:<br />
737
+ <span style="text-align:center; display: block;"><a href="http://techcrunch.com/2011/11/02/loiloscope-2-video/"></a></span></p>
738
+ <br/> <div class="module-crunchbase">
739
+ <div class="configuration-neighbor">
740
+ <h2 class="global-module-header-default">
741
+ <span class="line-1">
742
+ <div class="cb-home-header cb-stack-home-header">
743
+ <a href="http://crunchbase.com">Crunchbase</a>
744
+ </div>
745
+ </span>
746
+ </h2>
747
+ <div class="container">
748
+ <ul class="tab-container">
749
+ <li><a class="tab item-1 current" href="javascript:void(0)" onclick="s_objectID='post_widget_crunchbase';">LOILO</a></li>
750
+ </ul>
751
+ <div class="panel-container">
752
+ <div class="panel item-1 current">
753
+ <div class="leftgreen">
754
+ <div class="info-container info-container-stack-view">
755
+ <div class="left-align">
756
+ <span class="header-text">Company:</span>
757
+ <span><a href="http://www.crunchbase.com/company/loilo" onclick="s_objectID='post_widget_crunchbase';">LoiLo</a></span>
758
+ </div>
759
+ <div class="left-align">
760
+ <span class="header-text">Website:</span>
761
+ <span><a href="http://loilo.tv/" onclick="s_objectID='post_widget_crunchbase';">loilo.tv</a></span>
762
+ </div>
763
+ <div class="left-align">
764
+ <span class="header-text">Launch Date:</span>
765
+ <span>March 4, 2007</span>
766
+ </div>
767
+ <div class="left-align">
768
+ <span class="header-text">Funding:</span>
769
+ <span>¥110M</span>
770
+ </div>
771
+ </div>
772
+ <div class="body-copy">
773
+ <p>LoiLo creates and provides a movie processing engine system.
774
+
775
+ Super LoiLoScope is the world’s first and only movie editing software that has GPU acceleration high speed movie processing engine and movie processing system using GPU and high speed encoding using CUDA-Accelerated Encode.
776
+
777
+ Application Features:
778
+ • Super LoiLoScope is a first high-speed video processing engine with full GPU acceleration. You don’t have to stop playing back a movie while editing it with the ecou engine.
779
+ • With “TOCH,TOSS,ATTACH” intuitive ZOOMing UserInterFace, anyone can...</p>
780
+ </div>
781
+ <div class="profile-image">
782
+ <a href="http://www.crunchbase.com/company/loilo"></a>
783
+ </div>
784
+ </div>
785
+ <a class="learn-more" href="http://www.crunchbase.com/company/loilo" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
786
+ </div> <!-- End of panel item -->
787
+ </div><!-- End of panel-container -->
788
+ </div>
789
+ </div>
790
+ </div>
791
+ <div style="clear: both;"></div>
792
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/445973/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/445973/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/445973/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/445973/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/445973/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/445973/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/445973/"></a>
793
+ <p><a href="http://feedads.g.doubleclick.net/~at/fr1fbI_UDoI4q5NmXDdwy9JI6F4/0/da"><img src="http://feedads.g.doubleclick.net/~at/fr1fbI_UDoI4q5NmXDdwy9JI6F4/0/di" border="0" ismap="true"></img></a><br/>
794
+ <a href="http://feedads.g.doubleclick.net/~at/fr1fbI_UDoI4q5NmXDdwy9JI6F4/1/da"><img src="http://feedads.g.doubleclick.net/~at/fr1fbI_UDoI4q5NmXDdwy9JI6F4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
795
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=0YXponzHReQ:QDunTOwq--o:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=0YXponzHReQ:QDunTOwq--o:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=0YXponzHReQ:QDunTOwq--o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=0YXponzHReQ:QDunTOwq--o:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=0YXponzHReQ:QDunTOwq--o:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=0YXponzHReQ:QDunTOwq--o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=0YXponzHReQ:QDunTOwq--o:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=0YXponzHReQ:QDunTOwq--o:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
796
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/0YXponzHReQ" height="1" width="1"/>]]></content:encoded>
797
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/loiloscope-2-video/feed/</wfw:commentRss>
798
+ <slash:comments>0</slash:comments>
799
+
800
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/loilo_companylogo.png?w=150" />
801
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/loilo_companylogo.png?w=150" medium="image">
802
+ <media:title type="html">LoiLo_Companylogo</media:title>
803
+ </media:content>
804
+
805
+ <media:content url="http://1.gravatar.com/avatar/57366b37927b3b6216aa314a68982c97?s=96&amp;d=identicon&amp;r=G" medium="image">
806
+ <media:title type="html">Serkan</media:title>
807
+ </media:content>
808
+
809
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/loiloscope-overview.jpg" medium="image">
810
+ <media:title type="html">loiloscope overview</media:title>
811
+ </media:content>
812
+
813
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/loiloscope-output.jpg" medium="image">
814
+ <media:title type="html">loiloscope output</media:title>
815
+ </media:content>
816
+
817
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/loiloscope-stamp.jpg" medium="image">
818
+ <media:title type="html">loiloscope stamp</media:title>
819
+ </media:content>
820
+
821
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/loiloscope-time-remap.jpg" medium="image">
822
+ <media:title type="html">loiloscope Time Remap</media:title>
823
+ </media:content>
824
+
825
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/loiloscope-transitions.jpg" medium="image">
826
+ <media:title type="html">loiloscope Transitions</media:title>
827
+ </media:content>
828
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/loiloscope-2-video/</feedburner:origLink></item>
829
+ <item>
830
+ <title>BBM Music App Goes Live In BlackBerry App World</title>
831
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/IltfCOKTrPQ/</link>
832
+ <comments>http://techcrunch.com/2011/11/02/bbm-music-app-goes-live-in-blackberry-app-world/#comments</comments>
833
+ <pubDate>Wed, 02 Nov 2011 14:26:23 +0000</pubDate>
834
+ <dc:creator>Jordan Crook</dc:creator>
835
+ <category><![CDATA[Mobile]]></category>
836
+ <category><![CDATA[TC]]></category>
837
+ <category><![CDATA[blackberry]]></category>
838
+ <category><![CDATA[RIM]]></category>
839
+
840
+ <guid isPermaLink="false">http://techcrunch.com/?p=446016</guid>
841
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/bbm-music-2.jpg?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="bbm-music-2" title="bbm-music-2" style="float: left; margin: 0 10px 7px 0;" />Alright BlackBerry fans, the time has come for you to experience BBM Music.
842
+
843
+ If you haven't heard of it yet, it's a <a href="http://techcrunch.com/2011/08/25/rim-launches-inexplicable-bbm-music-app/">somewhat inexplicable music subscription service</a> that integrates BBM. As of yet, the app has only been available to beta zone members, but today the app went live in the <a href="http://us.blackberry.com/apps-software/bbm-music/">BlackBerry App World</a> for all to enjoy.
844
+
845
+ And by all, I mean users in the U.S., Canada, and Australia. ]]></description>
846
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/bbm-music-2.jpg?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="bbm-music-2" title="bbm-music-2" style="float: left; margin: 0 10px 7px 0;" /><p>Alright BlackBerry fans, the time has come for you to experience BBM Music. If you haven&#8217;t heard of it yet, it&#8217;s a <a href="http://techcrunch.com/2011/08/25/rim-launches-inexplicable-bbm-music-app/">somewhat inexplicable music subscription service</a> that integrates BBM. As of yet, the app has only been available to beta zone members, but today the app went live in the <a href="http://us.blackberry.com/apps-software/bbm-music/">BlackBerry App World</a> for all to enjoy. And by all, I mean users in the U.S., Canada, and Australia. </p>
847
+ <p>Here&#8217;s how it works: For $4.99 a month, you&#8217;ll have the ability to store 50 songs on your &#8220;BBM Music Profile.&#8221; Powered by Omnifone, the BBM Music app lets you add friends through BBM integration, at which point you can then get access to the 50 songs on <em>their</em> profiles. So theoretically, you could end up with access to way more than 50 songs, but past your own music, the tracks you&#8217;ll be rocking out to won&#8217;t necessarily be your style. Oh, and you can only swap out 25 songs a month from your BBM Music Profile. </p>
848
+ <p>Then, of course, there&#8217;s a free subscription model. But the catch with this free lunch is big: instead of access to 50 full songs, you&#8217;ll only be allowed to listen to 30-second clips. I can&#8217;t imagine that the free model will do well &mdash; I mean, who enjoys a preview of a song? </p>
849
+ <p>In any case, you can&#8217;t blame RIM for trying, especially in such a viral way. The more friends you invite and add to the app, the more bang you get for your buck. Not a bad idea, but only time can tell if this app will fly or die. </p>
850
+ <span style="text-align:center; display: block;"><a href="http://techcrunch.com/2011/11/02/bbm-music-app-goes-live-in-blackberry-app-world/"></a></span>
851
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/446016/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/446016/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/446016/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/446016/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/446016/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/446016/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/446016/"></a>
852
+ <p><a href="http://feedads.g.doubleclick.net/~at/JJZw0e_sD-K_t3pN13ipksjiR0k/0/da"><img src="http://feedads.g.doubleclick.net/~at/JJZw0e_sD-K_t3pN13ipksjiR0k/0/di" border="0" ismap="true"></img></a><br/>
853
+ <a href="http://feedads.g.doubleclick.net/~at/JJZw0e_sD-K_t3pN13ipksjiR0k/1/da"><img src="http://feedads.g.doubleclick.net/~at/JJZw0e_sD-K_t3pN13ipksjiR0k/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
854
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=IltfCOKTrPQ:m_hzwPCu-Fo:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=IltfCOKTrPQ:m_hzwPCu-Fo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=IltfCOKTrPQ:m_hzwPCu-Fo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=IltfCOKTrPQ:m_hzwPCu-Fo:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=IltfCOKTrPQ:m_hzwPCu-Fo:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=IltfCOKTrPQ:m_hzwPCu-Fo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=IltfCOKTrPQ:m_hzwPCu-Fo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=IltfCOKTrPQ:m_hzwPCu-Fo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
855
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/IltfCOKTrPQ" height="1" width="1"/>]]></content:encoded>
856
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/bbm-music-app-goes-live-in-blackberry-app-world/feed/</wfw:commentRss>
857
+ <slash:comments>0</slash:comments>
858
+
859
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/bbm-music-2.jpg?w=112" />
860
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/bbm-music-2.jpg?w=112" medium="image">
861
+ <media:title type="html">bbm-music-2</media:title>
862
+ </media:content>
863
+
864
+ <media:content url="http://1.gravatar.com/avatar/123a4c264172746af556b0c74c72b308?s=96&amp;d=identicon&amp;r=G" medium="image">
865
+ <media:title type="html">biggsismyboss</media:title>
866
+ </media:content>
867
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/bbm-music-app-goes-live-in-blackberry-app-world/</feedburner:origLink></item>
868
+ <item>
869
+ <title>Square’s Card Case iOS App Adds Support For Hands-Free Payments, Twitter Integration For Merchants</title>
870
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/4MwP27dn5V0/</link>
871
+ <comments>http://techcrunch.com/2011/11/02/squares-card-case-ios-app-adds-support-for-geofencing-twitter-integration-for-merchants-and-more/#comments</comments>
872
+ <pubDate>Wed, 02 Nov 2011 13:59:37 +0000</pubDate>
873
+ <dc:creator>Leena Rao</dc:creator>
874
+ <category><![CDATA[TC]]></category>
875
+ <category><![CDATA[square]]></category>
876
+
877
+ <guid isPermaLink="false">http://techcrunch.com/?p=445961</guid>
878
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/card.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="card" title="card" style="float: left; margin: 0 10px 7px 0;" />Earlier this year, Square <a href="http://techcrunch.com/2011/05/23/squares-disruptive-new-ipad-payments-service-will-replace-cash-registers/">debuted</a> a <a href="http://techcrunch.com/2011/08/22/square-makes-ios-apps-speedier-no-longer-requires-signatures-for-transactions-under-25/">virtual card case</a> that consumers fill with ‘cards’ of all the merchants they visit and buy from who accept Square. These mobile cards include locations, merchant contact info, coupons, order and purchase history and more. One of the more interesting features was the ability to ‘pay with your name.’ In a merchant’s card within the case, you can press a “use tab” button which allows the frequent customer to essentially put a purchase on their virtual tab with Square at the merchant. Today, Square is launching a new version of its Card Case iOS app that integrates iOS5 support for geofencing.
879
+
880
+ So once you opt-in one time to the geofencing feature in the app, when you (and your phone) are within 100 meters of a Square merchant you can simple walk into the store, say your name at checkout and you are good to go with the payment. You don't need to pull your phone out at all or open the app. ]]></description>
881
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/card.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="card" title="card" style="float: left; margin: 0 10px 7px 0;" /><p>Earlier this year, Square <a href="http://techcrunch.com/2011/05/23/squares-disruptive-new-ipad-payments-service-will-replace-cash-registers/">debuted</a> a <a href="http://techcrunch.com/2011/08/22/square-makes-ios-apps-speedier-no-longer-requires-signatures-for-transactions-under-25/">virtual card case</a> that consumers fill with ‘cards’ of all the merchants they visit and buy from who accept Square. These mobile cards include locations, merchant contact info, coupons, order and purchase history and more. One of the more interesting features was the ability to ‘pay with your name.’ In a merchant’s card within the case, you can press a “use tab” button which allows the frequent customer to essentially put a purchase on their virtual tab with Square at the merchant. Today, Square is launching a <a href="https://squareup.com/cardcase/tabs">new version</a> of its Card Case iOS app that integrates iOS5 support for geofencing. </p>
882
+ <p>So once you opt-in one time to the geofencing feature in the app, when you (and your phone) are within 100 meters of a Square merchant you can simple walk into the store, say your name at checkout and you are good to go with the payment. You don&#8217;t need to pull your phone out at all or open the app. </p>
883
+ <p>Here&#8217;s how it works. Once Square&#8217;s technology detects you are near a merchant enabled store, the Merchant&#8217;s Square app will open a tab for the customer and show that customer&#8217;s account, name and photo as nearby. When the customer purchases an item, they say their name, and the cashier can verify the photo matches the customer and press the transact button and the charge will go through. The customer will get a push notification with the amount of the charge as well. </p>
884
+ <p>With the new version of the card case app, merchants can also add more information on the actual loyalty cards for each business, which Square&#8217;s Megan Quinn calls &#8216;dynamic representations of the business.&#8221; While previously you could see the merchants&#8217; names, location, and contact info, Square has added the ability to add menus, photos, click-to-call functionality, directions to the business. Square has also added Twitter integration to link their Twitter account and Tweets, see comments and reviews from customers. </p>
885
+ <p>Additionally, Square has launched a new way to discover merchants on the app. Previously you could see a directory of merchants nearby, but today, Square has added to the app a list of the most popular spots that Square customers are frequenting. </p>
886
+ <p>Quinn says that to date, over 20,000 merchants have joined the directory since it opened up to the public in August. And Square has seen steady growth in the number of transactions taking place via the card case since the app came out of beta. Square is also in the process of extending this new functionality to the Android app for Card case. </p>
887
+ <p>As mobile payments heat up, Square is doubling down on product development and new features. In early October, the company <a href="http://techcrunch.com/2011/10/10/square-processing-2b-in-payments-per-year-signed-up-800k-merchants-drops-new-user-limits/">announced</a> that it would be dropping its new user limits. The payments service is now processing $2 billion in payments volume per year and t date, Square has been activated by 800,000 merchants which is up from 500,000 card readers shipped in May. Square’s merchants are now 10% of the reach of the Visa/MasterCard world. In August, Square <a href="http://techcrunch.com/2011/08/22/square-makes-ios-apps-speedier-no-longer-requires-signatures-for-transactions-under-25/">updated</a> its mobile apps for a more fast, and seamless payments experience.</p>
888
+ <p>Next up could be international expansion. Already European <a href="http://techcrunch.com/2011/10/18/europes-square-izettle-raises-11-million-for-mobile-payments-technology/">competitors are popping up</a>, so it should be interesting to see where Square can launch its payments technology next. </p>
889
+ <br/> <div class="module-crunchbase">
890
+ <div class="configuration-neighbor">
891
+ <h2 class="global-module-header-default">
892
+ <span class="line-2">
893
+ <div class="cb-home-header cb-stack-home-header">
894
+ <a href="http://crunchbase.com">Crunchbase</a>
895
+ </div>
896
+ </span>
897
+ </h2>
898
+ <div class="container">
899
+ <ul class="tab-container">
900
+ <li><a class="tab item-1 current" href="javascript:void(0)" onclick="s_objectID='post_widget_crunchbase';">SQUARE</a></li>
901
+ </ul>
902
+ <div class="panel-container">
903
+ <div class="panel item-1 current">
904
+ <div class="leftgreen">
905
+ <div class="info-container info-container-stack-view">
906
+ <div class="left-align">
907
+ <span class="header-text">Company:</span>
908
+ <span><a href="http://www.crunchbase.com/company/square" onclick="s_objectID='post_widget_crunchbase';">Square</a></span>
909
+ </div>
910
+ <div class="left-align">
911
+ <span class="header-text">Website:</span>
912
+ <span><a href="http://squareup.com/" onclick="s_objectID='post_widget_crunchbase';">squareup.com</a></span>
913
+ </div>
914
+ <div class="left-align">
915
+ <span class="header-text">Funding:</span>
916
+ <span>$169M</span>
917
+ </div>
918
+ </div>
919
+ <div class="body-copy">
920
+ <p>Square is a revolutionary service that enables anyone to accept credit cards anywhere. Square offers an easy to use, free credit card reader that plugs into a phone or iPad. It&#8217;s simple to sign up. There is no extra equipment, complicated contracts, monthly fees or merchant account required.
921
+
922
+ Co-founded by Jim McKelvey and Jack Dorsey in 2009, the company is headquartered in San Francisco with additional offices in Saint Louis and New York City.</p>
923
+ </div>
924
+ <div class="profile-image">
925
+ <a href="http://www.crunchbase.com/company/square"></a>
926
+ </div>
927
+ </div>
928
+ <a class="learn-more" href="http://www.crunchbase.com/company/square" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
929
+ </div> <!-- End of panel item -->
930
+ </div><!-- End of panel-container -->
931
+ </div>
932
+ </div>
933
+ </div>
934
+ <div style="clear: both;"></div>
935
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/445961/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/445961/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/445961/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/445961/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/445961/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/445961/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/445961/"></a>
936
+ <p><a href="http://feedads.g.doubleclick.net/~at/BB-ORv7NLQ5TacZ3gFjkI-pJecA/0/da"><img src="http://feedads.g.doubleclick.net/~at/BB-ORv7NLQ5TacZ3gFjkI-pJecA/0/di" border="0" ismap="true"></img></a><br/>
937
+ <a href="http://feedads.g.doubleclick.net/~at/BB-ORv7NLQ5TacZ3gFjkI-pJecA/1/da"><img src="http://feedads.g.doubleclick.net/~at/BB-ORv7NLQ5TacZ3gFjkI-pJecA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
938
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=4MwP27dn5V0:A6JM8zPr4Zw:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=4MwP27dn5V0:A6JM8zPr4Zw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=4MwP27dn5V0:A6JM8zPr4Zw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=4MwP27dn5V0:A6JM8zPr4Zw:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=4MwP27dn5V0:A6JM8zPr4Zw:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=4MwP27dn5V0:A6JM8zPr4Zw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=4MwP27dn5V0:A6JM8zPr4Zw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=4MwP27dn5V0:A6JM8zPr4Zw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
939
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/4MwP27dn5V0" height="1" width="1"/>]]></content:encoded>
940
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/squares-card-case-ios-app-adds-support-for-geofencing-twitter-integration-for-merchants-and-more/feed/</wfw:commentRss>
941
+ <slash:comments>0</slash:comments>
942
+
943
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/card.png?w=100" />
944
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/card.png?w=100" medium="image">
945
+ <media:title type="html">card</media:title>
946
+ </media:content>
947
+
948
+ <media:content url="http://1.gravatar.com/avatar/bbce6c3c48f821c81c019600a5589ae6?s=96&amp;d=identicon&amp;r=G" medium="image">
949
+ <media:title type="html">leena</media:title>
950
+ </media:content>
951
+
952
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/square.png" medium="image" />
953
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/squares-card-case-ios-app-adds-support-for-geofencing-twitter-integration-for-merchants-and-more/</feedburner:origLink></item>
954
+ <item>
955
+ <title>Video: Toyota Shows Four Healthcare And Nursing Robots</title>
956
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/vEuBdwxIN_s/</link>
957
+ <comments>http://techcrunch.com/2011/11/02/video-toyota-shows-four-healthcare-and-nursing-robots/#comments</comments>
958
+ <pubDate>Wed, 02 Nov 2011 13:45:26 +0000</pubDate>
959
+ <dc:creator>Serkan Toto</dc:creator>
960
+ <category><![CDATA[Gadgets]]></category>
961
+ <category><![CDATA[robots]]></category>
962
+ <category><![CDATA[Toyota]]></category>
963
+
964
+ <guid isPermaLink="false">http://techcrunch.com/?p=445909</guid>
965
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/picture-9.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="Picture 9" title="Picture 9" style="float: left; margin: 0 10px 7px 0;" />Honda isn't the only Japanese car maker active in robotics (with <a href="http://techcrunch.com/tag/asimo/">Asimo</a> etc.), Toyota has been active in this area for quite some time, too. Big T <a href="http://www2.toyota.co.jp/en/news/11/11/1101.html">showcased</a> a total of four robots yesterday, all with the healthcare and nursing markets in mind. It's not a surprise Japan's biggest car company is focusing on these areas, as its home country has the oldest society in the world (23% of the population are 65 or older).
966
+
967
+ Here are the robots Toyota showed during their press conference in Tokyo.]]></description>
968
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/picture-9.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="Picture 9" title="Picture 9" style="float: left; margin: 0 10px 7px 0;" /><p>Honda isn&#8217;t the only Japanese car maker active in robotics (with <a href="http://techcrunch.com/tag/asimo/">Asimo</a> etc.), Toyota has been active in this area for quite some time, too. Big T <a href="http://www2.toyota.co.jp/en/news/11/11/1101.html">showcased</a> a total of four robots yesterday, all with the healthcare and nursing markets in mind. It&#8217;s not a surprise Japan&#8217;s biggest car company is focusing on these areas, as its home country has the oldest society in the world (23% of the population are 65 or older).</p>
969
+ <p>Here are the robots Toyota showed during their press conference in Tokyo:</p>
970
+ <p>Independent Walk Assist (help paralyzed people walk)<br />
971
+ <a href="http://tctechcrunch2011.files.wordpress.com/2011/11/independent-walk-assist.jpg" rel="lightbox[445909]"></a><br />
972
+ Walk Training Assist (supports return to natural walking for people with impaired walking)<br />
973
+ <a href="http://tctechcrunch2011.files.wordpress.com/2011/11/walk-training-assist.jpg" rel="lightbox[445909]"></a><br />
974
+ Balance Training Assist (trains people who have trouble maintaining their balance while standing)<br />
975
+ <a href="http://tctechcrunch2011.files.wordpress.com/2011/11/balance-training-assist.jpg" rel="lightbox[445909]"></a></p>
976
+ <p>Patient Transfer Assist (the most advanced and unique robot of the four, helps caretakers lifting and moving patients)</p>
977
+ <p><a href="http://tctechcrunch2011.files.wordpress.com/2011/11/patient-transfer-assist.jpg" rel="lightbox[445909]"></a></p>
978
+ <p>Toyota considers commercializing these robots sometime &#8220;after 2013&#8243;.</p>
979
+ <p>This video, shot by <a href="http://www.diginfo.tv/2011/11/02/11-0239-r-en.php">Diginfo TV</a> on location, provides more insight (in English):<br />
980
+ <span style="text-align:center; display: block;"><a href="http://techcrunch.com/2011/11/02/video-toyota-shows-four-healthcare-and-nursing-robots/"></a></span></p>
981
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/445909/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/445909/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/445909/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/445909/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/445909/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/445909/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/445909/"></a>
982
+ <p><a href="http://feedads.g.doubleclick.net/~at/87bh_OuFRIM19l2S281wcLKe_Nc/0/da"><img src="http://feedads.g.doubleclick.net/~at/87bh_OuFRIM19l2S281wcLKe_Nc/0/di" border="0" ismap="true"></img></a><br/>
983
+ <a href="http://feedads.g.doubleclick.net/~at/87bh_OuFRIM19l2S281wcLKe_Nc/1/da"><img src="http://feedads.g.doubleclick.net/~at/87bh_OuFRIM19l2S281wcLKe_Nc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
984
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=vEuBdwxIN_s:ZRmyd2Cr7SY:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=vEuBdwxIN_s:ZRmyd2Cr7SY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=vEuBdwxIN_s:ZRmyd2Cr7SY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=vEuBdwxIN_s:ZRmyd2Cr7SY:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=vEuBdwxIN_s:ZRmyd2Cr7SY:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=vEuBdwxIN_s:ZRmyd2Cr7SY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=vEuBdwxIN_s:ZRmyd2Cr7SY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=vEuBdwxIN_s:ZRmyd2Cr7SY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
985
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/vEuBdwxIN_s" height="1" width="1"/>]]></content:encoded>
986
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/video-toyota-shows-four-healthcare-and-nursing-robots/feed/</wfw:commentRss>
987
+ <slash:comments>0</slash:comments>
988
+
989
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/picture-9.png?w=117" />
990
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/picture-9.png?w=117" medium="image">
991
+ <media:title type="html">Picture 9</media:title>
992
+ </media:content>
993
+
994
+ <media:content url="http://1.gravatar.com/avatar/57366b37927b3b6216aa314a68982c97?s=96&amp;d=identicon&amp;r=G" medium="image">
995
+ <media:title type="html">Serkan</media:title>
996
+ </media:content>
997
+
998
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/independent-walk-assist.jpg" medium="image">
999
+ <media:title type="html">Independent Walk Assist</media:title>
1000
+ </media:content>
1001
+
1002
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/walk-training-assist.jpg" medium="image">
1003
+ <media:title type="html">Walk Training Assist</media:title>
1004
+ </media:content>
1005
+
1006
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/balance-training-assist.jpg" medium="image">
1007
+ <media:title type="html">Balance Training Assist</media:title>
1008
+ </media:content>
1009
+
1010
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/patient-transfer-assist.jpg" medium="image">
1011
+ <media:title type="html">Patient Transfer Assist</media:title>
1012
+ </media:content>
1013
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/video-toyota-shows-four-healthcare-and-nursing-robots/</feedburner:origLink></item>
1014
+ <item>
1015
+ <title>Monster Partners With SDJ For “Monster Digital” Flash Memory Products</title>
1016
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/GSWKhQxuDRc/</link>
1017
+ <comments>http://techcrunch.com/2011/11/02/monster-partners-with-sdj-for-monster-digital-flash-memory-products/#comments</comments>
1018
+ <pubDate>Wed, 02 Nov 2011 13:40:52 +0000</pubDate>
1019
+ <dc:creator>Chris Velazco</dc:creator>
1020
+ <category><![CDATA[Gadgets]]></category>
1021
+ <category><![CDATA[TC]]></category>
1022
+ <category><![CDATA[monster]]></category>
1023
+
1024
+ <guid isPermaLink="false">http://techcrunch.com/?p=445963</guid>
1025
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/monsterflash3.jpg?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="monsterflash3" title="monsterflash3" style="float: left; margin: 0 10px 7px 0;" />If you've found yourself yearning for a new memory card but all your options are just too pedestrian, then Monster and SDJ Technologies may have just brightened your day. The two companies have just announced that they have inked a <a href="http://www.businesswire.com/news/home/20111102005395/en/Monster-Announces-Long-Term-Licensing-Agreement-SDJ-Technologies">long-term licensing deal</a> that means Monster Digital flash memory products will soon hit store shelves.]]></description>
1026
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/monsterflash3.jpg?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="monsterflash3" title="monsterflash3" style="float: left; margin: 0 10px 7px 0;" /><p>If you&#8217;ve found yourself yearning for a new memory card but all your options are just too pedestrian, then Monster and SDJ Technologies may have just brightened your day. The two companies have just announced that they have inked a <a href="http://www.businesswire.com/news/home/20111102005395/en/Monster-Announces-Long-Term-Licensing-Agreement-SDJ-Technologies">long-term licensing deal</a> that means Monster Digital flash memory products will soon hit store shelves.</p>
1027
+ <p>That&#8217;s right &#8212; although neither company has gone into specific product types, we can hazard a few guesses as to what they&#8217;re working on. SDJ CEO Jay Tandon mentioned that people are focusing more on &#8220;mobile computing, smart phones, digital camera and video recording devices,&#8221; so expect some funky Monster-branded memory cards and flash drives to debut soon. Of course, these will bear Monster branding, so be prepared for a premium price tag too.</p>
1028
+ <p>The thing to remember here is that it&#8217;s just a licensing agreement, so SDJ will actually make the products while the folks at Monster will do what they do best: <strong>market the hell out of these things.</strong></p>
1029
+ <p>Readers are probably already aware of Monster&#8217;s M.O., but those who have never had the pleasure, Monster takes commodity products like cables and uses their marketing prowess to give them something of a premium aura. There always seems to be a debate raging as to whether or not Monster products actually perform better than a run-of-the-mill replacement (I don&#8217;t think they do, personally), but enough people are Monster fans that the company keeps churning things out.</p>
1030
+ <p>The first spate of Monster Digital products will be unveiled next month at the CES Unveiled event in New York City. Monster fans will also be glad to know that a wider rollout of Monster Digital goods will begin soon afterward.</p>
1031
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/445963/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/445963/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/445963/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/445963/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/445963/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/445963/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/445963/"></a>
1032
+ <p><a href="http://feedads.g.doubleclick.net/~at/iLfyXWXqpFqLgvT-oR4QpU9Bv0E/0/da"><img src="http://feedads.g.doubleclick.net/~at/iLfyXWXqpFqLgvT-oR4QpU9Bv0E/0/di" border="0" ismap="true"></img></a><br/>
1033
+ <a href="http://feedads.g.doubleclick.net/~at/iLfyXWXqpFqLgvT-oR4QpU9Bv0E/1/da"><img src="http://feedads.g.doubleclick.net/~at/iLfyXWXqpFqLgvT-oR4QpU9Bv0E/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
1034
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=GSWKhQxuDRc:o-AeuU1xWWY:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=GSWKhQxuDRc:o-AeuU1xWWY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=GSWKhQxuDRc:o-AeuU1xWWY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=GSWKhQxuDRc:o-AeuU1xWWY:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=GSWKhQxuDRc:o-AeuU1xWWY:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=GSWKhQxuDRc:o-AeuU1xWWY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=GSWKhQxuDRc:o-AeuU1xWWY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=GSWKhQxuDRc:o-AeuU1xWWY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
1035
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/GSWKhQxuDRc" height="1" width="1"/>]]></content:encoded>
1036
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/monster-partners-with-sdj-for-monster-digital-flash-memory-products/feed/</wfw:commentRss>
1037
+ <slash:comments>0</slash:comments>
1038
+
1039
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/monsterflash3.jpg?w=150" />
1040
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/monsterflash3.jpg?w=150" medium="image">
1041
+ <media:title type="html">monsterflash3</media:title>
1042
+ </media:content>
1043
+
1044
+ <media:content url="http://0.gravatar.com/avatar/ec2ac47d9dad53c2ae4f7882ae9bf6b9?s=96&amp;d=identicon&amp;r=G" medium="image">
1045
+ <media:title type="html">ctvelazco</media:title>
1046
+ </media:content>
1047
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/monster-partners-with-sdj-for-monster-digital-flash-memory-products/</feedburner:origLink></item>
1048
+ <item>
1049
+ <title>Nokia Strikes Supplier Deal With ST-Ericsson For Windows-Powered Handsets</title>
1050
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/HyY2_wJkbeo/</link>
1051
+ <comments>http://techcrunch.com/2011/11/02/nokia-strikes-supplier-deal-with-st-ericsson-for-windows-powered-handsets/#comments</comments>
1052
+ <pubDate>Wed, 02 Nov 2011 13:29:36 +0000</pubDate>
1053
+ <dc:creator>Jordan Crook</dc:creator>
1054
+ <category><![CDATA[Mobile]]></category>
1055
+ <category><![CDATA[Nokia]]></category>
1056
+ <category><![CDATA[st ericsson]]></category>
1057
+
1058
+ <guid isPermaLink="false">http://techcrunch.com/?p=445943</guid>
1059
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/nokia-logo.jpg?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="nokia-logo" title="nokia-logo" style="float: left; margin: 0 10px 7px 0;" />It's a big day over at ST-Ericsson.
1060
+
1061
+ The chip maker, which has yet to turn a quarterly profit, just scored a major deal with Nokia to power its Windows Phone handsets. This deal effectively ends the monopoly Qualcomm has had over Windows-powered devices, and should also allow Nokia to sell lower-priced smartphones in new territories, reports <a href="http://www.reuters.com/article/2011/11/02/us-st-ericsson-nokia-idUSTRE7A11K020111102">Reuters</a>. ]]></description>
1062
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/nokia-logo.jpg?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="nokia-logo" title="nokia-logo" style="float: left; margin: 0 10px 7px 0;" /><p>It&#8217;s a big day over at ST-Ericsson. The chip maker, which has yet to turn a quarterly profit, just scored a major deal with Nokia to power its Windows Phone handsets. This deal effectively ends the monopoly Qualcomm has had over Windows-powered devices, and should also allow Nokia to sell lower-priced smartphones in new territories, reports <a href="http://www.reuters.com/article/2011/11/02/us-st-ericsson-nokia-idUSTRE7A11K020111102">Reuters</a>. </p>
1063
+ <p>We&#8217;d been hearing rumors of this deal for a while now, but as ST-Ericsson&#8217;s press release crossed the wires this morning the new partnership was officially confirmed. It&#8217;s still unclear which processors Nokia will employ, but <a href="http://www.ubergizmo.com/2011/11/st-ericsson-officially-announced-partner-nokia/">Ubergizmo</a> speculates that we&#8217;ll likely see the U8500 dual-core SoC&#8217;s sometime soon. </p>
1064
+ <p>Nokia recently unveiled its first Windows-powered handsets: <a href="http://techcrunch.com/2011/10/26/nokia-debuts-lumia-710-and-lumia-800/">the Lumia 800 and the Lumia 710</a>. While both show promise, especially with Mango at the helm, the verdict is still out until we get a chance to do a proper review. </p>
1065
+ <br/> <div class="module-crunchbase">
1066
+ <div class="configuration-neighbor">
1067
+ <h2 class="global-module-header-default">
1068
+ <span class="line-1">
1069
+ <div class="cb-home-header cb-stack-home-header">
1070
+ <a href="http://crunchbase.com">Crunchbase</a>
1071
+ </div>
1072
+ </span>
1073
+ </h2>
1074
+ <div class="container">
1075
+ <ul class="tab-container">
1076
+ <li><a class="tab item-1 current" href="javascript:void(0)" onclick="s_objectID='post_widget_crunchbase';">NOKIA</a></li>
1077
+ </ul>
1078
+ <div class="panel-container">
1079
+ <div class="panel item-1 current">
1080
+ <div class="leftgreen">
1081
+ <div class="info-container info-container-stack-view">
1082
+ <div class="left-align">
1083
+ <span class="header-text">Company:</span>
1084
+ <span><a href="http://www.crunchbase.com/company/nokia" onclick="s_objectID='post_widget_crunchbase';">Nokia</a></span>
1085
+ </div>
1086
+ <div class="left-align">
1087
+ <span class="header-text">Website:</span>
1088
+ <span><a href="http://nokia.com" onclick="s_objectID='post_widget_crunchbase';">nokia.com</a></span>
1089
+ </div>
1090
+ <div class="left-align">
1091
+ <span class="header-text">IPO:</span>
1092
+ <span>
1093
+ NYSE:NOK </span>
1094
+ </div>
1095
+ </div>
1096
+ <div class="body-copy">
1097
+ <p>Nokia is a Finnish multinational communications corporation. It is primarily engaged in the manufacturing of mobile devices and in converging Internet and communications industries.
1098
+
1099
+ They make a wide range of mobile devices with services and software that enable people to experience music, navigation, video, television, imaging, games, business mobility and more.
1100
+
1101
+ Nokia is the owner of Symbian operation system and partially owns MeeGo operating system.</p>
1102
+ </div>
1103
+ <div class="profile-image">
1104
+ <a href="http://www.crunchbase.com/company/nokia"></a>
1105
+ </div>
1106
+ </div>
1107
+ <a class="learn-more" href="http://www.crunchbase.com/company/nokia" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
1108
+ </div> <!-- End of panel item -->
1109
+ </div><!-- End of panel-container -->
1110
+ </div>
1111
+ </div>
1112
+ </div>
1113
+ <div style="clear: both;"></div>
1114
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/445943/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/445943/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/445943/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/445943/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/445943/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/445943/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/445943/"></a>
1115
+ <p><a href="http://feedads.g.doubleclick.net/~at/ntWky8AOBpaNwAoxZZUwdo9XCSg/0/da"><img src="http://feedads.g.doubleclick.net/~at/ntWky8AOBpaNwAoxZZUwdo9XCSg/0/di" border="0" ismap="true"></img></a><br/>
1116
+ <a href="http://feedads.g.doubleclick.net/~at/ntWky8AOBpaNwAoxZZUwdo9XCSg/1/da"><img src="http://feedads.g.doubleclick.net/~at/ntWky8AOBpaNwAoxZZUwdo9XCSg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
1117
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=HyY2_wJkbeo:NaXTixPTtu4:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=HyY2_wJkbeo:NaXTixPTtu4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=HyY2_wJkbeo:NaXTixPTtu4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=HyY2_wJkbeo:NaXTixPTtu4:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=HyY2_wJkbeo:NaXTixPTtu4:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=HyY2_wJkbeo:NaXTixPTtu4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=HyY2_wJkbeo:NaXTixPTtu4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=HyY2_wJkbeo:NaXTixPTtu4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
1118
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/HyY2_wJkbeo" height="1" width="1"/>]]></content:encoded>
1119
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/nokia-strikes-supplier-deal-with-st-ericsson-for-windows-powered-handsets/feed/</wfw:commentRss>
1120
+ <slash:comments>0</slash:comments>
1121
+
1122
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/nokia-logo.jpg?w=150" />
1123
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/nokia-logo.jpg?w=150" medium="image">
1124
+ <media:title type="html">nokia-logo</media:title>
1125
+ </media:content>
1126
+
1127
+ <media:content url="http://1.gravatar.com/avatar/123a4c264172746af556b0c74c72b308?s=96&amp;d=identicon&amp;r=G" medium="image">
1128
+ <media:title type="html">biggsismyboss</media:title>
1129
+ </media:content>
1130
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/nokia-strikes-supplier-deal-with-st-ericsson-for-windows-powered-handsets/</feedburner:origLink></item>
1131
+ <item>
1132
+ <title>Gilt City, A Subsidiary Of Gilt Groupe, Officially Acquires BuyWithMe</title>
1133
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/shwGCY4GIkI/</link>
1134
+ <comments>http://techcrunch.com/2011/11/02/gilt-city-a-subsidiary-of-gilt-groupe-officially-acquires-buywithme/#comments</comments>
1135
+ <pubDate>Wed, 02 Nov 2011 13:26:11 +0000</pubDate>
1136
+ <dc:creator>Sarah Perez</dc:creator>
1137
+ <category><![CDATA[Startups]]></category>
1138
+ <category><![CDATA[TC]]></category>
1139
+ <category><![CDATA[daily deals]]></category>
1140
+ <category><![CDATA[deals]]></category>
1141
+ <category><![CDATA[Acquisitions]]></category>
1142
+
1143
+ <guid isPermaLink="false">http://techcrunch.com/?p=445958</guid>
1144
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/10/gilt3.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="gilt3" title="gilt3" style="float: left; margin: 0 10px 7px 0;" />Confirming <a href="http://techcrunch.com/2011/10/28/gilt-groupe-acquiring-buywithme/">earlier reports</a>, luxury deals site Gilt City, a subsidiary of Gilt Groupe, Inc., is acquiring the assets of failed daily deals site BuyWithMe, after the latter saw massive layoffs following its failure to raise additional funding. Terms of the acquisition were not disclosed.
1145
+
1146
+ Former members of BuyWithMe will now have access to all of Gilt's offerings, including women's, men's and children's apparel, plus accessories, home decor, travel experiences, and gourmet food and wine.]]></description>
1147
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/10/gilt3.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="gilt3" title="gilt3" style="float: left; margin: 0 10px 7px 0;" /><p>Confirming <a href="http://techcrunch.com/2011/10/28/gilt-groupe-acquiring-buywithme/">earlier reports</a>, luxury deals site Gilt City, a subsidiary of Gilt Groupe, Inc., is acquiring the assets of failed daily deals site BuyWithMe, after the latter saw massive layoffs following its failure to raise additional funding. Terms of the acquisition were not disclosed.</p>
1148
+ <p>Former members of BuyWithMe will now have access to all of Gilt&#8217;s offerings, including women&#8217;s, men&#8217;s and children&#8217;s apparel, plus accessories, home decor, travel experiences, and gourmet food and wine.</p>
1149
+ <p>During the transition period, BuyWithMe will carry out the sales previously scheduled in markets that Gilt City serves, and afterwards, members will continue to receive offers via Gilt City and Gilt Groupe.</p>
1150
+ <p>The acquisition will now allow Gilt City to expand further into its ten markets and expand quickly into new markets over the next year, Gilt City said in a statement. However, Gilt City will not operate in all of BuyWithMe&#8217;s markets after the transition is complete.</p>
1151
+ <p>BuyWithMe, said to be the third largest daily deals site behind Groupon and LivingSocial, previously operated in 13 markets in the U.S. with a customer base in the millions. It had raised around $21.5 million in venture capital from Boston VCs Bain Capital and Matrix Partners. (Reports from <a href="http://www.betabeat.com/2011/10/28/after-big-layoffs-buywithme-being-acquired-by-gilt-groupe-slashes-more-staff/">BetaBeat</a> put the funding at $30 million).</p>
1152
+ <p>BuyWithMe <a href="http://techcrunch.com/2011/10/20/daily-deals-startup-buywithme-laying-off-half-its-workforce/">began lay offs</a> <a href="http://techcrunch.com/2011/10/28/laidoffwithme-buywithme/">earlier this month</a>, after having been unsuccessful in its attempts to grow its company through the acquisitions of other daily deals players. The company made its sixth acquisition in September, with <a href="http://techcrunch.com/2011/09/09/in-its-sixth-acquisition-this-year-group-buying-site-buywithme-scoops-up-townhog/">its purchase of San Francisco-based TownHog</a>. It previously acquired NYC’s <a href="http://techcrunch.com/2011/08/16/buywithme-buys-new-york-citys-scoop-st/">Scoop St</a>, <a href="http://techcrunch.com/2011/05/03/buywithme-buys-chicago-daily-deal-site-dealadayonline/">Chicago deals site DealADayOnline</a>, <a href="http://techcrunch.com/2011/05/25/buywithme-buys-san-francisco-daily-deal-site-groop-swoop/">San Francisco deals site Swoop</a>,<a href="http://techcrunch.com/2011/07/18/buywithme-acquires-card-linked-loyalty-company-edhance/"> loyalty company Edhance</a>, and <a href="http://www.marketwire.com/press-release/buywithme-acquires-daily-deal-site-localtwist-1500318.htm">deals site LocalTwist</a>.</p>
1153
+ <p>BuyWithMe&#8217;s domain is already redirecting to <a href="buywithme.giltcity.com/city">buywithme.giltcity.com/city</a>, and lists the 13 combined markets BuyWithMe and Gilt City serve, including Atlanta, Boston, Chicago, Dallas, Houston, L.A., Miami, New York, Philadelphia, San Diego, San Francisco, Seattle and Washington D.C. BuyWithMe members can now access the site using their same username and password and can use their unused credit at Gilt Groupe, Gilt Taste, Park and Bond or Gilt City.</p>
1154
+ <br/> <div class="module-crunchbase">
1155
+ <div class="configuration-neighbor">
1156
+ <h2 class="global-module-header-default">
1157
+ <span class="line-2">
1158
+ <div class="cb-home-header cb-stack-home-header">
1159
+ <a href="http://crunchbase.com">Crunchbase</a>
1160
+ </div>
1161
+ </span>
1162
+ </h2>
1163
+ <div class="container">
1164
+ <ul class="tab-container">
1165
+ <li><a class="tab item-1 current" href="javascript:void(0)" onclick="s_objectID='post_widget_crunchbase';">BUYWITHME</a></li>
1166
+ <li><a class="tab item-2" href="javascript:void(0)" onclick="s_objectID='post_widget_crunchbase';">GILT GROUPE</a></li>
1167
+ </ul>
1168
+ <div class="panel-container">
1169
+ <div class="panel item-1 current">
1170
+ <div class="leftgreen">
1171
+ <div class="info-container info-container-stack-view">
1172
+ <div class="left-align">
1173
+ <span class="header-text">Company:</span>
1174
+ <span><a href="http://www.crunchbase.com/company/buywithme" onclick="s_objectID='post_widget_crunchbase';">BuyWithMe</a></span>
1175
+ </div>
1176
+ <div class="left-align">
1177
+ <span class="header-text">Website:</span>
1178
+ <span><a href="http://www.buywithme.com" onclick="s_objectID='post_widget_crunchbase';">buywithme.com</a></span>
1179
+ </div>
1180
+ <div class="left-align">
1181
+ <span class="header-text">Funding:</span>
1182
+ <span>$21.5M</span>
1183
+ </div>
1184
+ </div>
1185
+ <div class="body-copy">
1186
+ <p>BuyWithMe is the premier group buying website where leading local merchants offer exclusive limited time offers to members of the BuyWithMe community.
1187
+
1188
+ Through the power of its numbers, BuyWithMe negotiates handpicked group discounts for its customers to access at spas, restaurants, health clubs, bars and other local activities in their city. BuyWithMe currently publishes daily deals in 12 major DMAs, including Austin, Boston, Chicago, Dallas, Houston, Los Angeles, Philadelphia, Phoenix, New York, and San Diego.
1189
+
1190
+ BuyWithMe is...</p>
1191
+ </div>
1192
+ <div class="profile-image">
1193
+ </div>
1194
+ </div>
1195
+ <a class="learn-more" href="http://www.crunchbase.com/company/buywithme" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
1196
+ </div> <!-- End of panel item -->
1197
+ <div class="panel item-2">
1198
+ <div class="leftgreen">
1199
+ <div class="info-container info-container-stack-view">
1200
+ <div class="left-align">
1201
+ <span class="header-text">Company:</span>
1202
+ <span><a href="http://www.crunchbase.com/company/gilt-groupe" onclick="s_objectID='post_widget_crunchbase';">Gilt Groupe</a></span>
1203
+ </div>
1204
+ <div class="left-align">
1205
+ <span class="header-text">Website:</span>
1206
+ <span><a href="http://www.gilt.com/cb" onclick="s_objectID='post_widget_crunchbase';">gilt.com</a></span>
1207
+ </div>
1208
+ <div class="left-align">
1209
+ <span class="header-text">Funding:</span>
1210
+ <span>$236M</span>
1211
+ </div>
1212
+ </div>
1213
+ <div class="body-copy">
1214
+ <p>Headquartered in New York, Gilt Groupe is a privately held company dedicated to providing its members with access to coveted fashion and luxury lifestyle brands at sample sale prices. Gilt Groupe includes sales for men, women, and home as well as Gilt City (geo-specific), Gilt Taste (food), and Jetsetter (travel).
1215
+
1216
+ Gilt Groupe hand selects both established and up and coming brands relevant to its membership base. Each Gilt Groupe Shopping Event is designer-specific and held over a one day...</p>
1217
+ </div>
1218
+ <div class="profile-image">
1219
+ <a href="http://www.crunchbase.com/company/gilt-groupe"></a>
1220
+ </div>
1221
+ </div>
1222
+ <a class="learn-more" href="http://www.crunchbase.com/company/gilt-groupe" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
1223
+ </div> <!-- End of panel item -->
1224
+ </div><!-- End of panel-container -->
1225
+ </div>
1226
+ </div>
1227
+ </div>
1228
+ <div style="clear: both;"></div>
1229
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/445958/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/445958/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/445958/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/445958/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/445958/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/445958/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/445958/"></a>
1230
+ <p><a href="http://feedads.g.doubleclick.net/~at/a4onYBC2hrMP2_ZTmc23h6cArhY/0/da"><img src="http://feedads.g.doubleclick.net/~at/a4onYBC2hrMP2_ZTmc23h6cArhY/0/di" border="0" ismap="true"></img></a><br/>
1231
+ <a href="http://feedads.g.doubleclick.net/~at/a4onYBC2hrMP2_ZTmc23h6cArhY/1/da"><img src="http://feedads.g.doubleclick.net/~at/a4onYBC2hrMP2_ZTmc23h6cArhY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
1232
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=shwGCY4GIkI:7pKnyVWutL8:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=shwGCY4GIkI:7pKnyVWutL8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=shwGCY4GIkI:7pKnyVWutL8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=shwGCY4GIkI:7pKnyVWutL8:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=shwGCY4GIkI:7pKnyVWutL8:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=shwGCY4GIkI:7pKnyVWutL8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=shwGCY4GIkI:7pKnyVWutL8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=shwGCY4GIkI:7pKnyVWutL8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
1233
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/shwGCY4GIkI" height="1" width="1"/>]]></content:encoded>
1234
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/gilt-city-a-subsidiary-of-gilt-groupe-officially-acquires-buywithme/feed/</wfw:commentRss>
1235
+ <slash:comments>0</slash:comments>
1236
+
1237
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/10/gilt3.png?w=150" />
1238
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/10/gilt3.png?w=150" medium="image">
1239
+ <media:title type="html">gilt3</media:title>
1240
+ </media:content>
1241
+
1242
+ <media:content url="http://1.gravatar.com/avatar/5225bb627e112543aa03bf3b2958be3f?s=96&amp;d=identicon&amp;r=G" medium="image">
1243
+ <media:title type="html">sarahintampa</media:title>
1244
+ </media:content>
1245
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/gilt-city-a-subsidiary-of-gilt-groupe-officially-acquires-buywithme/</feedburner:origLink></item>
1246
+ <item>
1247
+ <title>Facebook Cofounder’s Productivity Startup Asana Launches To The Public</title>
1248
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/qUFK8C1RqSA/</link>
1249
+ <comments>http://techcrunch.com/2011/11/02/facebook-cofounders-productivity-startup-asana-launches-to-the-public/#comments</comments>
1250
+ <pubDate>Wed, 02 Nov 2011 13:01:38 +0000</pubDate>
1251
+ <dc:creator>Jason Kincaid</dc:creator>
1252
+ <category><![CDATA[TC]]></category>
1253
+ <category><![CDATA[Asana]]></category>
1254
+
1255
+ <guid isPermaLink="false">http://techcrunch.com/?p=445944</guid>
1256
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/asana3.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="asana3" title="asana3" style="float: left; margin: 0 10px 7px 0;" /><a href="http://www.asana.com">Asana</a>, the web-based productivity service that counts Facebook cofounder <a href="http://www.crunchbase.com/person/dustin-moskovitz">Dustin Moskovitz</a> as one of its founders, is launching to the public today. No, it isn't anything like Facebook, but if you're looking for a productivity solution with a new twist, it may be exactly what you're hoping for.
1257
+
1258
+ You'd be forgiven for thinking Asana had already launched, since you've been hearing about it for a long time — because it was founded by Moskovitz and early Facebook employee Justin Rosenstein, the company has been closely tracked by tech pundits since its earliest days.
1259
+
1260
+ In <a href="http://techcrunch.com/2009/11/24/benchmark-andreesen-horowitz-asana-9-millio/">November 2009</a> the company announced that it'd raised $9 million from Benchmark Capital and Andreessen-Horowitz, following a $1.2 million angel round the previous spring. From there, the service entered a lengthy private beta. They gave a <a href="http://techcrunch.com/2011/02/07/finally-facebook-co-founder-opens-the-curtain-on-two-year-old-asana/">peek behind the curtains</a> in February of this year — two years after they first got started — and have continued to iterate on the product since then. Just weeks ago the site saw another major UI refresh. And today, they're finally ready to let the masses in.
1261
+ ]]></description>
1262
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/asana3.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="asana3" title="asana3" style="float: left; margin: 0 10px 7px 0;" /><p><a href="http://www.asana.com">Asana</a>, the web-based productivity service that counts Facebook cofounder <a href="http://www.crunchbase.com/person/dustin-moskovitz">Dustin Moskovitz</a> as one of its founders, is launching to the public today. No, it isn&#8217;t anything like Facebook, but if you&#8217;re looking for a productivity solution with a new twist, it may be exactly what you&#8217;re hoping for.</p>
1263
+ <p>You&#8217;d be forgiven for thinking Asana had already launched, since you&#8217;ve been hearing about it for a long time — because it was founded by Moskovitz and early Facebook employee Justin Rosenstein, the company has been closely tracked by tech pundits since its earliest days.</p>
1264
+ <p>In <a href="http://techcrunch.com/2009/11/24/benchmark-andreesen-horowitz-asana-9-millio/">November 2009</a> the company announced that it&#8217;d raised $9 million from Benchmark Capital and Andreessen-Horowitz, following a $1.2 million angel round the previous spring. From there, the service entered a lengthy private beta. They gave a <a href="http://techcrunch.com/2011/02/07/finally-facebook-co-founder-opens-the-curtain-on-two-year-old-asana/">peek behind the curtains</a> in February of this year — two years after they first got started — and have continued to iterate on the product since then. Just weeks ago the site saw another major UI refresh, and today, they&#8217;re finally ready to let the masses in.</p>
1265
+ <p>I&#8217;m going to include a few high-level details on how the product works, but the reality is this: you really need to try it out for yourself to see if it&#8217;s your cup of tea, as much of Asana&#8217;s potential stems from the fact that you can mold it to suit your needs. You&#8217;ll also want to check out the video below, which does a good job showing off some of the basics. With that said&#8230;</p>
1266
+ <p>The first time you log in, there isn&#8217;t going to be a new feature that immediately jumps out and dazzles you. Let&#8217;s be very clear: this is enterprise productivity, and it is not particularly sexy. But it&#8217;s powerful all the same. At the bottom of the screen you&#8217;ll notice several videos that explain how to use Asana in various ways — and the use cases are diverse. In a call to discuss the news, the founders, along with employee Kenny Van Zant, explained to me how it&#8217;s been successfully used to manage everything from inbound employee applications to agile software development.</p>
1267
+ <span style="text-align:center; display: block;"><a href="http://techcrunch.com/2011/11/02/facebook-cofounders-productivity-startup-asana-launches-to-the-public/"></a></span>
1268
+ <p>Asana doesn&#8217;t have any chat or status update features, and you won&#8217;t find your coworker&#8217;s employment history on it, either. It is not a social network. Instead, rather than building a network that revolves around people, Asana&#8217;s founders say that they set out to build a network that puts your work items at the center.</p>
1269
+ <p>On the left side of the screen you&#8217;ll find the main nav bar, which includes a listing of company projects, tags, and people in your company. At the top you&#8217;ll find an item with <em>your</em> tasks, which is what you&#8217;ll be using to plan out (and tell everyone else) what you&#8217;re working on.</p>
1270
+ <p>In the main, right panel, you&#8217;ll be able to browse through the tasks. Projects can include a hierarchy of tasks, each of which can be delegated to coworkers and teams. Clicking on a task will bring up a new pane at the right side of the screen with additional information: who&#8217;s involved, any relevant file attachments and emails, and so on.</p>
1271
+ <p>One thing you&#8217;ll notice throughout the experience: Asana is fast. The founders say they&#8217;ve obsessed over making Asana&#8217;s HTML5-based app feel native, and it shows. Integrated keyboard shortcuts are (mostly) intuitive, and there&#8217;s little-to-no lag as you navigate around. There&#8217;s also some other nice features including deep email integration — you can forward messages from your inbox to a special email address to assign it to a certain project, or even a certain person. This also helps in companies where only a fraction of employees have signed up for Asana proper, as the employees who haven&#8217;t signed up with be able to participate through email.</p>
1272
+ <p>The service is free for groups of up to 30 people — beyond that the company will eventually start charging. Down the road they may also offer additional features for a premium.</p>
1273
+ <p>I&#8217;ve been tinkering with Asana for the last couple of days, and I&#8217;ve liked what I&#8217;ve seen so far, to the point that I&#8217;m eager to see if we can work it into TechCrunch&#8217;s internal workflow (we rely almost exclusively on Yammer, which isn&#8217;t so great for collaborating around individual tasks). With that said, there&#8217;s definitely a learning curve, though the service is doing everything it can to make sure the experience doesn&#8217;t require a day-long training session before new users can figure out how it works.</p>
1274
+ <p><a href="http://tctechcrunch2011.files.wordpress.com/2011/11/asana-project.png"></a></p>
1275
+ <br/> <div class="module-crunchbase">
1276
+ <div class="configuration-neighbor">
1277
+ <h2 class="global-module-header-default">
1278
+ <span class="line-2">
1279
+ <div class="cb-home-header cb-stack-home-header">
1280
+ <a href="http://crunchbase.com">Crunchbase</a>
1281
+ </div>
1282
+ </span>
1283
+ </h2>
1284
+ <div class="container">
1285
+ <ul class="tab-container">
1286
+ <li><a class="tab item-1 current" href="javascript:void(0)" onclick="s_objectID='post_widget_crunchbase';">ASANA</a></li>
1287
+ </ul>
1288
+ <div class="panel-container">
1289
+ <div class="panel item-1 current">
1290
+ <div class="leftgreen">
1291
+ <div class="info-container info-container-stack-view">
1292
+ <div class="left-align">
1293
+ <span class="header-text">Company:</span>
1294
+ <span><a href="http://www.crunchbase.com/company/asana" onclick="s_objectID='post_widget_crunchbase';">Asana</a></span>
1295
+ </div>
1296
+ <div class="left-align">
1297
+ <span class="header-text">Website:</span>
1298
+ <span><a href="http://www.asana.com" onclick="s_objectID='post_widget_crunchbase';">asana.com</a></span>
1299
+ </div>
1300
+ <div class="left-align">
1301
+ <span class="header-text">Launch Date:</span>
1302
+ <span>November 2, 2011</span>
1303
+ </div>
1304
+ <div class="left-align">
1305
+ <span class="header-text">Funding:</span>
1306
+ <span>$10.2M</span>
1307
+ </div>
1308
+ </div>
1309
+ <div class="body-copy">
1310
+ <p>Asana is a web application that keeps teams in sync - a single place for everyone to quickly capture, organize, track and communicate what they are working on. It was founded by Dustin Moskovitz, a co-founder of Facebook, and Justin Rosenstein, an alum of both Facebook and Google. </p>
1311
+ </div>
1312
+ <div class="profile-image">
1313
+ <a href="http://www.crunchbase.com/company/asana"></a>
1314
+ </div>
1315
+ </div>
1316
+ <a class="learn-more" href="http://www.crunchbase.com/company/asana" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
1317
+ </div> <!-- End of panel item -->
1318
+ </div><!-- End of panel-container -->
1319
+ </div>
1320
+ </div>
1321
+ </div>
1322
+ <div style="clear: both;"></div>
1323
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/445944/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/445944/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/445944/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/445944/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/445944/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/445944/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/445944/"></a>
1324
+ <p><a href="http://feedads.g.doubleclick.net/~at/4lV5BgW7D81SqoL8xELUAyRuCLQ/0/da"><img src="http://feedads.g.doubleclick.net/~at/4lV5BgW7D81SqoL8xELUAyRuCLQ/0/di" border="0" ismap="true"></img></a><br/>
1325
+ <a href="http://feedads.g.doubleclick.net/~at/4lV5BgW7D81SqoL8xELUAyRuCLQ/1/da"><img src="http://feedads.g.doubleclick.net/~at/4lV5BgW7D81SqoL8xELUAyRuCLQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
1326
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=qUFK8C1RqSA:CbTycs2E5ec:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=qUFK8C1RqSA:CbTycs2E5ec:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=qUFK8C1RqSA:CbTycs2E5ec:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=qUFK8C1RqSA:CbTycs2E5ec:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=qUFK8C1RqSA:CbTycs2E5ec:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=qUFK8C1RqSA:CbTycs2E5ec:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=qUFK8C1RqSA:CbTycs2E5ec:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=qUFK8C1RqSA:CbTycs2E5ec:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
1327
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/qUFK8C1RqSA" height="1" width="1"/>]]></content:encoded>
1328
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/facebook-cofounders-productivity-startup-asana-launches-to-the-public/feed/</wfw:commentRss>
1329
+ <slash:comments>0</slash:comments>
1330
+
1331
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/asana3.png?w=150" />
1332
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/asana3.png?w=150" medium="image">
1333
+ <media:title type="html">asana3</media:title>
1334
+ </media:content>
1335
+
1336
+ <media:content url="http://0.gravatar.com/avatar/468af79f48efab3ab1171d95ef345999?s=96&amp;d=identicon&amp;r=G" medium="image">
1337
+ <media:title type="html">jason</media:title>
1338
+ </media:content>
1339
+
1340
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/asana-projectsmall.png" medium="image" />
1341
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/facebook-cofounders-productivity-startup-asana-launches-to-the-public/</feedburner:origLink></item>
1342
+ <item>
1343
+ <title>AOL’s Tim Armstrong: We Will Be Launching A New Social Ad Format Soon</title>
1344
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/QDc2JXx517E/</link>
1345
+ <comments>http://techcrunch.com/2011/11/02/aol-beats-the-street-revenues-down-6-percent-to-532-million/#comments</comments>
1346
+ <pubDate>Wed, 02 Nov 2011 12:57:36 +0000</pubDate>
1347
+ <dc:creator>Leena Rao</dc:creator>
1348
+ <category><![CDATA[TC]]></category>
1349
+ <category><![CDATA[AOL]]></category>
1350
+
1351
+ <guid isPermaLink="false">http://techcrunch.com/?p=445936</guid>
1352
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/aol.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="aol" title="aol" style="float: left; margin: 0 10px 7px 0;" />AOL <a href="http://www.businesswire.com/news/home/20111102005414/en/AOL-Reports-Q3-Earnings">reported</a> third-quarter earnings this morning. Revenue was down 6 percent to $531.7 million. The company swung to a loss in terms of net income, losing $2.6 million, or $0.02 per share. Analysts <a href="http://www.forbes.com/sites/narrativescience/2011/10/28/forbes-earnings-preview-aol/">expected</a> a loss of loss of 7 cents per share. <em>Disclosure:</em> AOL is the parent company of TechCrunch.
1353
+
1354
+ But AOL was able to grow global advertising by 8%, driven by 28% and 15% growth in third party network and global display advertising revenue Tim Armstrong, Chairman and CEO said in a statement: "We continue to build strong consumer experiences as we execute our strategy to build the premium branded media company for the internet. Our share repurchases underlie our belief in the value of AOL and our strategy."]]></description>
1355
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/aol.png?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="aol" title="aol" style="float: left; margin: 0 10px 7px 0;" /><p>AOL <a href="http://www.businesswire.com/news/home/20111102005414/en/AOL-Reports-Q3-Earnings">reported</a> third-quarter earnings this morning. Revenue was down 6 percent to $531.7 million. The company swung to a loss in terms of net income, losing $2.6 million, or $0.02 per share. Analysts <a href="http://www.forbes.com/sites/narrativescience/2011/10/28/forbes-earnings-preview-aol/">expected</a> a loss of loss of 7 cents per share. <em>Disclosure:</em> AOL is the parent company of TechCrunch. </p>
1356
+ <p>But AOL was able to grow global advertising by 8%, driven by 28% and 15% growth in third party network and global display advertising revenue Tim Armstrong, Chairman and CEO said in a statement: &#8220;We continue to build strong consumer experiences as we execute our strategy to build the premium branded media company for the internet. Our share repurchases underlie our belief in the value of AOL and our strategy.&#8221;</p>
1357
+ <p>Search and contextual revenue declined 15%. In local, Patch surpassed 10 million monthly unique visitors and 10,000 bloggers on its platform. Armstrong added about Patch, &#8220;We believe it&#8217;s a very good investment.&#8221; He added, &#8220;We&#8217;re headed to being one of the largest local and national providers of content.&#8221; The platform also has around 5,000 advertisers. </p>
1358
+ <p>The Huffington Post launched or relaunched 18 properties and surpassed 35 million monthly unique visitors in Q3. AOL&#8217;s traffic as a whole was flat for the quarte; properties saw 107 million average monthly unique users, up 1 percent from last year. Traffic to the Huffington Post Media Group came in at 97 million unique users per month, flat from last year. </p>
1359
+ <p>He also said the company is adding social and commerce components to advertising, and said that the AOL will be debuting a new social ad format for advertisers soon. </p>
1360
+ <p>As of September 30, 2011, AOL had $444.1 million of cash.</p>
1361
+ <iframe class="scribd_iframe_embed" src="http://www.scribd.com/embeds/71277778/content?start_page=1&view_mode=list&access_key=key-e43r90h3po7jwa7x51x" data-auto-height="true" scrolling="no" id="scribd_71277778" width="100%" height="500" frameborder="0"></iframe>
1362
+ <div style="font-size:10px;text-align:center;width:100%"><a href="http://www.scribd.com/doc/71277778">View this document on Scribd</a></div>
1363
+ <br/> <div class="module-crunchbase">
1364
+ <div class="configuration-neighbor">
1365
+ <h2 class="global-module-header-default">
1366
+ <span class="line-2">
1367
+ <div class="cb-home-header cb-stack-home-header">
1368
+ <a href="http://crunchbase.com">Crunchbase</a>
1369
+ </div>
1370
+ </span>
1371
+ </h2>
1372
+ <div class="container">
1373
+ <ul class="tab-container">
1374
+ <li><a class="tab item-1 current" href="javascript:void(0)" onclick="s_objectID='post_widget_crunchbase';">AOL</a></li>
1375
+ </ul>
1376
+ <div class="panel-container">
1377
+ <div class="panel item-1 current">
1378
+ <div class="leftgreen">
1379
+ <div class="info-container info-container-stack-view">
1380
+ <div class="left-align">
1381
+ <span class="header-text">Company:</span>
1382
+ <span><a href="http://www.crunchbase.com/company/aol" onclick="s_objectID='post_widget_crunchbase';">AOL</a></span>
1383
+ </div>
1384
+ <div class="left-align">
1385
+ <span class="header-text">Website:</span>
1386
+ <span><a href="http://www.aol.com" onclick="s_objectID='post_widget_crunchbase';">aol.com</a></span>
1387
+ </div>
1388
+ <div class="left-align">
1389
+ <span class="header-text">IPO:</span>
1390
+ <span>
1391
+ NYSE:AOL </span>
1392
+ </div>
1393
+ </div>
1394
+ <div class="body-copy">
1395
+ <p>AOL is a global advertising-supported Web company, with display advertising network in the U.S., a substantial worldwide audience, and a suite of popular Web brands and products.
1396
+
1397
+ The company’s strategy focuses on increasing the scale and sophistication of its advertising platform and growing the size and engagement of its global online audience through leading products and programming.
1398
+
1399
+ On March 13, 2008, AOL Internet division announced their plans to buy social network Bebo for $850 million in cash.
1400
+
1401
+ History of Aol:
1402
+
1403
+ AOL was...</p>
1404
+ </div>
1405
+ <div class="profile-image">
1406
+ <a href="http://www.crunchbase.com/company/aol"></a>
1407
+ </div>
1408
+ </div>
1409
+ <a class="learn-more" href="http://www.crunchbase.com/company/aol" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
1410
+ </div> <!-- End of panel item -->
1411
+ </div><!-- End of panel-container -->
1412
+ </div>
1413
+ </div>
1414
+ </div>
1415
+ <div style="clear: both;"></div>
1416
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/445936/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/445936/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/445936/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/445936/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/445936/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/445936/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/445936/"></a>
1417
+ <p><a href="http://feedads.g.doubleclick.net/~at/vuLYRunnAsAPS2uojvqycMzohf8/0/da"><img src="http://feedads.g.doubleclick.net/~at/vuLYRunnAsAPS2uojvqycMzohf8/0/di" border="0" ismap="true"></img></a><br/>
1418
+ <a href="http://feedads.g.doubleclick.net/~at/vuLYRunnAsAPS2uojvqycMzohf8/1/da"><img src="http://feedads.g.doubleclick.net/~at/vuLYRunnAsAPS2uojvqycMzohf8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
1419
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=QDc2JXx517E:aTLFx-n27oU:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=QDc2JXx517E:aTLFx-n27oU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=QDc2JXx517E:aTLFx-n27oU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=QDc2JXx517E:aTLFx-n27oU:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=QDc2JXx517E:aTLFx-n27oU:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=QDc2JXx517E:aTLFx-n27oU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=QDc2JXx517E:aTLFx-n27oU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=QDc2JXx517E:aTLFx-n27oU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
1420
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/QDc2JXx517E" height="1" width="1"/>]]></content:encoded>
1421
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/aol-beats-the-street-revenues-down-6-percent-to-532-million/feed/</wfw:commentRss>
1422
+ <slash:comments>0</slash:comments>
1423
+
1424
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/aol.png?w=150" />
1425
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/aol.png?w=150" medium="image">
1426
+ <media:title type="html">aol</media:title>
1427
+ </media:content>
1428
+
1429
+ <media:content url="http://1.gravatar.com/avatar/bbce6c3c48f821c81c019600a5589ae6?s=96&amp;d=identicon&amp;r=G" medium="image">
1430
+ <media:title type="html">leena</media:title>
1431
+ </media:content>
1432
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/aol-beats-the-street-revenues-down-6-percent-to-532-million/</feedburner:origLink></item>
1433
+ <item>
1434
+ <title>Ooma Invades Canada, US Premier Subscribers Can Now Talk To Their Northern Cousins For Free</title>
1435
+ <link>http://feedproxy.google.com/~r/Techcrunch/~3/ADadXkNtM_0/</link>
1436
+ <comments>http://techcrunch.com/2011/11/02/ooma-invades-canada-us-prime-subscribers-can-now-talk-to-their-northern-cousins-for-free/#comments</comments>
1437
+ <pubDate>Wed, 02 Nov 2011 12:34:07 +0000</pubDate>
1438
+ <dc:creator>Matt Burns</dc:creator>
1439
+ <category><![CDATA[Gadgets]]></category>
1440
+ <category><![CDATA[TC]]></category>
1441
+
1442
+ <guid isPermaLink="false">http://techcrunch.com/?p=445931</guid>
1443
+ <description><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/canada-ooma.jpg?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="canada-ooma" title="canada-ooma" style="float: left; margin: 0 10px 7px 0;" />Ooma's disruptive VoIP service is hitting Canada per an announcement Wednesday morning. Starting today, Canadian consumers can order the <a href="http://www.ooma.com">VoIP-in-a-box</a> and place and receive phone calls to anyone within the wide expanse that is the great white north. That is, of course, if that person has plenty of room under their Internet cap.]]></description>
1444
+ <content:encoded><![CDATA[<img width="100" height="70" src="http://tctechcrunch2011.files.wordpress.com/2011/11/canada-ooma.jpg?w=100&amp;h=70&amp;crop=1" class="attachment-tc-carousel-river-thumb wp-post-image" alt="canada-ooma" title="canada-ooma" style="float: left; margin: 0 10px 7px 0;" /><p>Ooma&#8217;s disruptive VoIP service is hitting Canada per an announcement Wednesday morning. Starting today, Canadian consumers can order the <a href="http://www.ooma.com">VoIP-in-a-box</a> and place and receive phone calls to anyone within the wide expanse that is the great white north. That is, of course, if that person has plenty of room under their Internet cap.</p>
1445
+ <p>The pricing scheme is just like that found in the States. The $229 CAD Ooma Telo device offers free basic telephony all by itself and for $9.99 a month, buyers can opt for the Premier service that offers features like call screening, three-way conferencing, call forwarding, and different ring tone options. Plus, Ooma is now allowing US Prime subscribers to place calls to Canada for free but it hasn&#8217;t been announced if it works the other way. </p>
1446
+ <p>Ooma isn&#8217;t the first mass VoIP service to hit Canada; Vonage launched there in 2004. For better or worse, Ooma does VoIP differently by rolling in the cost of the service into the cost of the device rather than a traditional monthly bill like Vonage.</p>
1447
+ <p>The current trend of Internet caps by Canadian ISPs might make some consumers think twice about moving their phone service to the Internet. However, VoIP services generally do not use that much bandwidth but it&#8217;s probably worth spending 10 minutes investigating how much data you&#8217;re currently consuming. You don&#8217;t want your Internet suddenly throttled while you&#8217;re talking to your Mom &#8212; or maybe you do. </p>
1448
+ <br/> <div class="module-crunchbase">
1449
+ <div class="configuration-neighbor">
1450
+ <h2 class="global-module-header-default">
1451
+ <span class="line-2">
1452
+ <div class="cb-home-header cb-stack-home-header">
1453
+ <a href="http://crunchbase.com">Crunchbase</a>
1454
+ </div>
1455
+ </span>
1456
+ </h2>
1457
+ <div class="container">
1458
+ <ul class="tab-container">
1459
+ <li><a class="tab item-1 current" href="javascript:void(0)" onclick="s_objectID='post_widget_crunchbase';">OOMA</a></li>
1460
+ </ul>
1461
+ <div class="panel-container">
1462
+ <div class="panel item-1 current">
1463
+ <div class="leftgreen">
1464
+ <div class="info-container info-container-stack-view">
1465
+ <div class="left-align">
1466
+ <span class="header-text">Company:</span>
1467
+ <span><a href="http://www.crunchbase.com/company/ooma" onclick="s_objectID='post_widget_crunchbase';">ooma</a></span>
1468
+ </div>
1469
+ <div class="left-align">
1470
+ <span class="header-text">Website:</span>
1471
+ <span><a href="http://www.ooma.com" onclick="s_objectID='post_widget_crunchbase';">ooma.com</a></span>
1472
+ </div>
1473
+ <div class="left-align">
1474
+ <span class="header-text">Launch Date:</span>
1475
+ <span>January 1, 2004</span>
1476
+ </div>
1477
+ <div class="left-align">
1478
+ <span class="header-text">Funding:</span>
1479
+ <span>$64M</span>
1480
+ </div>
1481
+ </div>
1482
+ <div class="body-copy">
1483
+ <p>Founded in 2004, Ooma offers a consumer electronics product that provides free, U.S. telephone calling and advanced telephony services utilizing a high-speed Internet connection and existing home phone. Ooma delivers outstanding HD call quality and the reliability of a traditional phone service at a fraction of the cost. The Ooma Mobile HD app allows customers to make U.S. and international calls from their Android, iPhone, iPad and iPod touch device. Ooma is available at more than 4,000 leading retailers...</p>
1484
+ </div>
1485
+ <div class="profile-image">
1486
+ <a href="http://www.crunchbase.com/company/ooma"></a>
1487
+ </div>
1488
+ </div>
1489
+ <a class="learn-more" href="http://www.crunchbase.com/company/ooma" onclick="s_objectID='post_widget_crunchbase';">Learn more</a>
1490
+ </div> <!-- End of panel item -->
1491
+ </div><!-- End of panel-container -->
1492
+ </div>
1493
+ </div>
1494
+ </div>
1495
+ <div style="clear: both;"></div>
1496
+ <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch2011.wordpress.com/445931/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch2011.wordpress.com/445931/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch2011.wordpress.com/445931/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch2011.wordpress.com/445931/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch2011.wordpress.com/445931/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch2011.wordpress.com/445931/"></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch2011.wordpress.com/445931/"></a>
1497
+ <p><a href="http://feedads.g.doubleclick.net/~at/iNpoR6Nh5IRF83WWN6A79e-svIw/0/da"><img src="http://feedads.g.doubleclick.net/~at/iNpoR6Nh5IRF83WWN6A79e-svIw/0/di" border="0" ismap="true"></img></a><br/>
1498
+ <a href="http://feedads.g.doubleclick.net/~at/iNpoR6Nh5IRF83WWN6A79e-svIw/1/da"><img src="http://feedads.g.doubleclick.net/~at/iNpoR6Nh5IRF83WWN6A79e-svIw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
1499
+ <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=ADadXkNtM_0:FSvXiiA6Hy8:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=ADadXkNtM_0:FSvXiiA6Hy8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=ADadXkNtM_0:FSvXiiA6Hy8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=ADadXkNtM_0:FSvXiiA6Hy8:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=ADadXkNtM_0:FSvXiiA6Hy8:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=ADadXkNtM_0:FSvXiiA6Hy8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=ADadXkNtM_0:FSvXiiA6Hy8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=ADadXkNtM_0:FSvXiiA6Hy8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0"></img></a>
1500
+ </div><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/ADadXkNtM_0" height="1" width="1"/>]]></content:encoded>
1501
+ <wfw:commentRss>http://techcrunch.com/2011/11/02/ooma-invades-canada-us-prime-subscribers-can-now-talk-to-their-northern-cousins-for-free/feed/</wfw:commentRss>
1502
+ <slash:comments>0</slash:comments>
1503
+
1504
+ <media:thumbnail url="http://tctechcrunch2011.files.wordpress.com/2011/11/canada-ooma.jpg?w=150" />
1505
+ <media:content url="http://tctechcrunch2011.files.wordpress.com/2011/11/canada-ooma.jpg?w=150" medium="image">
1506
+ <media:title type="html">canada-ooma</media:title>
1507
+ </media:content>
1508
+
1509
+ <media:content url="http://0.gravatar.com/avatar/c921fdee122025b0436360dc6bb7322d?s=96&amp;d=identicon&amp;r=G" medium="image">
1510
+ <media:title type="html">mjburnsy</media:title>
1511
+ </media:content>
1512
+ <feedburner:origLink>http://techcrunch.com/2011/11/02/ooma-invades-canada-us-prime-subscribers-can-now-talk-to-their-northern-cousins-for-free/</feedburner:origLink></item>
1513
+ </channel>
1514
+ </rss>