Archive for March, 2010

Tweets from 2010-03-30

New Post: Tweets from 2010-03-29 http://bit.ly/ctLjRb 00:17:03, 2010-03-30 RT @moissinac : eBay mobile expects to sell $1.5Bn worth of goods through mobile. http://miniurl.org/4kG (Shifty numbers, but I like) 11:01:23, 2010-03-30 RT @mikequity: mobile data to grow 117% CAGR, or 40X [...]

Read More

EVENT: VCTaskforce: Mobile Video 2010 – Where Are We?

Mobile Video 2010- Where Are We? I’ll be moderating at this upcoming event. For now, I’ll suggest #VCtforce for twitter, but if someone comes up with a better tag, please send me a comment.

Read More

Tweets from 2010-03-29

New Post: Tweets from 2010-03-28 http://bit.ly/99rwrF 00:38:46, 2010-03-29 RT @cnet Why AT&T should buy you a femtocell | Deep Tech – CNET News http://bit.ly/dwy7Wd 12:52:01, 2010-03-29 WSJ: New iPhone This Summer; Verizon Model Could Be Ready By Fall: http://tcrn.ch/br0toK (VZW [...]

Read More

Tweets from 2010-03-28

New Post: Tweets from 2010-03-27 http://bit.ly/c1oaZK 00:22:21, 2010-03-28 The Freemium Manifesto – Insights from the #Freemium Summit: http://bit.ly/atRAav (Wag The Dog: Business needs to flex like Tech) 09:23:26, 2010-03-28 Freemium Case Studies: Pandora, Dropbox,Evernote,Automattic & MailChimp: http://bit.ly/9w7ofE (Embrace new biz [...]

Read More

Tweets from 2010-03-27

RT @russellbuckley: Vertu to sell 4 gold lacquerwork phones in Japan for $215k ea. Added bonus, free domestic calls. http://bit.ly/dlKTzL 00:05:56, 2010-03-27 New Post: Tweets from 2010-03-26 http://bit.ly/d0aRzV 00:30:48, 2010-03-27 Is less than one Billion dollar real money? http://bit.ly/axHS5J (You [...]

Read More

Tweets from 2010-03-26

New Post: Tweets from 2010-03-25 http://bit.ly/ceiBRg 00:36:25, 2010-03-26 Best Buy preps for #iPad launch http://bit.ly/b9hi6i (won't open early, but probably another place to wait in line on April 3rd) 09:14:10, 2010-03-26

Read More

Tweets from 2010-03-25

New Post: Tweets from 2010-03-24 http://bit.ly/9JYTDS 00:16:59, 2010-03-25 AT&T Announces $150 For New 'Microcell' Device http://bit.ly/aCPO3f (Forget the $APPL iPad, I'd camp out of an $T store for this!) 00:47:13, 2010-03-25 @lelaorca Gracias! in reply to lelaorca 00:50:19, 2010-03-25 At [...]

Read More

Tweets from 2010-03-25

New Post: Tweets from 2010-03-24 http://bit.ly/9JYTDS 00:16:59, 2010-03-25 AT&T Announces $150 For New 'Microcell' Device http://bit.ly/aCPO3f (Forget the $APPL iPad, I'd camp out of an $T store for this!) 00:47:13, 2010-03-25 @lelaorca Gracias! in reply to lelaorca 00:50:19, 2010-03-25 At [...]

Read More

Tweets from 2010-03-24

New Post: Tweets from 2010-03-23 http://bit.ly/ci8J1d 00:25:49, 2010-03-24 @series11 Sorry for the late reply. You could have shown up with a biz card to get in. in reply to series11 01:58:25, 2010-03-24 #CTIA EVENT REMINDER: Fierce Wireless – Building New [...]

Read More

Tweets from 2010-03-23

New Post: Tweets from 2010-03-22 http://bit.ly/9TfiZM 00:16:09, 2010-03-23 New Post: Tweets from 2010-03-22 http://bit.ly/cd8glC 00:16:10, 2010-03-23 OK, so the #CTIA reminder stuff failed for some of the events, but trying out something new for Tue and Wed. 00:23:16, 2010-03-23 @djksar [...]

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