SlideShare a Scribd company logo
The Users are Restless

Terry Ryan | Developer Evangelist
Twitter: @tpryan
Who are you?
The Users are Restless
The Users are Restless
Would you like a
 movie review?
The Users are Restless
How would you
like pancakes?
The Users are Restless
The Users are Restless
The Users are Restless
I would like to visit
  my alma mater.
The Users are Restless
Source: http://xkcd.com/773/
How about on
  mobile?
The Users are Restless
The Users are Restless
The Users are Restless
The Users are Restless
Pop quiz:
What are you
 packing?
Demo   Text




       Point your browsers
The Users are Restless
The Users are Restless
The Users are Restless
Users have
 noticed
The users are
  restless
And by “restless”
I mean “pissed”
How do
we fix this?
Build sites that
cater to users
     needs
Get rid of stuff
  you want
Ensure you have
what users want
Responsive Web
    Design
Semantic HTML
SEMANTIC HTML
A Flexible starting place
OXO
Definition
• HTML where specific elements are used
• HTML where elements are not misused
• HTML with no presentation information
Semantic HTML?
<div>Heartland	
  Developers	
  Conference</div>
The Users are Restless
The Users are Restless
The Users are Restless
The Users are Restless
Semantic HTML
<div>Heartland	
  Developers	
  Conference</div>
The Users are Restless
On HDC Site
<h1>Heartland	
  Developers	
  Conference</h1>
On My Site
<h2>Events</h2>
<ul>
	
  	
  	
  	
  <li>Heartland	
  Developers	
  Conference</li>
</ul>
The Users are Restless
The Users are Restless
The Users are Restless
The Users are Restless
The Users are Restless
The Users are Restless
The Users are Restless
The Users are Restless
Semantic HTML is a moving target
• Not Boolean
• Not always objective
• A continuum        Text
Example
Unsemantic                                                    Semantic
<body	
  background="css/bg.png">                             <body>
<font	
  face="Calibri”><center>                                  <div	
  id="header">
<table	
  width="800"	
  bgcolor="#FFFFFF"	
                          <h1>The	
  Awesome	
  Blog	
  of	
  Awesome</h1>

                                                             Text
border="10"	
  bordercolor="#FFFFFF">                                 <p	
  class="tagline">
<tr><td>
<table	
  width="100%"	
  bgcolor="#f0f0f0"	
                 Text
                                                               Text
                                                                      Awesome	
  is	
  a	
  State	
  of	
  Mind
                                                                      </p>
border="0“>	
                                                     </div>
    <tr>
          <td><h1>
          <font	
  face="Palatino	
  Linotype">The	
  
          Awesome	
  Blog	
  of	
  Awesome</font>
          </h1></td>
    </tr>
    <tr>	
  	
  	
  	
  
          <td	
  align="right"><p>
          <i>Awesome	
  is	
  a	
  State	
  of	
  Mind</i>
          </p></td>
    </tr>
</table>
HTML5 adds more semantics
            <body>
	
  	
  	
  	
  <header>
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  <h1>The	
  Awesome	
  Blog	
  of	
  Awesome</h1>
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  <p>Awesome	
  is	
  a	
  State	
  of	
  Mind</p>
	
  	
  	
  	
  </header>
	
  	
  	
  	
  <nav>
	
  	
  	
  	
  	
   <ul>
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  <li><a	
  href="">Home</a></li>
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  <li><a	
  href="">Blog</a></li>
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  <li><a	
  href="">About</a></li>
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  <li><a	
  href="">Contact</a></li>
	
  	
  	
  	
  	
  	
  	
  	
  </ul>
	
  	
  	
  	
  </nav>
<header>
        <nav>

      <article>




<aside>



      <section>
       <nav>
      <footer>
RESPONSIVE WEB DESIGN
Content that adapts to user capability
NEW YORK TIMES
HTML is
Responsive
Source: http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html
Everything added
 makes the web
 less responsive
How do we do it
Responsive Web Design
• Develop like your browser is just one big linear
  display
• Tweak for mobile
• Enhance for wider screens
• Test it on targets
• Iterate until it works right
It’s not just layout
Responsive
Typography
Responsive
 Images
Demo


       Alternate HDC site
CONTENT
It’s the content, stupid!
AVON
Eliminate the stuff
    your users
    don’t want.
But I have this
thing they have to
  know about...
You are not in control of
how your users experience
        your site
Zite    Readibility     Flipboard   Instapaper




Pocket   Read it Later    Safari       Pulse
The Users are Restless
The Users are Restless
The Users are Restless
They’re all
 different
But they’re
all the same
It’s okay, they’re
just content sites
The Users are Restless
Nope, apps too.
If you don’t get
   rid of stuff,
    users will
