Responsive Website
   HOME

TheInfoList



OR:

Responsive web design (RWD) or responsive design is an approach to
web design Web design encompasses many different skills and disciplines in the production and maintenance of websites. The different areas of web design include web graphic design; user interface design (UI design); authoring, including standardised code a ...
that aims to make web pages render well on a variety of devices and window or screen sizes from minimum to maximum display size to ensure usability and satisfaction. A responsive design adapts the web-page layout to the viewing environment by using techniques such as fluid proportion-based grids, flexible images, and CSS3
media queries Media queries is a feature of CSS 3 allowing content rendering to adapt to different conditions such as screen resolution (e.g. mobile and desktop screen size). It became a W3C recommended standard in June 2012,W3C – CSS specs > Media QueriesCo ...
, an extension of the @media rule, in the following ways: * The fluid
grid Grid, The Grid, or GRID may refer to: Space partitioning * Regular grid, a tessellation of space with translational symmetry, typically formed from parallelograms or higher-dimensional analogs ** Grid graph, a graph structure with nodes connec ...
concept calls for page element sizing to be in relative units like percentages, rather than absolute units like
pixel In digital imaging, a pixel (abbreviated px), pel, or picture element is the smallest addressable element in a Raster graphics, raster image, or the smallest addressable element in a dot matrix display device. In most digital display devices, p ...
s or
points A point is a small dot or the sharp tip of something. Point or points may refer to: Mathematics * Point (geometry), an entity that has a location in space or on a plane, but has no extent; more generally, an element of some abstract topologica ...
. * Flexible images are also sized in relative units, so as to prevent them from displaying outside their containing
element Element or elements may refer to: Science * Chemical element, a pure substance of one type of atom * Heating element, a device that generates heat by electrical resistance * Orbital elements, parameters required to identify a specific orbit of o ...
. * Media queries allow the page to use different CSS style rules based on characteristics of the device the site is being displayed on, e.g. width of the rendering surface (browser window width or physical display size). *Responsive layouts automatically adjust and adapt to any device screen size, whether it is a desktop, a laptop, a tablet, or a mobile phone. Responsive web design became more important as users of mobile devices came to account for the majority of website visitors. In 2015, for instance, Google announced Mobilegeddon and started to boost the
page ranking PageRank (PR) is an algorithm used by Google Search to rank web pages in their search engine results. It is named after both the term "web page" and co-founder Larry Page. PageRank is a way of measuring the importance of website pages. According ...
of mobile-friendly sites when searching from a mobile device. Responsive web design is an example of
user interface plasticity Plasticity is the capacity of a user interface to withstand variations of both the system's physical characteristics and the environment while preserving usability Usability can be described as the capacity of a system to provide a condition f ...
.


Challenges, and other approaches

