Posts Tagged ‘podcast’

Podcast: Developing iPhone Applications

Air Date: July 14, 2010 On an all new episode of Mobile Presence, Cindy and Eric interview Martin Bowling, co-author of ‘Professional iPhone Programming with MonoTouch and .NET/C#’. They discuss one of developers hottest topics, easy and efficient ways to [...]

Read More

PODCAST: Wireless Synchronization

Air Date: June 16, 2010 Brian Hall is the CEO of Mark/Space, which develops and markets award-winning mobile and wireless synchronization software, including Fliq, SyncTogether, GoGadget and more. Brian discusses some of the companys work with as of late with [...]

Read More

PODCAST: Advances to Apple iPhone and Google Android

AIRDATE: June 9, 2010: Mobile SEO and Project Management specialist Michael Martin joins Eric and Cindy to discuss Advances with Apple iPhone unveiling its G4 technology and the upgrades made to Google Android coming out of the Google I/O conference. [...]

Read More

PODCAST: Mobile Advertising Momentum and TechCruch Disrupt

AIRDATE: May 26, 2010: Tom Limongello, Senior Director of Business Development for mobile advertising company Crisp Wireless, talks to Eric on location from Techcrunch Disrupt 2010. Tom discusses his personal highlights that he has taken out of the conference, plus [...]

Read More

PODCAST: Opportunities in Enterprise Mobile Innovations

AIRDATE: May 19, 2010: Jari Saolmaa, Business Development Lead Investigator and Manager for Nokia, discusses the opportunities and advantages in Enterprise Mobile Innovations that companies have and have not been acting on.

Read More

PODCAST: Building Mobile Presence and Usability

AIRDATE: May 12, 2010: Jack Hyman is an Expert in Educational Technology, Mobile Computing Expert, Usability Engineering, and Knowledge Management. He discusses Building Mobile Presence and Usability with Cindy and Eric.

Read More

PODCAST: HP Acquires Palm; SmartPhones vs. Netbooks Debate

AIRDATE: May 5, 2010: Cindy and Eric welcome Lisa Whelan (@lisawhelan), Business Development Consultant at Chomp, and Managing Consultant at Socialize Mobilize. They discuss the recent HP acquisition of Palm for 1.2 billion dollars, plus they discuss the ongoing debate [...]

Read More

Mobileslate Podcast Page

Just setup a dedicated page on my blog for the Podcasts, now that I am a regular host on Mobile Presence from WebmasterRadio.FM. A few older podcasts are also posted from when I was a guest. Click on the image [...]

Read More

PODCAST: iPad Usability Pros and Cons

Thanks to the folks at WebmasterRadio.FM, I am now one of the co-hosts for their Mobile Presence Show, along with Cindy Krum. I’ve been a Guest on the show a few times and enjoyed it each time. So in addition [...]

Read More

« Older Entries
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);