Re: [css-d] Screens overload

2014-11-17 Thread MiB
nov 17 2014 05:45 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, It’s just that it’s very seldom you are in actual mutual agreement because a modern web site will not look

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 to

Re: [css-d] Screens overload

2014-11-16 Thread MiB
nov 16 2014 03:36 Crest Christopher : > 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 risk is not dependent on

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-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 you

Re: [css-d] Screens overload

2014-11-13 Thread Tom Livingston
On Thu, Nov 13, 2014 at 10:50 AM, MiB wrote: > > > nov 13 2014 16:39 Tom Livingston : > >> 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-wi

Re: [css-d] Screens overload

2014-11-13 Thread MiB
nov 13 2014 16:39 Tom Livingston : > 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 the content

Re: [css-d] Screens overload

2014-11-13 Thread Tom Livingston
On Thu, Nov 13, 2014 at 10:18 AM, 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. :) > If you view pages on a Nintendo DS, sorry ! Christopher > A sheet/styles for base styles. No MQ. A sheet/styles that kick

Re: [css-d] Screens overload

2014-11-13 Thread Tom Livingston
On Thu, Nov 13, 2014 at 10:23 AM, Philip Taylor 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 that yo

Re: [css-d] Screens overload

2014-11-13 Thread MiB
13 nov 2014 kl. 16:23 skrev Philip Taylor : > and having to do a complete re-write tomorrow ? and every three months. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

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/ resolution/screen-size/W-H

Re: [css-d] Screens overload

2014-11-13 Thread MiB
nov 13 2014 15:06 Tedd Sperling : > > 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. __ css-dis

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 Thursday, November 13, 2014 9:06 AM Crest: This is not all, but it's a good star

Re: [css-d] Screens overload

2014-11-13 Thread Crest Christopher
Thanks that is a well organized list :) Christopher Tedd Sperling 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 Christo

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 > wrote: > > I have a general question, how many screens are there ? > > There is your mobile phones

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 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 ma

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

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 aliv

Re: [css-d] Screens overload

2014-11-12 Thread MiB
nov 12 2014 19:43 Crest Christopher : > 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 Crest Christopher
Chris the list does answer the question, although some are almost non-existent, for example, etch-a-sketch animator :-). What are the common ones, and what browser do they share ? For screen sizes, you could go up to projection size or put a cap on it at, I suppose 4K-8K. Christopher Chris R

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

[css-d] Screens overload

2014-11-12 Thread Crest Christopher
I have a general question, how many screens are there ? There is your mobile phones (Android, Apple, Lumia, BlackBerry), then there is your tablets (iPad, Samsungs etc) followed by TV, XBox, Playstation, Nintendo DS, last but not least Desktop/Laptops, am I missing any ? Want to know is what