Carnival of Mobilists #185

Carnival of Mobilists #185
This is my first time hosting CoM. Sorry for those who normally read my blog, I’ve been offline for a few weeks, but back at it again.

Antoine RJ Wright has a post Why Use A Web Server on a Mobile Device. I think he is attempting to host the post from his mobile phone. He apologizes in advance if the post is not available during the day.

Sachendra Yadav wrote about LBS: User Acceptance is the biggest challenge for Location Based Services (LBS). I would agree that this is one of the more pressing issues to get people using LBS more, but also for developers, how to think about incorporating LBS into their app or service that doesn’t seem like Big Brother is watching.

Holly Kolman from mobiEnthusiast has a post about how in Japan, it’s a common place for people to write both a mobile and web version of their site. This would seem against all the rules of SEO, Pagerank and marketing that I have known, but each mobile market has its own rules that work.

Andrew Grill writes about Advertising in 2020 – A Sneak Peak From Ogilvy and Acision. There is also a link to a whitepaper with more details.

Andy Favell from mobiThinking writes about Why recession is a great time to invest in mobile. I would echo similar points that in this recession, one of the few things people are not parting with is their mobile.

Peggy Anne Salz from msearchgroove wrote why Mobile Search Is (STILL) Broken; Why Verticals & Social Search Make More Sense. Strange that the topic is not going away, and solving this problem is much harder than people originally thought.

Ajit Jaokar from futuretext writes Why does religion hate social networks? Of Russians, archbishops, Amish farmers, Social networks and the creation of a global Identity. Conservative and mass market seem to define religion, not cutting edge.

Lastly, Embee Mobile Blog wrote about the demise of Virgin Mobile USA’s Sugar Mama service: No More Sugar Mama – Where Can I Get My Fix?. People like free stuff. Take it away from them and they will find alternatives.

Related Posts:
  1. Under The Radar Mobile Wrap Up...

  2. Carnival of Mobilists #199...

  3. EVENT: Mobile Monday Silicon Valley June 2009 – LBS Applications...

  4. Can LBS Be Free?...

  5. Under the Radar Mobility Event – The Place to Be Heard...

View Comments to “Carnival of Mobilists #185”

  1. [...] post is featured in Carnival of the Mobilists Issue #185. Check it out for a great weekly roundup of mobile [...]

  2. [...] the start of another week and another Carnival of Mobilists. This week’s host is Eric Chan over at Mobileslate, a blogger who describes himself as [...]

  3. [...] the throng at Mobileslate.com’s first Carnival of the Mobilists as Eric Chan hosts #185 with this spectacular carnival crowd [...]

  4. [...] over to this week’s Carnival of the Mobilists at Mobileslate for some of the finest in mobile [...]

  5. [...] #185: Mobileslate.com’s first Carnival of the Mobilists [...]

  6. [...] was hosted by Eric Chan on his Mobile Slate blog. Eric covered posts highlighting a few challenges: on (trying to) hosting posts on a mobile device, [...]

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);