Welcome Guest!

If you do not have an account yet on The Web Squeeze forums, please Register! It’s FREE and there are many benefits:

  • Receive Fast Advice
  • Learn Programming Languages
  • Get Professional Website Reviews
  • Quick Troubleshooting Assistance

> Screen Resolution Stats?

This is a discussion on Screen Resolution Stats?, within the Web Design in General section. This forum and the thread "Screen Resolution Stats?" are both part of the Designing Your Website category.

 
Reply to this topicStart new topic
> Screen Resolution Stats?
Linda
post Sep 28 2008, 06:37 PM
Post #1


Co-Founder
Group Icon

Posts: 3,095
Joined: 13-February 08
From: Pink House in USA


Does anyone know what the current screen (monitor) resolution stats are? I'm going to redesign my website and I'm wondering what the percentage of people are still using the 800 x 600? Obviously this site is going to be for the masses and not just the tech/design industry.

Any thoughts? whistle3.gif


--------------------
Go to the top of the page
 
+Quote Post
Mark
post Sep 28 2008, 06:44 PM
Post #2


Don deluzione
Group Icon

Posts: 1,175
Joined: 13-February 08
From: Canada eh?


My forum (www.bikepower.nl) is for motorcylce fanatics. Most of them are happy they can type. Stats for that site show 1.06% use 800x600. 1024x768 is the most used resolution.
Attached File(s)
Attached File  tws_bp_stats.jpg ( 29.26K ) Number of downloads: 13
 


--------------------
Go to the top of the page
 
+Quote Post
MikeHopley
post Sep 28 2008, 06:50 PM
Post #3


Squeeze Machine
Group Icon

Posts: 682
Joined: 15-February 08
From: UK


Well, my site gets 3.5% visitors on 800*600. A decent slice of my traffic is from forums, however.

The Wikipedia article says 8%, but that's based on w3Schools and hence very likely to under-represent low-resolution numbers.

If you're going for a truly fixed-width design, I would suggest 1024*768. I wouldn't want to force everything inside 750-ish pixels. Of course, you could always design for 1024*768 and then allow the site to squash...
Go to the top of the page
 
+Quote Post
Mark
post Sep 28 2008, 07:05 PM
Post #4


Don deluzione
Group Icon

Posts: 1,175
Joined: 13-February 08
From: Canada eh?


I think the 800x600 users are used to horizontal scrolling by now smile.gif


--------------------
Go to the top of the page
 
+Quote Post
karinne
post Sep 29 2008, 08:03 AM
Post #5


Co-Founder
Group Icon

Posts: 3,107
Joined: 13-February 08
From: my little igloo up north


Screen res are nice and all but it doesn't mean the user actually has his browser maximized.

Here are some of my Mint stats to actually shows the browsers width.
Attached File  mint_stats.jpg ( 40.56K ) Number of downloads: 12


95% have their browser width to more than 960px
99% to more than 744px (thank God)

biggrin.gif

So... even if 1024 is a popular screen res width, doesn't mean it's the browsers width wink.gif


--------------------
a web design portfolio | web non-sense - REDESIGNED!
I'm also on: del.icio.us | flickr | virb | facebook | twitter
The Web Squeeze is also on: twitter | virb | facebook | stumbleupon
Go to the top of the page
 
+Quote Post
rich97
post Sep 29 2008, 08:41 AM
Post #6


Rapid Squeezer
Group Icon

Posts: 261
Joined: 27-August 08
From: London, UK


With a little bit of JS you can have a nice semi-flexable layout with gets smaller to a limit and stop expanding at a limit. It's a nice effect and with JS turned off you just set it to a default width.

That said it will be nice when IE6 finally dies so I don't have to use JS.

[off-topic level="slightly"]
tongue.gif
There is a really nice min-height hack I found which someone here might find usefull at some point.
Clickty Click
[/offtopic]


--------------------
Go to the top of the page
 
+Quote Post
Linda
post Sep 29 2008, 08:53 AM
Post #7


Co-Founder
Group Icon

Posts: 3,095
Joined: 13-February 08
From: Pink House in USA


Thank you!! I think I've decided to go with 960 px in width. That will give me a bit of margin on each side. I love a little margin. And for the few on the smaller screens, there will be a little less scrolling.


Does that sound reasonable? thank_you2.gif


--------------------
Go to the top of the page
 
+Quote Post
karinne
post Sep 29 2008, 08:54 AM
Post #8


Co-Founder
Group Icon

Posts: 3,107
Joined: 13-February 08
From: my little igloo up north


Have you been going to the 960 Grid System site tongue.gif


