The second day of content from our 2012 Midwest Tour in Columbus, Cleveland, Pittsburgh, and Grand Rapids. Includes the business of RWD, responsive retrofitting, role of JavaScript in RWD, responsive JavaScript, emerging patterns, and what's next.
to see more and more versions of wireframes and layouts which cover multiple screen sizes... perhaps due to the project scope, or simply a lack of vision. CLIENT DELIVERABLES
to see more and more versions of wireframes and layouts which cover multiple screen sizes... perhaps due to the project scope, or simply a lack of vision. We recommend getting paid for that. CLIENT DELIVERABLES
Less established patterns increasing efficiency. More code = more time coding. More time in testing and quality assurance. Device hardware expenses (for true testing). PRICING RWD
Less established patterns increasing efficiency. More code = more time coding. More time in testing and quality assurance. Device hardware expenses (for true testing). PRICING RWD
original li styles */ } @media (max-width: 660px) { .mediaquery li { /* small li styles */ } } @media (min-width: 661px) and (max-width: 979px) { .mediaquery li { /* small li styles */ } .mediaquery li { /* medium li styles */ } } @media (min-width: 980px) { .mediaquery li { /* original li styles */ } }
layered fashion that allows everyone to access the basic content and functionality of a web page... while also providing an enhanced version of the page... http://en.wikipedia.org/wiki/Progressive_enhancement
hide some of it Selective Display EMERGING PATTERNS tables http://www.zurb.com/playground/responsive-tables http://css-tricks.com/examples/ResponsiveTables/responsive.php http://elvery.net/demo/responsive-tables http://filamentgroup.com/examples/rwd-table-patterns