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

Modern App Design with Ext

Modern App Design with Ext

A discussion of how we can pull the UI design and usability of Ext JS from 2007 into 2012, and introduction of an experimental theme/framework that can help.

Brian Moeskau

May 10, 2012
Tweet

Other Decks in Programming

Transcript

  1. “User experience is... subjective in nature –Wikipedia because it is

    about an individual’s feelings and thoughts about the system.
  2. Not useful for Ext Based on specific markup Difficult to

    mix CSS libs No component API No support for Ext widgets
  3. Media Queries @media only screen and (min-width: 480px) and (max-width:

    767px) { /* awesome CSS here */ } <link rel="stylesheet" type="text/css" href="small-device.css" media="only screen and (max-device-width: 480px)" />
  4. Custom SASS / CSS .#{$prefix}tab-default-to -webkit-box-shadow: rgb -moz-box-shadow: rgba(2 box-shadow:

    rgba(255,25 border-bottom: 1px soli } .#{$prefix}tab button { padding: 2px; font-size: 12px; } .#{$prefix}panel-header-t .#{$prefix}panel-header-t text-shadow: 0 1px 0 rg }