CONCLUSIONS
Source: http://www.asymco.com/2012/01/17/the-rise-and-fall-of-personal-computing/
Mobile Engagement
• Paypal mobile payments:
 • 2009 - $141,000,000
 • 2011- $4,000,000,000
                      Text
• Fab - 2X more likely to buy on mobile
• Financial Times - 2x more likely to subscribe
• Flipboard - 3x more likely to engage
               Source: http://www.lukew.com/
Not the future
Not the
near future
The present
We can go beyond
not angering our
    audience
We can
delight them
Make things
 digestible
  with Semantic HTML
Your content
should work
everywhere
  with Responsive Web Design
Give your users
what they want
    with Simplified Content
Follow up?
• Preso will be up at:
  - http://slideshare.net/tpryan
• Feel free to contact me
  - terry.ryan@adobe.com Text
  - http://terrenceryan.com
  - Twitter: @tpryan

More Related Content

What's hot (20)

PDF
Harness the power of wordpress
Justin Ferrell
 
PPTX
Wordpress Profitability for Agencies, Firms, and Freelancers
Cotton Rohrscheib
 
PPT
WordCamp Detroit 2010 Wordpress Theme Hacks
John Pratt
 
PDF
HTML5 workshop, part 1
Robert Nyman
 
PPTX
Meta tag creation
AniketTiwari26
 
PDF
How I learned to stop worrying and love the .htaccess file
Roxana Stingu
 
KEY
Deliverance talk at plone meetup
Jazkarta, Inc.
 
PPTX
Web Design Basics for Kids: HTML & CSS
AnnMarie Ppl
 
PDF
WordPress SEO in 2014 - WordCamp Baltimore 2014
Arsham Mirshah
 
PDF
Joomla Technical SEO
Webshop and websites by: Webcreatives
 
PDF
Using HTML5 sensibly
Christian Heilmann
 
PDF
Web Performance Optimisation
Chris Burgess
 
PPTX
Html lesson1 5
SabahtHussein
 
PDF
Multimedia on the web - HTML5 video and audio
Christian Heilmann
 
PPTX
GTM Clowns, fun and hacks - Search Elite - May 2017 Gerry White
Gerry White
 
PDF
Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016
Peter Mead
 
PDF
Introduction to SEO and SEO for WordPress
Chris Burgess
 
PPTX
Technical SEO "Overoptimization"
Hamlet Batista
 
PPTX
WordPressbefore yoast WordCamp Lancaster 2018
kerchmcc
 
Harness the power of wordpress
Justin Ferrell
 
Wordpress Profitability for Agencies, Firms, and Freelancers
Cotton Rohrscheib
 
WordCamp Detroit 2010 Wordpress Theme Hacks
John Pratt
 
HTML5 workshop, part 1
Robert Nyman
 
Meta tag creation
AniketTiwari26
 
How I learned to stop worrying and love the .htaccess file
Roxana Stingu
 
Deliverance talk at plone meetup
Jazkarta, Inc.
 
Web Design Basics for Kids: HTML & CSS
AnnMarie Ppl
 
WordPress SEO in 2014 - WordCamp Baltimore 2014
Arsham Mirshah
 
Using HTML5 sensibly
Christian Heilmann
 
Web Performance Optimisation
Chris Burgess
 
Html lesson1 5
SabahtHussein
 
Multimedia on the web - HTML5 video and audio
Christian Heilmann
 
GTM Clowns, fun and hacks - Search Elite - May 2017 Gerry White
Gerry White
 
Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016
Peter Mead
 
Introduction to SEO and SEO for WordPress
Chris Burgess
 
Technical SEO "Overoptimization"
Hamlet Batista
 
WordPressbefore yoast WordCamp Lancaster 2018
kerchmcc
 

Viewers also liked (8)

KEY
Skip the IDE with PhoneGap Build
Terry Ryan
 
PPTX
WebDU Keynote
Terry Ryan
 
KEY
Adobe and Modern Web Development
Terry Ryan
 
PPTX
The Future of HTML5 Motion Design
Terry Ryan
 
PDF
The Groundbreaking Revolution in Mobile App Development
hSenid Mobile Marketing
 
KEY
The Future of HTML5 Motion Design
Terry Ryan
 
PDF
Sperimentazioni lezione6 from_designtoapplication copy
Salvatore Iaconesi
 
PDF
Master Exhibit & Public Design, La Sapienza, Lezione 1
Salvatore Iaconesi
 
Skip the IDE with PhoneGap Build
Terry Ryan
 
WebDU Keynote
Terry Ryan
 
Adobe and Modern Web Development
Terry Ryan
 
The Future of HTML5 Motion Design
Terry Ryan
 
The Groundbreaking Revolution in Mobile App Development
hSenid Mobile Marketing
 
The Future of HTML5 Motion Design
Terry Ryan
 
