Web Design Training courses, videos & tutorials at DigitalFamily.com
Web design & Internet trends
books, videos, training & consulting
  • Home
  • Store
    • Web Design Books
    • Dreamweaver Videos
    • Expression Web Videos
    • Products
    • Shopping Cart
    • Order Status
  • Consulting Services
  • Web Tutorials
    • Web Design 101
    • Mobile and Responsive Web Design
    • Social Media
    • Online Reputation
    • Dreamweaver
    • Expression Web
    • Cascading Style Sheets
    • WordPress
  • Dreamweaver
    • CS6 Tutorials
    • CS5 Tutorials
    • CS4 Tutorials
    • CS3 Tutorials
  • FAQ
    • Dreamweaver
    • CSS
    • Graphics
    • WordPress
    • Ask the Author
  • About Us
    • About DigitalFamily.com
    • About Janine Warner
  • Contact
Search the site...
Home» Tutorials » CSS » What’s the difference between adaptive and responsive web design?

What’s the difference between adaptive and responsive web design?

Posted by Janine Warner - April 11, 2013 - CSS, Dreamweaver CS6, Feature-Front
4

Responsive-Design-FoodsenseMany people use the terms Responsive Design and Adaptive Design interchangeably, but creating a distinction between them does help clarify two different approaches to the modern challenge of designing web pages that work on small and large screens.

In the world of web design, the only thing harder than keeping up with the ever-evolving standards in HTML, CSS, and other technologies, is keeping up with the vocabulary. This article is about helping you understand what responsive and adaptive design mean, and how these approaches differ.

Many approaches to mobile web design

When people first started using mobile phones to connect to websites, many of us created special versions of our sites specifically optimized to work only on small mobile devices. Today, some sites still use this approach, creating one simple mobile site for visitors with cell phones and directing everyone else to the main desktop website.

As mobile devices have become “smarter,” two new approaches to designing for small and large screens have become popular — adaptive and responsive design.

Adaptive design was developed to meet the diverse needs of a growing number of cell phones with different capabilities and screen sizes. Adaptive design requires that you create many different versions of each web page, and install complicated programming on your web server that detects each device and delivers a version of the site optimized for the specific size and features of that cell phone visitor. Adaptive design is complicated, expensive, and generally used only by large, well-financed websites.

Fortunately, a new, simpler approach called responsive design is quickly gaining popularity. With responsive design, you create one web page and then use multiple sets of CSS rules to change the format and layout based on the size of the browser window.

What Responsive and Adaptive web design have in common

First, what they have in common. Both responsive and adaptive web design are essentially about creating web designs that are optimized for the size of the screen or the type of device that is used to view them.

The basic concept is that you create a website that works on multiple screen sizes, most commonly to work well on at least three different screen sizes — a small mobile screen, a tablet-sized screen, and a larger desktop computer monitor.

Okay, so what’s the difference between responsive and adaptive web design?

The simplest and most common way I’ve seen these terms compared is:

  • Responsive designs respond to changes in width of a browser window by fluidly adjusting the placement of elements on a web page to best fit the available space. Thus, as you drag the side of a browser to make it larger or smaller, you’ll see the design change in real time. If you want to see how responsive design works, visit a site that uses responsive design, such as http://foodsense.is/, and if drag the side of the browser window to make it smaller and larger, you’ll see how responsive design works. Visit that site on an iPhone, iPad, or other similar sized device, and you will see the design that is targeted to fit that size device.
  • Adaptive designs , such as the one American Airlines created at aa.com, use a sophisticated auto-detection script on the web server to identify each device that visits the site and then deliver the best version of the site, based on the size and capabilities of each device. As a result, the American Airlines site doesn’t change if you drag the browser while you view the site. However, if you visit the American site on different mobile devices, you’ll not only see different designs, you may even see different content because with adaptive design you can send completely different versions of your site to each device.

Why choose responsive design instead of adaptive design?

Adaptive Web Design Example - American Airlines

American Airlines is an example of Adaptive web design.

The simple answer is that adaptive design is a lot more complex, and expensive, but it’s the only way to reach the broadest mobile audience. That’s because responsive design using CSS media queries, a relatively recent technology that is not supported by real old or limited mobile phones.

If you’re working on a website like the one at American Airlines and you need to develop a highly interactive, secure site that works for everyone who might ever visit your site with any type of mobile device, then you have to create an adaptive design. Ideally, you also have a big team of developers and the budget to handle the complexity of such a site.

Most designers today are chooing responsive design. Not only because it’s cheaper and easier, but because it’s so much more efficient to create one design that adjusts to different screen sizes than to create many designs optimized for all the different phones that exist now, as well as all of the new phones and devices that will come out in the future.

We’re not designing for phones and laptops and desktop computers anymore. Websites are being displayed on giant television screens, and soon we’ll be surfing with Google’ new glasses (called Google Glass) and who knows what else…

But don’t you care about people with older mobile phones?

If you’re asking that question, I applaud your desire to reach the broadest audience. It’s unfortunate that responsive websites don’t work on really old or really limited mobile phones.

I definitely care, and if you’re working in emerging markets, including parts of Africa, Asia, or Latin America where smart phones are not as common, you should care — a lot. In that case, I recommend you create an adaptive website if you have the resources. If you can’t afford that option, consider designing one, very simple mobile-friendly site. You’ll have to limit the features, but at least it will be accessible to everyone in your audience.

For those of us who are designing websites for the United States, or other more developed markets where smart phones and tablets are common, responsive design is increasingly the preferred option — not only because so many people use high-end mobile devices, but because the few people who are still using old, really limited cell phones don’t spend much time surfing the web. Seriously, the traffic to websites with really old or limited cell phones in most developed countries is so small it’s just not worth worrying about for most designers.

