views:

267

answers:

8

Back in the past,

i found a third party webpage that was able to capture and save images of my website in different resolutions and browsers. Of course i have no more that bookmark...

So is there any webpage or application where i can see how my webpage looks like in different resolution?

And here are the resolutions i would like to check for..

1. 1024x768    24.56%  
2. 1280x800    22.06%  
3. 1280x1024   13.42%  
4. 1366x768    7.10%  
5. 1440x900    6.68% 
+9  A: 

Perhaps you're thinking of http://browsershots.org/ ?

ZoogieZork
I love stackoverflow.com
Chocol8
+1  A: 

If you want to check various resolutions and browsers, then BrowserShots may have been what you came across before, give it a look.

Nick Craver
+1  A: 

For viewing which percentage of people sees how much of your web page:

http://browsersize.googlelabs.com/

Also: Web Developer plugin for Firefox (Resize menu).

Chris Lercher
+1  A: 

Chrome Extension and Firefox add-on to resize your browser to various standard resolution sizes...

N 1.1
+1  A: 

Note that the screen resolution of the computer running the browser is only half of the truth. If the browser isn't maximized, it will be a lot smaller than the resolution you see there, and on non-Windows operating systems (Mac OS X, Linux) it's a lot more common to run applications non maximized.

It's simply best to make sure that your site is viewable in anything from small windows (just resize your browser down) to large.

calmh
You still have to design the websites for a "certain standard" resolution. At the moment 1024x768 seems to be the most used standard and therefore the design standard called "960 grid" is very popular. It takes hand of cool design rules + leaving space for browsers/OS scrollbars etc in the sides. The height of a page isnt that important since we've begun to see a lot of widescreen panels/PC and secondly, almost everyone uses the vertical scrollwheel.
BerggreenDK
Secondly, thats not a real answer. There are plenty of tools out there to let you examine your websites with different browsers and resolutions. Even Adobe has made an online service for that purpose.
BerggreenDK
@calmh this may be partly true and worth noting, but for any serious layouting, there is a minimal standard you need to work against, otherwise you'll go crazy. I personally put that standard at 960 pixels at the moment. Still, doesn't deserve a negative vote IMO.
Pekka
@pekka, @Bergreen; yes. And by "viewable in a small window", I don't mean that you need to design your website to fit in a 200x200 window. I simply think that even in that case, scrollbars should work in a reasonable fashion (i.e. not appear all over the page due to using lots of frames), etc.
calmh
And no, this doesn't exactly answer the "is there a website..." part of the question, but since so many others did, I felt this might add something of value to the discussion.
calmh
@calmh that part I absolutely agree with, also in light of the growing number of mobile clients etc.
Pekka
ok, point taken. tried to remove vote down, but the answer is too old for that now. Sorry :-s
BerggreenDK
this is largely cos maximize doesn't mean the same thing on all operating systems
jk
A: 

There are many utils available for watching your website in different resolutions.

Some are installed on PC, some are online services like these:

Adobes "render browser" - you'll need to create a free Adobe account:

http://browserlab.adobe.com

Nice, but not free if you want it fast as I recall it:

http://browsershots.org/

Google - shows what part of your website is visible based on statistics from Google: http://browsersize.googlelabs.com/

But as far as I know, todays most commonly design resolution is 1024x768, eventhough the height isnt that important because of the popular scrollwheel on most mice/pads.

If you design to design for this resolution there is a lot of design help in the "growing standard" called 960 grid, which is based upon how many professional designers build a design.

You always make an invisible "grid" and then you use the cells to arrange the contents. Much like the old "table" system, but much more focused on professional designs.

Regarding your question, the % you list, seems like you would have most use of the "Google" link above.

Lastly, always remember to test how your website looks with the most used browsers. For me those 4 will be:

  1. Internet Explorer (latest and previous version, use more than one computer to test if you cant do a double installation of it)

  2. Mozilla Firefox (latest and perhaps previous.. but they make less changes in the render, so latest would be ok)

  3. Google Chrome (awesome debugging tools too, and a very stable browser)

  4. Safari (so you make sure that you support MacOSX)

Thats my opinion.

BerggreenDK
A: 

Scroll down to the bottom of this page and click on the doctype.com link. Those guys have a product that will let you know what it looks like on all browsers, os, resolutions etc.

Toby Allen
A: 

The Multibrowserviewer is a great (paid for) tool for multi browser support, I know it's not free, bt worth looking into even just for the trial period.

Kyle Sevenoaks