Sperimentazioni lezione6 from_designtoapplication copy
Salvatore Iaconesi
 
Master Exhibit & Public Design, La Sapienza, Lezione 1
Salvatore Iaconesi
 
Ad

Similar to The Users are Restless (20)

PPTX
Introduction to HTML5
Terry Ryan
 
PPTX
計算機概論20161205
志宇 許
 
PDF
HTML5 & CSS3 Flag
Christopher Schmitt
 
PPTX
HTML CSS and Web Development
Rahul Mishra
 
PDF
Frontend for developers
Hernan Mammana
 
PDF
Seo cheat-sheet
Elena Michelle
 
PDF
Seo Cheat Sheet
Anchal Thakur
 
KEY
Darwin web standards
Justin Avery
 
DOCX
Html project report12
varunmaini123
 
PPTX
Diazo: Bridging Designers and Programmers
TsungWei Hu
 
PPTX
jQuery Mobile - Desenvolvimento para dispositivos móveis
Pablo Garrido
 
PPTX
Web Development PPT from Chd University.
akshitp2704
 
KEY
An Introduction to HTML5
Steven Chipman
 
PPTX
Day of code
Evan Farr
 
PPTX
World wide web with multimedia
Afaq Siddiqui
 
PDF
GDI Seattle Intermediate HTML and CSS Class 1
Heather Rock
 
DOCX
“Good design is obvious. Great design is transparent.” — How we use Bootstrap...
Roni Banerjee
 
KEY
Theming websites effortlessly with Deliverance (CMSExpo 2010)
Jazkarta, Inc.
 
KEY
Fronttechnieken met HTML5 en de Slice-template
Inventis Web Architects
 
Introduction to HTML5
Terry Ryan
 
計算機概論20161205
志宇 許
 
HTML5 & CSS3 Flag
Christopher Schmitt
 
HTML CSS and Web Development
Rahul Mishra
 
Frontend for developers
Hernan Mammana
 
Seo cheat-sheet
Elena Michelle
 
Seo Cheat Sheet
Anchal Thakur
 
Darwin web standards
Justin Avery
 
Html project report12
varunmaini123
 
Diazo: Bridging Designers and Programmers
TsungWei Hu
 
jQuery Mobile - Desenvolvimento para dispositivos móveis
Pablo Garrido
 
Web Development PPT from Chd University.
akshitp2704
 
An Introduction to HTML5
Steven Chipman
 
Day of code
Evan Farr
 
World wide web with multimedia
Afaq Siddiqui
 
GDI Seattle Intermediate HTML and CSS Class 1
Heather Rock
 
“Good design is obvious. Great design is transparent.” — How we use Bootstrap...
Roni Banerjee
 
Theming websites effortlessly with Deliverance (CMSExpo 2010)
Jazkarta, Inc.
 
Fronttechnieken met HTML5 en de Slice-template
Inventis Web Architects
 
Ad

More from Terry Ryan (18)

KEY
The Future of HTML Motion Design
Terry Ryan
 
KEY
D2WC Keynote
Terry Ryan
 
PPTX
Beautiful PhoneGap Apps
Terry Ryan
 
PPTX
Adobe & HTML5
Terry Ryan
 
PPTX
Mobile Apps with PhoneGap and jQuery Mobile
Terry Ryan
 
PPTX
Design for Developers
Terry Ryan
 
PDF
cf.Objective ANZ Keynote
Terry Ryan
 
POTX
Flex Mobile Skinning Workshop
Terry Ryan
 
PPTX
HTML5 Semantic Web
Terry Ryan
 
PPTX
Intro to Coldfusion
Terry Ryan
 
PDF
Driving Technical Change
Terry Ryan
 
PPTX
Mobile Apps with ColdFusion
Terry Ryan
 
PPTX
Developing for Xoom with Flash and AIR
Terry Ryan
 
PPTX
Developing Apps for the BlackBerry PlayBook
Terry Ryan
 
PPTX
Building apps for multiple devices
Terry Ryan
 
PPTX
Scotch on the Rocks 2011 - Keynote
Terry Ryan
 
PPTX
ColdFusion Builder Extensions
Terry Ryan
 
PPTX
Mobile Apps using Flex and ColdFusion
Terry Ryan
 
The Future of HTML Motion Design
Terry Ryan
 
D2WC Keynote
Terry Ryan
 
Beautiful PhoneGap Apps
Terry Ryan
 
Adobe & HTML5
Terry Ryan
 
Mobile Apps with PhoneGap and jQuery Mobile
Terry Ryan
 
Design for Developers
Terry Ryan
 
cf.Objective ANZ Keynote
Terry Ryan
 
Flex Mobile Skinning Workshop
Terry Ryan
 
HTML5 Semantic Web
Terry Ryan
 