--------------------
a web design portfolio | web non-sense - REDESIGNED!
I'm also on: del.icio.us | flickr | virb | facebook | twitter
The Web Squeeze is also on: twitter | virb | facebook | stumbleupon
Go to the top of the page
 
+Quote Post
Linda
post Sep 29 2008, 09:01 AM
Post #9


Co-Founder
Group Icon

Posts: 3,095
Joined: 13-February 08
From: Pink House in USA


Nah... you know I don't surf the net!
Never even heard of that. to_pick_ones_nose2.gif

But someone on Twitter gave me a bit of reading material and I thought it was good advice.


--------------------
Go to the top of the page
 
+Quote Post
MikeHopley
post Sep 29 2008, 01:23 PM
Post #10


Squeeze Machine
Group Icon

Posts: 682
Joined: 15-February 08
From: UK


QUOTE (rich97 @ Sep 29 2008, 02:41 PM) *
With a little bit of JS you can have a nice semi-flexable layout with gets smaller to a limit and stop expanding at a limit. It's a nice effect and with JS turned off you just set it to a default width.

That said it will be nice when IE6 finally dies so I don't have to use JS.


You can just give IE6 a basic fixed-width layout, and offer better browsers the flexible layout.
Go to the top of the page
 
+Quote Post
rich97
post Sep 30 2008, 05:29 AM
Post #11


Rapid Squeezer
Group Icon

Posts: 261
Joined: 27-August 08
From: London, UK


QUOTE (MikeHopley @ Sep 29 2008, 07:23 PM) *
You can just give IE6 a basic fixed-width layout, and offer better browsers the flexible layout.


I suppose, maybe just link a crappy invalid stylesheet for IE6 (with JS behaviour) and use normal for other browsers.

Can't believe I didn't think of that. Then again if I did that I'd have a mob of standards fanatics trying to break the door down.


--------------------
Go to the top of the page
 
+Quote Post
MikeHopley
post Sep 30 2008, 07:01 AM
Post #12


Squeeze Machine
Group Icon

Posts: 682
Joined: 15-February 08
From: UK


QUOTE (rich97 @ Sep 30 2008, 11:29 AM) *
I suppose, maybe just link a crappy invalid stylesheet for IE6 (with JS behaviour) and use normal for other browsers.

Can't believe I didn't think of that. Then again if I did that I'd have a mob of standards fanatics trying to break the door down.


That's pretty much my approach:
  • IE6 and IE7 get special instructions via conditional comments: extra CSS, sometimes javascript fixes, and occasionally even extra markup.
  • I don't care whether this IE-specific code (CSS/HTML) is valid. I also don't care whether it "makes sense". It just has to work.
  • If some non-critical IE error is especially difficult to fix, then I just ignore it or replace it with a more primitive alternative. I don't expect to get everything perfect in IE -- just good enough.
  • All other browsers get 100% valid CSS and HTML Strict.
  • I do not allow my IE hacks to affect other browsers. The hacks are self-contained: I first use the standards-based method for good browsers, and then hack for IE.


There's no purpose trying to validate IE-specific hacks. The purpose of writing standards-based code is to get consistency among browsers; browser-specific hacks are the antithesis of web standards, and therefore it's absurd to expect them to validate.

As far as I'm concerned, it doesn't matter how ugly my IE hacks are. I support IE6 and IE7 only because they own most of the market share.

Eventually, Internet Explorer will catch up with the other browsers (see IE8 beta 2!). Standards are always being augmented with new capabilities, and no browser supports them all immediately. The problem is that IE has lagged far behind the other browsers for a long time, effectively crippling our ability to adopt new methods -- or at least adding a heavy development burden from hacking.
Go to the top of the page
 
+Quote Post
Simon
post Sep 30 2008, 10:14 AM
Post #13


Rapid Squeezer
****

Posts: 357
Joined: 14-February 08
From: Dreamweaver


You are talking about Resolution stats but it depends what site you are running.

My games forum tents to have widescreen and are more cleaver and use firefox. And the number of mac and linex is so low (0.5%)

This post has been edited by Simon: Sep 30 2008, 10:14 AM


--------------------
Go to the top of the page
 
+Quote Post
If you found The Web Squeeze to be helpful, please donate so we can keep this site FREE, FRESH, and fortified with Web Design & Development info!
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No new   14 Linda 635 27th February 2008 - 06:41 AM
Last post by: Linda
No New Posts   11 jamesicus 478 5th May 2008 - 12:14 PM
Last post by: MikeHopley
No New Posts   2 Justify 205 11th July 2008 - 08:51 PM
Last post by: Mark Poppen
No New Posts   2 MikeHopley 346 28th August 2008 - 05:41 PM
Last post by: MikeHopley
No New Posts   1 MikeHopley 192 1st October 2008 - 07:07 AM
Last post by: karinne