CINXE.COM

Adobe - Adobe in the news

<!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" lang="en" xml:lang="EN"> <!-- InstanceBegin template="/Templates/pocket.dwt" codeOutsideHTMLIsLocked="true" --> <head><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("https://web.archive.org/web"); __wm.wombat("http://www.adobe.com/aboutadobe/pressroom/news.html","20120412234905","https://web.archive.org/","web","/_static/", "1334274545"); </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 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Language" content="en-us"/> <meta name="robots" content="noodp"/> <!-- InstanceParam name="locale" type="text" value="en_us" --> <!-- InstanceParam name="globalnav" type="boolean" value="true" --> <!-- InstanceParam name="globalfooter" type="boolean" value="true" --> <!-- InstanceParam name="header" type="boolean" value="true" --> <!-- InstanceParam name="modules" type="text" value="here,treenav,tab" --> <!-- InstanceParam name="identity" type="text" value="adobe" --> <!-- Shell Template Revision: 1.20 --> <!-- Pocket Template Revision: 1.16 --> <!-- InstanceBeginEditable name="doctitle" --> <title>Adobe - Adobe in the news</title> <!-- InstanceEndEditable --> <link rel="icon" href="/web/20120412234905im_/http://www.adobe.com/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="/web/20120412234905im_/http://www.adobe.com/favicon.ico" type="image/x-icon"/> <!--[if gte IE 5 & lt IE 8]> <script type="text/javascript" src="http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/lib/style-nurse.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20120412234905cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen.css?modules=here,treenav,tab" media="screen"/> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20120412234905cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/print.css" media="print"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20120412234905cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen/pocket.css"/> <!--[if IE 6]> <script type="text/jscript">try{document.execCommand("BackgroundImageCache", false, true);} catch(e) {};</script> <![endif]--> <script type="text/javascript" src="https://web.archive.org/web/20120412234905js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/lib/prototype.js"></script> <script id="adobe" type="text/javascript" src="https://web.archive.org/web/20120412234905js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20120412234905js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/Cookie.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20120412234905js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/global.js"></script> <link rel="stylesheet" href="https://web.archive.org/web/20120412234905cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen/wcms.css" media="screen"/> <link rel="stylesheet" href="https://web.archive.org/web/20120412234905cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen/gnav.css" media="screen"/> <script type="text/javascript" src="https://web.archive.org/web/20120412234905js_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/module/SearchBuddy.js"></script> <script type="text/javascript"> adobe.SelectFix = (function() { var Construct0r = function() { }; Construct0r.prototype = { doFix: function() { for(var i = 0, n; (n = document.getElementsByTagName("select")[i]); i++) { n.style.visibility = "hidden"; } }, undoFix: function() { for(var i = 0, n; (n = document.getElementsByTagName("select")[i]); i++) { n.style.visibility = "visible"; } } }; return new Construct0r(); })(); /*---------------------------------------------------------------------- Namespace: adobe.u.input ----------------------------------------------------------------------*/ adobe.u.input = { /*---------------------------------------------------------------------- Method: autoFill Set the value of an form input to the title while empty and unfocused. > adobe.u.input.autoFill($("myTextField"), "some text"); > > $("myTextField").autoFill("some text"); Parameters: element - Element instance Returned Value: Element instance ----------------------------------------------------------------------*/ autoFill: function(element, fill) { var element = element; // setup lexical reference var fill = fill; // setup lexical reference if(!fill) { return element; } if(!element.value) { element.value = fill; } Element.observe(element, "focus", _handleFocus); Element.observe(element, "blur", _handleBlur); return element; function _handleFocus(event) { if(element.value == fill) { element.value = ""; } } function _handleBlur(event) { if(element.value) { return; } else { element.value = fill; } } } } Element.addMethods("INPUT", adobe.u.input); Element.addMethods("TEXTAREA", adobe.u.input); getSearchParams = adobe.u.getSearchParam; document.observe('dom:loaded', function() { new SearchBuddy(); }); </script> <script type="text/javascript" src="https://web.archive.org/web/20120412234905js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/GlobalNav.js"></script> <script type="text/javascript"> document.observe('dom:loaded', function() { var n = $("search-input"); if (Object.isElement(n)) { var f = n.getAttribute("title"); n.autoFill(f); } }); </script> <link rel="stylesheet" href="https://web.archive.org/web/20120412234905cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen/gfooter.css" media="screen"/> <link rel="stylesheet" href="https://web.archive.org/web/20120412234905cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen/gfooter_override.css" media="screen"/> <script type="text/javascript" src="https://web.archive.org/web/20120412234905js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/GlobalFooter.js"></script> <script type="text/javascript"> adobe.link("adobe/u/link.js"); Event.observe(window,"load",function() { $$("#content-pocket a").invoke("here") .compact() .invoke("addClassName", "here") .invoke("unlink"); }); </script> <script type="text/javascript"> adobe.link("adobe/TabNav/tabZen.css", { media: "screen" }); adobe.link("adobe/TabNav.js"); Event.observe(window, "load", function() { $$(".dyn-tabsection").collect(function(tab) { return adobe.TabNav.FromDom(tab, { readQuery: true }); }).invoke("update"); }); </script> <script type="text/javascript" src="https://web.archive.org/web/20120412234905js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/Tree.js"></script> <script type="text/javascript" src="/web/20120412234905js_/http://www.adobe.com/ubi/template/identity/adobe/Tree.js"></script> <script type="text/javascript"> adobe.link("adobe/Tree/treenav/screen.css", {media: "screen"}); document.observe("dom:loaded", function() { $$(".dyn-treenav").collect(function(el) { return new adobe.Tree(el, { style_uninitialized: "dyn-treenav", style_initialized: "treenav", select_button: ".tree-button" }, { toggle_all: "Alt+click to show/hide all features" }); }); }); </script> <!-- InstanceBeginEditable name="head" --> <!-- InstanceEndEditable --> </head> <body> <!--googleoff: all--><a href="/web/20120412234905/http://www.adobe.com/help/accessibility.html" tabindex="1" id="accesslink">Accessibility</a><!--googleon: all--> <!--googleoff: index--> <!-- $Id: //depot/projects/dylan/releases/rc_12_4/ubi/globalnav/en_us/globalnav_ssi.html#1 $ --> <form id="globalnav-search" class="searchbuddy LayoutSlimHidden" name="globalnav-search" method="get" action="/web/20120412234905/http://www.adobe.com/go/gnav_search" accept-charset="utf-8"> <div id="SiteHeader" class="SiteHeader Text TextSmall"> <span id="globalnav"></span> <a href="/web/20120412234905/http://www.adobe.com/" id="shHome" class="SiteHeaderHome">Adobe</a> <div class="SiteHeaderBar" id="shBar"> <div class="SiteHeaderDropdownLink SiteHeaderBarItem SiteHeaderBarItemFirst" id="shProducts"> <a href="/web/20120412234905/http://www.adobe.com/products/catalog.html" id="shProductsLink" class="SiteHeaderBarLink">Products</a> <div class="SiteHeaderDropPanel" id="ProductsPanel"> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts3"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/products/acrobat.html?promoid=JOLIR">Acrobat</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts9"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/products/creativecloud.html?promoid=JQPEQ">Creative Cloud</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts1"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/products/creativesuite.html?promoid=JOLIS">Creative Suite</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts5"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/marketing/?promoid=JOLIT">Digital Marketing Suite</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts7"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/products/digital-publishing-suite-family.html?promoid=JOLIU">Digital Publishing Suite</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts6"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/products/elements-family.html?promoid=JOLIV">Elements</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts2"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/products/photoshopfamily.html?promoid=JOLIW">Photoshop</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts4"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/products/touchapps.html?promoid=JOLIQ">Touch Apps</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLinkNoBar" id="shProducts8"> <a href="/web/20120412234905/http://www.adobe.com/products/catalog.html?promoid=JOOTH">More products</a> </div> </div> </div> <div class="SiteHeaderDropdownLink SiteHeaderBarItem SiteHeaderBarItemFirst" id="shSolutions"> <a href="/web/20120412234905/http://www.adobe.com/solutions.html" id="shSolutionsLink" class="SiteHeaderBarLink">Solutions</a> <div class="SiteHeaderDropPanel" id="SolutionsPanel"> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions5"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/marketing/?promoid=JOLIX">Digital marketing</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions1"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/digital-media/?promoid=JOLIY">Digital media</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions2"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/education.html?promoid=JOLIZ">Education</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions3"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/go/gnavtray_solutions_financialservices_en_us">Financial services</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions4"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/go/gnavtray_solutions_government_en_us">Government</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions7"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/solutions/customer-experience/web-experience-management.html?promoid=JOOYM">Web Experience Management</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLinkNoBar" id="shSolutions6"> <a href="/web/20120412234905/http://www.adobe.com/solutions.html?promoid=JOOTI">More solutions</a> </div> </div> </div> <a href="/web/20120412234905/http://www.adobe.com/go/gnav_learning_en_us" id="shLearning" class="SiteHeaderBarItem SiteHeaderBarLink">Learning</a> <a href="/web/20120412234905/http://www.adobe.com/go/gnav_help_en_us" id="shHelp" class="SiteHeaderBarItem SiteHeaderBarLink">Help</a> <a href="/web/20120412234905/http://www.adobe.com/go/gnav_downloads_en_us" id="shDownloads" class="SiteHeaderBarItem SiteHeaderBarLink">Downloads</a> <a href="/web/20120412234905/http://www.adobe.com/go/gnav_company_en_us" id="shCompany" class="SiteHeaderBarItem SiteHeaderBarLink">Company</a> <div class="SiteHeaderDropdownLink SiteHeaderBarItem" id="shStore"> <a href="/web/20120412234905/http://www.adobe.com/go/gnav_store_en_us" class="SiteHeaderBarLink" id="shStoreLink">Buy</a> <div class="SiteHeaderDropPanel" id="StorePanel"> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shStore1"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/go/gnavtray_store_homeuse_en_us">Home use</a></span> for personal and home office </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shStore2"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/go/gnavtray_store_education_en_us">Education</a></span> for students, educators, and staff </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shStore3"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/go/gnavtray_store_business_en_us">Business</a></span> for small and medium businesses </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shStore4"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/go/gnavtray_store_licensingprograms_en_us">Licensing programs</a></span> for businesses, schools, and government </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shStore5"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412234905/http://www.adobe.com/go/gnavtray_store_specialoffers_en_us">Special offers</a></span> </div> </div> </div> <a href="/web/20120412234905/http://www.adobe.com/go/gnav_search" id="shSearchButton" class="SiteHeaderBarItem SiteHeaderSearchButton" style="display: none;">Search</a> <div class="SiteHeaderBarItem SiteHeaderBarItemLast">&nbsp;</div> <div id="site-search" class="SiteHeaderSearch"> <input title="Search" type="text" id="search-input" name="term" maxlength="1000"/> <input type="hidden" id="searchbuddy-loc" name="loc" value="en_us"/> <button type="submit" id="search-submit" class="icon-replace search">Search</button> </div> </div> <div class="SiteHeaderUser"> <div id="shSignInBlock" class="Link"> <a id="shInfo" class="SiteHeaderUserItem SiteHeaderInfo">Info</a> <a href="/web/20120412234905/http://www.adobe.com/cfusion/membership/index.cfm?loc=en_us&amp;nl=1" id="shSignIn" class="SiteHeaderUserItem LinkStrong">Sign in</a> </div> <a href="/web/20120412234905/http://www.adobe.com/cfusion/membership/index.cfm?loc=en_us&amp;nl=1" id="shWelcome" class="SiteHeaderUserItem SiteHeaderArrow LinkStrong" style="display: none;">Welcome, <span id="screenName"></span></a> <div id="MyCartLinkContainer"> <a href="/web/20120412234905/http://www.adobe.com/go/gnav_mycart_en_us" id="shMyCart" class="SiteHeaderUserItem SiteHeaderCart">My cart<span id="cartQuantity"></span></a> </div> <a href="/web/20120412234905/http://www.adobe.com/go/gnav_myorders_en_us" id="shMyOrders" class="SiteHeaderUserItem">My orders</a> <a href="/web/20120412234905/http://www.adobe.com/go/gnav_myadobe_en_us" id="shMyAdobe" class="SiteHeaderUserItem">My Adobe</a> </div> <div class="SiteHeaderPopPanelShadow width-150" id="WelcomePanelShadow" style="display: none;"></div> <div class="SiteHeaderPopPanel width-150" id="WelcomePanel" style="display: none;"> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyAccount"> <a class="SiteHeaderPanelHeader" href="/web/20120412234905/http://www.adobe.com/go/gnavtray_myadobe_en_us">My Adobe</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyOrders2"> <a class="SiteHeaderPanelHeader" href="/web/20120412234905/http://www.adobe.com/go/gnavtray_myadobe_myorders_en_us">My orders</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyInformation"> <a class="SiteHeaderPanelHeader" href="/web/20120412234905/http://www.adobe.com/go/gnavtray_myadobe_myinformation_en_us">My information</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyPreferences"> <a class="SiteHeaderPanelHeader" href="/web/20120412234905/http://www.adobe.com/go/gnavtray_myadobe_mypreferences_en_us">My preferences</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSignOut"> <a class="SiteHeaderPanelHeader" href="/web/20120412234905/http://www.adobe.com/cfusion/membership/logout.cfm">Sign out</a> </div> </div> <div class="SiteHeaderPopPanelShadow width-250" id="InfoPanelShadow" style="display: none;"></div> <div class="SiteHeaderPopPanel width-250" id="InfoPanel" style="display: none;"> <div class="SiteHeaderPanelRow"> <span class="SiteHeaderPanelHeader">Why sign in?</span> Sign in to manage your account and access trial downloads, product extensions, community areas, and more. </div> </div> </div> </form> <div id="SiteHeaderMobile" class="SiteHeaderMobile LayoutHidden LayoutSlim Text TextSmall"> <a href="/web/20120412234905/http://www.adobe.com/go/gnav_adobe_logo_en_us" id="shHomeMobile" class="SiteHeaderHome SiteHeaderHomeMobile">Adobe</a> <div class="SiteHeaderBar SiteHeaderBarMobile" id="shBarMobile"> <span class="SiteHeaderBarItemMobile SiteHeaderBarItemMobileNoLeftBorder" id="shProductsMobileSpan"><a href="/web/20120412234905/http://www.adobe.com/go/gnav_products_en_us" id="shProductsMobile" class="SiteHeaderBarLink">Products</a></span> <span class="SiteHeaderBarItemMobile" id="shSectionsMobileSpan"><a href="#" id="shSectionsMobile" class="SiteHeaderArrowMobile SiteHeaderBarLink">Sections</a></span> <span class="SiteHeaderBarItemMobile" id="shSectionsMobileBuy"><a href="/web/20120412234905/http://www.adobe.com/go/gnav_store_en_us" id="shBuyMobile" class="SiteHeaderBarLink">Buy</a></span> <span class="SiteHeaderBarItemMobile SiteHeaderBarItemMobileNoRightBorder SiteHeaderBarItemMobileNoPadding">&nbsp;</span> <span class="SiteHeaderBarItemMobile SiteHeaderBarItemMobileNoRightBorder SiteHeaderBarItemFloatRight" id="shSearchMobileSpan"><a href="/web/20120412234905/http://www.adobe.com/go/gnav_search" id="shSearchMobile" class="SiteHeaderSearchButtonMobile">Search</a></span> <span class="SiteHeaderBarItemMobile SiteHeaderBarItemMobileNoLeftBorder SiteHeaderBarItemFloatRight SiteHeaderBarItemMobileNoPadding">&nbsp;</span> </div> <div class="SiteHeaderBarMobileExtend" id="shBarExtend"> <div id="shBarExtendSections" style="display: none;"> <div id="shBarExtendSections1" class="SiteHeaderBarMobileExtendSections"> <a href="/web/20120412234905/http://www.adobe.com/go/gnav_solutions_en_us" id="shSectionsSolutionsMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Solutions</a> <a href="/web/20120412234905/http://www.adobe.com/go/gnav_company_en_us" id="shSectionsCompanyMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Company</a> </div> <div id="shBarExtendSections2" class="SiteHeaderBarMobileExtendSections"> <a href="/web/20120412234905/http://www.adobe.com/go/gnav_help_en_us" id="shSectionsHelpMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Help</a> <a href="/web/20120412234905/http://www.adobe.com/go/gnav_learning_en_us" id="shSectionsLearningMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Learning</a> </div> </div> <div id="shBarExtendSearch" style="display: none;"> <form id="globalnav-search-mobile" class="SiteHeaderSearchMobileForm" name="globalnav-search-mobile" method="get" action="/web/20120412234905/http://www.adobe.com/go/gnav_search" accept-charset="utf-8"> <input title="Search" type="text" id="search-input-mobile" name="term" maxlength="1000"/> <button type="submit" id="search-submit-mobile">Search</button> </form> </div> </div> <div class="SiteHeaderUser"> <a href="/web/20120412234905/http://www.adobe.com/cfusion/membership/index.cfm?loc=en_us&amp;nl=1" id="shSignInMobile" class="SiteHeaderUserItem SiteHeaderUserItemMobile LinkStrong">Sign in</a> <a href="/web/20120412234905/http://www.adobe.com/cfusion/membership/logout.cfm" id="shSignOutMobile" class="SiteHeaderUserItem SiteHeaderUserItemMobile LinkStrong" style="display: none;">Sign out</a> <a href="/web/20120412234905/http://www.adobe.com/go/gnav_myorders_en_us" id="shMyOrdersMobile" class="SiteHeaderUserItem SiteHeaderUserItemMobile">My orders</a> <a href="/web/20120412234905/http://www.adobe.com/go/gnav_myadobe_en_us" id="shMyAdobeMobile" class="SiteHeaderUserItem SiteHeaderUserItemMobile">My Adobe</a> </div> </div> <!--googleon: index--> <div id="layoutLogic" class="L1"> <div id="content-header"> <!-- InstanceBeginEditable name="contentHeader" --> <ol id="depthpath" class="path menu compact"> <li><a href="/web/20120412234905/http://www.adobe.com/">Home</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/aboutadobe/">Company</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/aboutadobe/pressroom/">News room</a></li> </ol> <h1>Adobe in the news</h1> <!-- InstanceEndEditable --> </div> <div id="content-layout" class="clear-after"><div id="content-wrapper" class="clear-after"><div id="content-body"> <!-- InstanceBeginEditable name="contentBody" --> <!--h2>Featured news</h2--> <!--p class="icon rss-file" ><a target="_blank" href="http://rss.adobe.com/en/news_releases.rss">Subscribe</a></p--> <div class="dyn-tabsection" id="showMyTab"> <h2 id="corporate" class="tabtitle">Corporate</h2> <div class="tabcontent"> <!--h3 id="news">News releases</h3--> <!--column 1--> <div class="columns-3-ABC-A"> <h4>Financial Times</h4> <p>March 7, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.ft.com/intl/cms/s/0/8383bbae-5e20-11e1-b1e9-00144feabdc0.html#axzz1oYwMMTwi" target="_blank">Advertisers rush to master fresh set of skills</a></p> <h4>Financial Times</h4> <p>March 7, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.ft.com/intl/cms/s/0/d1aec050-614d-11e1-8a8e-00144feabdc0.html#axzz1oRZaqfSb" target="_blank">Cautionary tales: What to do when good salesmanship goes bad</a></p> <h4>CFO Magazine</h4> <p>March 1, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www3.cfo.com/article/2012/3/people_adobe-cfo-mark-garrett-digital-marketing-photoshop-omniture" target="_blank">Adobe Remolds Itself</a></p> <h4>Fortune</h4> <p>March 1, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://money.cnn.com/magazines/fortune/most-admired/2012/industries/6.html" target="_blank">World’s Most Admired Companies</a></p> <h4>Graphics.com</h4> <p>February 21, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.graphics.com/modules.php?name=News&amp;file=article&amp;sid=4916" target="_blank">Call for Entries: 2012 Adobe Design Achievement Awards</a> </p> </div> <!--column 2--> <div class="columns-3-ABC-B"> <h4>CBS News</h4> <p>February 17, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.cbsnews.com/8301-505125_162-57379803/10-companies-with-insanely-great-marketing/?pageNum=2&amp;tag=contentMain;contentBody" target="_blank">10 companies with insanely great marketing</a></p> <h4>Forbes</h4> <p>February 15, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.forbes.com/sites/sap/2012/02/15/top-brands-on-social-media-week-what-intel-adobe-wells-fargo-edelman-and-sap-said/" target="_blank">Top Brands on Social Media Week: What Intel, Adobe, Wells Fargo, Edelman and SAP said</a></p> <h4>CRN [India]</h4> <p>February 15, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.crn.in/Software-015Feb012-Adobe-Revamps-India-Strategy.aspx" target="_blank">Adobe Revamps India Strategy</a></p> <h4>Bloomberg</h4> <p>February 9, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.bloomberg.com/news/2012-02-09/google-amazon-com-win-jury-trial-over-interactive-web-patents.html?cmpid=yhoo" target="_blank">Google, Amazon.com Win Trial Over Interactive Web Patents</a> </p> </div> <!--column 3--> <div class="columns-3-ABC-C"> <h4>The Motley Fool</h4> <p>February 6, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://beta.fool.com/dividendkings/2012/02/06/adobe-systems-momentum-building-stock/1419/?source=TheMotleyFool" target="_blank">Adobe Systems: Momentum Building on This Stock</a></p> <h4>Business Standard [India]</h4> <p>February 6, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.business-standard.com/india/news/underserved-youth-showcase-their-movie-making-prowess-through-adobe-youth-voices/463865/" target="_blank">Undeserved youth showcase their movie making prowess through ‘Adobe Youth Voices’</a></p> <h4>Smart Planet</h4> <p>January 31, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.smartplanet.com/blog/business-brains/adobe-fuel-cell-installation-blooms-in-san-francisco/21724" target="_blank">Adobe fuel cell installation blooms in San Francisco</a> </p> <h4>GreenBiz</h4> <p>January 30, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.greenbiz.com/blog/2012/01/30/adobes-4-step-path-toward-net-zero-energy-balance" target="_blank">Adobe’s 4-Step Path Toward a Net Zero Energy Balance</a></p> </div> <br class="clear-both"/> </div> <!--CLOSE TAB 1--> <h2 id="products" class="tabtitle">Digital Media</h2> <div class="tabcontent"> <!--column 1--> <div class="columns-3-ABC-A"> <h4>Photo District News</h4> <p>February 28, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.pdnonline.com/pdn/gear/8-Great-Software-Fin-4836.shtml" target="_blank">8 Great Software Finds for Photographers</a></p> <h4>Dow Jones</h4> <p>February 27, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://online.wsj.com/article/BT-CO-20120227-713334.html" target="_blank">Adobe Using Publishing Franchise to Leverage Tablet Strategy</a></p> <h4>The Wall Street Journal (U.K.)</h4> <p>February 27, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://blogs.wsj.com/tech-europe/2012/02/27/tablets-provide-hope-for-magazine-publishers/?mod=google_news_blog" target="_blank">Tablets Provide Hope for Magazine Publishers</a></p> <h4>Lifehacker</h4> <p>February 27, 2012&nbsp;&nbsp; <br/> <a href="https://web.archive.org/web/20120412234905/http://lifehacker.com/5888495/adobe-photoshop-touch-is-photoshop-cleverly-reimagined-for-the-ipad" target="_blank">Adobe Photoshop Touch Is Photoshop Cleverly Reimagined for the iPad</a></p> <h4>TIME’s Techland Blog</h4> <p>February 27, 2012&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br/> <a href="https://web.archive.org/web/20120412234905/http://techland.time.com/2012/02/27/photoshop-touch-the-best-ipad-image-editor-yet/" target="_blank">Photoshop Touch: The Best iPad Image Editor Yet</a></p> <h4>CNET</h4> <p>February 26, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://news.cnet.com/8301-17938_105-57384922-1/photoshop-touches-down-on-the-ipad/" target="_blank">Photoshop Touches Down on the iPad</a></p> <h4>VentureBeat</h4> <p>February 26, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://venturebeat.com/2012/02/26/adobe-tablet-publication-stats/" target="_blank">New Adobe Stats Show Encouraging Signs of Life for Tablet Magazines</a></p> </div> <!--column 2--> <div class="columns-3-ABC-B"> <h4>PCWorld</h4> <p>February 23, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.pcworld.com/article/250531/adobe_reveals_more_cs6_creative_cloud_details.html#tk.hp_new" target="_blank">Adobe Reveals More CS6, Creative Cloud Details</a></p> <h4>Streaming Media</h4> <p>February 23, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.streamingmedia.com/Articles/Editorial/Featured-Articles/Buyers-Guide-Software-Encoders-80882.aspx" target="_blank">Buyer's Guide: Software Encoders</a></p> <h4>CIO</h4> <p>February 23, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.cio.com/article/700716/Adobe_Reveals_More_on_CS6_and_Creative_Cloud_Launch_Plans?page=1&amp;taxonomyId=3024" target="_blank">Adobe Reveals More on CS6 and Creative Cloud Launch Plans</a></p> <h4>CNET (Deep Tech blog)</h4> <p>February 22, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://news.cnet.com/8301-17939_109-57383611-2/adobe-vows-5-to-10-more-years-of-flash-advances/" target="_blank">Adobe Vows 5 to 10 More Years of Flash Advances</a></p> <h4>Information Week</h4> <p>February 22, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.informationweek.com/byte/reviews/personal-tech/tablets/232601261" target="_blank">Adobe Ideas Offers Whiteboard Freedom on an iPad</a></p> <h4>Fast Company</h4> <p>February 20, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.fastcompany.com/1817121/girl-scouts-ana-maria-chavez?partner=gnews" target="_blank">Allow Cookies: Girl Scouts Enter The Digital Era With CEO Anna Maria Chavez</a></p> </div> <!--column 3--> <div class="columns-3-ABC-C"> <h4>Editor &amp; Publisher</h4> <p>February 20, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.editorandpublisher.com/Features/Article/Up-Close-And-Digital-With-Adobe-s-Digital-Publishing-Suite" target="_blank">Up Close and Digital With Adobe’s Digital Publishing Suite</a></p> <h4>Designorati</h4> <p>February 18, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://designorati.com/articles/t1/graphic-design/3012/review-adobe-digital-publishing-suite.php">REVIEW: Adobe Digital Publishing Suite</a></p> <h4>Mashable</h4> <p>February 16, 2012 <br/> <a href="https://web.archive.org/web/20120412234905/http://mashable.com/2012/02/16/cross-platform-app-design-pros-cons/" target="_blank">The Pros and Cons of Cross-Platform App Design</a></p> <h4>Ubergizmo</h4> <p>February 16, 2012<strong></strong><br/> <a href="https://web.archive.org/web/20120412234905/http://www.ubergizmo.com/2012/02/adobe-revel-importer-now-on-android/" target="_blank">Adobe Revel Importer Now on Android</a> </p> <h4>TV Technology</h4> <p>February 14, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.tvtechnology.com/article/adobe-production-premium-v/211802" target="_blank">Adobe Production Premium v5.5</a></p> <h4>PC World</h4> <p>February 11, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.pcworld.com/article/249746/flash_livesthanks_to_facebook_and_games.html" target="_blank">Flash Lives—Thanks To Facebook and Games</a></p> </div> <br class="clear-both"/> </div> <!--CLOSE TAB 2--> <!--START TAB 3--> <h2 id="industries" class="tabtitle">Digital Marketing</h2> <div class="tabcontent"> <!--column 1--> <div class="columns-3-ABC-A"> <h4>Business Insider</h4> <p>March 7, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.sfgate.com/cgi-bin/article.cgi?f=/g/a/2012/03/07/businessinsiderthe-state-of-the-tab.DTL" target="_blank">The State of the Tablet Computer, As Apple Announces Its Latest</a></p> <h4>Fourth Source</h4> <p>March 2, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.fourthsource.com/news/virgin-atlantic-revamps-website-6982" target="_blank">Virgin Atlantic revamps website</a></p> <h4>Internet Retailer</h4> <p>March 1, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.internetretailer.com/2012/02/28/taste-test" target="_blank">Taste Test</a></p> <h4>Post &amp; Parcel</h4> <p>February 29, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://postandparcel.info/46074/news/companies/pitney-bowes-signs-adobe-to-boost-digital-mail-platform-volly/" target="_blank">Pitney Bowes signs Adobe to boost digital mail platform Volly</a></p> <h4>Reuters</h4> <p>February 28, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.reuters.com/finance/stocks/ADBE.O/key-developments/article/2490176" target="_blank">Pitney Bowes Selects Adobe Systems To Help Power Personalization And Customization Of Volly Secure Digital Delivery Service</a></p> <h4>Broadcasting &amp; Cable</h4> <p>February 27, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.broadcastingcable.com/article/481065-Adobe_Goes_Primetime.php" target="_blank" target="_blank">Adobe Goes Primetime</a></p> <h4>MarketingWeek</h4> <p>February 22, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.marketingweek.co.uk/news/adobe-to-launch-first-uk-brand-campaign/4000216.article" target="_blank">Adobe to launch first UK brand campaign</a></p> </div> <!--column 2--> <div class="columns-3-ABC-B"> <h4>Mashable</h4> <p>February 16, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://mashable.com/2012/02/16/mobile-commerce/" target="_blank">5 Paradoxes Shaping the Future of Mobile Commerce</a></p> <h4>Response Magazine</h4> <p>February 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.responsemagazine.com/direct-response-marketing/popeil-meet-zuckerberg-4199" target="_blank">Popeil, Meet Zuckerberg</a></p> <h4>The New York Times</h4> <p>February 17, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.nytimes.com/2012/02/17/business/media/video-content-at-the-beginning-of-the-future.html?_r=1&amp;partner=yahoofinance" target="_blank">Video Content at ‘the Beginning of the Future’</a></p> <h4>New Media Age</h4> <p>February 16, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.nma.co.uk/news/adobe-pushes-consolidated-approach-following-efficient-frontier-acquisition/4000121.article" target="_blank">Adobe pushes consolidated approach following Efficient Frontier acquisition</a></p> <h4>Bizcommunity.com</h4> <p>February 16, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.bizcommunity.com/Article/196/16/70888.html" target="_blank">At last, a simpler way to measure social media impact</a></p> <h4>CMSWire</h4> <p>February 16, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.cmswire.com/cms/customer-experience/an-introduction-to-wemi-and-the-future-of-the-online-experience-014543.php" target="_blank">An Introduction to WEMI and the Future of the Online Experience</a></p> <h4>B&amp;T</h4> <p>February 14, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.bandt.com.au/opinion/opinion-successful-agencies-go-beyond-the-click" target="_blank">Opinion: Successful Agencies Go Beyond The Click</a></p> </div> <!--column 3--> <div class="columns-3-ABC-C"> <h4>InformationWeek</h4> <p>February 9, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.informationweek.com/news/software/productivity_apps/232600513?pgno=1" target="_blank">Adobe Reborn</a></p> <h4>Forbes</h4> <p>February 9, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.forbes.com/sites/roberthof/2012/02/09/post-ipo-facebook-televisions-newest-frenemy/" target="_blank">Post-IPO Facebook: Television's Newest Frenemy</a></p> <h4>Wired</h4> <p>February 9, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.wired.com/wiredenterprise/2012/02/bitly-peter-stern/">Bitly Fights for Social Analytics With Weapons-Grade Math</a></p> <h4>Fast Company</h4> <p>February 8, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.fastcompany.com/1814734/why-facebooks-daily-active-users-isnt-the-number-to-watch" target="_blank">Why Facebook's Daily Active Users Is Not The Number That Matters</a></p> <h4>1to1 Magazine</h4> <p>February 8, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.1to1media.com/view.aspx?docid=33412">Case in Brief: TechMediaNetwork Personalizes Its Online Customer Experience</a></p> <h4>paidContent</h4> <p>February 7, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://paidcontent.org/article/419-nbc-had-2.1-million-super-bowl-streams/" target="_blank">By The Numbers: NBC’s Super Bowl Streams</a></p> <h4>CMSWire</h4> <p>February 6, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.cmswire.com/cms/customer-experience/adobes-kevin-cochrane-talks-reorg-customer-experience-in-2012-014370.php" target="_blank">Adobe's Kevin Cochrane Talks ReOrg, Customer Experience in 2012</a></p> </div> <br class="clear-both"/> </div> <!--CLOSE TAB 3--> <!--START TAB 4--> <h2 id="developer" class="tabtitle">Security</h2> <div class="tabcontent"> <!--column 1--> <div class="columns-3-ABC-A"> <h4>Net Magazine</h4><p> March 8, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.netmagazine.com/interviews/inside-css-wg-arno-gourdol">Inside the CSS Working Group: Arno Gourdol</a></p> <h4>ZDNet [Australia]</h4><p> March 8, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.zdnet.com.au/adobe-to-hold-its-customers-hands-339333329.htm">Adobe to hold its customers’ hands</a></p> <h4>ZDNet</h4><p> March 6, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.zdnet.com/blog/security/adobe-adding-priority-ratings-to-security-alerts/10533">Adobe adding ‘priority ratings’ to security alerts</a></p> <h4>The Inquirer</h4><p> March 6, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.theinquirer.net/inquirer/news/2157378/apple-adobe-bug-fixes">Apple and Adobe put out bug fixes</a></p> <h4>The Register</h4><p> March 6, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.theregister.co.uk/2012/03/06/adobe_flash_security_update/">Adobe lobs out Flash update to plug 3D security hole</a></p> </div> <!--column 2--> <div class="columns-3-ABC-B"> <h4>PC World</h4><p> March 5, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.pcworld.com/businesscenter/article/251291/adobe_patches_flash_player_for_second_time_in_20_days.html">Adobe Patches Flash Player for Second Time in 20 Days</a></p> <h4>ZDNet</h4><p> March 5, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.zdnet.com/blog/security/adobe-warns-of-critical-flash-player-security-holes/10502">Adobe warns of ‘critical’ Flash Player security holes</a></p> <h4>SearchSecurity</h4><p> February 22, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://searchsecurity.techtarget.com/news/2240118228/-Cyberespionage-attacks-shine-harsh-light-on-security-technology-failures">Cyberespionage attacks shine harsh light on security technology failures</a></p> <h4>ThreatPost</h4><p> February 22, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://threatpost.com/en_us/blogs/waves-attacks-target-adobe-reader-bug-2010-022212">Waves of Attacks Target Adobe Reader Bug From 2010</a></p> <h4>Computerworld</h4><p> February 16, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.computerworld.com/s/article/9224303/Adobe_confirms_new_zero_day_Flash_bug?taxonomyId=85">Adobe confirms new zero-day Flash bug</a></p> </div> <!--column 3--> <div class="columns-3-ABC-C"> <h4>eWEEK</h4> <p>February 15, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.eweek.com/c/a/Security/Adobe-Patches-ZeroDay-XSS-Flaw-Six-Other-Bugs-in-Flash-Player-467214/">Adobe Patches Zero-Day XSS Flaw, Six Other Bugs in Flash Player</a></p> <h4>PC World</h4><p> February 14, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.pcworld.com/businesscenter/article/249977/microsoft_says_happy_valentines_day_with_nine_security_bulletins.html">Microsoft Says 'Happy Valentine's Day' with Nine Security Bulletins</a></p> <h4>Computerworld</h4><p> February 7, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.computerworld.com/s/article/9224047/Adobe_sets_IE_as_next_target_in_Flash_security_work?taxonomyId=17&amp;pageNumber=1">Adobe sets IE as next target in Flash security work</a></p> <h4>ITProPortal</h4><p> February 7, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.itproportal.com/2012/02/07/google-chrome-most-secure-web-browser-german-government-says/">Google Chrome is Most Secure Web Browser, German Government Says</a></p> <h4>eWEEK</h4><p> February 4, 2012<br/> <a href="https://web.archive.org/web/20120412234905/http://www.eweek.com/c/a/Security/Researchers-Need-to-Focus-on-Defenses-Not-Bug-Hunting-Adobe-867508/">Researchers Need to Focus on Defenses, Not Bug Hunting: Adobe</a></p> </div> <br class="clear-both"/> </div> <!--CLOSE TAB 4--> </div> <!-- InstanceEndEditable --> </div> <div id="content-pocket"> <!-- InstanceBeginEditable name="contentPocket" --> <h3><a href="/web/20120412234905/http://www.adobe.com/aboutadobe/">About Adobe home</a></h3> <dl id="pressroom_treenav" class="treenav pocket-bleed"> <dt class="tree-button"> <span class="treenav-title">About Adobe</span> <!--span class="treenav-desc">Learn about Adobe and what we're doing.</span--> </dt> <dd class="tree-panel"> <ul class="link-list"> <!--li><a href="/aboutadobe/">Company profile</a></li--> <li><a href="/web/20120412234905/http://www.adobe.com/aboutadobe/pressroom/executivebios/">Adobe Leaders</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/corporateresponsibility/">Corporate social responsibility</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/aboutadobe/invrelations/">Investor relations</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/enterprise/analysts.html">Analyst reports</a></li> </ul> </dd> <dt class="tree-button"> <span class="treenav-title">News</span> <!--span class="treenav-desc">Read about Adobe in the news.</span--> </dt> <dd class="tree-panel"> <ul class="link-list"> <li><a href="/web/20120412234905/http://www.adobe.com/aboutadobe/pressroom/index.html">News room</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/aboutadobe/pressroom/pressreleases/index.html">News releases</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/aboutadobe/pressroom/news.html">Adobe in the news</a></li> </ul> </dd> <dt class="tree-button"> <span class="treenav-title">Media resources</span> <!--span class="treenav-desc">Press material such as trademark guidelines and product press materials.</span--> </dt> <dd class="tree-panel"> <ul class="link-list"> <li><a href="/web/20120412234905/http://www.adobe.com/aboutadobe/pressroom/pressmaterials/">Press materials</a></li> <li><a href="https://web.archive.org/web/20120412234905/http://broll.critical-media.com/adobe" target="_blank">B-Roll content</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/misc/agreement.html">Trademark guidelines</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/aboutadobe/pressroom/prcontacts.jsp">Public relations contacts</a></li> </ul> </dd> <dt class="tree-button"> <span class="treenav-title">Online Communities</span> <!--span class="treenav-desc">Press material such as trademark guidelines and product press materials.</span--> </dt> <dd class="tree-panel"> <ul class="link-list"> <li><a href="https://web.archive.org/web/20120412234905/http://blogs.adobe.com/conversations/" target="_blank">Adobe featured blogs</a></li> <li><a href="https://web.archive.org/web/20120412234905/http://tv.adobe.com/" target="_blank">Adobe TV</a></li> <li><a href="https://web.archive.org/web/20120412234905/http://facebook.com/Adobe" target="_blank">Facebook</a></li> <!--fb:share-button class="url" href="http://www.facebook.com/adobesystems" type="icon_link"></fb:share-button--> <li><a href="https://web.archive.org/web/20120412234905/http://www.linkedin.com/company/adobe-systems?trk=fc_badge" target="_blank">LinkedIn</a></li> <li><a href="https://web.archive.org/web/20120412234905/http://twitter.com/AdobePR" target="_blank">Twitter</a></li> <li><a href="https://web.archive.org/web/20120412234905/http://www.adobe.com/support/rss/">RSS feeds</a></li> </ul> </dd> <dt class="tree-button"> <span class="treenav-title">Related links</span> <!--span class="treenav-desc">Other related content.</span--> </dt> <dd class="tree-panel"> <ul class="link-list"> <li><a href="/web/20120412234905/http://www.adobe.com/events/main.jsp">Events</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/customershowcase.html">Customer showcase</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/support/">Customer support</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/aboutadobe/pressroom/sponsorship.html">Sponsorship request</a></li> </ul> </dd> </dl> <script type="text/javascript"> Event.observe(window, "load", function() { var example = new adobe.Tree($("pressroom_treenav"), { style_uninitialized: "dyn-clipmask", style_initialized: "", select_button: ".tree-button" ,show: [1] }, { toggle_all: "Alt+click to show/hide all features" }); }); </script> <!--include virtual="/aboutadobe/pressroom/ssi/sidemenu.ssi" --> <!--include virtual="/aboutadobe/pressroom/ssi/related.ssi" --> <!-- InstanceEndEditable --> </div></div></div> </div> <!--googleoff: index--> <!-- $Id: //depot/projects/dylan/releases/rc_12_4/ubi/footer/en_us/globalfooter_ssi.html#1 $ --> <div id="SiteFooter" class="SiteFooter Text TextSmall TextInvert Link LayoutBreak"> <span id="Georouting"></span> <div class="LayoutBreakAfter"> <div class="LayoutGrid-1 LayoutSlimGrid-1 LinkInvert"> <div class="LayoutCellSides LayoutCellTop"> <h4><a href="/web/20120412234905/http://www.adobe.com/products/catalog.html?promoid=JOPBT">Products</a></h4> <ul class="SiteFooterLinkList"> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconAcrobat" href="/web/20120412234905/http://www.adobe.com/products/acrobat.html?promoid=JOPBV">Acrobat</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconCloud" href="/web/20120412234905/http://www.adobe.com/products/creativecloud.html?promoid=JQPER">Creative Cloud</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconCS" href="/web/20120412234905/http://www.adobe.com/products/creativesuite.html?promoid=JOPBW">Creative Suite</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconOMS" href="/web/20120412234905/http://www.adobe.com/marketing/?promoid=JOPBY">Digital Marketing Suite</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconDPS" href="/web/20120412234905/http://www.adobe.com/products/digital-publishing-suite-family.html?promoid=JOPBZ">Digital Publishing Suite</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconElements" href="/web/20120412234905/http://www.adobe.com/products/elements-family.html?promoid=JOPBX">Elements</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconMobile" href="/web/20120412234905/http://www.adobe.com/products/mobileapps/?promoid=JOPCA">Mobile Apps</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconPS" href="/web/20120412234905/http://www.adobe.com/products/photoshopfamily.html?promoid=JOPCB">Photoshop</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconMobile" href="/web/20120412234905/http://www.adobe.com/products/touchapps.html?promoid=JOPBU">Touch Apps</a></li> </ul> </div> </div> <div class="LayoutGrid-2 LayoutSlimGrid-2 LinkInvert"> <div class="LayoutCellSides LayoutCellTop"> <h4><a href="/web/20120412234905/http://www.adobe.com/solutions.html?promoid=JOPCC">Solutions</a></h4> <ul class="SiteFooterLinkList"> <li><a href="/web/20120412234905/http://www.adobe.com/marketing/?promoid=JOPCD">Digital marketing</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/digital-media/?promoid=JOPCE">Digital media</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/solutions/customer-experience/web-experience-management.html?promoid=JOPCF">Web Experience Management</a></li> </ul> <h4><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_industries">Industries</a></h4> <ul class="SiteFooterLinkList SiteFooterLinkListBottom"> <li><a href="/web/20120412234905/http://www.adobe.com/education.html?promoid=JOPCH">Education</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_financial_services">Financial services</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_government">Government</a></li> </ul> </div> </div> <div class="LayoutGrid-3 LayoutSlimGrid-1 LinkInvert"> <div class="LayoutCellSides LayoutCellTop"> <h4><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_help">Help</a></h4> <ul class="SiteFooterLinkList"> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_product_help_centers">Product help centers</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_order_return">Orders and returns</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_download_install">Downloading and installing</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_myadobe">My Adobe</a></li> </ul> <h4><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_learning">Learning</a></h4> <ul class="SiteFooterLinkList SiteFooterLinkListBottom"> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_adobe_developer_connection">Adobe Developer Connection</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_adobetv">Adobe TV</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_training_certification">Training and certification</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_forums">Forums</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_design_center">Design Center</a></li> </ul> </div> </div> <div class="LayoutGrid-4 LayoutSlimGrid-2 LinkInvert"> <div class="LayoutCellSides LayoutCellTop"> <h4><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_buy">Ways to buy</a></h4> <ul class="SiteFooterLinkList"> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_homeuse">For personal and home office</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_students_store">For students, educators, and staff</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_small_medium_business">For small and medium businesses</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_licensingprograms">For businesses, schools, and government</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_special_offers">Special offers</a></li> </ul> <h4><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_downloads">Downloads</a></h4> <ul class="SiteFooterLinkList SiteFooterLinkListBottom"> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_adobe_reader">Adobe Reader</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_adobe_flashplayer">Adobe Flash Player</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_adobe_air">Adobe AIR</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_adobe_shockwave_player">Adobe Shockwave Player</a></li> </ul> </div> </div> <div class="LayoutGrid-5 LayoutSlimGrid-1-2 LinkInvert"> <div class="LayoutCellSides LayoutCellTop"> <h4><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_company">Company</a></h4> <ul class="SiteFooterLinkList"> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_news_room">News room</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_partner_programs">Partner programs</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_corporate_social_responsibility">Corporate social responsibility</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_career_opportunities">Career opportunities</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_investor_relation">Investor Relations</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_events">Events</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_legal">Legal</a></li> <li><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_contact_adobe">Contact Adobe</a></li> </ul> </div> </div> <div class="LayoutGridBreak"> <div class="LayoutCellSides LayoutCellBottom"> <div class="SiteFooterRegionSelector TextInvert LinkInvert LinkStrong"> <a href="/web/20120412234905/http://www.adobe.com/go/gffooter_choose_region" id="sfRegion" class="SiteFooterMenuItemIcon SiteFooterMenuItemIconRegionBlue">Choose your region</a> <span id="sfRegionSet" class="SiteFooterMenuItemIcon SiteFooterMenuItemIconRegionBlack" style="display: none;">United States <a href="/web/20120412234905/http://www.adobe.com/go/gffooter_choose_region" id="sfRegionChange">(Change)</a></span> </div> <div class="SiteFooterRegionPanel SiteFooterRegionPanelEvidon" id="RegionPanel" style="display: none;"> <div class="SiteFooterRegionPanelHeader"> <span class="SiteFooterMenuItemIcon SiteFooterMenuItemIconRegionBlack">Choose your region</span> <a id="sfRegionClose" class="SiteFooterRegionPanelHeaderClose">Close</a> </div> <div class="Column"> <div class="Column-1"> <p class="SiteFooterRegionPanelRegionHeader">North America</p> </div> <div class="Column-2-3"> <p class="SiteFooterRegionPanelRegionHeader">Europe, Middle East and Africa</p> </div> <div class="Column-4"> <p class="SiteFooterRegionPanelRegionHeader">Asia Pacific</p> </div> <div class="Column-1"> <ul> <li lang="en"><a onclick="changeRegion('ca');">Canada - English</a></li> <li lang="fr"><a onclick="changeRegion('ca_fr');">Canada - Fran&ccedil;ais</a></li> <li lang="es"><a onclick="changeRegion('la');">Latinoam&eacute;rica</a></li> <li lang="es"><a onclick="changeRegion('mx');">M&eacute;xico</a></li> <li lang="en"><a onclick="changeRegion('us');">United States</a></li> </ul> <p class="SiteFooterRegionPanelRegionHeader">South America</p> <ul> <li lang="pt"><a onclick="changeRegion('br');">Brasil</a></li> </ul> </div> <div class="Column-2"> <ul> <li lang="en"><a onclick="changeRegion('africa');">Africa - English</a></li> <li lang="de"><a onclick="changeRegion('at');">&Ouml;sterreich - Deutsch</a></li> <li lang="en"><a onclick="changeRegion('be_en');">Belgium - English</a></li> <li lang="fr"><a onclick="changeRegion('be_fr');">Belgique - Fran&ccedil;ais</a></li> <li lang="nl"><a onclick="changeRegion('be_nl');">Belgi&euml; - Nederlands</a></li> <li lang="bg"><a onclick="changeRegion('bg');">България</a></li> <li lang="hr"><a onclick="changeRegion('hr');">Hrvatska</a></li> <li lang="cs"><a onclick="changeRegion('cz');">Česk&aacute; republika</a></li> <li lang="da"><a onclick="changeRegion('dk');">Danmark</a></li> <li lang="en"><a onclick="changeRegion('eeurope');">Eastern Europe - English</a></li> <li lang="et"><a onclick="changeRegion('ee');">Eesti</a></li> <li lang="fi"><a onclick="changeRegion('fi');">Suomi</a></li> <li lang="fr"><a onclick="changeRegion('fr');">France</a></li> <li lang="de"><a onclick="changeRegion('de');">Deutschland</a></li> <li lang="hu"><a onclick="changeRegion('hu');">Magyarorsz&aacute;g</a></li> <li lang="en"><a onclick="changeRegion('ie');">Ireland</a></li> <li lang="en"><a onclick="changeRegion('il_en');">Israel - English</a></li> <li lang="it"><a onclick="changeRegion('it');">Italia</a></li> <li lang="lv"><a onclick="changeRegion('lv');">Latvija</a></li> <li lang="lt"><a onclick="changeRegion('lt');">Lietuva</a></li> <li lang="de"><a onclick="changeRegion('lu_de');">Luxembourg - Deutsch</a></li> <li lang="en"><a onclick="changeRegion('lu_en');">Luxembourg - English</a></li> <li lang="fr"><a onclick="changeRegion('lu_fr');">Luxembourg - Fran&ccedil;ais</a></li> </ul> </div> <div class="Column-3"> <ul> <li lang="en"><a onclick="changeRegion('mena_en');">Middle East and North Africa - English</a></li> <li lang="fr"><a onclick="changeRegion('mena_fr');">Moyen-Orient et Afrique du Nord - Fran&ccedil;ais</a></li> <li lang="nl"><a onclick="changeRegion('nl');">Nederland</a></li> <li lang="no"><a onclick="changeRegion('no');">Norge</a></li> <li lang="pl"><a onclick="changeRegion('pl');">Polska</a></li> <li lang="pt"><a onclick="changeRegion('pt');">Portugal</a></li> <li lang="ro"><a onclick="changeRegion('ro');">Rom&acirc;nia</a></li> <li lang="ru"><a onclick="changeRegion('ru');">Россия</a></li> <li lang="sr"><a onclick="changeRegion('rs');">Srbija</a></li> <li lang="sk"><a onclick="changeRegion('sk');">Slovensko</a></li> <li lang="sl"><a onclick="changeRegion('si');">Slovenija</a></li> <li lang="es"><a onclick="changeRegion('es');">Espa&ntilde;a</a></li> <li lang="sv"><a onclick="changeRegion('se');">Sverige</a></li> <li lang="de"><a onclick="changeRegion('ch_de');">Schweiz - Deutsch</a></li> <li lang="fr"><a onclick="changeRegion('ch_fr');">Suisse - Fran&ccedil;ais</a></li> <li lang="it"><a onclick="changeRegion('ch_it');">Svizzera - Italiano</a></li> <li lang="tr"><a onclick="changeRegion('tr');">T&uuml;rkiye</a></li> <li lang="uk"><a onclick="changeRegion('ua');">Україна</a></li> <li lang="en"><a onclick="changeRegion('uk');">United Kingdom</a></li> </ul> </div> <div class="Column-4"> <ul> <li lang="en"><a onclick="changeRegion('au');">Australia</a></li> <li lang="zh"><a onclick="changeRegion('cn');">中国</a></li> <li lang="zh"><a onclick="changeRegion('hk_zh');">中國香港特別行政區</a></li> <li lang="en"><a onclick="changeRegion('hk_en');">Hong Kong S.A.R. of China</a></li> <li lang="en"><a onclick="changeRegion('in');">India - English</a></li> <li lang="ja"><a onclick="changeRegion('jp');">日本</a></li> <li lang="ko"><a onclick="changeRegion('kr');">한국</a></li> <li lang="en"><a onclick="changeRegion('nz');">New Zealand</a></li> <li lang="en"><a onclick="changeRegion('ap');">Pacific - English</a></li> <li lang="zh"><a onclick="changeRegion('tw');">台灣</a></li> </ul> <p class="SiteFooterRegionPanelRegionHeader">Southeast Asia</p> <ul> <li lang="en"><a onclick="changeRegion('sea');">Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam - English</a></li> </ul> </div> </div> </div> </div> </div> <div class="LayoutGridBreak"> <div class="LayoutCellSides"> <hr/> </div> </div> <div class="LayoutGrid-1-4 LayoutSlimGrid-1-2 LinkInvert LinkStrong"> <div class="LayoutCellSides LayoutCellBottom LinkInvert"> <p class="SiteFooterRow TextSmall">Copyright &copy; 2012 Adobe Systems Incorporated. All rights reserved.</p> <p class="SiteFooterRow TextSmall">Use of this website signifies your agreement to the <a href="/web/20120412234905/http://www.adobe.com/go/gffooter_terms_of_use">Terms of Use</a> and <a href="/web/20120412234905/http://www.adobe.com/go/gffooter_online_privacy_policy">Online Privacy Policy</a>.</p> <p class="SiteFooterRow SiteFooterRowTop"><a href="#" id="_bapw-link" class="TextSmall icon Icon SiteFooterMenuItemIconEvidon" style="display:none;">Ad Choices</a></p> </div> </div> <div class="LayoutGrid-5 LayoutSlimGrid-1-2"> <div class="LayoutCell"> <p class="TextRight"><a href="/web/20120412234905/http://www.adobe.com/go/gffooter_trust_icon"><img alt="Reviewed by TRUSTe: site privacy statement" src="/web/20120412234905im_/http://www.adobe.com/include/img/truste_seal_eu.gif"/></a></p> </div> </div> </div> </div> <!--googleon: index--> <!-- InstanceBeginEditable name="analytics" --><div style="display: none;"> <!-- SiteCatalyst --> <script language="JavaScript" type="text/javascript"><!-- var s_code=' '; var s_docHost = window.location.hostname.toLowerCase(); var s_docURL = window.location.pathname.toLowerCase(); var scJsHost = (("https:" == document.location.protocol) ? "https://web.archive.org/web/20120412234905/https://www.adobe.com" : "https://web.archive.org/web/20120412234905/http://wwwimages.adobe.com"); if (s_docHost.indexOf(".corp.adobe") != -1 || s_docHost.indexOf("stage.") != -1 || s_docHost.indexOf(".dev.adobe") != -1 || s_docHost.indexOf("staging.") != -1) scJsHost=""; document.write(unescape("%3Cscript src='" + scJsHost + "/uber/js/omniture_s_code.js' type='text/javascript'%3E%3C/script%3E")); //--></script> <script type="text/javascript"><!-- var s_accountName; s_server="www.adobe.com static content pages"; if (!window.s_account) s_accountName="mxmacromedia"; else s_accountName=window.s_account; if (window.s_docURL.indexOf("/designcenter/") != -1) s_channel="Adobe Design Center"; else if ((window.s_docHost.indexOf("labs.adobe") != -1) || (window.s_docHost.indexOf("labs-staging.") != -1)) s_channel="Labs"; else if (window.s_docHost.indexOf("help.adobe.com") != -1) { s_channel="Support Help.adobe.com"; if (window.s_docURL.indexOf("/en_us/") == -1) { s_docURLArray=s_docURL.split('/'); s_pageName="https://web.archive.org/web/20120412234905/http://help.adobe.com/"+s_docURLArray[1]+"/"+ s_docURLArray[2]+"/"+s_docURLArray[3]; s_prop23="https://web.archive.org/web/20120412234905/http://help.adobe.com"+window.location.pathname; } } else if (window.s_docHost.indexOf("kb2.adobe.com") != -1) { s_channel="Support Knowledgebase"; s_prop23="https://web.archive.org/web/20120412234905/http://kb2.adobe.com"+s_docURL+":"; if (typeof(omtrProductList) != 'undefined' && omtrProductList.length > 0) { s_prop23=s_prop23+omtrProductList; } } else if (window.s_docHost.indexOf("resellers.adobe.com") != -1) { var s_pageName=document.getElementsByTagName("title")[0].text; } if (!window.scMMInclude) { var s_wd=window,s_tm=new Date; if(s_code!=' '){ s_code=s_dc(s_accountName); if(s_code)document.write(s_code) } } else { s_wds(s_accountName);s_ca(s_accountName); } function sendAnalyticsEvent(str){var ns=s_accountName;if(str!=null)ns+=","+str;void(s_gs(ns));} function sendLinkEvent(accnt,lnkname,type){ accnt=s_accountName;s_linkType=type;s_lnk=true;s_linkName=lnkname;void(s_gs(accnt));} //--></script> <noscript><img src="https://web.archive.org/web/20120412234905im_/http://stats.adobe.com/b/ss/mxmacromedia/1/H.15-XELvs/0?pageName=http%3A//www.adobe.com%3A%20noscript&amp;ch=http%3A//www.adobe.com%3A%20noscript&amp;g=http%3A//www.adobe.com" height="1" width="1" border="0" alt=""/></noscript> <!-- End SiteCatalyst --> </div> <script type="text/javascript"> if(isDesktop()) { adobe.Loader.requireAsset("https://web.archive.org/web/20120412234905/http://wwwimages.adobe.com/www.adobe.com/js/foresee/foresee-trigger.js"); } </script> <!-- InstanceEndEditable --> </body> <!-- InstanceEnd --> </html> <!-- FILE ARCHIVED ON 23:49:05 Apr 12, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 12:24:13 Nov 24, 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.686 exclusion.robots: 0.034 exclusion.robots.policy: 0.021 esindex: 0.012 cdx.remote: 6.242 LoadShardBlock: 100.861 (3) PetaboxLoader3.datanode: 104.246 (4) load_resource: 182.426 PetaboxLoader3.resolve: 111.233 -->

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