EVENT: Mobile Monday Silicon Valley June 2009 – LBS Applications

Mobile MondayTonight I attended the Mobile Monday Silicon Valley monthly event. The venue was really nice and they even had quite a few corporate sponsors: AT&T devcentral and Skyhook Wireless. Not sure if this is a good sign that it’s going upscale, things have changed a lot since the last MoMo in the Valley that I’ve been to. This time it also focused on LBS Applications, man there were a lot of presentations! The other great thing about tonight was that I was able to catch up with a lot of folks in the mobile industry whom I have not seen in months.


Here are my tweets from Twitterberry:

#momosv about to start – #LBS apps tonight
#momosv #SkyhookWireless presenting – XPS Hybrid Positioning between WiFi, CellID, etc. 200M+ lookups/day
#momosv AT&T – #devcentral program presenting, featuring #OMTP BONDI
#momosv #OMTP BONDI presenting about defragmenting for mobile developers
#momosv #OMTP BONDI – enabling mobile web
#momosv #OMTP BONDI showing demo with WinMo 6. Even has web/lbs app integration
#momosv #micello presenting – preview of launch: “google maps for indoors”
#momosv #micello explore any interesting place where things are happening
#momosv #Nokia #PointandFind presenting, they need to be everywhere marketing all of their tech and services.
#momosv #Nokia image recognition and location to get more info and initiate transactions
#momosv #ZOS Communications LBS becomes a utility. Platform and Location Sharing App. LBS should be simple like SMS.
#momosv ZOS: Don’t let a golf equip co (PING) go after an LBS co; change the name to #Zhiing
#momosv #BooRah – money poorly spent on the logo. Now an #Intuit company. Local search with semantics and summerize reviews
#momosv Mick from #gasbag mashup for UGC, maps, and gas stations. Rev from ads and white labels
#momosv #gasbag Feedback people hate MSFT Maps
#momosv #geovector around since 1994! Mobile search using image capture and geotag location. GPS and Compass with POIs.
#momosv #globalmotionmedia Tell people about where you have been. Using location and databases with UGC and social networking
#momosv #skout LBS Dating with mobile and web targeting “mobile love”
#momosv #abaq.us hosted Social and Enterprise solutions

For some that was taken at the event, Ewen from MobileDeveloper.tv has a link here.

Related Posts:
  1. EVENT: 2009 CTIA San Diego Party List...

  2. EVENT: Silicon Valley Wireless Economic Development Summit Slides...

  3. EVENT: Mobile Technology for the Business Traveler...

  4. Silicon Valley WebGuild Event: Mobile Advertising...

  5. Mobile Business Expo – Deploying Enterprise Applications...

  6. Filed under: LBS, Mobile, Nokia, UGC, data services, event, gas station, mobileslate, search, social networking, twitter, txt, user experience
blog comments powered by Disqus

Powered in part by Linkshare Merchandiser WP Plugin 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);