Re: [css-d] Screens overload

2014-11-17 Thread MiB
nov 17 2014 05:45 Crest Christopher crestchristop...@gmail.com: When you have a comp to work from you can tell the client, look this is the comp you signed off on, hopefully both you and him are in agreement, It’s just that it’s very seldom you are in actual mutual agreement because a

Re: [css-d] Screens overload

2014-11-16 Thread MiB
nov 16 2014 03:36 Crest Christopher crestchristop...@gmail.com: I would hate to think what kind of mess or sameness you could develop without something to work from. It may be a validated, responsive site but it will be bland, similar to having thirty Starbucks in a large radius. That

Re: [css-d] Screens overload

2014-11-16 Thread Crest Christopher
When you have a comp to work from you can tell the client, look this is the comp you signed off on, hopefully both you and him are in agreement, anything else will cost extra, this is understood. If you are not a designer then designing in the browser may be more beneficial as you can begin

Re: [css-d] Screens overload

2014-11-15 Thread Crest Christopher
A sheet/styles for base styles. No MQ. What do you mean by MQ ? The whole developing in the browser is something I was doing when I was a novice at HTML/CSS, back then I was informed, never to do this, now it's all the rage, I suppose whatever you prefer. You should have something to base

Re: [css-d] Screens overload

2014-11-15 Thread Chris Rockwell
MQ = media query; Google will give much more information on what is MQ than someone would likely give in an email thread, try googling CSS MQ ( https://www.google.com/webhp?#q=css+MQ). Regarding design in the browser: First, I can't imagine any good arguments against designing in the browser;

Re: [css-d] Screens overload

2014-11-13 Thread Tedd Sperling
Crest: This is not all, but it's a good start: http://mydevice.io/devices/ Cheers, tedd ___ tedd sperling t...@sperling.com On Nov 12, 2014, at 1:43 PM, Crest Christopher crestchristop...@gmail.com wrote: I have a general question, how many screens are there ? There

Re: [css-d] Screens overload

2014-11-13 Thread Crest Christopher
Thanks that is a well organized list :) Christopher Tedd Sperling mailto:tedd.sperl...@gmail.com Thursday, November 13, 2014 9:06 AM Crest: This is not all, but it's a good start: http://mydevice.io/devices/ Cheers, tedd ___ tedd sperling t...@sperling.com Crest

Re: [css-d] Screens overload

2014-11-13 Thread Crest Christopher
Any other device not on this specific list I'm going to forget about, this is quite a list as it stands. :) If you view pages on a Nintendo DS, sorry ! Thanks again ! Tedd Sperling mailto:tedd.sperl...@gmail.com Thursday, November 13, 2014 9:06 AM Crest: This is not all, but it's a good

Re: [css-d] Screens overload

2014-11-13 Thread Philip Taylor
Crest Christopher wrote: Any other device not on this specific list I'm going to forget about, this is quite a list as it stands. :) Might it not be a more productive use of your time if you designed in such a way that your code will render appropriately at /any/

Re: [css-d] Screens overload

2014-11-13 Thread MiB
nov 13 2014 15:06 Tedd Sperling tedd.sperl...@gmail.com: This is not all, but it's a good start: http://mydevice.io/devices/ Not to forget most devices also have the height/width flipped in addition when holding it on the side.

Re: [css-d] Screens overload

2014-11-13 Thread MiB
13 nov 2014 kl. 16:23 skrev Philip Taylor p.tay...@rhul.ac.uk: and having to do a complete re-write tomorrow ? and every three months. __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] Screens overload

2014-11-13 Thread Tom Livingston
On Thu, Nov 13, 2014 at 10:23 AM, Philip Taylor p.tay...@rhul.ac.uk wrote: Crest Christopher wrote: Any other device not on this specific list I'm going to forget about, this is quite a list as it stands. :) Might it not be a more productive use of your time if you designed in such a way

Re: [css-d] Screens overload

2014-11-13 Thread Tom Livingston
On Thu, Nov 13, 2014 at 10:18 AM, Crest Christopher crestchristop...@gmail.com wrote: Any other device not on this specific list I'm going to forget about, this is quite a list as it stands. :) If you view pages on a Nintendo DS, sorry ! Christopher A sheet/styles for base styles. No MQ. A

Re: [css-d] Screens overload

2014-11-13 Thread MiB
nov 13 2014 16:39 Tom Livingston tom...@gmail.com: A sheet/styles for base styles. No MQ. A sheet/styles that kicks in with an MQ of min-width: 30em to make any necessary tweaks to the content. A sheet/styles that kicks in with an MQ of min-width: 37em to make any necessary tweaks to

Re: [css-d] Screens overload

2014-11-13 Thread Tom Livingston
On Thu, Nov 13, 2014 at 10:50 AM, MiB digital.disc...@gmail.com wrote: nov 13 2014 16:39 Tom Livingston tom...@gmail.com: A sheet/styles for base styles. No MQ. A sheet/styles that kicks in with an MQ of min-width: 30em to make any necessary tweaks to the content. A sheet/styles that

Re: [css-d] Screens overload

2014-11-12 Thread Chris Rockwell
Not completely sure I understand the question: are you asking for how many different screen resolutions there are? Just assume the answer is infinite. From your list of devices, I immediately notice that glasses, projectors, and watches are missing. Here are some common resolutions, according

Re: [css-d] Screens overload

2014-11-12 Thread MiB
nov 12 2014 19:43 Crest Christopher crestchristop...@gmail.com: I have a general question, how many screens are there ? There’re more different types that you even practically can handle individually. That’s why media queries have size points and why pixel-perfect design on the web is dead.

Re: [css-d] Screens overload

2014-11-12 Thread GJim
Howdy Crest, ~~~ Wednesday, November 12, 2014, 1:43:15 PM (USA 'Somewhere on-the-road time-zone'), you wrote the message that appears below. My reply appears here and/or interspersed within your message. ~~~ I have a general question, how many screens are there ? If Carl Sagan was still

Re: [css-d] Screens overload

2014-11-12 Thread Tom Livingston
Build for any size. Place breakpoints where the content needs them. On Wednesday, November 12, 2014, Crest Christopher crestchristop...@gmail.com wrote: I have a general question, how many screens are there ? There is your mobile phones (Android, Apple, Lumia, BlackBerry), then there is

Re: [css-d] Screens overload

2014-11-12 Thread Crest Christopher
Breakpoints as in, when the screen size changes the content changes, correct ? Christopher Tom Livingston mailto:tom...@gmail.com Wednesday, November 12, 2014 9:54 PM Build for any size. Place breakpoints where the content needs them. On Wednesday, November 12, 2014, Crest Christopher