Design for what screen size?

Post non-phpwcms related topics here - but I don't want to see "hey check this or that other cms". Post if you have a point or worthwhile comment, don't post just to increase you post count!
Post Reply
daniel.grant
Posts: 97
Joined: Thu 2. Nov 2006, 15:42
Location: London

Design for what screen size?

Post by daniel.grant »

Hey folks,

This morning I have been pondering what is the right width to design sites.

I've always gone for 800x600 and never thought much of it but today I was doing some research and I noticed that every site which I had marked as effective was designed at the larger 950/975px size.

This may just be because I work on a 23" widescreen but I'm not sure.

What do you think?!!!
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Design for what screen size?

Post by flip-flop »

Hi, for me the right resolution at this time is a width of 1024px -> site width = ~ 990px
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
360fusion
Posts: 120
Joined: Wed 30. Aug 2006, 01:15
Location: Yarm, UK
Contact:

Re: Design for what screen size?

Post by 360fusion »

I have always set site widths at 770px to accommodate users with an 800x600 resolution.

Now only about 4% of people who view my websites use a screen resolution of 800x600. i have now started designing sites at 950px wide to fit on any screen larger than 1024 x 768 and leave a small border.

Ben
daniel.grant
Posts: 97
Joined: Thu 2. Nov 2006, 15:42
Location: London

Re: Design for what screen size?

Post by daniel.grant »

Thanks for your comments. Interesting stuff - I might just have to change.

However...
360fusion wrote:ow only about 4% of people who view my websites use a screen resolution of 800x600
That doesn't mean that those who are using 1024 x 768 screens have their windows maximised...
So I think 950px is the size to go for.
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: Design for what screen size?

Post by update »

Have a look over here: http://www.w3schools.com/browsers/browsers_display.asp
You're on the right track ;)
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
daniel.grant
Posts: 97
Joined: Thu 2. Nov 2006, 15:42
Location: London

Re: Design for what screen size?

Post by daniel.grant »

14%! Wow, that's a lot of horizontal scroll bars!

I like the idea behind this site.
http://www.yesinsurance.co.uk/
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Re: Design for what screen size?

Post by pico »

14%! Wow, that's a lot of horizontal scroll bars!
yes - but is one Year ago - take how it decresed in the last Years ;)
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Re: Design for what screen size?

Post by marcus@localhorst »

daniel.grant wrote:I like the idea behind this site.
http://www.yesinsurance.co.uk/
I think / I'm sure, this is made by js, calculating the layout onresize.
I use this technique in a current project and it's easy to do with mootools :-)
User avatar
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

Re: Design for what screen size?

Post by jsw_nz »

Yes - 1024 is an emerging standard
- but that 14% is an issue
- Jacob Neilsen adds to the mix
- where the fact that in certain settings personal income is a factor
- so if your audience is a wee bit 'upscale' - 8)
- they are likely to own more capable - higher resolution displays

http://www.useit.com/alertbox/screen_resolution.html

:)
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: Design for what screen size?

Post by update »

where the fact that in certain settings personal income is a factor
or their focus thrown upon - did some work recently where the majority of the audience is rather involved in craftsmanship and there are lots of old browser in the streets still - with "downhancing resolutioned" screens ;) and IE5.2MAC or 5.5WIN... buying newest (hand) tools but no investment in computer hardware...
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: Design for what screen size?

Post by Jensensen »

marcus@localhorst wrote:
daniel.grant wrote:I like the idea behind this site.
http://www.yesinsurance.co.uk/
I think / I'm sure, this is made by js, calculating the layout onresize.
I use this technique in a current project and it's easy to do with mootools :-)

I think it's just an example for a liquid layout --> body#wide #content {width: auto;}
When displayed on a smaller screen the float boxes are sliding downward. The page is the same with no JS enabled!

Using the Web Developer Tools for FF or IE you can resize the page layout in a current e.g. full screen window to watch the results when a page is viewed, or how the page works on smaller screens.
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

Re: Design for what screen size?

Post by jsw_nz »

@claus

good point - definitely depends on multiple factors -
'for every rule of thumb' there is
are exceptions - :)
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Re: Design for what screen size?

Post by marcus@localhorst »

Jensensen wrote:
marcus@localhorst wrote:
daniel.grant wrote:I like the idea behind this site.
http://www.yesinsurance.co.uk/
I think / I'm sure, this is made by js, calculating the layout onresize.
I use this technique in a current project and it's easy to do with mootools :-)

I think it's just an example for a liquid layout --> body#wide #content {width: auto;}
When displayed on a smaller screen the float boxes are sliding downward. The page is the same with no JS enabled!

Using the Web Developer Tools for FF or IE you can resize the page layout in a current e.g. full screen window to watch the results when a page is viewed, or how the page works on smaller screens.
hehe ;-) check with firebug and you will see - it's javascript ^^
>> browser_width.js

Code: Select all

attachEventListener(window, "resize", checkBrowserWidth, false);
function checkBrowserWidth() {
	var theWidth = getBrowserWidth();
	var bodyTag = document.getElementsByTagName("body")[0];
	if (theWidth > 970) {
		bodyTag.setAttribute("id","wide");
	}
	else {
		bodyTag.setAttribute("id","narrow");
	}
	return true;

}
but I do(n't) want klugscheissen ;-)
best marcus
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: Design for what screen size?

Post by Jensensen »

hi marcus,
:mrgreen:
marcus@localhorst wrote:but I do(n't) want klugscheissen ;-)
usually i'm the master of 'korinthenkack'... :wink:
to know in the end what was the truth....

so, thank you!

well, guess you were right as well, but seems they - to be on the safe side - have built it in both solutions [JS and CSS]:
A) for users with JS enabled
B) those with not

let's have a try and see....
[to learn more {as it was working fine in safari with js --> switched off}]

never mind, anyway this could be a way to built js based liquid layouts... for those who usually HAVE js enabled... --> so, let's dive in....
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
Post Reply