SlideShare a Scribd company logo
ORDER UP
CUSTOMIZED CONTENT
      for the
   MOBILE WEB
CUSTOMIZED CONTENT
           +
    RESPONSIVE DESIGN
           =
AWESOME MOBILE EXPERIENCE
Don’t just build good sites.

 BUILD AWESOME
  EXPERIENCES.
DESIGN BETTER
Q.   How can my mobile site / app
     be better?
‣ The mobile web is growing 8 times faster than the
      desktop web grew in the AOL heydays

‣ Smart phone sales will pass PC sales in 2012
‣ AT&T data traffic has increased by almost 5,000% in 3
      years, mostly due to the iPhone

‣ Mobile phones will overtake PCs as the most
      common web access devices worldwide by 2013.

‣ 600% growth in traffic to mobile websites in 2010.
‣ Facebook and Twitter access via mobile browser
      grows by triple digits in 2010.

‣ Average smartphone user visits up to 24 websites per
      day.
Source: http://www.lukew.com/resources/articles/MobileFirst_LukeW.pdf / http://www.zeldman.com/2011/03/30/a-day-apart-mobile-web-
design-with-luke-wroblewski/
SHOULD WE CARE?
Q.   What is my content?



Q.   Who am I trying to reach?
Your Content Defines the Design
YOUR AUDIENCE DEFINES THE MEDIUM
Q.   Does my content work in a mobile
     environment?


Q.   Does my audience use mobile?
CUSTOMIZED CONTENT
           +
    RESPONSIVE DESIGN
           =
AWESOME MOBILE EXPERIENCE
WHAT’S ON THE MENU?
1. Content Matters

2. Design for Mobile

3. Examples & Practical Application
CONTENT
1. Have a Content Strategy

2. Content is a Dish Best Served Personalized

3. Make it Easy on the User
CONTENT
1. Have a Content Strategy
  a) Know your voice. Know your audience.
CONTENT
1. Have a Content Strategy
  a) Know your voice. Know your audience.
  b) Know the most important elements.



           YOU                            USER
brand development / profitability   satisfaction / happiness
CONTENT
1. Have a Content Strategy
  a) Know your voice. Know your audience.
  b) Know the most important elements.
  c) Craft user stories.
CONTENT
2. Content is a Dish Best Served
   Personalized
  a) We don’t need more information. We need
  better filters.
CONTENT
2. Content is a Dish Best Served
   Personalized
  a) We don’t need more information. We need
  better filters.
  b) How can you personalize your content?
      - location
      - social demographics
      - registration information
CONTENT
3. Make it Easy on the User
  a) Perform user actions for them.
CONTENT
3. Make it Easy on the User
  a) Perform user actions for them.
  b) Get an ID

             1024x768




                                 320x480
CONTENT
3. Make it Easy on the User
  a) Perform user actions for them.
  b) Get an ID
  c) Make the content the action point.
CONTENT
1. Have a Content Strategy

2. Content is a Dish Best Served Personalized

3. Make it Easy on the User
CUSTOMIZED CONTENT
           +
    RESPONSIVE DESIGN
           =
AWESOME MOBILE EXPERIENCE
DESIGN
Progressive Enhancement
DESIGN
Progressive Dehancement
THE MOBILE EXPERIENCE
SHOULD BE A GREAT EXPERIENCE
DESIGN
1. Responsive Web Design

2. Separate Mobile Sites

3. Mobile First
DESIGN
1. Responsive Web Design
  a) What is it?
DESIGN
1. Responsive Web Design
  a) What is it?




                   FLEXIBLE DESIGN
DESIGN
1. Responsive Web Design
  a) What is it?
  b) 3 Rules
DESIGN
Ethan Marcotte’s 3 Rules
  1. The site must be built with a flexible grid
  foundation.




                http://www.alistapart.com/articles/responsive-web-design/
FLEXIBLE
  not
 FIXED
DESIGN
Flexible Layouts

  em            font-size: 1.5em; /* 24px / 16px = 1.5em */




  percentages   width: 65%;



  floats         float: left;
DESIGN
Ethan Marcotte’s 3 Rules
  1. The site must be built with a flexible grid
  foundation.

  2. Images that are incorporated into the design
  must be flexible themselves.
SOLUTION?

img {
  max-width: 100%;
}
VIDEO

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


#do-theevent {width:65%}
DESIGN
Ethan Marcotte’s 3 Rules
  1. The site must be built with a flexible grid
  foundation.

  2. Images that are incorporated into the design
  must be flexible themselves.

  3. Different views must be enabled in different
  contexts via media queries
CSS MEDIA QUERIES
<link rel="stylesheet" type="text/css"
href="core.css" media="screen" />

