Posts categorized under ‘Venture Capital’

Mobile 2.0 Europe Conference

Mobile 2.0 Europe is proud to host the AppCircus – a unique global traveling showcase of innovative apps! Participation is FREE and open to start ups and individual developers, so apply now to the AppCircus@Mobile 2.0 Europe in Barcelona June [...]

Read More

EVENT: Mobile Meets Entertainment Summit

I’ll be at the Mobile Meets Entertainment Summit today in San Francisco at the St. Regis Hotel. All this activity in mobile lately is certainly keeping me busy digesting all the news, updates and emergence of companies. What is the [...]

Read More

Under The Radar Mobile Wrap Up

Here is my wrap-up from the Under the Radar Mobile event from my tweets. You can follow me (@mobileslate)

Read More

EVENT: Silicon Valley Wireless Economic Development Summit Slides

Thanks for everyone at Chamber of Commerce International Consortium For Entrepreneurs and all the other organizations for making one of the first joint Silicon Valley professional organization collaborative event. Included in this post is a copy of my slides.

Read More

EVENT: Silicon Valley Wireless Economic Development Summit

Here’s another event of interest.

Read More

UPDATED *POSTPONED* EVENT: VCTaskforce – Mobile Monetization

This event has been postponed until a later date. Stay tuned for an update on the new date for this event. Mobile Monetization – Real Cash or Virtual Bucks I’ll be moderating at this upcoming event. For now, I’ll suggest [...]

Read More

EVENT: Innovating In A Recession

EVENT NAME: Innovating in a Recession: A Survival Handbook Sponsored by the Insead Alumni Association and SAP Faced with collapsing credit markets, a beaten-down stock market, and constrained spending, companies everywhere have moved into survival mode. Cost-cutting is in full [...]

Read More

PODCAST: Webmaster Radio Interview – Mobile Application Downloads

This week I was asked back to do another podcast with Webmaster Radio to talk about the Finovate conference as well as a Venture Capital panel. I have quite a few thoughts about mobile marketing and iPhone application development and [...]

Read More

EVENT: SVCWireless – Venture Investments in Mobile/Wireless

Tonight I attended an event put together by SVCWireless: 2009: Best of Times or Worst of Times? – Venture Investments in Mobile/Wireless.

Read More

Finovate SF 2009 Wrap Up

I spent the greater part of the day at the Finovate 2009 Conference in San Francisco and overall it was a well-presented event. The “DEMO-Style” which seems to be en vogue worked well and it’s great when conference organizer have [...]

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