301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: dex.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <!--[if IE 8]> <html class="ie ie8"> <![endif]--> <!--[if IE 9]> <html class="ie ie9"> <![endif]--> <!--[if gt IE 9]><!--> <html> <!--<![endif]--> <head> <!-- Basic --> <meta charset="utf-8"> <title>DEX Service Lifecycle Solutions for Complex Technologies - High-Tech Electronic Repair, Manufacturing, Engineering, Parts Services</title> <meta name="description" content="DEX provides manufacturing, engineering, parts procurement, and repair services for renewable, medical, consumer, information technology electronic products and components"> <meta name="Subject" content="DEX"> <meta name="Robots" content="All"> <meta name="author" content="dex.com"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <!-- Mobile Metas --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Web Fonts --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Shadows+Into+Light" rel="stylesheet" type="text/css"> <!-- Libs CSS --> <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/fonts/font-awesome/css/font-awesome.css"> <link rel="stylesheet" href="vendor/owl-carousel/owl.carousel.css" media="screen"> <link rel="stylesheet" href="vendor/owl-carousel/owl.theme.css" media="screen"> <link rel="stylesheet" href="vendor/magnific-popup/magnific-popup.css" media="screen"> <!-- Theme CSS --> <link rel="stylesheet" href="css/theme.css"> <link rel="stylesheet" href="css/theme-elements.css"> <link rel="stylesheet" href="css/theme-animate.css"> <!-- Current Page Styles --> <link rel="stylesheet" href="vendor/rs-plugin/css/settings.css" media="screen"> <link rel="stylesheet" href="vendor/circle-flip-slideshow/css/component.css" media="screen"> <!-- Skin CSS --> <link rel="stylesheet" href="css/skins/blue.css"> <!-- Custom CSS --> <link rel="stylesheet" href="css/custom.css"> <!-- Responsive CSS --> <link rel="stylesheet" href="css/theme-responsive.css" /> <!-- Head Libs --> <script src="vendor/modernizr.js"></script> <!--[if IE]> <link rel="stylesheet" href="css/ie.css"> <![endif]--> <!--[if lte IE 8]> <script src="vendor/respond.js"></script> <![endif]--> <script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=987b0279-ad06-4f02-aa2a-c2e94058745b"> </script> <script type="text/javascript"> adroll_adv_id = "UJOUOHTR5ZA73NOFESCGDP"; adroll_pix_id = "5ZP2JPFQHBAKNNZJA3OHF3"; adroll_version = "2.0"; (function(w, d, e, o, a) { w.__adroll_loaded = true; w.adroll = w.adroll || []; w.adroll.f = [ 'setProperties', 'identify', 'track' ]; var roundtripUrl = https://s.adroll.com/j/ + adroll_adv_id + "/roundtrip.js"; for (a = 0; a < w.adroll.f.length; a++) { w.adroll[w.adroll.f[a]] = w.adroll[w.adroll.f[a]] || (function(n) { return function() { w.adroll.push([ n, arguments ]) } })(w.adroll.f[a]) } e = d.createElement('script'); o = d.getElementsByTagName('script')[0]; e.async = 1; e.src = roundtripUrl; o.parentNode.insertBefore(e, o); })(window, document); adroll.track("pageView"); </script> </head> <script type="text/javascript"> <!-- var requestURL = 'http://dex.com/'; if (requestURL.toLowerCase() == "http://ge.dex.com/" || requestURL.toLowerCase() == "https://ge.dex.com/") { document.location.replace("/GEPortal/"); } else if (requestURL.toLowerCase() == "http://core.dex.com/" || requestURL.toLowerCase() == "https://core.dex.com/") { document.location.replace("/CorePortal/"); } function getBrowser() { var ua=navigator.userAgent,tem,M=ua.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i) || []; if (/trident/i.test(M[1])) { tem=/\brv[ :]+(\d+)/g.exec(ua) || []; return 'IE '+(tem[1]||''); } if (M[1]==='Chrome') { tem=ua.match(/\bOPR\/(\d+)/) if(tem!=null) {return 'Opera '+tem[1];} } M=M[2]? [M[1], M[2]]: [navigator.appName, navigator.appVersion, '-?']; if ((tem=ua.match(/version\/(\d+)/i))!=null) {M.splice(1,1,tem[1]);} return M[0]; } function getBrowserVersion() { var ua=navigator.userAgent,tem,M=ua.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i) || []; if(/trident/i.test(M[1])){ tem=/\brv[ :]+(\d+)/g.exec(ua) || []; return 'IE '+(tem[1]||''); } if(M[1]==='Chrome'){ tem=ua.match(/\bOPR\/(\d+)/) if(tem!=null) {return 'Opera '+tem[1];} } M=M[2]? [M[1], M[2]]: [navigator.appName, navigator.appVersion, '-?']; if((tem=ua.match(/version\/(\d+)/i))!=null) {M.splice(1,1,tem[1]);} return M[1]; } </script> <body> <div class="body"> <header> <div class="container"> <h1 class="logo"> <a href="http://store.dex.com"> <img alt="DEX" width="160" height="78" data-sticky-width="82" data-sticky-height="40" src="/img/logo.png"> </a> </h1> <nav> <ul class="nav nav-pills nav-top"> <!--li> <a href="http://service.velaro.com/visitor/requestchat.aspx?siteid=5779&showwhen=inqueue" title="Chat With Us" target="VelaroChat" onClick="this.newWindow = window.open('http://service.velaro.com/visitor/requestchat.aspx?siteid=5779&showwhen=inqueue', 'VelaroChat', 'toolbar=no,location=no,directories=no,menubar=no,status=no,scrollbars=no,resizable=yes,replace=no');this.newWindow.focus();this.newWindow.opener=window;return false;"><i class="icon icon-angle-right"></i>Chat With Us</a> </li--> <li class="phone"> <span><i class="icon icon-phone"></i>888.678.9201</span></li> <li class="phone"> <span><a href="https://ordervision.dex.com/OV/secure/index.do" title="OrderVision" target="_blank">OrderVision Login</a></span></li> </ul> </nav> <button class="btn btn-responsive-nav btn-inverse" data-toggle="collapse" data-target=".nav-main-collapse"> <i class="icon icon-bars"></i> </button> </div> <div class="navbar-collapse nav-main-collapse collapse"> <div class="container"> <div class="social-icons"> <ul class="social-icons"> <li class="facebook"><a href="https://www.facebook.com/DEXcorporation" target="_blank" title="Facebook">Facebook</a></li> <li class="twitter"><a href="https://twitter.com/DEX_USA" target="_blank" title="Twitter">Twitter</a></li> <li class="linkedin"><a href="https://www.linkedin.com/company/dex" target="_blank" title="Linkedin">Linkedin</a></li> <li class="instagram"><a href="https://www.instagram.com/dexcorp/" target="_blank" title="Instagram">Instagram</a></li> <li class="youtube"><a href="https://www.youtube.com/channel/UCvVMxf-N2X76g-3StYAH4Xg" target="_blank" title="Youtube">Youtube</a></li> <li class="mail"><a href="mailto:[email protected]" target="_blank" title="email">email</a></li> </ul> </div> <nav class="nav-main mega-menu-mobile"> <ul class="nav nav-pills nav-main" id="mainMenuMobile"> <li class="dropdown"><a href="index.jsp">Home</a></li> <li class="dropdown"><a class="dropdown-toggle" href="/servicesolutions.jsp">Services & Solutions</a></li> <li class="dropdown"><a class="dropdown-toggle" href="/industry.jsp">Industry Segments</a></li> <!--li class="dropdown"><a href="http://www.supplyitnow.com" target="_blank">Products we need</a></li--> <li class="dropdown"><a href="http://store.dex.com" target="_blank">Shop Online</a></li> <li class="dropdown"><a class="dropdown-toggle" href="/about-us.jsp">About DEX</a></li> <li><a href="contact-us.jsp">Contact Us</a></li> </ul> </nav> <nav class="nav-main mega-menu"> <ul class="nav nav-pills nav-main" id="mainMenu"> <li class="dropdown resp-active"> <a href="index.jsp">Home</a> </li> <li class="dropdown mega-menu-item mega-menu-fullwidth"> <a class="dropdown-toggle" href="#"> Services & Solutions <i class="icon icon-angle-down"></i> </a> <ul class="dropdown-menu"> <li> <div class="mega-menu-content"> <div class="row"> <div class="col-md-3"> <ul class="sub-menu"> <li><span class="mega-menu-sub-title">Manufacturing & Engineering</span> <ul class="sub-menu"> <li><a href="manufacturing.jsp"> Manufacturing Services</a></li> <li><a href="engineering.jsp">Engineering Capabilities</a></li> <li><a href="eol_solutions.jsp">End of Life (EOL) Solutions</a></li> </ul> </li> </ul> </div> <div class="col-md-3"> <ul class="sub-menu"> <li><span class="mega-menu-sub-title">Repair & Parts Services</span> <ul class="sub-menu"> <li><a href="/depot_repair.jsp">Depot Repair </a></li> <li><a href="/service_parts_management.jsp">Service Parts Management </a></li> <li><a href="/returns_management.jsp">Returns Management</a></li> <li><a href="/screening_config.jsp">Screening & Configuration</a></li> <li><a href="/warranty_services.jsp">Warranty Services</a></li> <li><a href="/fulfillment_distribution.jsp">Fulfillment & Distribution</a></li> <li><a href="/consulting.jsp">Consulting Services</a></li> </ul> </li> </ul> </div> <div class="col-md-3"> <ul class="sub-menu"> <li><span class="mega-menu-sub-title">4PL Managed Services</span> <ul class="sub-menu"> <li><a href="transportation.jsp">Transportation</a></li> <li><a href="field_service.jsp">Field Service</a></li> <li><a href="call_centers.jsp">Call Centers</a></li> <li><a href="embedded_repair_centers.jsp">Embedded Repair Centers</a></li> </ul> </li> </ul> </div> <div class="col-md-3"> <ul class="sub-menu"> <li><span class="mega-menu-sub-title">Software Solutions</span> <ul class="sub-menu"> <li><a href="service_lifecycle_management.jsp" title="Service Lifecycle Management">Service Lifecycle Management</a></li> <li><a href="order_management.jsp" title="Order Management">Order Management</a></li> <li><a href="procurement_solutions.jsp" title="Procurement Solutions">Procurement Solutions</a></li> <li><a href="warehouse_management.jsp" title="Warehouse Management">Warehouse Management</a></li> <li><a href="oracle_solutions.jsp" title="Oracle EBS Solutions" target="_blank">Oracle EBS Solutions</a></li> </ul> </li> </ul> </div> </div> </div> </li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="/industry.jsp">Industry Segments <i class="icon icon-angle-down"></i></a> <ul class="dropdown-menu" style="width:200px"> <li><a href="industry_it.jsp">IT & Complex Technologies</a></li> <li><a href="industry_healthcare.jsp">Healthcare</a></li> <li><a href="industry_renewable.jsp">Renewable Energy</a></li> </ul> </li> <!--li class="dropdown resp-active"><a href="http://www.supplyitnow.com" target="_blank">Products we need</a></li--> <li class="dropdown resp-active"><a href="http://store.dex.com" target="_blank">Shop Online</a></li> <li class="dropdown"><a class="dropdown-toggle" href="/about-us.jsp">About DEX <i class="icon icon-angle-down"></i> </a> <ul class="dropdown-menu"> <li><a href="global_locations.jsp">Global Locations</a></li> <li><a href="history_timeline.jsp">History & Timeline</a></li> <li><a href="customers_partners.jsp">Customers & Partners</a></li> <li><a href="mission_vision_values.jsp">Mission. Vision. Values.</a></li> <li><a href="https://workforcenow.adp.com/mascsr/default/mdf/recruitment/recruitment.html?cid=fff408e9-c387-4684-b298-113182ba9a12&ccId=9200434231416_2&lang=en_US&selectedMenuKey=CareerCenter">Careers</a></li> </ul> </li> <li><a href="contact-us.jsp">Contact Us</a></li> </ul> </nav> </div> </div> </header> <div role="main" class="main"> <div id="content" class="content full"> <div class="slider-container light"> <div class="slider" id="revolutionSlider"> <ul> <li data-transition="fade" data-slotamount="6" data-masterspeed="300" > <img src="img/slides/slide1_bg.jpg" data-bgfit="cover" data-bgposition="center center" data-bgrepeat="no-repeat"> <div class="tp-caption top-label lfl stl" data-x="34" data-y="120" data-speed="300" data-start="500" data-easing="easeOutExpo">DEX Specializes In </div> <div class="tp-caption main-label sft stb" data-x="30" data-y="150" data-speed="500" data-start="1000" data-easing="easeOutExpo">Engineering<br> Manufacturing <br> & Repair</div> <div class="tp-caption bottom-label sft stb" data-x="34" data-y="350" data-speed="500" data-start="1700" data-easing="easeOutExpo">Of High-Tech Electronics</div> <div class="tp-caption sfb" data-x="490" data-y="0" data-speed="500" data-start="1700" data-easing="easeOutBack"><img src="img/slides/hightech.png" alt="High Tech Repair"></div> </li> <li data-transition="fade" data-slotamount="4" data-masterspeed="300" > <img src="img/slides/slide2_bg.jpg" data-bgfit="cover" data-bgposition="top center" data-bgrepeat="no-repeat"> <div class="tp-caption top-label lfl stl" data-x="273" data-y="60" data-speed="300" data-start="500" data-easing="easeOutExpo" style="text-shadow: 1px 1px 6px #333; color:#fff !important; text-align:center !important;">Increase Your Product's Lifespan</div> <div class="tp-caption main-label sft stb" data-x="100" data-y="90" data-speed="300" data-start="1500" data-easing="easeOutExpo" style="text-shadow: 1px 1px 1px #333; color:#fff !important; text-align:center !important;">Reverse Engineering &<br> Product Enhancements</div> <div class="tp-caption sfb" data-x="165" data-y="225" data-speed="500" data-start="2500" data-easing="easeOutBack" style="text-align:center"><img src="img/slides/IGBT_stack.png" alt="Reverse Engineering" width="600" height="257"></div> </li> <li data-transition="fade" data-slotamount="6" data-masterspeed="300" > <img src="img/slides/slide3_bg.jpg" data-bgfit="cover" data-bgposition="center center" data-bgrepeat="no-repeat"> <div class="tp-caption top-label lfl stl" data-x="15" data-y="120" data-speed="300" data-start="500" data-easing="easeOutExpo" style="text-shadow:1px 1px 6px #fff; color:#333 !important;">High-Quality Parts, When You Need Them!</div> <div class="tp-caption main-label sft stb" data-x="10" data-y="150" data-speed="500" data-start="1500" data-easing="easeOutExpo" style="text-shadow: 1px 1px 1px #fff; color:#333 !important;">Part Sourcing<br> Remanufacturing<br> Refurbishment</div> <div class="tp-caption sfb" data-x="600" data-y="0" data-speed="500" data-start="2200" data-easing="easeOutBack"><img src="img/slides/network1.png" alt="Part Sourcing, Remanufacturing & Refurbishment"></div> </li> <li data-transition="fade" data-slotamount="4" data-masterspeed="1000" > <img src="img/slides/slide4_bg.jpg" data-bgfit="cover" data-bgposition="left top" data-bgrepeat="no-repeat"> <!--<div class="tp-caption fade" data-x="250" data-y="150" data-speed="300" data-start="500" data-easing="easeOutExpo"><img src="img/slides/slide-concept.png" alt="Supply Chain"></div>--> <div class="tp-caption main-label sft stb" data-x="0" data-y="150" data-speed="500" data-start="1500" data-easing="easeOutExpo" style="text-shadow: 1px 1px 1px #333; color:#fff !important;">Manage Your<br> After Sales Supply Chain</div> <div class="tp-caption bottom-label sft stb" data-x="0" data-y="285" data-speed="300" data-start="2000" data-easing="easeOutExpo" style="text-shadow: 1px 1px 6px #333; color:#fff !important;">with maximum efficiency</div> </li> </ul> </div> </div> <div class="home-intro light"> <div class="container"> <div class="row"> <div class="col-md-8"> <div class="col-md-8"> <p class="featured"> Service Lifecycle Solutions <font style="font-style:italic">for Complex Technologies</font> <span><em>Renewable, Medical, Consumer, IT, and more...</em></span> </p> </div> <p class="featured"> </p> </div> <div class="col-md-4"> <div class="get-started"> <a href="depot_repair.jsp" title="Access DEX Repair Services" class="btn btn-lg btn-primary">Access Repair Services</a> </div> </div> </div> </div> </div> <div class="container"> <div class="row center"> <div class="col-md-12"> <h2 class="short word-rotator-title"> We are <strong class="inverted"> <span>experts</span> </strong> in the <a href="depot_repair.jsp">repair</a> and <a href="manufacturing.jsp">manufacturing</a> <br> of Electronic and Electro-Mechanical Technologies</h2> <p class="featured lead"> Our state-of-the-art facilities are located strategically worldwide to provide our customers with improved accessibility in order to minimize cost and carbon footprint. </p> </div> </div> </div> <div class="home-concept"> <div class="container"> <div class="row center"> <span class="sun"></span> <span class="cloud"></span> <div class="col-md-2 col-md-offset-1"> <div class="process-image" data-appear-animation="bounceIn"> <a href="global_locations.jsp#americas"><img src="img/home-concept-item-1.png" alt="DEX Americas" /></a> <strong><a href="global_locations.jsp#americas" title="DEX Americas">Americas</a></strong> </div> </div> <div class="col-md-2"> <div class="process-image" data-appear-animation="bounceIn" data-appear-animation-delay="200"> <a href="global_locations.jsp#europe"><img src="img/home-concept-item-2.png" alt="DEX EMEA" /></a> <strong><a href="global_locations.jsp#europe" title="DEX EMEA">EMEA</a></strong> </div> </div> <div class="col-md-2"> <div class="process-image" data-appear-animation="bounceIn" data-appear-animation-delay="400"> <a href="global_locations.jsp#asia"><img src="img/home-concept-item-3.png" alt="DEX APAC" /></a> <strong><a href="global_locations.jsp#asia" title="DEX APAC">APAC</a></strong> </div> </div> <div class="col-md-4 col-md-offset-1"> <div class="project-image"> <div id="fcSlideshow" class="fc-slideshow"> <ul class="fc-slides"> <li><a href="global_locations.jsp" title="DEX Brazil"><img class="img-responsive" src="img/projects/project-home-1a.jpg" /></a></li> <li><a href="global_locations.jsp" title="DEX Brazil"><img class="img-responsive" src="img/projects/project-home-3a.jpg" /></a></li> </ul> </div> <strong class="our-work"><a href="global_locations.jsp" title="DEX Worldwide Locations">Worldwide Location</a>s</strong> </div> </div> </div> </div> </div> <div class="container"> <div class="row"> <hr class="tall" /> </div> </div> <div class="container"> <div class="row"> <div class="col-md-8"> <h2>Our <strong>Services</strong></h2> <div class="row"> <div class="col-md-6"> <div class="feature-box"> <div class="feature-box-icon"> <i class="icon icon-gear"></i> </div> <div class="feature-box-info"> <h4 class="shorter"><a href="manufacturing.jsp" title="Manufacturing">Manufacturing</a></h4> <p class="tall">DEX offers complete product design, technology and end-to-end, integrated manufacturing services.</p> </div> </div> <div class="feature-box"> <div class="feature-box-icon"> <i class="icon icon-lightbulb-o"></i> </div> <div class="feature-box-info"> <h4 class="shorter"> <a href="engineering.jsp" title="Engineering">Engineering</a></h4> <p class="tall">We are committed to providing an extensive range of design and engineering services that complement our manufacturing solutions strategy. </p> </div> </div> <div class="feature-box"> <div class="feature-box-icon"> <i class="icon icon-magnet"></i> </div> <div class="feature-box-info"> <h4 class="shorter"><a href="screening_config.jsp" title="Screening & Configuration">Screening & Configuration</a></h4> <p class="tall">Our capabilities allow you to customize each order to your exact specifications and minimize internal resource allocation.</p> </div> </div> <div class="feature-box"> <div class="feature-box-icon"> <i class="icon icon-gears"></i> </div> <div class="feature-box-info"> <h4 class="shorter"><a href="manufacturing.jsp#remanufacturing" title="Remanufacturing">Remanufacturing</a></h4> <p class="tall">Extend the life cycle of your products by replacing worn out or obsolete components and modules.</p> </div> </div> </div> <div class="col-md-6"> <div class="feature-box"> <div class="feature-box-icon"> <i class="icon icon-wrench"></i> </div> <div class="feature-box-info"> <h4 class="shorter"><a href="depot_repair.jsp" title="Depot Repair">Depot Repair</a></h4> <p class="tall">Maximize the life of your assets and control costs without sacrificing quality or impacting uptime. </p> </div> </div> <div class="feature-box"> <div class="feature-box-icon"> <i class="icon icon-barcode"></i> </div> <div class="feature-box-info"> <h4 class="shorter"><a href="service_parts_management.jsp" title="Service Parts Management">Service Parts Management</a></h4> <p class="tall">Management of all aspects of the supply chain logistics and restocking processes essential to the efficient operation.</p> </div> </div> <div class="feature-box"> <div class="feature-box-icon"> <i class="icon icon-rotate-right"></i> </div> <div class="feature-box-info"> <h4 class="shorter"><a href="returns_management.jsp" title="Returns Management">Returns Management</a></h4> <p class="tall"> Lower your overall return center costs & decrease storage, labor and freight with increased speed, visibility, and control into your operations.</p> </div> </div> <div class="feature-box"> <div class="feature-box-icon"> <i class="icon icon-user"></i> </div> <div class="feature-box-info"> <h4 class="shorter"><a href="consulting.jsp" title="Supply Chain Consulting">Supply Chain Consulting</a></h4> <p class="tall">DEX streamlines and cleans up your supply chain by applying lean tools and processes. </p> </div> </div> </div> </div> </div> <div class="col-md-4"> <h2>and more...</h2> <div class="panel-group" id="accordion"> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a href="#collapseOne" title="Spare Parts Procurement" class="accordion-toggle" data-toggle="collapse" data-parent="#accordion"> <i class="icon icon-truck"></i> Spare Parts Procurement </a> </h4> </div> <div id="collapseOne" class="accordion-body collapse in"> <div class="panel-body"> Take advantage of our global warehouse facilities' stock of parts and our immense network of OEMs and other manufacturers.<br> <a href="service_parts_management.jsp" class="learn-more">learn more <i class="icon icon-angle-right"></i></a> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a href="#collapseTwo" title="Overstock Parts Sales" class="accordion-toggle" data-toggle="collapse" data-parent="#accordion"> <i class="icon icon-barcode"></i> Overstock Parts Sales </a> </h4> </div> <div id="collapseTwo" class="accordion-body collapse"> <div class="panel-body"> DEX also offers revenue sharing programs for your overstock parts as additional incentive for partnerships.<br> <a href="service_parts_management.jsp" class="learn-more">learn more <i class="icon icon-angle-right"></i></a> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a href="#collapseThree" title="Parts Exchange Program" class="accordion-toggle" data-toggle="collapse" data-parent="#accordion"> <i class="icon icon-laptop"></i> Parts Exchange Program</a> </h4> </div> <div id="collapseThree" class="accordion-body collapse"> <div class="panel-body"> Our parts exchange program functions as a core return, meaning that DEX will buy or credit its customers for the value of parts returned to us.<br> <a href="service_parts_management.jsp" class="learn-more">learn more <i class="icon icon-angle-right"></i></a> </div> </div> </div> </div> </div> </div> <hr class="tall" /> <div class="row center"> <div class="col-md-12"> <h2 class="short word-rotator-title"> We're not the only ones <strong> <span>excited</span> </strong> about our expanded service offerings... </h2> <h4 class="lead tall">Hundreds of customers worldwide use DEX repair services. Meet our customers.</h4> </div> </div> <div class="row center"> <div class="owl-carousel" data-plugin-options='{"items": 6, "singleItem": false, "autoPlay": true}'> <div> <img class="img-responsive" src="img/logos/logo-1.png" alt="Phillips Logo"> </div> <div> <img class="img-responsive" src="img/logos/logo-2.png" alt="Cisco Logo"> </div> <div> <img class="img-responsive" src="img/logos/logo-3.png" alt="NEC Logo"> </div> <div> <img class="img-responsive" src="img/logos/logo-4.png" alt="IBM Logo"> </div> <div> <img class="img-responsive" src="img/logos/logo-5.png" alt="GE Healthcare Logo"> </div> <div> <img class="img-responsive" src="img/logos/logo-6.png" alt="DELL Logo"> </div> <div> <img class="img-responsive" src="img/logos/logo-7.png" alt="MidAmerican Energy Logo"> </div> <div> <img class="img-responsive" src="img/logos/logo-8.png" alt="Hologic Logo"> </div> <div> <img class="img-responsive" src="img/logos/logo-9.png" alt="EDF Logo"> </div> </div> </div> </div> <div class="map-section"> <section class="featured footer map"> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="recent-posts push-bottom"> <h2>Whats <strong>New</strong> At DEX</h2> <div class="row"> <div class="owl-carousel" data-plugin-options='{"items": 1, "autoHeight": true}'> <div> <div class="col-md-6"> <article> <div class="date"> <span class="day">24</span> <span class="month">Sep</span> </div> <h4><a href="blog-post.html" title="Hi-Tech Testing Process For Wind Turbines">Hi-Tech Testing Process For Wind Turbines</a></h4> <p>The best way to test a wind turbine part is within the actual turbine, unfortunately it would be very costly and not very efficient to do so. DEX develops custom test fixtures that simulate the electronic component(s) being repaired to function as if they were in the turbine. This type of test procedure is much more reliable than an inline test and can directly pin-point the cause of failure to the microchip. <a href="engineering.jsp" title="Engineering Capabilities" class="read-more">Engineering Capabilities <i class="icon icon-angle-right"></i></a></p> </article> </div> <div class="col-md-6"> <article> <div class="date"> <span class="day">24</span> <span class="month">Sep</span> </div> <h4><a href="blog-post.html" title="Anemometer Calibration, Testing and Repair">Anemometer Calibration, Testing and Repair</a></h4> <p>DEX adds a wind tunnel to the wind turbine test equipment line-up. We are able to calibrate, test and repair Ultrasonic, Cup snf Propeller type anemometers as well as wind vanes. <a href="depot_repair.jsp" title="Repair Services" class="read-more">Repair Services <i class="icon icon-angle-right"></i></a></p> </article> </div> </div> <div> <div class="col-md-6"> <article> <div class="date"> <span class="day">22</span> <span class="month">Sep</span> </div> <h4><a href="blog-post.html" title="DEX opens newest location in Brazil">DEX opens newest location in Brazil</a></h4> <p>DEX has strategically expanded into Brazil adding yet another location to better serve our customers worldwide. DEX provides a full range of services in our Brazil facility including repair of hi-tech electronic and electromechanical components, parts services for hi-tech equipment as well as 4PL services. <a href="pdf/DEX_Datasheets_2014_brazil.pdf" target="_blank" class="read-more">read more <i class="icon icon-angle-right"></i></a></p> </article> </div> <div class="col-md-6"> <article> <div class="date"> <span class="day">22</span> <span class="month">Sep</span> </div> <h4><a href="blog-post.html" title="Increasing the Lifespan of High-Tech Electronics">Increasing the Lifespan of High-Tech Electronics</a></h4> <p>Increasing the Lifespan of In an industry that is looking ever forward toward the next big innovation, it’s easy to forget the resource potential in applying top-tier engineering solutions to aging technologies. <a href="pdf/DEX_Datasheets_2014_electronics_lifespan.pdf" target="_blank" class="read-more">read more <i class="icon icon-angle-right"></i></a></p> </article> </div> </div> </div> </div> </div> </div> <div class="col-md-6"> <h2><strong>What</strong> Our Clients Say</h2> <div class="row"> <div class="owl-carousel push-bottom" data-plugin-options='{"items": 1, "autoHeight": true}'> <div> <div class="col-md-12"> <blockquote class="testimonial"> <p>I am very happy and even more impressed with DEX since signing our contract. The group that is working on Gamesa's projects is attentive and very interested in assisting in our repair needs. I am looking forward to adding more work to DEX's plate for the Gamesa Repair Center. I recommended DEX to one of my friends this weekend for his repair work through the global company he works for...</p> </blockquote> <div class="testimonial-arrow-down"></div> <div class="testimonial-author"> <div class="img-thumbnail img-thumbnail-small"> <img src="img/clients/client-gamesa.jpg" alt="Gamesa Logo"> </div> </div> </div> </div> <div> <div class="col-md-12"> <blockquote class="testimonial"> <p>The DEX Solution can support all of our business models. It works as any other module within Oracle, its plug and play and very easy to use.</p> </blockquote> <div class="testimonial-arrow-down"></div> <div class="testimonial-author"> <div class="img-thumbnail img-thumbnail-small"> <img src="img/clients/client-cisco.jpg" alt="Cisco Client Logo"> </div> </div> </div> </div> <div> <div class="col-md-12"> <blockquote class="testimonial"> <p>Our sales rep. has worked miracles for us in some of our requests we have brought to him. It has been a pleasure and I have recommended DEX to our service team to throw more their/your way.</p> </blockquote> <div class="testimonial-arrow-down"></div> <div class="testimonial-author"> <div class="img-thumbnail img-thumbnail-small"> <img src="img/clients/client-ge.jpg" alt="GE Client Logo"> </div> </div> </div> </div> <div> <div class="col-md-12"> <blockquote class="testimonial"> <p>Great overall relationship. Queries are always responded to swiftly and effectively Keep up the good work.</p> </blockquote> <div class="testimonial-arrow-down"></div> <div class="testimonial-author"> <div class="img-thumbnail img-thumbnail-small"> <img src="img/clients/client-dell.jpg" alt="DELL Client Logo"> </div> </div> </div> </div> <div> <div class="col-md-12"> <blockquote class="testimonial"> <p>DEX is my preferred supplier for this account. This is based on the excellent account management and support received. We are kept up to date on part status from the moment a PO drops to shipment. DEX have proven to be an invaluable partner and I look forward to continuing this relationship. I know if a part is coming from DEX it will meet my requirements and the information I receive (good or bad) will be 100% accurate.</p> </blockquote> <div class="testimonial-arrow-down"></div> <div class="testimonial-author"> <div class="img-thumbnail img-thumbnail-small"> <img src="img/clients/client-flex.jpg" alt="Flextronics Client Logo"> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> <div style="display: none"> <button id="ieupdate" name="ieupdate" class="btn btn-primary btn-lg push-top push-bottom" data-toggle="modal" data-target="#browser"></button> </div> <div class="modal fade" id="browser" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title" id="myModalLabel">Browser Compatibility Mode or Browser Update</h4> </div> <div class="modal-body"> Your browser is currently in compatibility mode or you need to update your browser to <a href="http://windows.microsoft.com/en-us/internet-explorer/ie-11-worldwide-languages" target="new">Internet Explorer 9 or later</a>, <a href="https://downloads.yahoo.com/firefox/?code=107&mktg=sem-goog-firef-nonbrand&chan=sem&ptnr=goog&prop=firef&cmp=nonbrand&device=c&kw=download%2520firefox&adid=39341871691&sid=sr3_6364549_go" target="new">Firefox</a> or <a href="https://www.google.com/chrome/browser/" target="new">Google Chrome</a> in order to properly view this website. </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> </div> <footer class="short" id="footer"> <div class="container"> <div class="row"> <div class="col-md-8"> <h4>About DEX</h4> <p>DEX is in the business of identifying and delivering supply chain solutions at the lowest total cost to our clients by leveraging our engineering, systems, design, and consulting expertise. These infrastructures and core competencies give DEX an unmatched foundation for supply chain solutions.... <a href="about-us.jsp" class="btn-flat btn-xs">View More <i class="icon icon-arrow-right"></i></a></p> <hr class="light"> </div> <div class="col-md-3 col-md-offset-1"> <h5 class="short">Contact Us</h5> <span class="phone">(888) 678-9201</span> <p class="short">Corporate: (805) 388-1711</p> <ul class="list icons list-unstyled"> <li><i class="icon icon-envelope"></i> <a href="mailto:[email protected]">[email protected]</a></li> </ul> <div class="social-icons"> <ul class="social-icons"> <li class="facebook"><a href="https://www.facebook.com/shopDEXcorp" target="_blank" data-placement="bottom" rel="tooltip" title="Facebook">Facebook</a></li> <li class="twitter"><a href="https://twitter.com/_DEX_Co" target="_blank" data-placement="bottom" rel="tooltip" title="Twitter">Twitter</a></li> <li class="linkedin"><a href="https://www.linkedin.com/company/dex" target="_blank" data-placement="bottom" rel="tooltip" title="Linkedin">Linkedin</a></li> <li class="mail"><a href="mailto:[email protected]" target="_blank" title="email">email</a></li> </ul> </div> </div> </div> </div> <div class="footer-copyright"> <div class="container"> <div class="row"> <div class="col-md-1"> <a href="index.jsp" class="logo"> <img alt="www.dex.com" class="img-responsive" src="/img/logo-footer.png"> </a> </div> <div class="col-md-5"> <p>© Copyright <script>document.write(new Date().getFullYear());</script>. All Rights Reserved. | <a href="../privacy.jsp" title="Privacy">Privacy</a> | <a href="../sitemap.jsp"> Sitemap</a> </p> </div> </div> </div> </div> </div> </footer> </div> <!-- Libs --> <script src="vendor/jquery.js"></script> <script src="js/plugins.js"></script> <script src="vendor/jquery.easing.js"></script> <script src="vendor/jquery.appear.js"></script> <script src="vendor/jquery.cookie.js"></script> <script src="vendor/bootstrap.js"></script> <script src="vendor/twitterjs/twitter.js"></script> <script src="vendor/rs-plugin/js/jquery.themepunch.plugins.min.js"></script> <script src="vendor/rs-plugin/js/jquery.themepunch.revolution.js"></script> <script src="vendor/owl-carousel/owl.carousel.js"></script> <script src="vendor/circle-flip-slideshow/js/jquery.flipshow.js"></script> <script src="vendor/magnific-popup/magnific-popup.js"></script> <script src="vendor/jquery.validate.js"></script> <!-- Current Page Scripts --> <script src="js/views/view.home.js"></script> <!-- Theme Initializer --> <script src="js/theme.js"></script> <!-- Custom JS --> <script src="js/custom.js"></script> <!-- Google Analytics: Change UA-XXXXX-X to be your site's ID. Go to http://www.google.com/analytics/ for more information. <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-12345678-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> --> <!--img src="https://www.jangomail.com/et/a.z?UID=230462"--> <script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/af6aa45f1bba9e56b4ae695f2/89c0ea7706e768874c725bbc8.js");</script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-2478769-4', 'auto'); ga('send', 'pageview'); </script> </body> <script type="text/javascript"> if ('MSIE' == getBrowser()) { if (getBrowserVersion() < 9) { setTimeout('document.getElementById("ieupdate").click()', 1000); } } </script> </html>