200 http 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: wdh.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>WDH - Web Design House</title> <meta name="description" content="Design, technology, and strategies to take your business from idea to execution."> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/main.css?=ver1.01" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <link rel="icon" href="img/favicon.png?=ver1.01"> </head> <body> <nav class="navbar navbar-default navbar-fixed-top visible-xs nav-mobile"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <img class="navbar-brand clickable scroll" data-scroll-minus="90" data-scroll="#home" src="img/logo-small.png?=ver1.01" alt="WDH Logo" height="25"> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li><span class="action scroll" data-scroll-minus="70" data-scroll="#services">Services</span></li> <li><span class="action scroll" data-scroll-minus="470" data-scroll="#ourWork"> Our clients</span></li> <li><span class="action scroll" data-scroll-minus="70" data-scroll="#about">About WDH</span></li> <li><span class="action scroll" data-scroll-minus="70" data-scroll="#startups">Mobile Startups</span></li> <li><span class="action scroll" data-scroll-minus="70" data-scroll="#contact">Contact Us</span></li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav><!-- .nav-mobile --> <div class="main"> <nav class="top-nav hidden-xs" data-spy="affix" data-offset-top="600" > <img class="clickable ml25 mt-3 mr25 scroll" data-scroll-minus="90" data-scroll="#home" src="img/logo-small.png?=ver1.01" alt="WDH Logo" height="25">• <span class="action scroll" data-scroll-minus="70" data-scroll="#services">Services</span>• <span class="action scroll" data-scroll-minus="470" data-scroll="#ourWork">Our clients</span>• <span class="action scroll" data-scroll-minus="70" data-scroll="#about">About WDH</span>• <span class="action scroll" data-scroll-minus="70" data-scroll="#startups">Mobile Startups</span>• <span class="action scroll" data-scroll-minus="70" data-scroll="#contact">Contact Us</span> </nav> <section id="home" class="page home "> <div class="container mb80"> <div class="logo-container mb60"> <div class="space"></div> <img class="main-logo img-responsive" src="img/logo.png?=ver1.01" alt="WDH Logo" width="500" height="210"> </div> <h1>Design, technology, and strategies to take your business from idea to execution.</h1> <nav class="nav hidden-xs mt60"> <span class="action scroll" data-scroll-minus="70" data-scroll="#services">Services</span>• <span class="action scroll" data-scroll-minus="490" data-scroll="#ourWork"> Our clients</span>• <span class="action scroll" data-scroll-minus="70" data-scroll="#about">About WDH</span>• <span class="action scroll" data-scroll-minus="70" data-scroll="#startups">Mobile Startups</span>• <span class="action scroll" data-scroll-minus="70" data-scroll="#contact">Contact Us</span> </nav> </div> </section><!-- .home --> <section id="services" class="page services"> <figure class="header dark"> <img src="img/bg/services.jpg?=ver1.01" alt="Services" width="1440" height="340"> <figcaption>Services</figcaption> </figure> <div class="container mb20"> <div class="row"> <div class="col-sm-4 mb60"> <img class="img-responsive" src="img/services/strategy.jpg?=ver1.01"> <h3>STRATEGY</h3> <p>Savvy business instincts and a keen understanding of business needs and marketing tactics gives us the ability to provide you with the right roadmap for your brand. Using both best-in-class and emerging, innovative digital strategies, we'll help invigorate your business and pave the way for continuous growth.</p> </div> <div class="col-sm-4 mb60"> <img class="img-responsive" src="img/services/design.jpg?=ver1.01"> <h3>DESIGN</h3> <p>Whether it's collaborating with you to create brand imagery from scratch or working within existing brand guidelines, we design user experiences that not only look great, but maximize conversion and build brand loyalty. And from luxury, beauty and fashion, to kids, travel, or gaming, we remain true to the essence of your brand, designing with style and sophistication.</p> </div> <div class="col-sm-4 mb60"> <img class="img-responsive" src="img/services/technology.jpg?=ver1.01"> <h3>TECHNOLOGY</h3> <p>Our seasoned dev team can handle anything thrown their way: front-end integration, database and backend development, e-commerce and booking engines, iOS and Android apps and games—all are par for the course for our group of talented and dedicated programmers and project managers. Your project is in good hands.</p> </div> </div> </div> </section><!-- .services --> <section id="work" class="page work"> <figure class="header light"> <img src="img/bg/our-work.jpg?=ver1.01" alt="Our Work" width="1440" height="340"> <figcaption> Our Clients</figcaption> </figure> <div class="container mb80"> <div id="ourWork" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#ourWork" data-slide-to="0" class="active"></li> <li data-target="#ourWork" data-slide-to="1"></li> <li data-target="#ourWork" data-slide-to="2"></li> <li data-target="#ourWork" data-slide-to="3"></li> <li data-target="#ourWork" data-slide-to="4"></li> <li data-target="#ourWork" data-slide-to="5"></li> <li data-target="#ourWork" data-slide-to="6"></li> <li data-target="#ourWork" data-slide-to="7"></li> <li data-target="#ourWork" data-slide-to="8"></li> <li data-target="#ourWork" data-slide-to="9"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <article class="item active"> <img src="img/work/work_Turon.jpg?=ver1.01" width="1014" height="589"> <div class="description"> <h3>Turon Travel</h3> <p>Turon Travel helps the art-obsessed get to renowned events and exhibits all around the world. WDH developed a robust booking engine and e-commerce platform, as well as infrastructure support, to help give Turon Travel's customers full management of their artistic excursion.</p> <a href="https://www.turontravel.com/">www.turontravel.com</a> </div> </article> <article class="item "> <img src="img/work/work_LaGarconne.jpg?=ver1.01" width="1014" height="589"> <div class="description"> <h3>La Garçonne</h3> <p>For this luxury fashion e-tailer, we've provided full business and technical strategy over the past seven years, including custom e-commerce solutions, logistics, infrastructure, and both front- and back-end for Web and mobile. WDH created business workflows, POS systems for the brick-and-mortar store, and helps in talent aquisition and training.</p> <a href="http://www.lagarconne.com/">www.lagarconne.com</a> </div> </article> <article class="item "> <img src="img/work/work_eRSVP.jpg?=ver1.01" width="1014" height="589"> <div class="description"> <h3>eRSVP</h3> <p>A successful spinoff from WDH, eRSVP was wholly conceived and developed to become a pioneering event registration company servicing a wide variety of clients. Its services includes the setup, marketing, and management of trade shows, seminars, conferences and much more for event planners, corporations, and organizations of all kinds.</p> <a href="http://www.ersvp.com/">www.ersvp.com</a> </div> </article> <article class="item"> <img src="img/work/work_mpb.jpg" width="1014" height="589"> <div class="description"> <h3>Mon Petit Bijou</h3> <p>Mon Petit Bijou is an online children's store selling designer kid's clothing, high-end furniture and trendy toys. WDH created the branding, provided business and marketing strategy, and developed solutions for e-commerce and logistics. </p> <a href="http://www.monpetitbijou.com">www.monpetitbijou.com</a> </div> </article> <article class="item "> <img src="img/work/work_MacDonalWeiss.jpg?=ver1.01" width="1014" height="589"> <div class="description"> <h3>MacDonald Weiss</h3> <p>For this successful New York-based law firm, WDH developed an elegant, multi-language site to provide potential clients with clear, easy to access information regarding their services. </p> <a href="http://www.macdonaldlex.com">www.macdonaldlex.com</a> </div> </article> <article class="item "> <img src="img/work/work_Flight001.jpg?=ver1.01" width="1014" height="589"> <div class="description"> <h3>Flight 001</h3> <p>With WDH's e-commerce strategy and infrastructure support, Flight 001 was able to grow from a small shop in New York City's West Villlage to an international online destination for stylish travel accessories.</p> <a href="http://www.flight001.com">www.flight001.com</a> </div> </article> <article class="item "> <img src="img/work/work_SangA.jpg?=ver1.01" width="1014" height="589"> <div class="description"> <h3>Sang A</h3> <p>Sang A's designer handbags can be seen carried by celebrities around the world. WDH provided e-commerce solutions and technical support to help international fashionistas finally get their hands on her coveted designs.</p> <a href="http://www.sanga.com">www.sanga.com</a> </div> </article> <article class="item "> <img src="img/work/work_Silvermotion.jpg?=ver1.01" width="1014" height="589"> <div class="description"> <h3>Silvermotion</h3> <p>Another company conceptualized and created by WDH, Silvermotion makes mobile apps and games that intrigue and illuminate. It's flagship product, eQuiz, launches this summer and promises to be the next big thing in trivia games.</p> <a href="http://www.silvermotion.com">www.silvermotion.com</a> </div> </article> <article class="item "> <img src="img/work/work_Core77.jpg?=ver1.01" width="1014" height="589"> <div class="description"> <h3>Core77</h3> <p>Since 1995, Core77.com has served a devoted global audience of industrial designers ranging from students through seasoned professionals. Core77 publishes articles, discussion forums, an extensive event calendar, and hosts design competitions, lecture series, parties, and exhibits. WDH recently relaunched the site with an entirely new backend structure.</p> <a href="http://www.core77.com">www.core77.com</a> </div> </article> <article class="item "> <img src="img/work/work_Arowana.jpg?=ver1.01" width="1014" height="589"> <div class="description"> <h3>Arowana Hospitality</h3> <p>Arowana Hospitality specializes in information technology and digital products for the hospitality industry, providing business intelligence and customizable plug-and-play applications for luxury hotels and high-end restaurants. As a strategic partner, WDH supplies branding and business development assistance, and helped deploy a new booking platform and Arowana’s latest hotel guest in-room control app.</p> <a href="http://www.arowanahospitality.com">www.arowanahospitality.com</a> </div> </article> </div> <!-- Controls --> <span class="slide-control slide-prev" data-target="#ourWork" role="button" data-slide="prev"></span> <span class="slide-control slide-next" data-target="#ourWork" role="button" data-slide="next"></span> </div> </div> </section><!-- .work --> <section id="about" class="page about"> <figure class="header dark"> <img src="img/bg/about.jpg?=ver1.01" alt="About WDH" width="1440" height="340"> <figcaption>About WDH</figcaption> </figure> <div class="container"> <div class="pl40 pr40"> <h3 class="mb10">WHAT WE DO</h3> <p>Sound strategic planning exists at the heart of virtually every successful business endeavor. The digital world is no exception.<br>WDH produces high returns for companies seeking to leverage and incorporate Internet-based technologies, focusing on providing a clear vision of your company's goals, and then delivering precise development roadmaps detailing how to reach those goals.</p> <p>We start with the evaluation of your company's short- and long-term goals, as well as the definition of success points and milestones, then work with you to define and understand your business, brand, and marketing needs. We analyze your customers' needs, establish measurability, and explore how to make best use of tried-and-true tactics and technologies to maximize your company's growth.</p> <p class="mb90">As architects and builders of digital businesses, much of our work at WDH is considered to be "virtual." The business results of our work, however, are quite real. We formulate our technology solutions to make business processes more efficient, reduce operating costs, improve cycle times, exploit new opportunities, enhance relationships with customers, and build customer loyalty.</p> </div> <div class="row"> <div class="col-sm-6 col-md-4 col-md-offset-2 mb80"> <img class="mb30" src="img/ajay.jpg?=ver1.01"> <h3 class="mb5">Ajay Arora</h3> <p>Founder and President of WDH, Ajay first started helping businesses navigate the Web back in the mid-1990s while still finishing his degree at NYU. In 1998, he formed eRSVP, which today is still providing event planning services to a diverse group of clients. Through WDH, he has helped a multitude of companies grow their business online with technical savvy and unerring business instincts honed over the last twenty years.</p> </div> <div class="col-sm-6 col-md-4 mb80"> <img class="mb30" src="img/alfredo.jpg?=ver1.01"> <h3 class="mb5" >Alfredo Tadiar</h3> <p>As Creative Director for WDH and co-founder of the WDH spinoff Silvermotion, Alfredo brings over two decades of experience in design and marketing. Over the years, he has designed for nearly every medium, including print, television, packagaing, Web and mobile. Deftly handling everything from beauty, fashion and luxury to kids, automotive, and cpg, he manages to imbue any project with sophistication and intelligence.</p> </div> </div> </div> </section><!-- .about --> <section id="startups" class="page about"> <figure class="header dark"> <img src="img/bg/startups.jpg?=ver1.01" alt="About WDH" width="1440" height="340"> <figcaption>Mobile Startups</figcaption> </figure> <div class="container"> <div> <p>WDH can help bring your mobile app idea to life and get you started on the road to achieving growth and revenue.</p> <p>We’ll start by evaluating your concept from all angles to see how we can turn a great idea into an amazing - and profitable - one. And don’t worry, the security of your intellectual property is of the utmost priority for us. We’ll then begin structuring your business model canvas (BMC) to determine everything from your cost structure and key resources to your unique value propositions, customer segments, and revenue streams.</p> <p>Our UX/Design team will begin with detailed wireframes and work with you to create a smart, sophisticated interface that both emphasizes user-friendliness and expresses the right look-and-feel for your brand. All along the way, we’ll be planning and building the right technical solution for your product, and developing your customer acquisition and growth strategies.</p> <p><a class="action scroll" data-scroll-minus="70" data-scroll="#contact"><u>Contact us</u></a> to begin the discussion – no commitment necessary.<br> Of if you need something quickly (like a presentation to investors or even a prototype), try our intensive workshops.</p> </div> <div class="row"> <div class=""><h3 class="mb30 mt30">MOBILE STARTUP INTENSIVE PROGRAMS </h3></div> <div class="col-sm-6 col-md-4 col-md-offset-2 mb80"> <img class="mb30" src="img/startups/Product-strategy-workshop.png?=ver1.01"> <h3 class="mb20">3-Day Product Strategy Workshop</h3> <p>Three days may not sound like a lot of time, but trust us, together we can get a ton done. We’ll analyze and validate your concept, review and strengthen it until it’s basically bullet proof. We’ll develop the right BMC and define your technical roadmap. You’ll get strategies for marketing, monetization, acquiring users, getting financed, future growth and more.</p> <p class="mt20"> <a class="action scroll" data-scroll-minus="70" data-scroll="#contact"><img src="img/btn-contact-us.jpg?=ver1.01"></a></p> </div> <div class="col-sm-6 col-md-4 mb80"> <img class="mb30" src="img/startups/prototype-workshop.png?=ver1.01"> <h3 class="mb20" >7-Day Prototype Workshop</h3> <p>This week-long intensive session gives you all the planning and strategy generated in the three-day workshop, plus a basic, working prototype that you can use to demo your main idea and its essential features. In a rapid development process, we’ll create the schematics and an initial UI that our technical team will turn into a demo version ready for presentation.</p> <p class="mt20"> <a class="action scroll" data-scroll-minus="70" data-scroll="#contact"><img src="img/btn-contact-us.jpg?=ver1.01"></a></p> </div> </div> </div> </section> <!-- .Mobile Startups --> <section id="contact" class="page contact"> <figure class="header dark"> <img src="img/bg/contact.jpg?=ver1.01" alt="Contact Us" width="1440" height="340"> <figcaption>Contact Us</figcaption> </figure> <div class="container mb80"> <div class="icon-container"> <h3 class="icon-mail"><span class="icon"></span> <a href="mailto:[email protected]">[email protected]</a></h3> <h3 class="icon-phone"><span class="icon"></span> 212.584.6800</h3> </div> </div> </section><!-- .contact --> <section class="page footer"> <div class="content">Copyright © 2016 wdh.com. All rights reserved.</div> </section><!-- .footer --> </div><!-- .main --> <script src="js/jquery-2.1.4.min.js"></script> <script src="js/jquery-migrate-1.2.1.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/scripts.js"></script> </body> </html>