In case you haven’t tried it, surfing the web when all you have is a tiny, two-color screen and a phone number keypad is not much fun so most people with such limited devices don’t bother.

The technical details of Responsive and Adaptive design

Responsive design uses CSS media queries to apply style rules based on screen size (learn more about creating responsive web designs).

Adaptive design requires a device detection script that runs on the web server, as well as multiple versions of the site, generally created dynamically by drawing content out of a database and displaying it through a number of templates, optimized for each device. In the case of adaptive designs, if you visit a website with a mobile device you may see a very different version of the site than if you visit the page with a desktop computer.

Best of both worlds: The Boston Globe is a great example of a site that is responsive, but also uses a little server-side programming to remove elements, such as large images and videos, when the pages are displayed on small screens and cell phones with limited features. You’ll find a well-written case study on how the responsive design for the Boston Globe was created at http://upstatement.com/blog/2012/01/how-to-approach-a-responsive-design/.

A little history and credit for Adaptive and Responsive Design

The term Responsive Design is generally credited to Ethan Marcote. You’ll find his original essay on responsive design here.

The term Adaptive Design has been around a lot longer, but some give credit for this term to Aaron Gustafson who wrote a book called Adaptive Design.

Another terms get tossed around when we talk about mobile design “Mobile First.”

Luke Wroblewski deserves credit for the term Mobile First, which means designing the mobile version of a site before you design the larger, desktop version (historically most sites were designed the other way around).

Learn more about Responsive / Adaptive Web Design

  • Designing for multiple screens: How to create responsive web designs
  • Creating a Responsive Design with the Fluid Grid Layout features in Dreamweaver CS6
  • Get up to speed quickly with responsive design in Dreamweaver with Janine’s latest Dreamweaver video
  • Learn how to create a WordPress site with a responsive design, watch Janine’s new creativeLIVE course, “Creating Website the Easy Way with WordPress.“
dwcs6, responsive, web design

4 comments on “What’s the difference between adaptive and responsive web design?”

  1. Shail says:
    February 8, 2013 at 10:04 pm

    Good, informative article that makes the distinction between an adaptive website and a responsive website easy to understand.

    Reply
  2. Elastic, Responsive and Adaptive Design | Bruce's nLabs Blog says:
    April 6, 2013 at 7:15 pm

    [...] What’s the difference between adaptive and responsive web design? [...]

    Reply
  3. Sherry Grubb says:
    May 1, 2013 at 5:06 pm

    Prior to the widespread use of microprocessors, a computer that could fit on a desk was considered remarkably small. Early personal computers, like the IBM PC, were “desktop” machines, with a horizontally oriented computer case, usually intended to have the display screen placed on top to save space on the desktop. In modern usage the word “desktop” usually refers to tower cases that are in fact more often located on the floor under the desk than on a desk.`;

    All the best to you
    <http://www.caramoanpackage.com/caramoan-tour/

    Reply
    • Janine Warner says:
      May 1, 2013 at 5:53 pm

      Thanks for the history lesson, Sherry, very interesting.

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Share with your friends

Dreamweaver Tutorials

  • Creating websites with Dreamweaver HTML templates (.dwt)
  • What’s the difference between a website & blog?
  • 6 Reasons to Upgrade to Dreamweaver CS6
  • Tracking web traffic: Google Analytics vs other traffic counters
  • Creating Responsive Designs with Dreamweaver CS6 Fluid Grid Layout

Popular books & videos

  • Dreamweaver CS6 Video

    DW-Video-250
    Designing for Multiple Screens with Fluid Grid Layouts
    Discover how to create web designs that look great on large and small screens. From smartphones to tablets to desktops, the new Fluid Grid Layout in version CS6 makes it easier than ever to set up media queries and design websites with HTML5 and CSS3. More Info »
    $49.99$39.99

    View Cart / Checkout
  • Dreamweaver CS5 Part 3: The New Features

    Dreamweaver-CS5-whats-new
    Training Video DVD
    Upgrading to CS5? Get just the training you need when you upgrade. This video covers the hottest new additions to Dreamweaver's toolset with a focus on how to put these great new features to work right away. More Info »
    $24.99

    View Cart / Checkout
  • Dreamweaver CS5 Crash Course

    Dreamweaver CS5 Crash Course Part 1
    Dreamweaver video DVD
    Dip into web design and learn Dreamweaver fast with this engaging video. More Info »
    $24.99

    View Cart / Checkout
  • Dreamweaver CS4 Essentials

    Dreamweaver CS4 Training Video
    Training Video DVD
    Janine's delightful sense of humor (and The Chocolate Game website) make learning web design with Dreamweaver CS4 more fun in this comprehensive 5-hour course. More Info »
    $39.99

    View Cart / Checkout
  • Dreamweaver CS3 Essentials

    Dreamweaver CS3 Training Video
    By Janine Warner Created with TotalTraining Janine’s patience and delightful sense of humor make learning web design with Dreamweaver CS3 fun. Learn everything you need to build websites with Dreamweaver in this comprehensive 8-hour course. You’ll get up to speed fast with the basics of setting up a site and creating your first web pages, More Info »
    $24.99

    View Cart / Checkout
© 2001 - 2013 All rights reserved. DigitalFamiliy.com was created by Janine Warner | Terms & Conditions of Use | Privacy Policy
  • Home
  • Store
  • Consulting Services
  • Web Tutorials
  • Dreamweaver
  • FAQ
  • About Us
  • Contact