Intro to Coldfusion
Terry Ryan
 
Driving Technical Change
Terry Ryan
 
Mobile Apps with ColdFusion
Terry Ryan
 
Developing for Xoom with Flash and AIR
Terry Ryan
 
Developing Apps for the BlackBerry PlayBook
Terry Ryan
 
Building apps for multiple devices
Terry Ryan
 
Scotch on the Rocks 2011 - Keynote
Terry Ryan
 
ColdFusion Builder Extensions
Terry Ryan
 
Mobile Apps using Flex and ColdFusion
Terry Ryan
 

Recently uploaded (20)

PDF
GITLAB-CICD_For_Professionals_KodeKloud.pdf
deepaktyagi0048
 
PDF
Apache CloudStack 201: Let's Design & Build an IaaS Cloud
ShapeBlue
 
PDF
Upskill to Agentic Automation 2025 - Kickoff Meeting
DianaGray10
 
PDF
CIFDAQ Market Insight for 14th July 2025
CIFDAQ
 
PDF
Bitcoin+ Escalando sin concesiones - Parte 1
Fernando Paredes García
 
PDF
Arcee AI - building and working with small language models (06/25)
Julien SIMON
 
PDF
2025-07-15 EMEA Volledig Inzicht Dutch Webinar
ThousandEyes
 
PDF
NewMind AI Journal - Weekly Chronicles - July'25 Week II
NewMind AI
 
PDF
Rethinking Security Operations - Modern SOC.pdf
Haris Chughtai
 
PDF
TrustArc Webinar - Data Privacy Trends 2025: Mid-Year Insights & Program Stra...
TrustArc
 
PPTX
Earn Agentblazer Status with Slack Community Patna.pptx
SanjeetMishra29
 
PDF
OpenInfra ID 2025 - Are Containers Dying? Rethinking Isolation with MicroVMs.pdf
Muhammad Yuga Nugraha
 
PDF
Generative AI in Healthcare: Benefits, Use Cases & Challenges
Lily Clark
 
PDF
CIFDAQ'S Token Spotlight for 16th July 2025 - ALGORAND
CIFDAQ
 
PPTX
Darren Mills The Migration Modernization Balancing Act: Navigating Risks and...
AWS Chicago
 
PDF
How Current Advanced Cyber Threats Transform Business Operation
Eryk Budi Pratama
 
PDF
Lecture A - AI Workflows for Banking.pdf
Dr. LAM Yat-fai (林日辉)
 
PDF
Meetup Kickoff & Welcome - Rohit Yadav, CSIUG Chairman
ShapeBlue
 
PDF
Productivity Management Software | Workstatus
Lovely Baghel
 
PPTX
Lecture 5 - Agentic AI and model context protocol.pptx
Dr. LAM Yat-fai (林日辉)
 
GITLAB-CICD_For_Professionals_KodeKloud.pdf
deepaktyagi0048
 
Apache CloudStack 201: Let's Design & Build an IaaS Cloud
ShapeBlue
 
Upskill to Agentic Automation 2025 - Kickoff Meeting
DianaGray10
 
CIFDAQ Market Insight for 14th July 2025
CIFDAQ
 
Bitcoin+ Escalando sin concesiones - Parte 1
Fernando Paredes García
 
Arcee AI - building and working with small language models (06/25)
Julien SIMON
 
2025-07-15 EMEA Volledig Inzicht Dutch Webinar
ThousandEyes
 
NewMind AI Journal - Weekly Chronicles - July'25 Week II
NewMind AI
 
Rethinking Security Operations - Modern SOC.pdf
Haris Chughtai
 
TrustArc Webinar - Data Privacy Trends 2025: Mid-Year Insights & Program Stra...
TrustArc
 
Earn Agentblazer Status with Slack Community Patna.pptx
SanjeetMishra29
 
OpenInfra ID 2025 - Are Containers Dying? Rethinking Isolation with MicroVMs.pdf
Muhammad Yuga Nugraha
 
Generative AI in Healthcare: Benefits, Use Cases & Challenges
Lily Clark
 
CIFDAQ'S Token Spotlight for 16th July 2025 - ALGORAND
CIFDAQ
 
Darren Mills The Migration Modernization Balancing Act: Navigating Risks and...
AWS Chicago
 
How Current Advanced Cyber Threats Transform Business Operation
Eryk Budi Pratama
 
Lecture A - AI Workflows for Banking.pdf
Dr. LAM Yat-fai (林日辉)
 
Meetup Kickoff & Welcome - Rohit Yadav, CSIUG Chairman
ShapeBlue
 
Productivity Management Software | Workstatus
Lovely Baghel
 
Lecture 5 - Agentic AI and model context protocol.pptx
Dr. LAM Yat-fai (林日辉)
 

The Users are Restless