<link rel="stylesheet" type="text/css"
href="print.css" media="print" />
CSS MEDIA QUERIES
<link rel="stylesheet" type="text/css"
media="screen and (max-device-width: 480px)"
href="iphone.css" />

<link rel="stylesheet" type="text/css"
media="screen and (max-device-width: 1024px)"
href="ipad.css" />
WHAT?
- Clear Floats
- Resize Text
- Increase / Decrease Width & Height
- Change Navigation
iPAD?
<link rel="stylesheet" type="text/css"
media="screen and (orientation: portrait)"
href="ipad-portrait.css" />

<link rel="stylesheet" type="text/css"
media="screen and (orientation: landscape)"
href="ipad-landscape.css" />
iPHONE 4?

<link rel="stylesheet" type="text/css"
media="only screen and (-webkit-min-device-
pixel-ratio:2" href="iphone4.css" />
DESIGN
1. Responsive Web Design

2. Separate Mobile Sites
DESIGN
2. Separate Mobile Sites
  a) Sometimes RWD isn’t enough.
NATIVE APP
   or
WEB APP?
DESIGN
2. Separate Mobile Sites
  a) Sometimes RWD isn’t enough.
  b) Feature shrink
DESIGN
2. Separate Mobile Sites
  a) Sometimes RWD isn’t enough.
  b) Feature shrink
  c) Domain redirect
     - server side
     - client side


                 m.olivegarden.com
DESIGN
1. Responsive Web Design

2. Separate Mobile Sites

3. Mobile First
DESIGN
3. Mobile First
  a) Luke Wroblewski (www.lukew.com)
DESIGN
3. Mobile First
  a) Luke Wroblewski (www.lukew.com)
  b) Simplify
DESIGN
3. Mobile First
  a) Luke Wroblewski (www.lukew.com)
  b) Simplify
  c) Focus
DESIGN
3. Mobile First
  a) Luke Wroblewski (www.lukew.com)
  b) Simplify
  c) Focus
  d) Think like a user
FUTURE OF DESIGN?
???
CUSTOMIZED CONTENT
           +
    RESPONSIVE DESIGN
           =
AWESOME MOBILE EXPERIENCE
CHEERS!
@jasonvanlue

More Related Content

Similar to Customized Content for the Mobile Web

Responsive Web Design - Bridging the Gap Between Art Directors
Responsive Web Design - Bridging the Gap Between Art DirectorsResponsive Web Design - Bridging the Gap Between Art Directors
Responsive Web Design - Bridging the Gap Between Art Directors
Aaron Bernardo
 
Websites: Creating Effective Content and Launching Your Site Aug 2014
Websites: Creating Effective Content and Launching Your Site Aug 2014Websites: Creating Effective Content and Launching Your Site Aug 2014
Websites: Creating Effective Content and Launching Your Site Aug 2014Greg Woodham
 
Beyond Responsive Web Design
Beyond Responsive Web DesignBeyond Responsive Web Design
Beyond Responsive Web Design
arborwebsolutions
 
Responsive webdesign
Responsive webdesignResponsive webdesign
Responsive webdesign
Bart De Waele
 
Responsive Webdesign - UXtour Microsoft
Responsive Webdesign - UXtour MicrosoftResponsive Webdesign - UXtour Microsoft
Responsive Webdesign - UXtour Microsoft
Thomas Deceuninck
 
Responsive Web Design & the state of the Web
Responsive Web Design & the state of the WebResponsive Web Design & the state of the Web
Responsive Web Design & the state of the WebYiannis Konstantakopoulos
 
Mobile Learning Development: Get it Right
Mobile Learning Development: Get it RightMobile Learning Development: Get it Right
Mobile Learning Development: Get it Right
CommLab India – Rapid eLearning Solutions
 
Basic Responsive Theming - Somedutta Ghosh
Basic Responsive Theming - Somedutta GhoshBasic Responsive Theming - Somedutta Ghosh
Basic Responsive Theming - Somedutta GhoshDrupal Camp Delhi
 
Fishbowl Mobile Library Tablet Application - May 2013
Fishbowl Mobile Library Tablet Application - May 2013Fishbowl Mobile Library Tablet Application - May 2013
Fishbowl Mobile Library Tablet Application - May 2013
Fishbowl Solutions
 
UX design for every screen
UX design for every screenUX design for every screen
UX design for every screen
Four Kitchens
 
Flexible distribution of existing Web interfaces: an architecture involving d...
Flexible distribution of existing Web interfaces: an architecture involving d...Flexible distribution of existing Web interfaces: an architecture involving d...
Flexible distribution of existing Web interfaces: an architecture involving d...
Gabriela Bosetti
 
