45
Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission. Interaction Design for Mobile Web Sites October, 2011

Interaction Design for Mobile Web Sites

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Interaction Design for Mobile Web SitesOctober, 2011

Page 2: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Lokion is a proven, nimble team of experts crafting digital solutions

that work for real people.

#lokion

Page 3: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Page 4: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Page 5: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

???

Page 6: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Focus First

1.Define the vision.2.Do your homework.3.Test. Refine. Retest.

Page 7: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Define the Vision

• WHO are we designing for?• WHICH devices are they using?• WHERE and WHEN do they use it?• WHAT do THEY need / want /

expect?• WHAT do WE need / want / expect?• HOW will this improve their

experience?• WHY are we designing this mobile

site?

Page 8: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

“You can’t tell how well something will

work until it’s sitting in your sweaty palm.”

~Tom Hume

Page 9: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Do Your Homework: Mobile Empathy

Page 10: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Give users what they actually want, not what they say they

want.

“But what I really want

is…”

Page 11: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Do Your Homework: Audience Research

Joe Sarah Helen JakeYoung Cocky Pilot Friendly Flight Attendant PT Ground Service Agent Pragmatic MechanicEvo Android HTC Inspire she calls iPhone Costco Samsung T939 iPhone with

Otterbox

Page 12: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

“A lot of times, people don't know

what they want until you show it to

them."~Steve Jobs, BusinessWeek, May 25 1998

Page 13: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Test. Refine. Retest.

Page 14: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Mobile Design Quick Tips

1.Design for distraction.2.Avoid featuritus.3.Leverage hot zones.4.Know fat finger math.

Page 15: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Page 16: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Page 17: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Hot Zones

Page 18: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Fat Finger Math

¼ inch

Page 19: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Page 20: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Page 21: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Responsive Design

Single set of front end code for all devices.

Page 22: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

What We Need

1.Flexible grid.2.Flexible images and media 3.Media queries to scale it all

Page 23: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

What is responsive design?

Page 24: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

What is responsive design?

Page 25: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

How did we get here?

1.CSS 32.Percentages and EMs3.Min-width and Max-width 4.Simple Math

Page 26: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Works great in modern smart phones

http://www.slideshare.net/bryanrieger/rethinking-the-mobile-web-by-yiibu

Page 27: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

But what about everyone else?

http://www.slideshare.net/bryanrieger/rethinking-the-mobile-web-by-yiibu

Page 28: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Top Down vs. Bottom Up Approach

Page 29: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Top Down

Page 30: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Bottom Up

Page 31: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Bottom Up

@media (max- ‐device- ‐width:480px)

Page 32: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Bottom Up

@media (max- ‐device- ‐width:780px)

Page 33: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Bottom Up

@media (max- ‐device- ‐width:1280px)

Page 34: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Bottom Up

480px 1280px +

Page 35: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Scale your images on mobile devices.

Page 36: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Handling responsive images

1. Images should be flexible.

img,object { max-width: 100%;}

Page 37: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Don’t be a jerk to your mobile audience2. Images should adjust according to bandwidth assumptions.

Resizing backgrounds with TimThumb

timthumb.php?src=cat.jpg&h=200&w=120

Basic example with minimum parameters. Uses a different width and height to show that everything else works the same as with normal image resizing

New cat .jpg 200px x 120px

Page 38: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Responsive Resources

Page 39: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Less Framework

http://www.lessframework.com/

Page 40: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Frameless

http://framelessgrid.com/

Page 41: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Handling Images

2. Images should adjust according to bandwidth assumptions.

Many other resizing libraries:

Tim Thumbhttp://code.google.com/p/timthumb/

Zebra Imagehttp://stefangabos.ro/php-libraries/zebra-image/

Imaginehttp://imagine.readthedocs.org/en/latest/index.html

Page 42: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Recap

• Define the vision.• Do your homework.• Test. Refine. Retest.• Design for distraction.• Avoid featuritus.• Leverage hot zones.• Know fat finger math.

• Responsive design• Flexible grid• Flexible images and media • CSS 3• Percentages and Simple Math• Resources

Page 43: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Resources / Contact

• A User-Centered Approach To Web Design For Mobile Devices• Designing for Mobiles: Users & Context from Niek Dekker on Vimeo.• Mobile First by http://www.lukew.com • Yiibu’s proof of concept site based on Mobile First• iPhone Human Interface Guidelines• Windows Phone UI Design and Interaction Guide (PDF)• Ubuntu Designing for Finger Uis• DeviceAtlas • Opera’s State of the Mobile Web• Google keyword tool in AdWords

Give us a shout!www.lokion.com

901.591.1614

Page 44: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.

Page 45: Interaction Design for Mobile Web Sites

Proprietary to Lokion . Sample images drawn from Google Images. Do not distribute without permission.