Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Responsive Principles (Front-end London, May 2015)

Responsive Principles (Front-end London, May 2015)

Responsive web design has engendered a wider conversation about how we build products that accommodate an increasing breadth of connected devices. This talk will suggest a framework within which we can model this continuing discussion, and outline the principles needed for our work to better respond to a rapidly changing world.

Paul Robert Lloyd

May 28, 2015
Tweet

More Decks by Paul Robert Lloyd

Other Decks in Technology

Transcript

  1. #RWDPrinciples There are known knowns; there are things we know

    we know. We also know there are known unknowns; that is to say we know there are some things we do not know. But there are also unknown unknowns – the ones we don't know we don't know… it is the latter category that tend to be the difficult ones. “ Donald Rumsfeld en.wikipedia.org/wiki/There_are_known_knowns
  2. #RWDPrinciples Thames Barrier gov.uk/the-thames-barrier Closures 10 20 30 40 50

    1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014
  3. #RWDPrinciples Software, like all technologies, is inherently political… code inevitably

    reflects the choices, biases, and desires of its creators. “ Jamais Cascio wfs.org/node/840
  4. #RWDPrinciples The primary design principle underlying the Web’s usefulness and

    growth is universality… it should be accessible from any kind of hardware that connect to the Internet: stationary or mobile, small screen or large. “ Tim Berners-Lee: Long Live the Web scientificamerican.com/article/long-live-the-web/
  5. #RWDPrinciples Fluid grid Flexible images Media queries Responsive web design

    alistapart.com/article/responsive-web-design + + =
  6. #RWDPrinciples A framework not about execution, but about philosophy and

    quality. “ Ethan Marcotte: Laziness in the Time of Responsive Design vimeo.com/channels/cssday/106869929
  7. #RWDPrinciples Design principles are short, insightful phrases that act as

    guiding lights and support the development of great product experiences. Design principles enable you to be true to your users and true to your strategy over the long term. “ Kate Rutter adaptivepath.com/ideas/newsletter/archives/120209/
  8. #RWDPrinciples Principles that address the universal nature of the web,

    the desires of its users and the needs of those that build for it, us.
  9. #RWDPrinciples Losing 80% of your screen space forces you to

    focus. There simply isn’t room for any interface debris or content of questionable value. You need to know what matters most. “ Luke Wroblewski: Mobile First Helps with Big Issues lukew.com/ff/entry.asp?1117
  10. #RWDPrinciples There’s only one type of content that can be

    viewed on virtually any web-enabled device, and that is plain text, or rather, plain text that’s been structured with HTML. “ Stephen Hay Responsive Design Workflow
  11. #RWDPrinciples Example Conversation first t Far From The Maddin film

    review: Carey Mu Bathsheba would fit i The Hunger Games Thomas Vinterberg’s take on Thoma vivid when Mulligan is onscreen REVIEW ★★★☆☆ Far From The Madding Crowd may be set but one of the fascinations of Thomas Vin of the Thomas Hardy novel is the light it c preoccupations. The publicity hasn’t been the story’s protagonist, Bathsheba Everde inspired the Hunger Games’ author Suzan
  12. #RWDPrinciples <div class="rating"> <img src="star_whole.png" alt="Star number 1"/> <img src="star_whole.png"

    alt="Star number 2"/> <img src="star_whole.png" alt="Star number 3"/> <img src="star_empty.png" alt="Star number 4"/> <img src="star_empty.png" alt="Star number 5"/> </div>
  13. #RWDPrinciples <div class="rating"> <p>This movie is rated 3 out of

    5 stars.<p> </div> “How is this movie rated?”
  14. #RWDPrinciples <div class="rating rating--3"> <p>This movie is rated 3 out

    of 5 stars.<p> <span class="rating__star-whole" aria-hidden="true"/> <span class="rating__star-whole" aria-hidden="true"/> <span class="rating__star-whole" aria-hidden="true"/> <span class="rating__star-empty" aria-hidden="true"/> <span class="rating__star-empty" aria-hidden="true"/> </div> “How is this movie rated?”
  15. #RWDPrinciples First principle: Start from a position that makes few

    assumptions about context and interface, and instead focus on the information users wish to acquire and the tasks they wish to accomplish.
  16. #RWDPrinciples When all users’ needs are taken into consideration in

    the initial design process, the result is a product that can be used by the broadest spectrum of users. In the case of OXO, it means designing products for young and old, male and female, left- and right-handed and many with special needs. “ OXO: Universal Design oxo.com/UniversalDesign.aspx
  17. #RWDPrinciples The best way to understand the audiences we design

    for is to know those audiences. And the best way to know people is to have them, with all their differences of perspective and background – and, yes, age and gender and race and language, too – right alongside us. “ Sara Wachter-Boettcher: Universal Design IRL alistapart.com/article/universal-design-irl
  18. #RWDPrinciples Example Universal Personas t Olivia • 33 years old

    • Lives in a her newly–purchased one–bedroo apartment in Woolwich • Works in finance on a comfortable salary (70 in in Canary Wharf • In a relationship but not currently cohabiting • Technology: Proudly Apple. Owns a Macboo Air and an iPhone 6 that she purchased for personal use.
  19. #RWDPrinciples flickr.com/photos/mikelo/3139837006 Peter …recently had a skiing accident, and broke

    his wrist Reduced motor ability Olivia …often uses her phone when walking to work Poor eyesight Sanjita …has two children who play musical instruments Hearing loss flickr.com/photos/ktoine/6263683606 actiononhearingloss.org.uk
  20. #RWDPrinciples Second principle: The web is accessed by users with

    individual needs and desires (partially expressed by the devices they use). Multi-disciplinary and inclusive teams working together have a better chance of reflecting this diversity.
  21. #RWDPrinciples Empathy is just as much about our interactions with

    each other while we build our sites, as it is about how we treat our users. “ Susan Robertson: Practicing Empathy With Teams alistapart.com/blog/post/practicing-empathy-with-teams
  22. #RWDPrinciples It’s worth remembering why we’re aiming for maintainability in

    what we write. It’s not for any technical reason. It’s for people… if the priority for those people is to have simple HTML, then more complex CSS may be an acceptable price. “ Jeremy Keith: Code refactoring for America adactio.com/journal/7276
  23. #RWDPrinciples <nav class="nav clearfix" role="navigation"> <ul class="nav-list list"> <li class="nav-list__item

    list__item"> <a class="nav-list__label" href="#">Journal</a> </li> <li class="nav-list__item list__item"> <a class="nav-list__label" href="#">Projects</a> </li> <li class="nav-list__item list__item"> <a class="nav-list__label" href="#">Photos</a> </li> <li class="nav-list__item list__item"> <a class="nav-list__label" href="#">Contact</a> </li> </ul> </nav>
  24. #RWDPrinciples <div class="prose"> <h1>HTTPS + Compression Considered Harmful?</h1> <p>As I

    get closer to launching my redesigned website (this side…</p> <p>Enabling HTTPS wasn’t too difficult, largely thanks to Josh’s…</p> <h2>An unexpected consequence of enabling HTTPS</h2> <p>More precisely, a site is vulnerable to this attack when pages:</p> <ul> <li>Are served from a server that uses HTTP-level compression</li> <li>Reflect user-input in HTTP response bodies</li> <li>Reflect a secret in HTTP response bodies</li> </ul> </div>
  25. #RWDPrinciples /* Clear floats */ .clearfix { } /* Interface

    lists */ .list { } .list__item { } /* Navigation component */ .nav { } /* Navigation list component */ .nav-list { } .nav-list__item { } .nav-list__label { } /* HTML within prose */ .prose h1 { } .prose h2 { } .prose p + h2 { } .prose ul > li { }
  26. #RWDPrinciples A namespace will tell us exactly how classes behave

    in a more global sense. A namespace tells us exactly what a class (or suite of classes) does in non-relative terms. “ Harry Roberts: More Transparent UI Code with Namespaces csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces/
  27. #RWDPrinciples o- Object Reusable object that provides a structural repeated

    aspect of UI .o-media .o-list c- Component A concrete, implementation- specific piece of UI .c-primary-nav .c-footer u- Utility Class that has a very specific role, and often a single responsibility .u-clearfix .u-hidden s- Scope Component containing HTML styled using elements selectors .s-from-content-api .s-prose
  28. #RWDPrinciples <nav class="c-nav u-clearfix" role="navigation"> <ul class="c-nav-list o-list"> <li class="c-nav-list__item

    o-list__item"> <a class="c-nav-list__label" href="#">Journal</a> </li> <li class="c-nav-list__item o-list__item"> <a class="c-nav-list__label" href="#">Projects</a> </li> <li class="c-nav-list__item o-list__item"> <a class="c-nav-list__label" href="#">Photos</a> </li> <li class="c-nav-list__item o-list__item"> <a class="c-nav-list__label" href="#">Contact</a> </li> </ul> </nav>
  29. #RWDPrinciples <div class=“s-prose”> <h1>HTTPS + Compression Considered Harmful?</h1> <p>As I

    get closer to launching my redesigned website (this side…</p> <p>Enabling HTTPS wasn’t too difficult, largely thanks to Josh’s…</p> <h2>An unexpected consequence of enabling HTTPS</h2> <p>More precisely, a site is vulnerable to this attack when pages:</p> <ul> <li>Are served from a server that uses HTTP-level compression</li> <li>Reflect user-input in HTTP response bodies</li> <li>Reflect a secret in HTTP response bodies</li> </ul> </div>
  30. #RWDPrinciples /* Utility: Clear floats */ .u-clearfix { } /*

    Object: Interface lists */ .o-list { } .o-list__item { } /* Component: Navigation */ .c-nav { } /* Component: Navigation list */ .c-nav-list { } .c-nav-list__item { } .c-nav-list__label { } /* Scope: HTML within prose */ .s-prose h1 { } .s-prose h2 { } .s-prose p + h2 { } .s-prose ul > li { }
  31. #RWDPrinciples Content Critical content, with descriptive alt text <img srcset="#"/>

    <picture/> Decoration Visual embellishment, difficult to provide meaningful alt text <div data-img="#"/> CSS background Unnecessary Nobody should see this Interface Icon supplementing or replacing a text label <svg/> <i data-icon="?"/>
  32. #RWDPrinciples The Jobcentre Plus brand Our brand encompasses the nature

    of our relationship with customers. It is expressed throughout our communications, the attitude of our staff, and is symbolised by our identity. Within the offices, the expression of the brand identity is delivered through branded signs, graphic communications, and a range of component elements that are synonymous with Jobcentre Plus. These are set against a backdrop of colours, finishes and materials of the brand environment. The consistent application of the Jobcentre Plus identity and the look and feel of the UK unemployment total falls to 2.5m UK unemployment fell in the three months to December, while the number in work also jumped to a new record, official figures show. The jobless total fell by 14,000 between October and December to 2.5 million, the Office for National Statistics (ONS) said. The number in work rose by 154,000 to 29.7 million. More than 580,000 more people are employed than a year ago. The number of people claiming Jobseeker's Allowance in January fell by 12,500 to 1.54 million. Overall, the ONS said there were 29.73 million people in Content Decoration
  33. #RWDPrinciples Third principle: Given the complexity of the technology we

    use to build the web, aim to keep things simple. Build modular systems, made up of discrete, self-documented components that can be adapted and improved over time.
  34. #RWDPrinciples 1. Start from the point of greatest adaptability 2.

    Respect the diversity of users within our practice 3. Build using systems that can be reasoned with