+ All Categories
Home > Technology > Responsivedesign 7-3-2012

Responsivedesign 7-3-2012

Date post: 31-Oct-2014
Category:
Upload: thomas-carney
View: 1,167 times
Download: 0 times
Share this document with a friend
Description:
 
Popular Tags:
18
Responsive and Mobile Design By Tom Carney Web Programmer
Transcript
Page 1: Responsivedesign 7-3-2012

Responsive and Mobile Design

By Tom CarneyWeb Programmer

Page 2: Responsivedesign 7-3-2012

Designing/developing sites for over 10 years Been working with Mobile and Responsive

Design for about 18 months Favorite web technologies include WordPress,

HTML5/CSS3, jQuery and Ruby on Rails.

About Me

Page 3: Responsivedesign 7-3-2012

“The web’s greatest strength, I believe, is often seen as a limitation, as a defect. It is the nature of the web to be flexible, and it should be our role as designers and developers to embrace this flexibility, and produce pages which, by being flexible, are accessible to all. The journey begins by letting go of control, and becoming flexible.” – John Allsopp, A Dao of Web Design – April, 2000

Quote on Responsiveness in Web

Page 4: Responsivedesign 7-3-2012

How many of you use your phone or mobile device (iPad/tablet) on the internet?

Question To The Audience

Page 5: Responsivedesign 7-3-2012

Introduction of Responsive and Mobile Design

Responsive Design Pieces ◦ Grids and Fluid layout◦ @media-query in CSS◦ jQuery plugins making Responsive Design easy

Transitioning websites to be Responsive Responsive Design Workflows Best Examples of Responsive Design Questions & Answers

Overview of Presentation

Page 6: Responsivedesign 7-3-2012

Setting a separate mobile website (same content) with a mobilized sub domain or folder.◦ Twice as much work – 2 sites that are completely

different except content (most of the time)◦ Search engines may penalize both sites because

of duplicate content.◦ Uses a browser recognition file called WURFL

(Wireless Universal Resource FiLe) – very iffy results due to the amount of mobile browsers out there.

The Alternative to this …..

Designing for Mobile

Page 7: Responsivedesign 7-3-2012

Responsive Design

Page 8: Responsivedesign 7-3-2012

Responsive Design Beginnings

http://www.alistapart.com/articles/responsive-web-design/

Page 9: Responsivedesign 7-3-2012

It is a design concept consisting of:◦ Fluid grid and layout◦ Fluid Media Assets (images, videos, etc)◦ @media-queries – CSS3 property

What is Responsive Design?

Page 10: Responsivedesign 7-3-2012

Grids need to be fluid (proportional & scalable). Want to use proportional units – em Avoid using fixed units – px, pts, etc.

Formula to figure out em for your selector◦ Target= context / content

Grid layout I like to usehttp://

matthewjamestaylor.com/blog/perfect-multi-column-liquid-layouts

Fluid not Fixed units

Page 11: Responsivedesign 7-3-2012

A CSS3 property – so it will go into your CSS file

Need to include the meta tag – viewport tag in your header

Need to setup “Breakpoints”◦ Breakpoints are the max-width properties of the

screen that you want to design for.

What is @media-queries property?

Page 12: Responsivedesign 7-3-2012

Several jQuery plugins making Responsive Design for your site easier

Responsive Design and jQuery

Video: FitVids.js - http://fitvidsjs.com/

Web Type: Lettering.js - http://letteringjs.com/

Images: Adaptive Images - http://adaptive-images.com/

Page 13: Responsivedesign 7-3-2012

For CMS sites (WordPress, Drupal, Joomla, etc):◦ Recommend using a mobile plugin or module◦ Discussion on the Bloom Ads WordPress site

Elite team’s input on WP Touch Pro

Making an existing site Responsive

For Non-CMS sites:◦ Recommend using the jQuery plugin called –

response.js◦ There will need to be some reformatting of your

site to HTML5 to properly use the JavaScript and tag parameters.

Page 14: Responsivedesign 7-3-2012

All are based in the 4 D’s of project workflow◦ Discover, Design, Develop, Deploy

Responsive Workflow

Great resource on Responsive Workflow◦ http://

www.slideshare.net/pkattera/design-process-for-responsive-web-design

Page 15: Responsivedesign 7-3-2012

Sample Responsive Workflow

From http://www.slideshare.net/pkattera/design-process-for-responsive-web-design - Slide 24

Page 16: Responsivedesign 7-3-2012

http://www.smashingmagazine.com http://www.css-tricks.com http://elliotjaystocks.com/ http://simplebits.com/

Does anyone have any examples that they seen that is responsive?

Best Responsive Sites

Page 17: Responsivedesign 7-3-2012

http://www.alistapart.com/articles/responsive-web-design/ http://www.alistapart.com/articles/dao/ http://

www.slideshare.net/pkattera/design-process-for-responsive-web-design

http://lanyrd.com/2012/mobilism/sqpxx/ http://

webdesignerwall.com/tutorials/setting-breakpoints-in-responsive-design

http://www.aoverkamp.com/Chronicle/tabid/62/post/updating-my-site-using-a-responsive-design-workflow/2012-06-06.aspx

http://mobiletestingfordummies.tumblr.com/post/26346629275/ten-things-to-remember-when-testing-rwd

Resources

Page 18: Responsivedesign 7-3-2012

Questions & Answers

This presentation can be found onhttp://www.slideshare.net/thomascarney


Recommended