+ All Categories
Home > Technology > The Users are Restless

The Users are Restless

Date post: 20-May-2015
Category:
Upload: terry-ryan
View: 759 times
Download: 0 times
Share this document with a friend
Description:
An argument for simpler pages, Responsive Web Design, and Semantic HTML.
Popular Tags:
94
Terry Ryan | Developer Evangelist Twitter: @tpryan The Users are Restless
Transcript
Page 1: The Users are Restless

Terry Ryan | Developer EvangelistTwitter: @tpryan

The Users are Restless

Page 2: The Users are Restless

Who are you?

Page 3: The Users are Restless
Page 4: The Users are Restless
Page 5: The Users are Restless

Would you like a movie review?

Page 6: The Users are Restless
Page 7: The Users are Restless

How would you like pancakes?

Page 8: The Users are Restless
Page 9: The Users are Restless
Page 10: The Users are Restless
Page 11: The Users are Restless

I would like to visit my alma mater.

Page 12: The Users are Restless
Page 13: The Users are Restless

Source: http://xkcd.com/773/

Page 14: The Users are Restless

How about on mobile?

Page 15: The Users are Restless
Page 16: The Users are Restless
Page 17: The Users are Restless
Page 18: The Users are Restless
Page 19: The Users are Restless

Pop quiz:What are you

packing?

Page 20: The Users are Restless

Demo

Point your browsers

Text

Page 21: The Users are Restless
Page 22: The Users are Restless
Page 23: The Users are Restless
Page 24: The Users are Restless

Users have noticed

Page 25: The Users are Restless

The users are restless

Page 26: The Users are Restless

And by “restless” I mean “pissed”

Page 27: The Users are Restless

How do we !x this?

Page 28: The Users are Restless

Build sites that cater to users

needs

Page 29: The Users are Restless

Get rid of stuff you want

Page 30: The Users are Restless

Ensure you have what users want

Page 31: The Users are Restless

Responsive Web Design

Page 32: The Users are Restless

Semantic HTML

Page 33: The Users are Restless

SEMANTIC HTML

A Flexible starting place

Page 34: The Users are Restless

OXO

Page 35: The Users are Restless

Definition

•HTML where speci!c elements are used

•HTML where elements are not misused

•HTML with no presentation information

Page 36: The Users are Restless

Semantic HTML?

<div>Heartland  Developers  Conference</div>

Page 37: The Users are Restless
Page 38: The Users are Restless
Page 39: The Users are Restless
Page 40: The Users are Restless
Page 41: The Users are Restless

Semantic HTML

<div>Heartland  Developers  Conference</div>

Page 42: The Users are Restless
Page 43: The Users are Restless

On HDC Site

<h1>Heartland  Developers  Conference</h1>

Page 44: The Users are Restless

On My Site

<h2>Events</h2><ul>        <li>Heartland  Developers  Conference</li></ul>

Page 45: The Users are Restless
Page 46: The Users are Restless
Page 47: The Users are Restless
Page 48: The Users are Restless
Page 49: The Users are Restless
Page 50: The Users are Restless
Page 51: The Users are Restless
Page 52: The Users are Restless
Page 53: The Users are Restless

Semantic HTML is a moving target

•Not Boolean

•Not always objective

• A continuumText

Page 54: The Users are Restless

TextTextText

<body  background="css/bg.png"><font  face="Calibri”><center><table  width="800"  bgcolor="#FFFFFF"  border="10"  bordercolor="#FFFFFF"><tr><td><table  width="100%"  bgcolor="#f0f0f0"  border="0“>  

<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>

Unsemantic

<body><div  id="header">

<h1>The  Awesome  Blog  of  Awesome</h1><p  class="tagline">Awesome  is  a  State  of  Mind</p>

</div>

Semantic

Example

Page 55: The Users are Restless

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>

Page 56: The Users are Restless

<header><nav>

<nav><footer>

<article>

<aside>

<section>

Page 57: The Users are Restless

RESPONSIVE WEB DESIGN

Content that adapts to user capability

Page 58: The Users are Restless

NEW YORK TIMES

Page 59: The Users are Restless

HTML is Responsive

Page 60: The Users are Restless

Source: http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html

Page 61: The Users are Restless

Everything added makes the web less responsive

Page 62: The Users are Restless

How do we do it

Page 63: The Users are Restless

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

Page 64: The Users are Restless

It’s not just layout

Page 65: The Users are Restless

Responsive Typography

Page 66: The Users are Restless

Responsive Images

Page 67: The Users are Restless

Demo

Alternate HDC site

Page 68: The Users are Restless

CONTENT

It’s the content, stupid!

Page 69: The Users are Restless

AVON

Page 70: The Users are Restless

Eliminate the stuff your users don’t want.

Page 71: The Users are Restless

But I have this thing they have to

know about...

Page 72: The Users are Restless

You are not in control of how your users experience

your site

Page 73: The Users are Restless

Zite Readibility Flipboard Instapaper

Pocket Read it Later Safari Pulse

Page 74: The Users are Restless
Page 75: The Users are Restless
Page 76: The Users are Restless
Page 77: The Users are Restless

They’re all different

Page 78: The Users are Restless

But they’re all the same

Page 79: The Users are Restless

It’s okay, they’re just content sites

Page 80: The Users are Restless
Page 81: The Users are Restless

Nope, apps too.

Page 82: The Users are Restless

If you don’t get rid of stuff, users will

Page 83: The Users are Restless

CONCLUSIONS

Page 84: The Users are Restless

Source: http://www.asymco.com/2012/01/17/the-rise-and-fall-of-personal-computing/

Page 85: The Users are Restless

Mobile Engagement

• Paypal mobile payments:

• 2009 - $141,000,000

• 2011- $4,000,000,000

• Fab - 2X more likely to buy on mobile

• Financial Times - 2x more likely to subscribe

• Flipboard - 3x more likely to engage

Text

Source: http://www.lukew.com/

Page 86: The Users are Restless

Not the future

Page 87: The Users are Restless

Not the near future

Page 88: The Users are Restless

The present

Page 89: The Users are Restless

We can go beyond not angering our

audience

Page 90: The Users are Restless

We can delight them

Page 91: The Users are Restless

Make things digestible

with Semantic HTML

Page 92: The Users are Restless

Your content should work everywhere

with Responsive Web Design

Page 93: The Users are Restless

Give your users what they want

with Simpli!ed Content

Page 94: The Users are Restless

Follow up?

Text

• Preso will be up at:- http://slideshare.net/tpryan

• Feel free to contact me- [email protected] http://terrenceryan.com- Twitter: @tpryan


Recommended