SXSWUI15 UI Patterns: Then & Now

  • View
    3.930

  • Download
    0

  • Category

    Design

Preview:

Citation preview

Steve MacKleyBeaconfire

I don’t really care, one way or the other

1. Information architecture defines the structure of the content.

2. Interaction design lets people manipulate and contribute to that information.

3. Visual design communicates these possibilities to people.

Source: http://www.freshtilledsoil.com/what-is-user-interface-design/

Image: http://keyezer.com/old-school-vs-new-school/

• 2005, The Zen of CSS Design was

published by Dave Shea and web

designer Molly Holzschlag.

• The book is based on 36 designs

featured at the Zen Garden site

• The goal was/is to showcase what

is possible with CSS-based design

(or nostalgia for a few years ago)

• Single screen on content

• Higher info/content density

• Puzzle–pieced layout

• Hierarchy is more subtle

• Composition mimic print

• Flow is still hierarchical and linear

http://i.huffpost.com/gen/1742862/images/o-HIPSTER-facebook.jpg

Why the change?

Responsive Grids

Long page layouts

Typography

Web Fonts

Forms

Animation

Navigation

Footers

Sliders

http://www.smashingmagazine.com/2012/03/19/gridpak-the-responsive-grid-generator/

• http://gridpak.com/

• http://goldengridsystem.com/

• http://responsify.it/

• http://fluidbaselinegrid.com/

• http://www.columnal.com/

• http://framelessgrid.com/

• http://www.elliotjaystocks.com/blog/a-better-photoshop-grid-for-responsive-web-design/

http://images.tvfanatic.com/iu/t_full/v1371141963/helen-lovejoy-pic.png

http://blog.chartbeat.com/2013/08/12/scroll-behavior-across-the-web/

• Many visitors scroll down the page before it finishes

loading, which means that no portion of a typical article is

viewed by 100% of viewers .

• The most viewed area of the page is just above the fold, at

about 550 pixels, with just over 80% viewership.

• From this peak at 550 pixels, there is a slow decay in

viewership. About 50% of readers see 1500 pixels down the

page on content pages, while on home pages and section

fronts 50% of readers make it to pixel 1000

1. Your website heavily relies on mobile trafficas a key source of visitors.

2. Your website has information that can be chunked/grouped into discrete sections; or help to build a narrative

3. Your website updates frequently and presents content in a reverse chronological order

http://www.poynter.org/news/mediawire/257466/time-coms-bounce-rate-down-15-percentage-points-since-adopting-continuous-scroll/

Since its March redesign, Time.com’s bounce rate —has declined by 15 percentage points, according to managing editor Edward Felsenthal.

The percentage of desktop visitors going to another piece of content jumped 21 percentage points between February and May.

Felsenthal attributed that to the continuous scroll, which provides a clickless path for readers to reach another story.

—Robert Bringhurst

Image: http://www.poetryinvoice.com/poets/robert-bringhurst

Tim Brown

• https://vimeo.com/17079380

• http://alistapart.com/article/more-meaningful-typography

Arial is dead, long live Arial

Scalability: they can be increased in size with no

loss in fidelity. Plus you can change their color

easily, or add shadows and change their

transparency…

One is the potential problem with screen readers

that might read aloud the icon as an alphabetical

letter. Note: This is not a problem with well made

icon fonts.

Icon Fonts can only be presented in a single color

(or in a color gradient using CSS3 gradients). But

this can be wonderful if you logo is a single color?

• https://icomoon.io/

• http://fortawesome.github.io/Font-Awesome/

• http://weloveiconfonts.com/

• http://typicons.com/

• http://fontello.com/

http://alistapart.com/article/flat-ui-and-forms

The three biggest ways flat forms fail

• Lack of affordance (affordance is how much the design of an object—physical or digital—suggests use, like a chair inviting you to sit

• Insufficient distinction between form elements (e.g., fields versus labels versus instructions versus buttons)

• Insufficient hierarchy within categories of form elements (e.g., primary versus secondary buttons)

• Causality - When one thing happens just before another, our brains infer that the two things are related and that the first caused the second

• Feedback - when something indicates to a user that their actions have triggered a response

• Relationships - where things are hierarchically and spatially in relation to one another and

• Progression – where you are in a linear sequence

• Physics – skeuomorphism (yea I said it)

• Transition – crossfade from one state to another

http://alistapart.com/article/web-animation-at-work

• http://www.charitywater.org/

• http://uk.rimmellondon.com/

• https://xiffe.com/

• http://www.cambodiasri.org/

Source: http://techcrunch.com/2014/05/24/before-the-hamburger-button-kills-you/

Commentary by Luis Abreu

The Problems

• Lower Discoverability

• Less Efficient

• Clash with Platform Navigation Patterns

• Not Glanceable

(https://lmjabreu.com/post/why-and-how-to-avoid-hamburger-menus/)

Reviewing your information architectureto reduce items down to 5 or so.

http://thenextweb.com/dd/2014/04/08/ux-designers-side-drawer-navigation-costing-half-user-engagement

The take-away from all of this is that if most of the user experience takes place in a single view, and it’s only things like user settings and options that need to be accessed in separate screens, then keeping the main UI nice and clean by burying those in a side menu is the way to go.

Source: http://exisweb.net/mobile-menu-abtest

240,000 unique mobile visitors were served the A/B test.

The “MENU” button was clicked by 20% more unique visitors than the

“HAMBURGER” button.

Source: http://exisweb.net/menu-eats-hamburger

Unique Visitors 120,543 121,152

Unique Clicks 1,211 1,455

Engagement 1.0% 1.2%

Bootstraphttp://getbootstrap.com/components/

Quick and easy to be off and running, good documentation. Lightly skinned and the CSS is set up in such a way that it is very easy to restyle.

Foundationhttp://foundation.zurb.com/docs

Very similar to Bootstrap but even more lightly skinned.

Sencha extJShttp://dev.sencha.com/ext/5.1.0/examples/kitchensink/

Javascript library providing a huge array of features. This is a bit more than a "plug n play" library.

jQuery Toolshttp://jquerytools.github.io/demos

Fairly limited library of widgets, more-or-less on par with jQueryUI. Pretty heavily skinned, best to use if you like what they look like out of the box.

jQueryUIhttp://jqueryui.com/demos/

Pretty heavily skinned (with theme options), best to use if you like what they look like out of the box.

• Better linkshttp://codepen.io/mackleys/pen/YPOqzv

• Navigationhttp://codepen.io/mackleys/pen/gbzmdY

• Buttonshttp://codepen.io/mackleys/pen/gbzmdY

Recommended