mommalina
09-10-2006, 09:05 AM
Would this tip be useful to easily change the screen resolution when I can't read the fine print on the screen? Does it take a restart to effectuate it?
(Doug, should be easier than cataract surgery. :rolleyes: )
Lina
Quickly Resize Your Browser Window
From PC Mechanic Newsletter10 Sep 2006 08:35:20 -0000
PC Mechanic Tip of the Day:
For web developers, it is often wise to test how your you design looks using an alternate resolution to yours. For example, if you have your screen set to 1200 x 1024, and want to see how it looks to a potential viewer using a 1024 x 768 resolution, resizing your screen or browser window is quite a hassle. Instead enter this shortcut into your address bar:
_javascript:resizeTo(1024,768)
Of course you can change the numbers to anything you want to test. Additionally, you can bookmark this code so it will be available at the click of a button. This is a pretty handy way to test web pages as you go.
(Doug, should be easier than cataract surgery. :rolleyes: )
Lina
Quickly Resize Your Browser Window
From PC Mechanic Newsletter10 Sep 2006 08:35:20 -0000
PC Mechanic Tip of the Day:
For web developers, it is often wise to test how your you design looks using an alternate resolution to yours. For example, if you have your screen set to 1200 x 1024, and want to see how it looks to a potential viewer using a 1024 x 768 resolution, resizing your screen or browser window is quite a hassle. Instead enter this shortcut into your address bar:
_javascript:resizeTo(1024,768)
Of course you can change the numbers to anything you want to test. Additionally, you can bookmark this code so it will be available at the click of a button. This is a pretty handy way to test web pages as you go.