up vote 1 down vote favorite
1
share [g+] share [fb]

I am developing a web site and need to see how it will look at different resolutions. The catch is that it must work on our Intranet.

Is there a free solution?

link|improve this question

80% accept rate
feedback

6 Answers

up vote 3 down vote accepted

For Internet Explorer there's the Internet Explorer Developer Toolbar. It lets you select resolutions quite easily.

link|improve this answer
Awesome thanks! Forgot to say that it had to work in IE. This is perfect! – Doug Sep 15 '08 at 11:53
feedback

For Firefox, Web Developer Toolbar (https://addons.mozilla.org/en-US/firefox/addon/60)

link|improve this answer
This is the single best add-on for FF, now if I only had it for chrome. – Unkwntech Sep 15 '08 at 12:26
feedback

Type in the address bar of your favorite browser: javascript:resizeTo(1024,768)

Then adjust to your desired resolution. You can even save these as bookmarklets in your favorites/bookmarks.

link|improve this answer
feedback

This may not work if you are limited to test internally but Browsercam is a fantastic service when you want to check how well your website performs on various OS/browser combinations. It takes the guesswork out of browsertesting.

If you must stay within yout internal network then why don't you setup a virtual PC with the software you need? It's very easy to maintan a few sets of virtual PCs and simply boot the ones you need to test with. And of course you can test with various add-ons etc. using this method.

link|improve this answer
feedback

I use a product called UltraMon. Technically, it's a product that allows you to have an easier management of your multiple monitor's. The cool thing (and what is important to this question) is that you can set up multiple "Display Profile's". I have two set up:

  1. My default 1280*1024 on both monitors
  2. One monitor at 1280*1024 and the other at 1024*768

It allows you to setup as many profiles as you want and I just switch between them to check different resolutions.

link|improve this answer
feedback

Also on Internet Explorer 7 is IE7Pro. It also provides some gadgets that aren't in the Developer Toolbar. I have both installed, and use both quite often.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.