Responsive design
Responsive designResponsive design
Responsive design
Hock Leng PUAH
 
Screen and Context: Usability in the Postdesktop World
Screen and Context: Usability in the Postdesktop WorldScreen and Context: Usability in the Postdesktop World
Screen and Context: Usability in the Postdesktop World
Doug Gapinski
 
How to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive WebsiteHow to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive Website
Jj Jurgens
 
An Introduction to Responsive Design
An Introduction to Responsive DesignAn Introduction to Responsive Design
An Introduction to Responsive Design
Nexer Digital
 
An Introduction to Responsive Design
An Introduction to Responsive DesignAn Introduction to Responsive Design
An Introduction to Responsive Design
Liam Richardson
 
Module 08: Responsive Web Design
Module 08: Responsive Web DesignModule 08: Responsive Web Design
Module 08: Responsive Web Design
Daniel Drew Turner
 
Postdesktop Usability
Postdesktop UsabilityPostdesktop Usability
Postdesktop Usability
Doug Gapinski
 
CSS3 Media Queries: Mobile Elixir or CSS Snake Oil
CSS3 Media Queries: Mobile Elixir or CSS Snake OilCSS3 Media Queries: Mobile Elixir or CSS Snake Oil
CSS3 Media Queries: Mobile Elixir or CSS Snake Oil
jameswillweb
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
Julia Vi
 

Similar to Customized Content for the Mobile Web (20)

Responsive Web Design - Bridging the Gap Between Art Directors
Responsive Web Design - Bridging the Gap Between Art DirectorsResponsive Web Design - Bridging the Gap Between Art Directors
Responsive Web Design - Bridging the Gap Between Art Directors
 
Websites: Creating Effective Content and Launching Your Site Aug 2014
Websites: Creating Effective Content and Launching Your Site Aug 2014Websites: Creating Effective Content and Launching Your Site Aug 2014
Websites: Creating Effective Content and Launching Your Site Aug 2014
 
Beyond Responsive Web Design
Beyond Responsive Web DesignBeyond Responsive Web Design
Beyond Responsive Web Design
 
Responsive webdesign
Responsive webdesignResponsive webdesign
Responsive webdesign
 
Responsive Webdesign - UXtour Microsoft
Responsive Webdesign - UXtour MicrosoftResponsive Webdesign - UXtour Microsoft
Responsive Webdesign - UXtour Microsoft
 
Responsive Web Design & the state of the Web
Responsive Web Design & the state of the WebResponsive Web Design & the state of the Web
Responsive Web Design & the state of the Web
 
Mobile Learning Development: Get it Right
Mobile Learning Development: Get it RightMobile Learning Development: Get it Right
Mobile Learning Development: Get it Right
 
Basic Responsive Theming - Somedutta Ghosh
Basic Responsive Theming - Somedutta GhoshBasic Responsive Theming - Somedutta Ghosh
Basic Responsive Theming - Somedutta Ghosh
 
Fishbowl Mobile Library Tablet Application - May 2013
Fishbowl Mobile Library Tablet Application - May 2013Fishbowl Mobile Library Tablet Application - May 2013
Fishbowl Mobile Library Tablet Application - May 2013
 
UX design for every screen
UX design for every screenUX design for every screen
UX design for every screen
 
Flexible distribution of existing Web interfaces: an architecture involving d...
Flexible distribution of existing Web interfaces: an architecture involving d...Flexible distribution of existing Web interfaces: an architecture involving d...
Flexible distribution of existing Web interfaces: an architecture involving d...
 
Responsive design
Responsive designResponsive design
Responsive design
 
Screen and Context: Usability in the Postdesktop World
Screen and Context: Usability in the Postdesktop WorldScreen and Context: Usability in the Postdesktop World
Screen and Context: Usability in the Postdesktop World
 
How to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive WebsiteHow to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive Website
 
An Introduction to Responsive Design
An Introduction to Responsive DesignAn Introduction to Responsive Design
An Introduction to Responsive Design
 
An Introduction to Responsive Design
An Introduction to Responsive DesignAn Introduction to Responsive Design
An Introduction to Responsive Design
 
Module 08: Responsive Web Design
Module 08: Responsive Web DesignModule 08: Responsive Web Design
Module 08: Responsive Web Design
 
Postdesktop Usability
Postdesktop UsabilityPostdesktop Usability
Postdesktop Usability
 
CSS3 Media Queries: Mobile Elixir or CSS Snake Oil
CSS3 Media Queries: Mobile Elixir or CSS Snake OilCSS3 Media Queries: Mobile Elixir or CSS Snake Oil
CSS3 Media Queries: Mobile Elixir or CSS Snake Oil
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 

Customized Content for the Mobile Web