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

Responsive Web Bloopers - CSSConf Asia 2015 by Aysha Anggraini

Ren Aysha
November 18, 2015

Responsive Web Bloopers - CSSConf Asia 2015 by Aysha Anggraini

How hard can responsive web be? It sounds simple: design for a number of screen sizes and just throw in several media queries and your website is now "responsive"! Unfortunately, this is not the case and responsive web hasn't made our job easier. Adopting responsive web design will force you to change your design, development, and testing workflow. Problems may also arise in different stages of the workflow. In this talk, we will talk about responsive web blunders at Viki, how we overcome it, and some tips on how you can avoid it.

Ren Aysha

November 18, 2015
Tweet

More Decks by Ren Aysha

Other Decks in Programming

Transcript

  1. Motion design Physical Computing HTM, CSS,JS Designers & Developers Workflow

    Working Together Testing & Debugging Strategy Writing Code Testing Site
  2. “The Correlation between screen size and input type is quickly

    blurring. There is no longer any guarantee that small screens equal touch and large screens equal mouse.” -Tom Maslan
  3. Design Mocks A lot of time loss here Feature Request?

    No time for it Test & Validate Develop & Test Beta Test Bug fixes, etc. Rollout! Previous Workflow...
  4. Design Mocks A lot of time loss here Test &

    Validate Develop & Test Beta Test Bug fixes, etc. Rollout! Prototype Less time loss Feature Request
  5. Build all UI components Deploy to staging QA Test Previous

    Workflow.. Deploy to Staging Trivial Bugs!
  6. Better Workflow.. Build a UI component Connect local env to

    device Repeat Staging & QA Test Trivial Bugs! Reference: http://stackoverflow.com/questions/11005540/localhost-running-on-mac-can-i-view-it-on-my-android-phone