[css-d] media queries

2014-02-24 Thread Nancy Johnson
Is there a standard method to use media queries? I took the W3C mobile course about 3 years ago and since then there are many more devices out there each with different size and/or retinal display. Thanks, Nancy Johnson __

Re: [css-d] media queries

2014-02-24 Thread Chris Rockwell
By standard method are you just referring to standard widths to set your media queries. There used to be (from 2010: http://css-tricks.com/snippets/css/media-queries-for-standard-devices/), and you can still find staring point queries, but it really depends on your site. Say, for example, you're

Re: [css-d] media queries

2014-02-24 Thread Tom Livingston
Sent from my iPhone On Feb 24, 2014, at 2:37 PM, Nancy Johnson njohnso...@gmail.com wrote: Is there a standard method to use media queries? I took the W3C mobile course about 3 years ago and since then there are many more devices out there each with different size and/or retinal

Re: [css-d] media queries

2014-02-24 Thread Rod Castello
Just jumping in here with an additional question that might help Nancy as well. I've been converting the splash pages where I work to be responsive, just single pages. So far so good, but the idea of mobile first sounds attractive. Can anyone recommend some good links for tutorial, articles, etc.

Re: [css-d] media queries

2014-02-24 Thread Chris Rockwell
This just came up in my Twitter feed, and looks like it may shine some light on both questions: http://www.adamkaplan.me/grid/. I just scanned down the page but it seems pretty complete for getting the basics of mobile-first/responsive, including some css examples. On Mon, Feb 24, 2014 at 4:14

Re: [css-d] media queries

2014-02-24 Thread Rod Castello
Chris, That looks good. Thanks, Good luck Nancy, Rod Castello On Mon, Feb 24, 2014 at 2:04 PM, Chris Rockwell ch...@chrisrockwell.comwrote: This just came up in my Twitter feed, and looks like it may shine some light on both questions: http://www.adamkaplan.me/grid/. I just scanned down