CINXE.COM

A Conversation with Lance Armstrong, introduced by Richard Rosenblatt: Web 2.0 Summit 2008 - O'Reilly Conferences, November 05 - 07, 2008, 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.web2summit.com:80/web2008/public/schedule/detail/5071","20090319161817","http://web.archive.org/","web","/_static/", "1237479497"); </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/20090319161817cs_/http://www.web2summit.com/stylesheets/general.css?1237457693" media="screen" rel="Stylesheet" type="text/css"/> <script type="text/javascript" src="http://web.archive.org/web/20090319161817js_/http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"> </script> <script src="/web/20090319161817js_/http://www.web2summit.com/javascripts/application.js?1237457693" type="text/javascript"></script> <script src="/web/20090319161817js_/http://www.web2summit.com/javascripts/ui/minified/jquery.ui.all.min.js?1237457693" type="text/javascript"></script> <script src="/web/20090319161817js_/http://www.web2summit.com/javascripts/ui-ext/ui.bgiframe.min.js?1237457693" type="text/javascript"></script> <script src="/web/20090319161817js_/http://www.web2summit.com/javascripts/ui-ext/ui.stars.pack.js?1237457693" type="text/javascript"></script> <script src="/web/20090319161817js_/http://www.web2summit.com/javascripts/ui-ext/ui.dimensions.js?1237457693" type="text/javascript"></script> <script src="/web/20090319161817js_/http://www.web2summit.com/javascripts/ext/jquery.form.packed.js?1237457693" type="text/javascript"></script> <!--[if lte IE 6]> <script type="text/javascript" src="/javascripts/supersleight-min.js"></script> <![endif]--> <script src="/web/20090319161817js_/http://www.web2summit.com/javascripts/ui-ext/jquery.rating.pack.js?1237457693" type="text/javascript"></script> <link href="/web/20090319161817cs_/http://www.web2summit.com/stylesheets/jquery.rating.css?1237457693" 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> <script src="http://web.archive.org/web/20090319161817js_/http://assets.en.oreilly.com/1/event/14/web2008_live_modalpanel.js" type="text/javascript"></script> <script src="/web/20090319161817js_/http://www.web2summit.com/web2008/public/template/js/71?1233092179" type="text/javascript"></script> <!--[if IE]> <style> div { position: static; } #mid #widgets { margin-top:20px; } </style> <![endif]--> <link href="http://web.archive.org/web/20090319161817cs_/http://assets.en.oreilly.com/1/event/14/web2008_inside_css.css?012709" media="screen" rel="Stylesheet" type="text/css"/> <title> A Conversation with Lance Armstrong, introduced by Richard Rosenblatt: Web 2.0 Summit 2008 - O'Reilly Conferences, November 05 - 07, 2008, San Francisco, CA </title> <link rel="alternate" type="application/rss+xml" title="O'Reilly Conferences: Web 2.0 Summit 2008" href="http://web.archive.org/web/20090319161817/http://feeds2.feedburner.com/OreillyConferencesWeb20Summit"/> <meta name="description" content="TBD"/> <meta name="Category" content="Conferences"/> <meta name="search_date" content="2008-11-05"/> <meta name="author" content="Richard Rosenblatt, Lance Armstrong"/> <meta name="SubCategory" content="Program"/> <meta name="SubCategory_Value" content="Conversation "/> <!--for Google Webmaster Tools --> <meta name="verify-v1" content="ejKlkisc2aaHXLk+37fMPNCfcsC5GdJYO2qoBXRRM7g="/> </head> <body class="en_c_schedule en_a_detail" id="en_schedule_detail"> <div id="en_content"> <div id="en_main_parts"> <div id="en_header"><!-- header --> <script type="text/javascript" src="http://web.archive.org/web/20090319161817js_/http://assets.en.oreilly.com/1/eventprovider/1/2008v1_common.js"></script> <!--The header includes the Conference logo, date and location, and photos. --> <div id="header"> <div class="logo"><a href="/web/20090319161817/http://www.web2summit.com/web2008/"> <img src="http://web.archive.org/web/20090319161817im_/http://assets.en.oreilly.com/1/event/14/web2008_header_logo.gif" width="158" height="76" alt="Web 2.0 Summit"/></a></div> <div id="nav"> <noscript><a href="/web/20090319161817/http://www.web2summit.com/web2008/public/content/sitemap">Sitemap</a> - JavaScript is required to display DHTML Menu</noscript> <script type="text/javascript" src="http://web.archive.org/web/20090319161817js_/http://assets.en.oreilly.com/1/event/14/web2008_milonic_menu.js?20081103b"></script> </div> <!-- nav --> </div> <!-- header --></div> <div id="en_menubar"> </div><!-- en_menubar --> <div id="en_main"> <div id="mid"> <!-- EP MAIN --> <div class="vevent en_session"> <div class="en_session_psched" id="psched5071"> <a href="/web/20090319161817/http://www.web2summit.com/web2008/public/schedule/add/5071" class="en_psched_add" title="Add to your personal schedule"><img src="/web/20090319161817im_/http://www.web2summit.com/images/personal-schedule-icon.png" width="17" height="18" alt="Add to your personal schedule"/></a> <div class="en_psched_add_label"><a href="/web/20090319161817/http://www.web2summit.com/web2008/public/schedule/add/5071" class="en_psched_add">Add to Your Schedule</a></div>&nbsp; </div> <h1 class="summary">A Conversation with Lance Armstrong, introduced by Richard Rosenblatt</h1> <div id="schedule_detail"> <div class="en_session_speakers"> <a href="/web/20090319161817/http://www.web2summit.com/web2008/public/schedule/speaker/15035">Richard Rosenblatt</a> (Demand Media Inc. ), <a href="/web/20090319161817/http://www.web2summit.com/web2008/public/schedule/speaker/15101">Lance Armstrong</a> (Livestrong) </div> <div class="session_time"> <a href="/web/20090319161817/http://www.web2summit.com/web2008/public/schedule/full#s2008-11-05-19:30"> 7:30pm</a> <a href="/web/20090319161817/http://www.web2summit.com/web2008/public/schedule/grid/2008-11-05">Wednesday, 11/05/2008</a> </div> <div class="en_session_roominfo"> <span class="en_session_topics category"> <a href="/web/20090319161817/http://www.web2summit.com/web2008/public/schedule/topic/Conversation+">Conversation </a><br/> </span> <span class="en_session_room">Location: <span class="location">Grand Ballroom</span></span> <span class="uf_timing"> <abbr class="dtstart dtstamp" title="20081105T1930"></abbr> <abbr class="dtend" title="20081105T2015"></abbr> </span> </div> <div class="en_detail_eval" id="en_detail_eval_5071"> <a id="en_eval_link_5071" href="/web/20090319161817/http://www.web2summit.com/web2008/public/schedule/evaluate/5071" class="en_eval_link">Rate this session</a> <span id="en_current_grade_5071" class="en_current_grade"></span> </div> <div class="en_session_description description"> <p><span class="caps">TBD</span></p> </div> </div> <div class="video"> <h3>Video</h3><embed src="http://web.archive.org/web/20090319161817oe_/http://blip.tv/play/gfIU2LFXAA" type="application/x-shockwave-flash" width="420" height="298" allowscriptaccess="always" allowfullscreen="true"></embed></div> </div> <div class="vcard en_schedule_session_speaker"> <div class="en_user_photo"> <img src="/web/20090319161817im_/http://www.web2summit.com/public/asset/asset/2406" width="75" height="100" alt="Photo of Richard Rosenblatt"/> </div> <h2 class="fn">Richard Rosenblatt</h2> <div id="en_schedule_speaker"> <h4 class="org">Demand Media Inc. </h4> <div class="en_speaker_bio note"> <p>Richard Rosenblatt has a unique vision for the future of the Internet. A serial entrepreneur, Richard&#8217;s latest venture is Demand MediaTM, a company he co-founded in May 2006 and serves as Chairman and Chief Executive Officer. Demand Media has developed a unique platform that leverages cutting edge, user-driven publishing, community, and monetization tools as it seeks to define the next generation of new media companies.</p> <p>Richard has built, operated, and sold over $1.3 billion of Internet media companies. Most recently, he served as Chief Executive Officer of Intermix Media, Inc. (Amex: <span class="caps">MIX</span>) and Chairman of Myspace.com. Joining Intermix in March 2004, Richard led a successful turn-around of its existing business, helped the management team grow Myspace.com from an unknown web site to one of the most popular properties on the Internet, developed a number of new Internet media properties, and significantly increased shareholder value. During his eighteen months as <span class="caps">CEO</span> of Intermix, its public market capitalization grew from $70 million to over $650 million, when it was acquired by News Corporation (NYSE: <span class="caps">NWS</span>) in October, 2005.</p> <p>In 1999, Richard sold iMALL (NASDAQ: iMAL), a company he founded in 1994 and served as Chairman and <span class="caps">CEO</span>, to Excite@Home (NASDAQ: <span class="caps">ATHM</span>) for $565 million. iMALL&#8217;s success was due to an early recognition of the power of user generated content (UGC). iMALL offered users a suite of tools which enabled them to build their own eCommerce stores and transact commerce over the Internet. In addition to these two public Internet companies, Richard has been actively involved in a number of private internet companies. He also serves as non-executive chairman of iCrossing, a leading digital and natural search firm.</p> <p>Richard is a Southern California native, with a B.A. from <span class="caps">UCLA</span> and J.D. from <span class="caps">USC</span> Law school (class of 1994). He is married with three children and active in the community.</p> <p>View Richard&#8217;s channel at www.richard.tv</p> </div> </div> </div> <div class="vcard en_schedule_session_speaker"> <div class="en_user_photo"> <img src="/web/20090319161817im_/http://www.web2summit.com/public/asset/asset/1872" width="75" height="100" alt="Photo of Lance Armstrong"/> </div> <h2 class="fn">Lance Armstrong</h2> <div id="en_schedule_speaker"> <h4 class="org">Livestrong</h4> <div class="en_speaker_bio note"> <p><strong>Overview</strong></p> <p>If scripted by Hollywood, the story would be dismissed as trite melodrama: A deadly disease strikes a promising athlete. Despite desperately thin odds, he manages not only to beat the affliction but also to return to the sport and win its top prize. Unbelievable, except it&#8217;s true.</p> <p>But the story doesn&#8217;t end on the finish line at the Tour de France. His experience made him a part of a cancer community, and motivated him to unleash the same passion and drive he does in bike races to the fight against cancer. Since he made history in 1999, he has won the tour six more times, and has become one of the most recognizable and admired people of this era.</p> <p><strong>The Early Years</strong></p> <p>Lance&#8217;s sporting career began in Plano, Texas, where his mother Linda supported his competitive urges from the beginning. He displayed a gift early on when he won the Iron Kids Triathlon at 13 and became a professional when he was only 16 years old. At the near-cost of his high school diploma, he trained with the U.S. Olympic cycling developmental team in Colorado Springs, Colorado, during his senior year. That sealed his destiny and Lance embarked on a career as a bike racer.</p> <p>His rise in the amateur ranks appeared effortless, and Lance qualified for the junior world championships in Moscow in 1989. By 1991 he was the U.S. National Amateur Champion and soon after turned professional.</p> <p>Once in the pro ranks, he quickly proved himself with a <span class="caps">USPRO</span> Championship title, stage victories in the Tour de France, a World Championship, multiple victories at the Tour du Pont, a No. 1 world ranking, and a spot on the U.S. Olympic team. Lance entered 1996 as the No. 1 ranked cyclist in the world, competed as a member of the U.S. Cycling Team in the Atlanta Summer Olympic Games, and signed a contract with the French-based Cofidis racing team.</p> <p><strong>The Cancer Experience</strong></p> <p>While seemingly at the top of his game, he was literally forced off his bike in excruciating pain. In early October, his doctor gave him the stunning news that he had cancer. And his life changed forever.</p> <p>Tests revealed advanced testicular cancer that had spread to his lungs and his brain. Though his chances for his recovery were far less than 50-50, a frightened yet determined Lance began an aggressive form of chemotherapy.</p> <p>With the advice of specialists, he tried a course of treatment that gave him a chance for a full recovery with less danger of losing lung capacity as a side effect. Remarkably, the chemotherapy began to work, and Lance gradually allowed his thoughts to return to racing.</p> <p>Cancer left him scarred physically and emotionally, but he now maintains it was &#8221;...the best thing that ever happened to me,&#8221; This new perspective allowed him to think beyond cycling and focus on his debt to the cancer community. He formed the Lance Armstrong Foundation within months of his diagnosis to help others with their cancer struggles.</p> <p><strong>The Comeback</strong></p> <p>Lance&#8217;s complete recovery from cancer seemed miraculous, but actually returning to racing felt unfathomable. Having departed from Cofidis, Lance found himself teamless until the United States Postal Service took a leap of faith and signed him. If he never turned another pedal, the story would be an inspirational one. But it wasn&#8217;t enough for Lance. He needed to prove himself in the ranks of the professional elite. His professional comeback, however, got off to a rocky start. Early season racing in 1998 nearly ended his career again when, in a cold and miserable Paris-Nice race, he pulled to the side of the road and quit. Many thought that was the last day on the bike for Lance Armstrong.</p> <p>Lance later admitted that he wasn&#8217;t ready to return to racing &#8211; he was just learning how to live again, let alone race a bicycle. He retreated to Boone, North Carolina, with friend and longtime coach Chris Carmichael for a week of stress-free riding. It was there that he learned to love the bike again and build up the courage to try again. His first race back on the bike was a reason for celebration as he, appropriately, won the Lance Armstrong Foundation Downtown Criterium in his hometown of Austin, Texas. His new focus on life and training paid off in the form of top-five finishes in the Tour of Spain and the World Championships.</p> <p>1999 came with a specific goal &#8211; the Tour de France. When Lance went to the line at the prologue of the Tour, it was already a victory &#8211; both for him and cancer survivors everywhere. But showing up wasn&#8217;t enough. He won the prologue stage and rode on to win his first Tour victory with a stunning mixture of power, aggressiveness, and team strategy. It was now official: Lance was an international hero.</p> <p>Lance didn&#8217;t stop there. He has added six more Tour de France titles to his list, has been awarded virtually every sports honor there is, and has become a symbol of hope and inspiration. He also continues to be a leader and activist on behalf of cancer survivors around the world. The Lance Armstrong Foundation has become among the most influential organizations of its kind and today provides practical information and tools people need to battle cancer and live strong through education, advocacy, public health programs, and research grants.</p> <p>Lance has retired, but one thing remains certain. No matter what his path, he will travel it with the sure knowledge that every day is precious and that every step matters.</p> <ul> <li><a href="http://web.archive.org/web/20090319161817/http://www.livestrong.org/" class="url">Web site</a></li> </ul> </div> </div> </div> <div id="en_grid_dates"> <h3>Schedule views</h3> <ul> <li><a href="/web/20090319161817/http://www.web2summit.com/web2008/public/schedule/grid/2008-11-05">Wed 05 Nov</a></li><li><a href="/web/20090319161817/http://www.web2summit.com/web2008/public/schedule/grid/2008-11-06">Thu 06 Nov</a></li><li><a href="/web/20090319161817/http://www.web2summit.com/web2008/public/schedule/grid/2008-11-07">Fri 07 Nov</a></li><li><a href="/web/20090319161817/http://www.web2summit.com/web2008/public/schedule/full" id="en_in_full_link">Full listing</a></li><li><a href="/web/20090319161817/http://www.web2summit.com/web2008/public/schedule/personal" id="en_in_personal_link">Personal schedule</a></li> </ul> </div> </div> <!-- /mid --> </div><!-- en_main --> <div id="en_footerwrap"> <div id="en_footer"><!-- footer --> <p><a href="/web/20090319161817/http://www.web2summit.com/web2008/">HOME</a> &nbsp;|&nbsp; <a href="http://web.archive.org/web/20090319161817/http://conferences.oreilly.com/">O'REILLY CONFERENCES</a>&nbsp;|&nbsp; <a href="http://web.archive.org/web/20090319161817/http://liveevents.techweb.com/">TECHWEB</a> &nbsp;|&nbsp; <a href="/web/20090319161817/http://www.web2summit.com/web2008/public/content/privacy-policy">PRIVACY POLICY</a>&nbsp;|&nbsp; <a href="/web/20090319161817/http://www.web2summit.com/web2008/public/content/sitemap">SITEMAP</a>&nbsp;|&nbsp; <a href="/web/20090319161817/http://www.web2summit.com/web2008/public/content/contact">CONTACT US</a></p> <div class="logo"><a href="http://web.archive.org/web/20090319161817/http://www.oreilly.com/"><img src="http://web.archive.org/web/20090319161817im_/http://assets.en.oreilly.com/1/event/14/web2008_logo_oreilly_dark.gif" width="111" height="64" alt="O'Reilly Media Logo" style="padding-right:20px;"/></a><a href="http://web.archive.org/web/20090319161817/http://www.techweb.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://assets.en.oreilly.com/1/event/14/web2008_logo_techweb_dark.gif" width="97" height="64" alt="TechWeb Logo"/></a></div> <p>Co-produced By <a href="http://web.archive.org/web/20090319161817/http://www.oreilly.com/">O'Reilly Media, Inc.</a> and <a href="http://web.archive.org/web/20090319161817/http://www.techweb.com/aboutus">TechWeb</a><br/> &copy; 2008, O'Reilly Media, Inc. and TechWeb<br/> (707) 827-7000 / (800) 998-9938<br/> <a href="http://web.archive.org/web/20090319161817/mailto:webmaster@oreilly.com">webmaster@oreilly.com</a><br/> Event Software Powered by <a href="http://web.archive.org/web/20090319161817/http://www.expectnation.com/" target="_blank">Expectnation</a></p></div> </div> </div><!-- en_main_parts --> <div id="en_extra"> <!-- Below I've include the right rail --> <div id="sponsors"> <h3>Co-produced By:</h3> <a href="http://web.archive.org/web/20090319161817/http://www.oreilly.com/"><img src="http://web.archive.org/web/20090319161817im_/http://assets.en.oreilly.com/1/event/14/web2008_sidebar_logo_oreilly.gif" alt="O'Reilly Media Logo" style="padding-top:15px;"/></a> <a href="http://web.archive.org/web/20090319161817/http://techweb.com/"><img src="http://web.archive.org/web/20090319161817im_/http://assets.en.oreilly.com/1/event/14/web2008_sidebar_logo_trans_techweb_new.gif" alt="techweb.com"/></a> <div class="sponsor_list_heading">Gold Sponsors</div><ul class="plain sponsorList"><li><a href="http://web.archive.org/web/20090319161817/http://flex.org/web20summit/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/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/20090319161817/http://www.enterprise-ireland.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/enterpriseIreland.gif" alt="Enterprise Ireland" title="Enterprise Ireland" border="0"/></a></li><li><a href="http://web.archive.org/web/20090319161817/http://www.ibm.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/ibm.gif" alt="IBM" title="IBM" border="0"/></a></li><li><a href="http://web.archive.org/web/20090319161817/http://www.idaireland.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/ida_ireland.gif" alt="IDA Ireland" title="IDA Ireland" border="0"/></a></li><li><a href="http://web.archive.org/web/20090319161817/http://www.juniper.net/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/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/20090319161817/http://www.microsoft.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/microsoft_logo2.gif" alt="Microsoft" title="Microsoft" border="0"/></a></li><li><a href="http://web.archive.org/web/20090319161817/http://www.thomsonreuters.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/thomsonreuters.gif" alt="Thomson Reuters" title="Thomson Reuters" border="0"/></a></li><li><a href="http://web.archive.org/web/20090319161817/http://www.yahoo.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/yahoo.gif" alt="Yahoo! Inc." title="Yahoo! Inc." border="0"/></a></li></ul> <div class="sponsor_list_heading">Silver Sponsors</div><ul class="plain sponsorList"><li><a href="http://web.archive.org/web/20090319161817/http://www.accenture.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/accenture.gif" alt="Accenture" title="Accenture" border="0"/></a></li><li><a href="http://web.archive.org/web/20090319161817/http://www.buildmydreamteam.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/careerbuilder.gif" alt="CareerBuilder.com" title="CareerBuilder.com" border="0"/></a></li><li><a href="http://web.archive.org/web/20090319161817/http://www.iquestions.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/iquestions.gif" alt="iQuestions.com" title="iQuestions.com" border="0"/></a></li></ul> <div class="sponsor_list_heading">Bronze Sponsors</div><ul class="plain sponsorList"><li><a href="http://web.archive.org/web/20090319161817/http://www.searchme.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/searchme.gif" alt="Searchme" title="Searchme" border="0"/></a></li><li><a href="http://web.archive.org/web/20090319161817/http://www.socialtext.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/socialtext.gif" alt="Socialtext" title="Socialtext" border="0"/></a></li><li><a href="http://web.archive.org/web/20090319161817/http://sourceforge.net/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/sourceforge.gif" alt="SourceForge.net" title="SourceForge.net" border="0"/></a></li></ul> <div class="sponsor_list_heading">Charity Auction Sponsor</div><ul class="plain sponsorList"><li><a href="http://web.archive.org/web/20090319161817/http://www.microsoft.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/microsoft_logo2.gif" alt="Microsoft" title="Microsoft" border="0"/></a></li></ul> <div class="sponsor_list_heading">Music Sponsor</div><ul class="plain sponsorList"><li><a href="http://web.archive.org/web/20090319161817/http://www.myspace.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/myspace_music.gif" alt="MySpace.com" title="MySpace.com" border="0"/></a></li></ul> <div class="sponsor_list_heading">Launch Pad Sponsors</div><ul class="plain sponsorList"><li><a href="http://web.archive.org/web/20090319161817/http://www.mdv.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/mohrdavidow.gif" alt="Mohr Davidow Ventures" title="Mohr Davidow Ventures" border="0"/></a></li><li><a href="http://web.archive.org/web/20090319161817/http://www.nea.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/newenterprise.gif" alt="New Enterprise Associates" title="New Enterprise Associates" border="0"/></a></li><li><a href="http://web.archive.org/web/20090319161817/http://www.omidyar.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/omidya.gif" alt="Omidyar Network" title="Omidyar Network" border="0"/></a></li><li><a href="http://web.archive.org/web/20090319161817/http://panoramacapital.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/panorama.gif" alt="Panorama Capital" title="Panorama Capital" border="0"/></a></li></ul> <div class="sponsor_list_heading">Media Sponsors</div><ul class="plain sponsorList"><li><a href="http://web.archive.org/web/20090319161817/http://www.alleyinsider.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/sai_logo.gif" alt="Silicon Alley Insider" title="Silicon Alley Insider" border="0"/></a></li><li><a href="http://web.archive.org/web/20090319161817/http://www.topix.net/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/topix_3.gif" alt="Topix" title="Topix" border="0"/></a></li><li><a href="http://web.archive.org/web/20090319161817/http://www.wired.com/" target="_blank"><img src="http://web.archive.org/web/20090319161817im_/http://conferences.oreillynet.com/images/logos/wired_wn.gif" alt="Wired" title="Wired" border="0"/></a></li></ul> <h3>Sponsor Opportunities</h3> <p>Reach business leaders and technology influencers at the Web 2.0 Summit. Call Marco Pardi at (415) 947-6216 or email <a href="http://web.archive.org/web/20090319161817/mailto:mpardi@techweb.com">mpardi@techweb.com</a>.</p> <p><a href="http://web.archive.org/web/20090319161817/http://assets.en.oreilly.com/1/event/14/web2008-prospectus.pdf">Download the Sponsor Prospectus</a> (PDF).</p> <h3>Contact Us</h3> <p>View a complete list of <a href="/web/20090319161817/http://www.web2summit.com/web2008/public/content/contact">Web 2.0 Summit contacts</a>.</p> </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/20090319161817js_/http://assets.en.oreilly.com/1/eventprovider/1/hbx-script.js"></script> <!--END OMNITURE CODE--> <!-- END HBX CODE --> <script src="http://web.archive.org/web/20090319161817js_/http://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-1310215-4"; urchinTracker();</script> </body> </html> <!-- FILE ARCHIVED ON 16:18:17 Mar 19, 2009 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 16:34:18 Dec 04, 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.407 exclusion.robots: 0.02 exclusion.robots.policy: 0.013 esindex: 0.008 cdx.remote: 44.919 LoadShardBlock: 130.141 (3) PetaboxLoader3.datanode: 178.051 (4) load_resource: 180.255 PetaboxLoader3.resolve: 83.667 -->

Pages: 1 2 3 4 5 6 7 8 9 10