Top Banner
By: Aaron Bernardo Responsive Web Design Bridging the Gap Between Art Directors and Developers
38

Responsive Web Design - Bridging the Gap Between Art Directors

Jan 15, 2015

Download

Design

Aaron Bernardo

Attempting to bridge the gap between developers and art directors. Too often there is conflict and differing opinions about how to design for a responsive site.
Content of this presentation follows Luke Wroblewski's multi-device layout pattern library.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Responsive Web Design - Bridging the Gap Between Art Directors

By: Aaron Bernardo

Responsive Web DesignBridging the Gap Between Art Directorsand Developers

Page 2: Responsive Web Design - Bridging the Gap Between Art Directors

Me.

Aaron Bernardo

@steamin

Experience Architect

Page 3: Responsive Web Design - Bridging the Gap Between Art Directors

Goals for Today

1. What is Responsive Web Design?

2. Present Best Practice Patterns for Art Directors

Page 4: Responsive Web Design - Bridging the Gap Between Art Directors

INTRODUCTION

Page 5: Responsive Web Design - Bridging the Gap Between Art Directors

 

Phrase coined by Ethan Marcotte in a2010 article in A List Apart

 

What is Responsive Web Design?

Page 6: Responsive Web Design - Bridging the Gap Between Art Directors

 

“Rather than tailoring disconnected designs to each of an

ever-increasing number of web devices, we can treat them as

facets of the same experience. We can design for an optimal

viewing experience, but embed standards-based technologies

into our designs to make them not only more flexible, but

more adaptive to the media that renders them.”

Ethan Marcotte

 

What is Responsive Web Design?

Page 7: Responsive Web Design - Bridging the Gap Between Art Directors

 

“New default for Web Design”.NET Magazine November 2011

“2013 Is the Year of Responsive Web Design”Mashable December 2012

 

What is Responsive Web Design?

Page 8: Responsive Web Design - Bridging the Gap Between Art Directors

An Example

Page 9: Responsive Web Design - Bridging the Gap Between Art Directors

Desktop view

Page 10: Responsive Web Design - Bridging the Gap Between Art Directors

Tablet view

Page 11: Responsive Web Design - Bridging the Gap Between Art Directors

Mobile view

Page 12: Responsive Web Design - Bridging the Gap Between Art Directors

So… How Does it Work?

Page 13: Responsive Web Design - Bridging the Gap Between Art Directors

There are 3 Essential Ingredients

 

A Flexible, Grid-based Layout

Flexible Images and Media

Media Queries 

Page 14: Responsive Web Design - Bridging the Gap Between Art Directors

A Flexible, Grid-based Layout

Page 15: Responsive Web Design - Bridging the Gap Between Art Directors

 1. Sites can still have fixed/max. width

2. Move your thinking from px to %

3. Sites now have ‘Breakpoints’ createdto allow multiple devices to displaycontent differently

 

Flexible, Grid-based Layout

Page 16: Responsive Web Design - Bridging the Gap Between Art Directors

 

As an Art Director you need to …

1. Consider how your designs will be altered with resizing

2. Have an understanding of how your decisions will affect developers

3. Produce artwork or diagrams/sketches for each viewport

 

Flexible, Grid-based Layout

Page 17: Responsive Web Design - Bridging the Gap Between Art Directors

Flexible images and media

Page 18: Responsive Web Design - Bridging the Gap Between Art Directors

 1. A flexible layout is useless if its components

are at a fixed width

2. Components include images, fonts, videoplayers, and audio players

 

Flexible Media

Page 19: Responsive Web Design - Bridging the Gap Between Art Directors

 

As an Art Director you need to …1. Remember images containing embedded

fonts will scale smaller

2. Think about images as being insidefluid containers

Flexible Media

Page 20: Responsive Web Design - Bridging the Gap Between Art Directors

Media Queries

Page 21: Responsive Web Design - Bridging the Gap Between Art Directors

 

1. New styling applied to different breakpoints

2. Common media queries include:

min-width: ?px

max-width: ?px

orientation : portrait

orientation: landscape

Media Queries

Page 22: Responsive Web Design - Bridging the Gap Between Art Directors

 

As an Art Director you need to …1. Identify the minimum number of breakpoints

required for your design based off the ecosystem of possible devices/screens

2. Understand the possibilities and limitations of CSS

Media Queries

Page 23: Responsive Web Design - Bridging the Gap Between Art Directors

The Challenge…How do you create mockups that align with Development?

Page 24: Responsive Web Design - Bridging the Gap Between Art Directors

Pattern List

Best Practices

Page 25: Responsive Web Design - Bridging the Gap Between Art Directors

 Viewport: The visible portion of the canvas

Breakpoint: The pixel width at which a page changes its layout

Pattern Templates: Created by Luke Wroblewski

Commonly Used Terms

Page 26: Responsive Web Design - Bridging the Gap Between Art Directors

1. Mostly Fluid

A

B C

A

B C

A

B C

A

B

C

MOBILE tablet netbook DESKTOP

Page 27: Responsive Web Design - Bridging the Gap Between Art Directors

http://www.antarcticstation.org/

Example: Mostly Fluid

Page 28: Responsive Web Design - Bridging the Gap Between Art Directors

2. Column Drop

AB CAB

C

A

BC

A

B

C

MOBILE tablet netbook DESKTOP

Page 29: Responsive Web Design - Bridging the Gap Between Art Directors

http://modernizr.com/

Example: Column Drop

Page 30: Responsive Web Design - Bridging the Gap Between Art Directors

3. Layout Shifter

AB

C

AB

C

A

B

C

A

B

C

MOBILE tablet netbook DESKTOP

Page 31: Responsive Web Design - Bridging the Gap Between Art Directors

Example: Layout Shifter

http://www.anderssonwise.com/

Page 32: Responsive Web Design - Bridging the Gap Between Art Directors

4. Off Canvas

AB C AB C

AB C AB C

MOBILE tablet

netbook DESKTOP

Page 33: Responsive Web Design - Bridging the Gap Between Art Directors

Example: Off Canvas

Page 34: Responsive Web Design - Bridging the Gap Between Art Directors

5. Tiny Tweaks

A A A A

MOBILE tablet netbook DESKTOP

Page 35: Responsive Web Design - Bridging the Gap Between Art Directors

Example: Tiny Tweaks

http://futurefriend.ly/

Page 37: Responsive Web Design - Bridging the Gap Between Art Directors

In Conclusion…

Page 38: Responsive Web Design - Bridging the Gap Between Art Directors

Thank you.@steamin