CINXE.COM
Speaker: Charlene Li: Web 2.0 Expo San Francisco 2009 - Co-produced by TechWeb & O'Reilly Conferences, March 31 - April 03, 2009, San Francisco, CA
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://www.w3.org/2002/12/cal/hcal http://www.w3.org/2006/03/hcard"><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("http://web.archive.org/web"); __wm.wombat("http://www.web2expo.com:80/webexsf2009/public/schedule/speaker/2511","20090329053246","http://web.archive.org/","web","/_static/", "1238304766"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <link href="/web/20090329053246cs_/http://www.web2expo.com/stylesheets/general.css?1238164093" media="screen" rel="Stylesheet" type="text/css"/> <script type="text/javascript" src="http://web.archive.org/web/20090329053246js_/http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"> </script> <script src="/web/20090329053246js_/http://www.web2expo.com/javascripts/application.js?1238164093" type="text/javascript"></script> <script src="/web/20090329053246js_/http://www.web2expo.com/javascripts/ui/minified/jquery.ui.all.min.js?1238164093" type="text/javascript"></script> <script src="/web/20090329053246js_/http://www.web2expo.com/javascripts/ui-ext/ui.bgiframe.min.js?1238164093" type="text/javascript"></script> <script src="/web/20090329053246js_/http://www.web2expo.com/javascripts/ui-ext/ui.stars.pack.js?1238164093" type="text/javascript"></script> <script src="/web/20090329053246js_/http://www.web2expo.com/javascripts/ui-ext/ui.dimensions.js?1238164093" type="text/javascript"></script> <script src="/web/20090329053246js_/http://www.web2expo.com/javascripts/ext/jquery.form.packed.js?1238164093" type="text/javascript"></script> <!--[if lte IE 6]> <script type="text/javascript" src="/javascripts/supersleight-min.js"></script> <![endif]--> <script src="/web/20090329053246js_/http://www.web2expo.com/javascripts/ui-ext/jquery.rating.pack.js?1238164093" type="text/javascript"></script> <link href="/web/20090329053246cs_/http://www.web2expo.com/stylesheets/jquery.rating.css?1238164093" media="screen" rel="Stylesheet" type="text/css"/> <script type="text/javascript"> <!-- $(document).ready(function () { $('#en_openid_minilogin').hide(); $('#en_email_minilogin').show(); $('#en_minilogin_openid_go').click(function (){ $('#en_email_minilogin').fadeOut(function () { $('#en_openid_minilogin').show(); }); }); $('#en_minilogin_email_go').click(function (){ $('#en_openid_minilogin').fadeOut(function () { $('#en_email_minilogin').show(); }); }); }); function survey_select_show_hide(what) { var tid = $(what).attr("id") + "_other"; if ($(what).val() == "Other (please specify)") { $("input#"+tid).show(); $("input#"+tid).focus(); } else { $("input#"+tid).hide(); } }; $(document).ready(function() { $("div.en_rating_wrapper").each(function() { $(this).find("input.en_rating").rating({ cancel: 'Remove rating' }); }); $("input.en_other").each(function() { $(this).keypress(function() { var tid = $(this).attr("id").replace("_other", ""); var that = $("input#"+tid); if (that.length > 0) { $(that).attr("checked", "checked"); } }); }); $("select.en_select_other").each(function () { $(this).change(function() { survey_select_show_hide(this); }); survey_select_show_hide(this); }); }); function init_eval_js() { $("div.en_grade_buttons").each(function() { $(this).stars({ captionEl: $(this).parent().find("span.en_grade_label"), cancelValue: "" }); $(this).find("label").css("display", "none"); }); $("div.en_rating_wrapper").each(function() { $(this).find("input.en_rating").rating({ cancel: 'Remove rating' }); }); $("input.en_other").each(function() { $(this).keypress(function() { var tid = $(this).attr("id").replace("_other", ""); var that = $("input#"+tid); if (that.length > 0) { $(that).attr("checked", "checked"); } }); }); $("select.en_select_other").each(function () { $(this).change(function() { survey_select_show_hide(this); }); survey_select_show_hide(this); }); } function loaded_eval_form(d, thelink) { init_eval_js(); d.find('form').submit(function (){ $(this).ajaxSubmit({ success: function(data){ if (/en_eval_dialog_contents/.test(data)) { d.html(data); loaded_eval_form(d, thelink); } else { thelink.parent("div.en_detail_eval"). html(data). find("a.en_eval_link").each(function() { activate_reviewing_link($(this)); }); d.dialog("destroy").remove(); } } }); $(this).find('input.en_eval_save').attr("disabled", "disabled"). after(' <img src="/images/loading.gif" alt="Saving" />'); return false; }); } function run_eval_dialog(thelink) { var d = $('<div id="en_eval_dialog" class="en_eval_dialog" title="Evaluate session"><img src="/images/loading.gif" alt="Loading" /></div>'); d.dialog({ modal: true, overlay: { opacity: 0.5, background: "black" }, height: 410, width: 580, bgiframe: true, resizable: false, close: function(t,dd) { $(this).dialog("destroy").remove(); } }).load(thelink.attr("href"), function() { loaded_eval_form(d, thelink); }); } function activate_reviewing_link(thelink) { thelink.click(function() { run_eval_dialog($(this)); return false; }); } function activate_login_link(thelink) { thelink.attr("href", thelink.attr("href")+"?eval="+thelink.attr('id'). replace('en_eval_link_', '')); } $(document).ready(function (){ $('a.en_eval_link').each(function() { activate_login_link($(this)); }); }); //--> </script> <link href="/web/20090329053246cs_/http://www.web2expo.com/webexsf2009/public/template/css/89?1238197590" media="screen" rel="Stylesheet" type="text/css"/> <script src="http://web.archive.org/web/20090329053246js_/http://assets.en.oreilly.com/1/eventprovider/1/2008v1_common.js" type="text/javascript"></script> <title> Speaker: Charlene Li: Web 2.0 Expo San Francisco 2009 - Co-produced by TechWeb & O'Reilly Conferences, March 31 - April 03, 2009, San Francisco, CA </title> <link rel="alternate" type="application/rss+xml" title="O'Reilly Conferences: Web 2.0 Expo San Francisco 2009" href="http://web.archive.org/web/20090329053246/http://feeds2.feedburner.com/OreillyConferencesWeb20Expo"/> <!--[if IE]> <style> h1, h2, h3, h4, h5, h6, p, div { position: static; } div#widgets {margin-right:1px;} div#widgets div.cta {margin-bottom:-3px;} .live_module .toggle a {height:100%;} </style> <![endif]--> <!--[if IE 6]> <style> div#right_col {width:140px;} div#sponsors {padding:0;} </style> <![endif]--> <script src="http://web.archive.org/web/20090329053246js_/http://assets.en.oreilly.com/1/event/18/money2009_live_modalpanel.js" type="text/javascript"></script> <script type="text/javascript"> <!-- $(document).ready(function() { //Start the modalpanel //$(document).modalPanel(); //Give functionality to the live widget $("div.live_module_set > > div.live_module > div.toggle > a").click(function(e){ e.preventDefault(); if ($(this).hasClass("deselected")) { $(this).removeClass("deselected"); $(this).addClass("selected"); $(this).parent().siblings("div.content").slideToggle(30); } else if ($(this).hasClass("selected")) { $(this).removeClass("selected"); $(this).addClass("deselected"); $(this).parent().siblings("div.content").slideToggle(30); } }); }); --> </script> <link rel="apple-touch-icon" href="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/eventprovider/1/orm-iphone-icon.png" type="image/png"/> <link href="http://web.archive.org/web/20090329053246cs_/http://assets.en.oreilly.com/1/eventprovider/1/print_css.css" media="print" rel="Stylesheet" type="text/css"/> <script src="http://web.archive.org/web/20090329053246js_/http://assets.en.oreilly.com/1/eventprovider/1/jquery_flash.js" type="text/javascript"></script> <meta name="description" content="Charlene Li is an independent thought leader on emerging technologies, with a specific focus on social technologies, interactive media, and marketing. She has a blog, "The Altimeter" that discusses these topics at blog.altimetergroup.com. "/> <meta name="Category" content="Conferences"/> <meta name="search_date" content="2009-03-31"/> <!--for Google Webmaster Tools --> <meta name="verify-v1" content="ejKlkisc2aaHXLk+37fMPNCfcsC5GdJYO2qoBXRRM7g="/> </head> <body class="en_c_schedule en_a_speaker" id="en_schedule_speaker"> <div id="en_content"> <div id="en_main_parts"> <div id="en_header"><div id="photo" style="line-height:0; height:72px;"><a href="http://web.archive.org/web/20090329053246/http://www.web2expo.com/sf"><img src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/event/22/webexsf2009_logo.gif" width="145" height="72" alt="Web 2.0 Expo SF"/></a></div> <div id="nav"> <noscript> <a href="http://web.archive.org/web/20090329053246/http://en.oreilly.com/webexsf2009/" title="Web 2.0 Expo San Francisco 2009">Home</a> <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/register" title="Register for Web 2.0 Expo San Francisco 2009">Register</a> <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/schedule/full" title="Web 2.0 Expo San Francisco 2009">Conference</a> <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/content/about" title="About Web 2.0 Expo San Francisco 2009">About</a> <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/content/exhibitors" title="Web 2.0 Expo San Francisco 2009 Expo">Expo</a> <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/content/contact" title="Contact Web 2.0 Expo San Francisco 2009">Contact</a> <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/content/opportunities" title="Web 2.0 Expo San Francisco 2009 Sponsor/Exhibitor Opportunities">Sponsor/Exhibit</a> <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/user/account" title="Your Account">Your Account</a> <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/content/sitemap" title="Web 2.0 Expo San Francisco 2009 Sitemap">Sitemap</a> </noscript> <script type="text/javascript" src="http://web.archive.org/web/20090329053246js_/http://assets.en.oreilly.com/1/event/22/webexsf2009_milonic_menu_REG.js?032609"></script> </div> <!-- /#nav --></div> <div id="en_menubar"> </div><!-- en_menubar --> <div id="en_main"> <div id="mid"> <!-- EP MAIN --> <div class="en_user_photo"> <img alt="Charlene Li" height="100" src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/eventprovider/1/_@user_2511.jpg" width="75"/> </div> <div class="vcard"> <h1 class="fn">Charlene Li</h1> <div id="en_schedule_speaker"> <h4 class="org">Altimeter Group</h4> <div class="en_speaker_bio note"> <p>Charlene Li is an independent thought leader on emerging technologies, with a specific focus on social technologies, interactive media, and marketing. She has a blog, “The Altimeter” that discusses these topics at blog.altimetergroup.com.</p> <p>She is also the co-author of the business bestseller, “Groundswell: Winning In A World Transformed By Social Technologies”, published by Harvard Business Press in May 2008.</p> <p>Charlene is one of the most frequently-quoted industry analysts and has appeared on 60 Minutes, The McNeil NewsHour, <span class="caps">ABC</span> News, <span class="caps">CNN</span>, and <span class="caps">CNBC</span>. She is also frequently quoted by The Wall Street Journal, The New York Times, USAToday, Reuters, and The Associated Press. She is a much-sought after public speaker and has presented frequently at top technology conferences such as Web 2.0 Expo, <span class="caps">SXSW</span>, and adTech.</p> <p>Most recently, Charlene was a Vice President and Principal Analyst at Forrester Research. She joined Forrester in 1999, after spending five years in online and newspaper publishing with the San Jose Mercury News and Community Newspaper Company. She was also a consultant with Monitor Group in Boston and Amsterdam.</p> <p>She is a graduate of Harvard Business School and received a magna cum laude degree from Harvard College.</p> <p>Awards</p> <p>Named by AdAge as one of its top Women To Watch in 2008 Named by NowPublic as one of the 50 most influential people in Silicon Valley Named one of <span class="caps">CRM</span> Magazine’s 2008 Influential Leaders Affiliations</p> <p>Advisory Board, Poynter Institute Advisory Board, Web 2.0 Expo Personal</p> <p>Charlene is the mother of two kids and blogs about that experience on her personal blog, “Midnight Musings”, and at Silicon Valley Moms Blog (svmoms.com). She is the wife of Come Lague, a venture capitalist with Nueva Ventures. She is also an avid fan of reality TV shows, science fiction, and sudoku. She lives in the Bay Area with her family.</p> <p>About Altimeter Group</p> <p>Altimeter Group is Charlene Li’s new business which provides speaker and consulting services. Charlene writes on her blog, “The Altimeter”.</p> <ul> <li><a href="http://web.archive.org/web/20090329053246/http://www.altimetergroup.com/" class="url">Web site</a></li> </ul> </div> <h3>Sessions</h3> <div class="en_session vevent"> <div class="session_time"> <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/schedule/full#s2009-04-01-08:30"> 8:30am</a> <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/schedule/grid/2009-04-01">Wednesday, 04/01/2009</a> </div> <div class="en_session_title summary"> <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/schedule/detail/5779" class="url uid" name="session5779">Why Social Media Marketing Fails - and How To Fix It</a> </div> <div class="en_session_roominfo"> <span class="en_session_topics category"> <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/schedule/topic/Marketing+%26+Community">Marketing & Community</a><br/> </span> <span class="en_session_room">Location: <span class="location">2006</span></span> <span class="uf_timing"> <abbr class="dtstart dtstamp" title="20090401T0830"></abbr> <abbr class="dtend" title="20090401T0920"></abbr> </span> </div> <div class="en_session_speakers"> <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/schedule/speaker/31925">Peter Kim</a> (Dachis Corporation), <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/schedule/speaker/2511">Charlene Li</a> (Altimeter Group), <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/schedule/speaker/1580">Jeremiah Owyang</a> (Forrester Research) </div> <div class="en_detail_eval" id="en_detail_eval_5779"> </div> <div class="en_session_description description"> Social media usage by individuals has gone mainstream, but marketing efforts by brands are ⌘-c, ⌘-v of old content into new channels. This session will propose answers to critical questions on the table today - measurement, scalability, organization - and help marketing think through the issues to make social media marketing matter. <span class="en_read_more"> <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/schedule/detail/5779">Read more.</a> </span> </div> </div> </div> </div> </div><!-- /mid --> <div id="sponsors_bot"> <div class="sponsor_list_heading">Silver Sponsors</div><ul class="plain sponsorList"><li><a href="http://web.archive.org/web/20090329053246/http://www.3tera.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/eventprovider/1/3tera_logo.gif" alt="3Tera, Inc" title="3Tera, Inc" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.ascentium.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/ascientium.gif" alt="Ascentium" title="Ascentium" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.hivelive.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/HiveLivelogo.gif" alt="HiveLive, Inc." title="HiveLive, Inc." border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.imagespan.com/corporate/index.shtml" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/imagespan.gif" alt="ImageSpan" title="ImageSpan" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.jivesoftware.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/jive.gif" alt="Jive Software" title="Jive Software" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.juniper.net/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/junipernetworks.gif" alt="Juniper Networks" title="Juniper Networks" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.kapowtech.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/kapow.gif" alt="Kapow Technologies" title="Kapow Technologies" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.keynote.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/keynote1.gif" alt="Keynote Systems" title="Keynote Systems" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.lithium.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/lithium.gif" alt="LithiumTechnologies" title="LithiumTechnologies" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.nokia.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/nokia-1.gif" alt="Nokia" title="Nokia" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.nomee.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/nomee.gif" alt="nomee" title="nomee" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://qtask.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/qtask.gif" alt="Qtask" title="Qtask" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.rackspace.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/rackspace.gif" alt="Rackspace Hosting" title="Rackspace Hosting" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.remycorp.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/remy.gif" alt="Remy" title="Remy" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.synthasite.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/synthasite_2.gif" alt="SynthaSite" title="SynthaSite" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.tamtamy.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/tamtammy.gif" alt="TamTamy" title="TamTamy" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.vignette.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/vignette.gif" alt="Vignette" title="Vignette" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.znak-it.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/znak.gif" alt="Znak" title="Znak" border="0"/></a></li></ul> </div> </div><!-- en_main --> <div id="right_col"> <div id="sponsors_title">Sponsors</div> <div id="sponsors"> <div class="sponsor_list_heading">Diamond Sponsor</div><ul class="plain sponsorList"><li><a href="http://web.archive.org/web/20090329053246/http://www-01.ibm.com/software/info/web20/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/ibm.gif" alt="IBM" title="IBM" border="0"/></a></li></ul> <div class="sponsor_list_heading">Platinum Sponsors</div><ul class="plain sponsorList"><li><a href="http://web.archive.org/web/20090329053246/http://www.ebay.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/ebay.gif" alt="eBay" title="eBay" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.microsoft.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/microsoft_logo2.gif" alt="Microsoft Corporation" title="Microsoft Corporation" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.salesforce.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/salesforce_2.gif" alt="Salesforce.com" title="Salesforce.com" border="0"/></a></li></ul> <div class="sponsor_list_heading">Gold Sponsors</div><ul class="plain sponsorList"><li><a href="http://web.archive.org/web/20090329053246/http://www.adobe.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/adobe_logo.gif" alt="Adobe Systems, Inc." title="Adobe Systems, Inc." border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://effectiveui.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/effective.gif" alt="EffectiveUI" title="EffectiveUI" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.gtai.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/invest-in-germany.gif" alt="Germany Trade & Invest" title="Germany Trade & Invest" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.ultradns.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/nuestar.gif" alt="NeuStar" title="NeuStar" border="0"/></a></li><li><a href="http://web.archive.org/web/20090329053246/http://www.onesite.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://conferences.oreillynet.com/images/logos/onesite.gif" alt="ONEsite" title="ONEsite" border="0"/></a></li></ul> <h3>Sponsor & Exhibitor Opportunities </h3> <p>Kelly Stewart <br/> 415-947-6236<br/> <a href="http://web.archive.org/web/20090329053246/mailto:kstewart@techweb.com">kstewart@techweb.com</a></p> <!--p>Download the <a href="" target="_blank" title="Opens link in a new browser window.">Web 2.0 Expo San Francisco Sponsor/Exhibitor Prospectus</a></p--> <h3>Media Sponsor Opportunities</h3> <p>Matthew Balthazor <br/> 949-223-3628<br/> <a href="http://web.archive.org/web/20090329053246/mailto:mbalthazor@techweb.com">mbalthazor@techweb.com</a></p> <h3>Speaker / Program Ideas</h3> <p>Have a suggestion for a speaker or topic at Web 2.0 Expo San Francisco? Send an email to: <a href="http://web.archive.org/web/20090329053246/mailto:sf-idea@web2expo.com">sf-idea@web2expo.com</a></p> <h3>Press/Media Inquiries</h3> <p>Maureen Jennings<br/> 707-827-7083 <br/> <a href="http://web.archive.org/web/20090329053246/mailto:maureen@oreilly.com">maureen@oreilly.com</a></p> <p>or</p> <p>Natalia Wodecki<br/> 415-947-6762<br/> <a href="http://web.archive.org/web/20090329053246/mailto:nwodecki@techweb.com">nwodecki@techweb.com</a></p> <h3>Contact Us</h3> <p>View a complete list of <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/content/contact">Web 2.0 Expo contacts</a>.</p> </div> </div><!-- /#right_col --> <div id="en_footerwrap"> <div id="en_footer"><div id="banner_ad"> <a href="http://web.archive.org/web/20090329053246/http://oreilly.com/go/radar-os-enterprise" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/eventprovider/1/radar_os_ent_banner.gif" id="banner1" alt="Radar - Open Source in the Enterprise" style="display:none;"/></a> <a href="http://web.archive.org/web/20090329053246/http://www.web2expo.com/webexsf2009/go/acmqueue" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/event/22/webexsf2009_banner_acmqueue.gif" id="banner2" alt="ACM Queue" style="display:none;"/></a> <a href="http://web.archive.org/web/20090329053246/http://www.web2expo.com/webexsf2009/go/socialmediatoday" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/event/22/webexsf2009_banner_socialmediatoday.gif" id="banner3" alt="socialmediatoday" style="display:none;"/></a> <a href="http://web.archive.org/web/20090329053246/http://www.web2expo.com/webexsf2009/go/technorati" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/event/22/webexsf2009_banner_technorati.jpg" id="banner4" alt="technorati" style="display:none;"/></a> <a href="http://web.archive.org/web/20090329053246/http://www.web2expo.com/webexsf2009/go/silverlight" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/event/22/webexsf2009_banner_silverlight.gif" id="banner5" alt="technorati" style="display:none;"/></a> <a href="http://web.archive.org/web/20090329053246/http://www.web2expo.com/webexsf2009/go/thinkgeek" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/event/22/webexsf2009_banner_thinkgeek.jpg" id="banner6" alt="Stuff for Smart Masses - Thinkgeek" style="display:none;"/></a> <a href="http://web.archive.org/web/20090329053246/http://www.web2expo.com/webexsf2009/go/webexsf2009_WHIR" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/event/22/webexsf2009_banner_whir.gif" id="banner7" alt="Web Host Industry Review" style="display:none;"/></a> <a href="http://web.archive.org/web/20090329053246/http://www.web2expo.com/webexsf2009/go/webexsf2009_dev_ebay" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/event/22/webexsf2009_banner_dev_ebay.gif" id="banner8" alt="ebay Developers" style="display:none;"/></a> <a href="http://web.archive.org/web/20090329053246/http://www.web2expo.com/webexsf2009/go/webexsf2009_IBM" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/event/22/webexsf2009_banner_ibm.jpg" id="banner9" alt="IBM" style="display:none;"/></a> <a href="http://web.archive.org/web/20090329053246/http://www.web2expo.com/webexsf2009/go/webexsf2009_effectiveui" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/event/22/webexsf2009_banner_effectiveui.gif" id="banner10" alt="effectiveui" style="display:none;"/></a> <a href="http://web.archive.org/web/20090329053246/http://www.web2expo.com/webexsf2009/go/webexsf2009_fastcompany" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/event/22/webexsf2009_banner_fastcompany.gif" id="banner11" alt="Fast Company" style="display:none;"/></a> <script language="javascript" type="text/javascript"> <!-- randomImg(11, 'banner'); --> </script></div> <!-- /banner ad --> <span class="left"> <a href="http://web.archive.org/web/20090329053246/http://www.web2expo.com/">HOME</a> | <a href="http://web.archive.org/web/20090329053246/http://www.oreilly.com/">O'REILLY MEDIA</a> | <a href="http://web.archive.org/web/20090329053246/http://conferences.oreilly.com/">O'REILLY CONFERENCES</a> | <a href="http://web.archive.org/web/20090329053246/http://liveevents.techweb.com/">TECHWEB</a> | <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/content/privacy-policy">PRIVACY POLICY</a> | <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/content/sitemap">SITEMAP</a> | <a href="/web/20090329053246/http://www.web2expo.com/webexsf2009/public/content/contact">CONTACT US</a> <br/><br/> </span> <div class="clear_float"></div> <span class="left"> Co-produced by O'Reilly Media, Inc. and TechWeb<br/> ©2009 O'Reilly Media, Inc. and TechWeb<br/> (707) 827-7000 / (800) 998-9938<br/> <a href="http://web.archive.org/web/20090329053246/mailto:webmaster@oreilly.com">webmaster@oreilly.com</a><br/> Event Software Powered by <a href="http://web.archive.org/web/20090329053246/http://www.expectnation.com/" target="_blank" title="Opens link in a new browser window.">Expectnation</a> </span> <span class="left"> <a href="http://web.archive.org/web/20090329053246/http://www.oreilly.com/"><img src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/event/22/webexsf2009_logo_oreilly.gif" width="111" height="24" alt="webexsf2009_logo_oreilly"/> </a> </span> <span class="left"> <a href="http://web.archive.org/web/20090329053246/http://liveevents.techweb.com/" target="_blank"><img src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/event/22/webexsf2009_logo_techweb.gif" width="97" height="24" alt="webexsf2009_logo_techweb"/></a> </span> <div style="clear:both;"></div></div> </div> </div><!-- en_main_parts --> <div id="en_extra"><div id="webexpo_links"> <div class="inner"> WEB 2.0 EXPO LOCATIONS: <span class="current">SAN FRANCISCO</span> • <a href="http://web.archive.org/web/20090329053246/http://ny.web2expo.com/">NEW YORK</a> • <a href="http://web.archive.org/web/20090329053246/http://www.web2summit.com/">WEB 2.0 SUMMIT</a> - <a href="/web/20090329053246/http://www.web2expo.com/web2009/public/sv/q/102"><img src="http://web.archive.org/web/20090329053246im_/http://assets.en.oreilly.com/1/eventprovider/1/webexpo_request_invite.gif" width="98" height="15" alt="webexpo_request_invite" id="webexpo_request_invite"/></a> </div> </div></div> </div><!-- en_content --> <script type="text/javascript"> <!-- /* Stay Connected Widgets tooltip */ this.wtooltip=function(){xOffset=0;yOffset=0;$("a.wtooltip").hover(function(e){this.t=this.title;this.title="";$("body").append("<p id='wtooltip'>"+this.t+"</p>");$("#wtooltip").css("top",(e.pageY-xOffset)+"px").css("left",(e.pageX+yOffset)+"px").fadeIn("fast");},function(){this.title=this.t;$("#wtooltip").remove();});$("a.wtooltip").mousemove(function(e){$("#wtooltip").css("top",(e.pageY-xOffset)+"px").css("left",(e.pageX+yOffset)+"px");});};$(document).ready(function(){wtooltip();}); /* Show hide of Keynoters Bio and target new windw for flickr imgs*/ $(document).ready(function(){ $(".read_more").click(function () {$(this).next('div.description').slideToggle("slow");}); $("a.widget_icon").hover(function () {$(this).next('a').addClass("selected");}, function () {$(this).next('a').removeClass("selected");}); $('div#widgets div.module div.photos p a').attr("target","_blank"); $('div#widgets div.live_module_set div.photos a').attr("target","_blank"); /* Embed flash video */ $('div.fla_video').flash(null, { version: 8 }, function(htmlOptions) { var params = $(this).attr('title').split('|'); htmlOptions.src = params[0]; htmlOptions.width = params[1]; htmlOptions.height = params[2]; if (params[3]) { htmlOptions.wmode = params[3]; } if (params[4]) { htmlOptions.allowscriptaccess = params[4]; } $(this).addClass('flash-replaced').html($.fn.flash.transform(htmlOptions)); }); }); --> </script> <!-- START HBX CODE --> <!--OMNITURE CODE HBX2.5 (Universal)--> <!-- Copyright 1997 - 2008. Omniture, Inc. All Rights Reserved. Omniture is a registered trademark of Omniture, Inc. in the United States, Canada, Japan, and the European Community. --> <script type="text/javascript"> <!-- function hbxStrip(a) { a = a.split("'").join(""); a = a.split('"').join(""); a = a.split("&").join(""); a = a.split("|").join(""); a = a.split("#").join(""); a = a.split("$").join(""); a = a.split("%").join(""); a = a.split("^").join(""); a = a.split("*").join(""); a = a.split(":").join(""); a = a.split("!").join(""); a = a.split("<").join(""); a = a.split(">").join(""); a = a.split("~").join(""); a = a.split(";").join(""); a = a.split("\\").join(""); a = a.split(" ").join("+"); return a; } // --> </script> <script type="text/javascript"> <!-- var _hbEC=0,_hbE=new Array;function _hbEvent(a,b){b=_hbE[_hbEC++]=new Object();b._N=a;b._C=0;return b;} var hbx=_hbEvent("pv");hbx.vpc="HBX0250u";hbx.gn="ehg-oreilly.hitbox.com"; //BEGIN EDITABLE SECTION //CONFIGURATION VARIABLES hbx.acct="DM550308C9BN84EN3;DM520404M4ZR";//ACCOUNT NUMBER(S) hbx.pn=hbxStrip(document.title);//PAGE NAME(S) hbx.mlc="CONTENT+CATEGORY";//MULTI-LEVEL CONTENT CATEGORY hbx.pndef="title";//DEFAULT PAGE NAME hbx.ctdef="full";//DEFAULT CONTENT CATEGORY //OPTIONAL PAGE VARIABLES //ACTION SETTINGS hbx.fv="";//FORM VALIDATION MINIMUM ELEMENTS OR SUBMIT FUNCTION NAME hbx.lt="auto";//LINK TRACKING hbx.dlf="n";//DOWNLOAD FILTER hbx.dft="n";//DOWNLOAD FILE NAMING hbx.elf="n";//EXIT LINK FILTER //SEGMENTS AND FUNNELS hbx.seg="";//VISITOR SEGMENTATION hbx.fnl="";//FUNNELS //CAMPAIGNS hbx.cmp="";//CAMPAIGN ID hbx.cmpn="CMP";//CAMPAIGN ID IN QUERY hbx.dcmp="";//DYNAMIC CAMPAIGN ID hbx.dcmpn="";//DYNAMIC CAMPAIGN ID IN QUERY hbx.dcmpe="";//DYNAMIC CAMPAIGN EXPIRATION hbx.dcmpre="";//DYNAMIC CAMPAIGN RESPONSE EXPIRATION hbx.hra="";//RESPONSE ATTRIBUTE hbx.hqsr="";//RESPONSE ATTRIBUTE IN REFERRAL QUERY hbx.hqsp="ATT";//RESPONSE ATTRIBUTE IN QUERY hbx.hlt="";//LEAD TRACKING hbx.hla="";//LEAD ATTRIBUTE hbx.gp="";//CAMPAIGN GOAL hbx.gpn="";//CAMPAIGN GOAL IN QUERY hbx.hcn="";//CONVERSION ATTRIBUTE hbx.hcv="";//CONVERSION VALUE hbx.cp="null";//LEGACY CAMPAIGN hbx.cpd="";//CAMPAIGN DOMAIN //CUSTOM VARIABLES hbx.ci="";//CUSTOMER ID hbx.hc1="";//CUSTOM 1 hbx.hc2="";//CUSTOM 2 hbx.hc3="";//CUSTOM 3 hbx.hc4="";//CUSTOM 4 hbx.hrf="";//CUSTOM REFERRER hbx.pec="";//ERROR CODES //INSERT CUSTOM EVENTS //END EDITABLE SECTION //REQUIRED SECTION. CHANGE "YOURSERVER" TO VALID LOCATION ON YOUR WEB SERVER (HTTPS IF FROM SECURE SERVER) // --> </script><script language="javascript1.1" type="text/javascript" src="http://web.archive.org/web/20090329053246js_/http://assets.en.oreilly.com/1/eventprovider/1/hbx-script.js"></script> <!--END OMNITURE CODE--> <!-- END HBX CODE --> <!-- Google Code for Web 2.0 Expo SF 09 Conversion Page --> <script type="text/javascript"> <!-- if(location.href.indexOf("/webexsf2009/public/register/invoice/") != -1 ) { var google_conversion_id = 1068851014; var google_conversion_language = "en_US"; var google_conversion_format = "1"; var google_conversion_color = "ffffff"; var google_conversion_label = "yOQACJSneRDGvtX9Aw"; document.write('<script language="JavaScript" src="http://web.archive.org/web/20090329053246/https://www.googleadservices.com/pagead/conversion.js" type="text/javascript"><\/script>'); } --> </script> <script src="http://web.archive.org/web/20090329053246js_/http://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-3144621-22"; urchinTracker();</script> </body> </html> <!-- FILE ARCHIVED ON 05:32:46 Mar 29, 2009 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 11:11:36 Dec 02, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.514 exclusion.robots: 0.023 exclusion.robots.policy: 0.014 esindex: 0.011 cdx.remote: 4.013 LoadShardBlock: 205.307 (3) PetaboxLoader3.datanode: 127.095 (4) PetaboxLoader3.resolve: 199.166 (2) load_resource: 188.974 -->