Download Mobile Web Design Principles 2.8 MB PPT (Download)

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

URL redirection wikipedia , lookup

Transcript
Best Practices Workshop
MOBILE WEB DESIGN
PRINCIPLES
© 2012 DigitalDay | www.Digital-Day.com
1
Mobile web design principles
• Mobile first
– Context
• Design for multiple screen sizes
• Look and feel
– Layout
• Fixed vs. Fluid
– Color
– Typography
– Graphics
• Image scaling and handling
– Retina display considerations
• Designing forms for mobile
© 2012 DigitalDay | www.Digital-Day.com
2
• Designing for different screen sizes
© 2012 DigitalDay | www.Digital-Day.com
3
iPhone dimensions
© 2012 DigitalDay | www.Digital-Day.com
4
Mobile design considerations for thumb reach
© 2012 DigitalDay | www.Digital-Day.com
5
Color differences across device types
© 2012 DigitalDay | www.Digital-Day.com
6
Supported colors by device type
© 2012 DigitalDay | www.Digital-Day.com
7
Finger friendly mobile design
• Ideal mobile touch target sizes
– Apple’s iPhone Human Interface Guidelines recommends a minimum
target size of 44 pixels wide 44 pixels tall.
– Microsoft’s Windows Phone UI Design and Interaction Guide suggests
a touch target size of 34px with a minimum touch target size of 26px.
– Nokia’s developer guidelines suggest that the target size should be no
smaller than 1cm x 1cm square or 28 x 28 pixels.
UX Movement
© 2012 DigitalDay | www.Digital-Day.com
8
Retina displays vs. Other mobile displays
Apple Insider
© 2012 DigitalDay | www.Digital-Day.com
9
iOS retina displays
• What is the best method for adding 2x images to webpages
that will be displayed on the new iPad with retina graphics?
© 2012 DigitalDay | www.Digital-Day.com
10
Bookmark icons for mobile
Lest we forget . . .
• For Apple devices with the iOS
operating system version 1.1.3 or later,
such as the iPod Touch, iPhone, and
iPad, as well as some Android devices,
one can provide a custom icon that
users can display on their Home screens
using the Web Clip feature (called Add
to Home Screen within Mobile Safari).
• This feature is enabled by supplying a
<link rel="apple-touch-icon" ...> in the
<head> section of documents served by
the web site. If the custom icon is not
provided, a thumbnail of the web page
will be put on the home screen instead.
© 2012 DigitalDay | www.Digital-Day.com
11
Mobile bookmark dimensions
• The recommended basic size for this icon is 57×57 pixels, with
90 degree corners; for best display on the higher-resolution
iPhone 4 screen, an icon size of 114×114 pixels is
recommended.
• For the iPad and iPad2, the basic size is 72x72 pixels with 90
degree corners. For the iPad3, the high-resolution size would
be 144x144 pixels.
• The icon file referenced by apple-touch-icon is modified to
add rounded corners, drop shadow, and reflective shine.
Alternatively, an apple-touch-icon-precomposed icon may be
provided to instruct devices not to apply reflective shine on
the image.
© 2012 DigitalDay | www.Digital-Day.com
12
Mobile email design considerations
• http://www.ddcg.com/mobile_email_size_ref/index.html
• This shows the DDCG roundtable email alongside a random
assortment of spam for the sake of comparing initial default
zoom, text size, etc.
• As long as the main headlines are legible at the initial default
zoom state, we're generally in good shape (Apple's emails are
a good example of this approach).
• In general, people are going to have to zoom in to read body
copy, but they determine whether or not they want to based
upon the headlines.
© 2012 DigitalDay | www.Digital-Day.com
13
Designing for the future, today
We need to design for “DEVICES WE HAVEN'T IMAGINED YET.”
• This notion has been bouncing around in my head for months
now. Our first couple of mobile sites were built strictly for
iPhones– so much so that we were trying to detect mobile
browser and OS versions to determine which version of the
site to serve up. Now that feels totally wrong– no one could
ever keep up with future updates using that approach.
© 2012 DigitalDay | www.Digital-Day.com
14
Designing for the future, today
• When we look at responsive design today, we're anticipating
resolutions on devices popular TODAY. Our layouts change
based on width thresholds that line up with desktops, laptops,
iPads, and phones. If you squint at this as if you're looking
back at it from three years in the future, the wrongness of it
already seems evident.
Building to specific resolutions equates to building to specific
OSs. There will be resolutions, not to mention resolution
independence and applications that we haven't imagined yet
(I bet display on whatever TV turns into will have a lot to do
with what happens).
© 2012 DigitalDay | www.Digital-Day.com
15
Relinquishing control and controlling the unknown
• Web design as we've known it thus far– basically slightly
interactive print design– is over (in terms of thinking about
what's next).
Design in its current form will straggle on for another decade
or so. The future is about presenting data from a multitude of
disparate sources– letting users pick and choose what they
want to see and how.
It's going to be a combination of relinquishing control and
controlling the unknown.
© 2012 DigitalDay | www.Digital-Day.com
16
Mobile design resources
• http://mobiledesign.org/mobile_design
• Retina Display Example:
http://duncandavidson.com/blog/2012/03/photography_on_
retina
• http://uxmovement.com/buttons/finger-friendly-designideal-mobile-touch-target-sizes/
© 2012 DigitalDay | www.Digital-Day.com
17