Luke Wroblewski has summarized some of the RWD and mobile design challenges and created a catalog of multi-device layout patterns. He suggested that, compared with a simple RWD approach, device experience or RESS (responsive web design with server-side components) approaches can provide a user experience that is better optimized for mobile devices. Server-side CSS generator implementation of stylesheet languages like
Sass Sass, Saß or SASS may refer to: Businesses and organizations * Safe Amplification Site Society, a Canadian non-profit organization * Shanghai Academy of Social Sciences, a Chinese think tank * Society for the Advancement of Scandinavian Study ...
can be part of such an approach. Google has recommended responsive design for smartphone websites over other approaches. Although many publishers have implemented responsive designs, one challenge for RWD adoption was that some banner advertisements and videos were not fluid. However,
search advertising In Internet marketing, search advertising is a method of placing online advertisements on web pages that show results from search engine queries. Through the same search-engine advertising services, ads can also be placed on Web pages with other pu ...
and (banner)
display advertising Digital display advertising is online graphic advertising through banners, text, images, video, and audio. The main purpose of digital display advertising is to post company ads on third-party websites. A display ad is usually interactive (i.e. ...
came to support specific device platform targeting and different advertisement size formats for desktop, smartphone, and basic mobile devices. Different
landing page In online marketing, a landing page, sometimes known as a "lead capture page", "single property page", "static page", "squeeze page" or a "destination page", is a single web page that appears in response to clicking on a search engine optimized s ...
URL A uniform resource locator (URL), colloquially known as an address on the Web, is a reference to a resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identi ...
s have been used for different platforms, or
Ajax Ajax may refer to: Greek mythology and tragedy * Ajax the Great, a Greek mythological hero, son of King Telamon and Periboea * Ajax the Lesser, a Greek mythological hero, son of Oileus, the king of Locris * Ajax (play), ''Ajax'' (play), by the an ...
has been used to display different advertisement variants on a page. CSS tables permitted hybrid fixed and fluid layouts. There have been many ways of validating and testing RWD designs, ranging from mobile site validators and mobile emulators to simultaneous testing tools like
Adobe Edge Inspect Adobe Edge is a discontinued suite of web development tools that Adobe Inc. started developing in 2011. The tools enhances the capabilities of other Adobe apps, such as Dreamweaver. The first app in the suite was the eponymous Adobe Edge, released ...
. The Chrome, Firefox and Safari browsers and developer tools have offered responsive design viewport resizing tools, as do third parties.


History

The W3C specification of HTML+ stated that websites have to be rendered according to the user preferences. The customization of web page layout was lacking however. Many web developers resorted to ordinary HTML tables as a way to customize the layout and bring some basic responsiveness to their websites at the same time. First major site to feature a layout that adapts in a non-trivial manner to browser viewport width was ''
Audi Audi AG () is a German automotive manufacturer of luxury vehicles headquartered in Ingolstadt, Bavaria, Germany. A subsidiary of the Volkswagen Group, Audi produces vehicles in nine production facilities worldwide. The origins of the compa ...
.com'' launched in late 2001, created by a team at
razorfish Razorfish or razor fish may refer to: Species Fish A common name used for three unrelated groups of fishes: * The genera ''Aeoliscus'', and ''Centriscus'', also known as shrimpfishes, in the family Centriscidae * The genus ''Xyrichtys'' of the f ...
consisting of Jürgen Spangl and
Jim Kalbach Jim or JIM may refer to: Names * Jim (given name), a given name * Jim, a diminutive form of the given name James * Jim, a short form of the given name Jimmy People and horses * Jim, the nickname of Yelkanum Seclamatan (died April 1911), Na ...
(information architecture), Ken Olling (design), and Jan Hoffmann (interface development). Limited browser capabilities meant that for Internet Explorer, the layout could adapt dynamically in the browser whereas, for Netscape, the page had to be reloaded from the server when resized. Cameron Adams created a demonstration in 2004. By 2008, a number of related terms such as "flexible", "liquid", "fluid", and "elastic" were being used to describe layouts. CSS3 media queries were almost ready for prime time in late 2008/early 2009. Ethan Marcotte coined the term ''responsive web design''—and defined it to mean fluid grid / flexible images / media queries—in a May 2010 article in ''
A List Apart ''A List Apart'' is a webzine that explores the design, development, and meaning of web content, with a special focus on web standards and best practices. History ''A List Apart'' began in 1997 as a mailing list for web design Web design e ...
''. He described the theory and practice of responsive web design in his brief 2011 book titled ''Responsive Web Design''. Responsive design was listed as #2 in Top Web Design Trends for 2012 by .net magazine after
progressive enhancement Progressive enhancement is a strategy in web design that puts emphasis on web content first, allowing everyone to access the basic content and functionality of a web page, while users with additional browser features or faster Internet access r ...
at #1.
Mashable Mashable is a Online newspaper, news website, digital media platform and entertainment company founded by Pete Cashmore in 2005. History Mashable was founded by Pete Cashmore while living in Aberdeen, Scotland, in July 2004. Early iterations o ...
called 2013 the Year of Responsive Web Design.


Related concepts

Mobile-first design and
progressive enhancement Progressive enhancement is a strategy in web design that puts emphasis on web content first, allowing everyone to access the basic content and functionality of a web page, while users with additional browser features or faster Internet access r ...
are related concepts that predate RWD. Browsers of basic mobile phones do not understand JavaScript or
media queries Media queries is a feature of CSS 3 allowing content rendering to adapt to different conditions such as screen resolution (e.g. mobile and desktop screen size). It became a W3C recommended standard in June 2012,W3C – CSS specs > Media QueriesCo ...
, so a recommended practice was to create a basic web site and enhance it for
smartphone A smartphone is a mobile phone with advanced computing capabilities. It typically has a touchscreen interface, allowing users to access a wide range of applications and services, such as web browsing, email, and social media, as well as multi ...
s and
personal computer A personal computer, commonly referred to as PC or computer, is a computer designed for individual use. It is typically used for tasks such as Word processor, word processing, web browser, internet browsing, email, multimedia playback, and PC ...
s, rather than rely on
graceful degradation Fault tolerance is the ability of a system to maintain proper operation despite failures or faults in one or more of its components. This capability is essential for high-availability, mission-critical, or even life-critical systems. Fault to ...
to make a complex, image-heavy site work on mobile phones.


See also

*
Adaptive web design Adaptive web design (AWD) promotes the creation of multiple versions of a web page to better fit the user's device, ''as opposed to'' a single static page which loads (and looks) the same on all devices or a single page which reorders and res ...
*
Bootstrap (front-end framework) Bootstrap (formerly Twitter Bootstrap) is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and (optionally) JavaScript-based design templates for typography, forms, bu ...
*
CSS framework A CSS framework is a library allowing for easier, more standards-compliant web design using the Cascading Style Sheets language. Most of these frameworks contain at least a grid (graphic design), grid. More functional frameworks also come with mor ...
* *
Foundation (framework) Foundation is a free responsive front-end framework, providing a responsive grid and HTML and CSS UI components, templates, and code snippets, including typography, forms, buttons, navigation and other interface elements, as well as optional ...
*
Tableless web design Tableless web design (or tableless web layout) is a web design method that avoids the use of HTML tables for page layout control purposes. Instead of HTML tables, style sheet languages such as Cascading Style Sheets (CSS) are used to arrange el ...
*
T Layout The T-Layout is an architectural and design concept for web applications, specifically tailored to improve the user experience on mobile devices. It features a horizontally scrollable container divided into three distinct sections, each spanning th ...


References

{{Authority control Internet properties established in 2001 Human–computer interaction Mobile web Usability User interfaces Web design 2010s neologisms