graphic design

web design seattle

web design seattle

A great website can do so many things.  It must be clean, professional, engaging  and drive your customers to the sale. web design seattle

Responsive web design (RWD) is an approach to web design aimed at crafting sites to provide an optimal viewing and interaction experience—easy reading and navigation with a minimum of resizing, panning, and scrolling—across a wide range of devices (from desktop computer monitors to mobile phones).[1][2][3]

A site designed with RWD[1][4] adapts the layout to the viewing environment by using fluid, proportion-based grids,[5][6] flexible images,[7][8][9] andCSS3 media queries,[3][10][11] an extension of the @media rule, in the following ways:[12]

  • The fluid grid concept calls for page element sizing to be in relative units like percentages, rather than absolute units like pixels or points.[6]
  • Flexible images are also sized in relative units, so as to prevent them from displaying outside their containing element.[7]
  • Media queries allow the page to use different CSS style rules based on characteristics of the device the site is being displayed on, most commonly the width of the browser.

Related concepts[edit]

Mobile first, unobtrusive JavaScript, and progressive enhancement

“Mobile first”, unobtrusive JavaScript, and progressive enhancement are related concepts that predate RWD.[citation needed] Browsers of basic mobile phones do not understand JavaScript or media queries, so a recommended practice is to create a basic web site and enhance it for smart phones and PCs, rather than rely on graceful degradation to make a complex, image-heavy site work on mobile phones.[13][14][15][16]

Progressive enhancement based on browser, device, or feature detection

Where a web site must support basic mobile devices that lack JavaScript, browser (“user agent”) detection (also called “browser sniffing“) and mobile device detection[14][17] are two ways of deducing if certain HTML and CSS features are supported (as a basis for progressive enhancement)—however, these methods are not completely reliable unless used in conjunction with a device capabilities database.

For more capable mobile phones and PCs, JavaScript frameworks like Modernizr, jQuery, and jQuery Mobile that can directly test browser support for HTML/CSS features (or identify the device or user agent) are popular. Polyfills can be used to add support for features—e.g. to support media queries (required for RWD), and enhance HTML5 support, on Internet Explorer. Feature detection also might not be completely reliable; some may report that a feature is available, when it is either missing or so poorly implemented that it is effectively nonfunctional.[18][19]

Challenges, and other approaches[edit]

Luke Wroblewski has summarized some of the RWD and mobile design challenges, and created a catalog of multi-device layout patterns.[20][21][22] He suggests 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.[23][24][25] Server-side “dynamic CSS” implementation of stylesheet languages like Sass or Incentivated’s MML can be part of such an approach by accessing a server based API which handles the device (typically mobile handset) differences in conjunction with a device capabilities database in order to improve usability.[26] RESS is more expensive to develop, requiring more than just client-side logic, and so tends to be reserved for organizations with larger budgets. Google recommends responsive design for smartphone websites over other approaches.[27][28]

Although many publishers are starting to implement responsive designs, one ongoing challenge for RWD is that some banner advertisements and videos are not fluid.[29] However, search advertising and (banner) display advertising support specific device platform targeting and different advertisement size formats for desktop, smartphone, and basic mobile devices. Differentlanding page URLs can be used for different platforms,[30] or Ajax can be used to display different advertisement variants on a page.[17][21][31] CSS tables permit hybrid fixed+fluid layouts.[32]

There are now many ways of validating and testing RWD designs,[33] ranging from mobile site validators and mobile emulators[34] to simultaneous testing tools like Adobe Edge Inspect.[35] The Firefox browser and the Chrome console offer responsive design viewport resizing tools, as do third parties.[36][37]

History[edit]

A site layout example that adapts to browser viewport width was first demonstrated by Cameron Adams in 2004.[38] By 2008, a number of related terms such as “flexible”, “liquid”,[39] “fluid”, and “elastic” were being used to describe layouts. CSS3 media queries were almost ready for prime time in late 2008/early 2009.[40] Ethan Marcotte coined the term responsive web design [41](RWD)—and defined it to mean fluid grid/ flexible images/ media queries—in a May 2010 article in A List Apart.[1] 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[42] after progressive enhancement at #1.

Mashable called 2013 the Year of Responsive Web Design.[43] Many other sources have recommended responsive design as a cost-effective alternative to mobile applications.

Forbes featured a piece, ‘Why You Need To Prioritize Responsive Design Now’ [44] where the importance was made clear that having a mobile version of your website isn’t enough anymore. Jody Resnick, President of Trighton Interactive stated in his interview with Forbes, “Responsive websites simplify internet marketing and SEO. Instead of having to develop and manage content for multiple websites, businesses with responsive sites can take a unified approach to content management because they have only the one responsive site to manage. Resnick predicts, “As the internet transforms further into a platform of services and user interfaces that tie those services together, leveraging this technology in the future will allow companies to integrate a plethora of back-end services, such as Facebook, Twitter, Salesforce.com, and Amazon Web Services, and then present the integrated data back out the front-end iad layer on a responsive design so the application looks great on all devices without custom coding needed for each device or screen size.”