|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Program for testing in various screen sizes
I got tired of resizing my screen resolution to test websites ... so I found this program ...
http://www.batchconverter.com/Mihov...oad-10098.shtml probably not perfect, but will give you some idea without having to resize all the time ... at least for me anyway.
__________________
Come JOIN the party!!! Quote of the Month: Retirement: Because you've given so much of yourself to the company that you don't have anything left we can use. Questions to Ponder: What do you do when you see an endangered animal eating an endangered plant? iif([sarcasm]=true,iif([you have to ask]=true,"didn't work","ha ha ha"),"not sarcasm") copyright© 2008 sbenj69 Last edited by mehere : February 11th, 2006 at 05:03 PM. |
|
#2
|
||||
|
||||
|
cool, can be useful sometimes indeed!
![]() |
|
#3
|
||||
|
||||
|
Quote:
You don't need to adjust your screen size to test websites, just change the size of the browser window. Here's a nice trick for ya: In IE of FF or whatever, create a new bookmark/favourite and put this in the address field: Code:
javascript:window.resizeTo(800,600); Now all you have to to is click on that link and the browser will become 800x600px. Create as many as you want for different resolutions too [1024x768, etc] ![]()
__________________
Support requests via PM will be ignored! |
|
#4
|
||||
|
||||
|
yeah, but screen.width and screen.height will still have the "real" screen size.
if the page is using js to catch that size, this trick won't help. but otherwise, this is much better ineed! ![]() |
|
#5
|
||||
|
||||
|
I don't get what you're saying.
If your screen res is 800x600, the max size your browser can be is 800 by 600. If your screen is 1920x1600 [as mine is], and you resize your browser to 800x600, you will get the same effect as having a smaller resolution for the browser with the added advantage that everything else stays the same. ![]() <edit> Oh, you mean if a script uses .availWidth to position some- thing or other? Yeah, I guess you're right, that wouldn't be reflected proply, but still, how many people are daft enough to actually still do stuff like that? ![]() Last edited by ChiefWigs1982 : February 12th, 2006 at 08:02 AM. |
|
#6
|
||||
|
||||
|
I'm saying that window.resizeTo won't change the value of screen.width and
screen.height in javascript: if the technique to identify the resolution is using such JS, it won't catch the change and will still show the CSS for the actual screen size. |
|
#7
|
||||
|
||||
|
Quote:
Yeah, I realised that's what you meant, and edited my post, but you got your reply in first... ![]() |
|
#8
|
||||
|
||||
|
Thats why I tend to use clientwidth/height to detect available
real estate... Anyway I use the wonderful web developer extension for FF to test at different resolutions among other things. I like the chiefs trick for IE though. |
|
#9
|
||||
|
||||
|
Quote:
Hah, I've been using the WebDev extension for about a year now [it's a must for any web programmer], and I completely forgot its got options to resize the browser! ![]() |
![]() |
| Viewing: ASP Free Forums > Other > ASP Free Lounge > Program for testing Resolution |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
![]() |