Carnival of Mobilists #199

Carnival of Mobilists #199
This is the 199th Edition of the Carnival of Mobilists. What are people writing about this week?

App Stores

This remains as an ongoing hot topic, it seems we can talk about enough about the phenomenon. mjelly writing about the facts and figures while C. Enrique Ortiz writes about the App Store and integrated billing mechanisms. No doubt the evolution of Application Stores continues.

Numbers, Numbers, Numbers

We never get tired of looking at numbers and trends. Communities Dominate Brands talks about some of the implications about the 4.6B mobile phone subscriptions on earth. Chetan Sharma gives us his Mobile Data Market report for 3Q2009.

Hardware, Software and Services

Steve Litchfield writes about the transformation of the mobile phone. One of these days, I will meet someone who will look at me funny when I used the antiquated term: cell phone. Peggy Anne Salz covers quite a few topics in her podcast with Nokia, Apple, Dopplr, Flirtomatic and more. Mobile Mandala talks about Mobile Advertising and some growing trends.

Advice

And finally, Jose Colucci from Mobile Strategy tells us to Finish Strong or Go Home. It’s good advice not just about mobile ventures, but good business sense too.

Next week is episode #200, hosted by Jaime Wells at mobilestance.

Related Posts:
  1. Podcast: Developing iPhone Applications...

  2. Mobile Upgrades Updates and More...

  3. PODCAST: Mobile Advertising Momentum and TechCruch Disrupt...

  4. Under The Radar Mobile Wrap Up...

  5. Carnival of Mobilists #185...

View Comments to “Carnival of Mobilists #199”

  1. [...] This post was mentioned on Twitter by peggyanne, Antoine RJ Wright. Antoine RJ Wright said: RT @mobileslate: New Post: Carnival of Mobilists #199 http://bit.ly/PL6BJ [...]

  2. [...] week the Carnival stops at the new-look Mobileslate, where host Eric Chan takes the helm. The eclectic collection of posts includes a closer look at [...]

  3. [...] week’s Carnival is being hosted over at Mobile Slate.  Head over there for some good mobile reading (or stationary reading about mobile stuff). Share [...]

  4. Social comments and analytics for this post…

    This post was mentioned on Twitter by peggyanne: RT @mobileslate: New Post: Carnival of Mobilists #199 http://bit.ly/PL6BJ – If you want to contribute to COM – pls DM me…

blog comments powered by Disqus
google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);