responsive web design presentation at the fort wayne adfed

28
RESPONSIVE WEB DESIGN Nate Reusser #AdFedRWD @natereusser

Upload: reusser-design-llc

Post on 15-Jan-2015

3.343 views

Category:

Design


2 download

DESCRIPTION

Nate Reusser recently spoke in front of 80+ advertising and marketing professionals during a luncheon held at the Fort Wayne Advertising Federation. Here are his slides, full of useful information and resources!

TRANSCRIPT

Page 1: Responsive Web Design presentation at the Fort Wayne AdFed

RESPONSIVEWEB DESIGN

Nate Reusser #AdFedRWD@natereusser

Page 2: Responsive Web Design presentation at the Fort Wayne AdFed

Approach to web design in which a site is crafted to provide an optimal viewing experience

Provides easy reading and navigation with a minimum of resizing, panning, and scrolling

Mix of flexible grids and layouts, images and an intelligent use of CSS media queries

WHAT IS RWD

#AdFedRWDRESPONSIVE WEB DESIGN

Page 3: Responsive Web Design presentation at the Fort Wayne AdFed

WHYFOCUS ON

RWD?

#AdFedRWDRESPONSIVE WEB DESIGN

Page 4: Responsive Web Design presentation at the Fort Wayne AdFed
Page 5: Responsive Web Design presentation at the Fort Wayne AdFed

#AdFedRWDRESPONSIVE WEB DESIGN

Page 6: Responsive Web Design presentation at the Fort Wayne AdFed

350MILLIONIPODS

193MILLIONIPHONES

100MILLIONIPADS

Page 7: Responsive Web Design presentation at the Fort Wayne AdFed

2.4 INTERNET USERS WORLDWIDE

IN 2012...

BILLION

1.3 EXABYTES

MOBILE DATA TRAFFICPER MONTH

31 PERCENT

USED A TABLET ORE-READER (U.S. Internet Population)

#AdFedRWDRESPONSIVE WEB DESIGN

Page 8: Responsive Web Design presentation at the Fort Wayne AdFed

2010

#AdFedRWDRESPONSIVE WEB DESIGN

Ethan Marcotte coined the phrase

Page 9: Responsive Web Design presentation at the Fort Wayne AdFed

2011

#AdFedRWDRESPONSIVE WEB DESIGN

Page 10: Responsive Web Design presentation at the Fort Wayne AdFed

2012

#AdFedRWDRESPONSIVE WEB DESIGN

Page 11: Responsive Web Design presentation at the Fort Wayne AdFed

1. A Fluid Foundation

2. Flexible Content

3. Media Queries

RWD BASICS

#AdFedRWDRESPONSIVE WEB DESIGN

Page 12: Responsive Web Design presentation at the Fort Wayne AdFed

• Basic Fluid Layout [EXAMPLE]

Content continually flows or adjusts in a word-wrap fashion. No distinct content differences

• Adaptive Layout [ EXAMPLE]

Predefined break points where different layouts are triggered.

• Responsive Layout [EXAMPLE]

Combination of Fluid & Adaptive. Still have predefined break points, however, content will flow to expand or contract

FLUID FOUNDATION

#AdFedRWDRESPONSIVE WEB DESIGN

Page 13: Responsive Web Design presentation at the Fort Wayne AdFed

• Start with a solid Content Plan

• Gather content prior to design & dev

• Use a Content Priority Guide

#AdFedRWDRESPONSIVE WEB DESIGN

FLEXIBLE CONTENT

Page 14: Responsive Web Design presentation at the Fort Wayne AdFed

#AdFedRWDRESPONSIVE WEB DESIGN

Page 15: Responsive Web Design presentation at the Fort Wayne AdFed

@media (min-width: 720px) { .logo { float: none; padding: 10px; }}

\

MEDIA QUERIES

#AdFedRWDRESPONSIVE WEB DESIGN

Page 16: Responsive Web Design presentation at the Fort Wayne AdFed

• 0-519 pixels Most all phones will see this in portrait

• 520-759 pixelsPhones with large resolutions, tablets with small resolutions in portrait mode

• 760-959 pixels iPad and most Android Tablets in portrait, most Android phones in Landscape orientation, Resized Desktops

• 960-1140+ pixelsDesktop full width, Kindle Fire, iPad in Landscape Mode, Flat Screen TVs

#AdFedRWDRESPONSIVE WEB DESIGN

BREAKPOINTS

Page 17: Responsive Web Design presentation at the Fort Wayne AdFed

ITEMS TO CONSIDER

Page 19: Responsive Web Design presentation at the Fort Wayne AdFed

FEATURE SUPPORT

• Click to Call

• GeoLocation

• GeoFencing

• Native Device Functionality

#AdFedRWDRESPONSIVE WEB DESIGN

Page 20: Responsive Web Design presentation at the Fort Wayne AdFed

•Better experience for mobile users

• “One-size” approach to web analytics won’t work

•Google recommends RWD (June 2012)

• Less costly to maintain

EFFECTIVE?

#AdFedRWDRESPONSIVE WEB DESIGN

Page 21: Responsive Web Design presentation at the Fort Wayne AdFed

PROS CONS

• One Codebase

• Single URL

• Social Sharing

• Device Agnostic

• Future Proof

• Problems with images, javascript disabled

• Advertising

• More development & planning

• Legacy Support

#AdFedRWDRESPONSIVE WEB DESIGN

Page 22: Responsive Web Design presentation at the Fort Wayne AdFed

•Depends on the project

• Target Audience Needs, need an app?

•Budget

NEED FOR RWD?

#AdFedRWDRESPONSIVE WEB DESIGN

Page 23: Responsive Web Design presentation at the Fort Wayne AdFed

DEMOS

Page 24: Responsive Web Design presentation at the Fort Wayne AdFed

GET STARTEDGreat responsive frameworks to get the hang of things:

• Foundation by ZURBhttp://foundation.zurb.com

• Fluid Baseline Grid Systemhttp://www.fluidbaselinegrid.com

• Twitter Bootstrap 2.0http://twitter.github.com/bootstrap/

• 1140 Grid Systemhttp://cssgrid.net/

• Skeltonhttp://www.getskeleton.com/

#AdFedRWDRESPONSIVE WEB DESIGN

Page 25: Responsive Web Design presentation at the Fort Wayne AdFed

RESOURCES• Responsive Layouts & Patterns - Brad Frost

http://bit.ly/U4N5qH

• Device Agnostic Approach to RWDhttp://bit.ly/GHjK2D

• Responsive Web Design (A List Apart)http://bit.ly/bcKwQQ

• Media Querieshttp://mediaqueri.es/

#AdFedRWDRESPONSIVE WEB DESIGN

Page 26: Responsive Web Design presentation at the Fort Wayne AdFed

START THINKING

•Pixel Density (i.e. Touch Targets)

• Typekit / WebFont (Hosted Fonts)

•Retina Display

•Pictos / Font Glyphs / SVGs

#AdFedRWDRESPONSIVE WEB DESIGN

Page 27: Responsive Web Design presentation at the Fort Wayne AdFed

• Screensize - Viewport, Orientation, Resolution

• Connection Speed - Adjusting bandwidth during session

• Color - Poor Lighting, Monochrome, Retina Display

• Interaction - Touch, Mouse, Voice, Keyboards

• Performance - Battery Life, Performance, CPU

THE FUTURE

Page 28: Responsive Web Design presentation at the Fort Wayne AdFed

THANKS!

#AdFedRWDRESPONSIVE WEB DESIGN

Slides will be posted to:

http://www.slideshare.net/reusserdesign