+ All Categories
Home > Technology > Responsive Web Design - Wordpress Orlando June 2015

Responsive Web Design - Wordpress Orlando June 2015

Date post: 31-Jul-2015
Category:
Upload: david-laietta
View: 15 times
Download: 0 times
Share this document with a friend
Popular Tags:
14
Responsive Web Design
Transcript

Responsive Web Design

What is RWD?

• Optimal viewing AND interaction experience

• Layout adapts fluidly to screen

• Elements are generally flexible

• Love pixel-perfect design? You’ll hate RWD :)

CSS3 Media Queries• Styles can load based on browser width

• Useful to re-style and resize page elements

Responsive JavaScript• Can be progressive - loaded as needed

• Can also be activated based on browser width

PHP - Mobile Detect• https://github.com/serbanghita/Mobile-Detect

• Allows loading of content (and querying database) occur only on screens that it needs to

• https://github.com/serbanghita/Mobile-Detect

Can I see a good example?

Show me something awful

Caveats• User Expectations

Change

• Longer Design and Development Cycle

• Dat Load

• Pixel Pushers

• Endless Devices


Recommended