HighDots Forums  

Utility to resize browser window on demand?

Website Design comp.infosystems.www.authoring.site-design


Discuss Utility to resize browser window on demand? in the Website Design forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
dwok
 
Posts: n/a

Default Utility to resize browser window on demand? - 07-26-2005 , 08:37 AM






Hello,

Can anyone suggest a software utility that would allow to quickly
resize a given window to s specified size? I work on a lot of web
applications and I need to support various resolutions which leaves me
looking at my work in different resolutions. I would like to find a
utility that uses as little resources as possibel and doesn't do a
million other things. I know Firefox has a resize utlity but as an
ASP.NET developer I end up using Internet Explorer most of the time
with Visual Studio.

Freeware would be great but shareware is fine also as I don't mind
shelling out money for a quality product. Thanks for your time.

-dwok


Reply With Quote
  #2  
Old   
Dr John Stockton
 
Posts: n/a

Default Re: Utility to resize browser window on demand? - 07-26-2005 , 05:31 PM






JRS: In article <1122385020.855574.179320 (AT) g47g2000cwa (DOT) googlegroups.com>
, dated Tue, 26 Jul 2005 06:37:00, seen in news:comp.infosystems.www.aut
horing.tools, dwok <derek (AT) wubbafish (DOT) net> posted :

Quote:
Can anyone suggest a software utility that would allow to quickly
resize a given window to s specified size?
I have, on my local home page, a paragraph

<p align=center>
<a href="javascript:resizeTo(640,480)">640x480</a> |
<a href="javascript:resizeTo(800,600)">800x600</a> |
<a href="javascript:resizeTo(1024,728)">1024x768</a> |
<a href="javascript:resizeTo(1280,1024)">1280x1024</a>

and those "links" set those sizes. From any other page, it is one click
to my home page, one click to change size, and one click to return.


On that page, I also have

<BODY
onLoad="window.resizeTo(640, window.screen.height*0.9375)">

so that it only needs two clicks to get my preferred width and height.

I doubt whether one can greatly reduce the number of clicks needed.

<URL:http://www.merlyn.demon.co.uk/index.htm#Spon>.

--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.com/faq/> JL/RC: FAQ of news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/js-index.htm> jscr maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.


Reply With Quote
  #3  
Old   
T Wake
 
Posts: n/a

Default Re: Utility to resize browser window on demand? - 07-26-2005 , 08:45 PM




"Dr John Stockton" <jrs (AT) merlyn (DOT) demon.co.uk> wrote

Quote:
I have, on my local home page, a paragraph

p align=center
a href="javascript:resizeTo(640,480)">640x480</a> |
a href="javascript:resizeTo(800,600)">800x600</a> |
a href="javascript:resizeTo(1024,728)">1024x768</a> |
a href="javascript:resizeTo(1280,1024)">1280x1024</a

snip
URL:http://www.merlyn.demon.co.uk/index.htm#Spon>.
Try as I might, I cant find anywhere on your index.htm page with that script
in. I even searched the source code. Did you post the correct URL or am I
being insane?.




Reply With Quote
  #4  
Old   
David Dorward
 
Posts: n/a

Default Re: Utility to resize browser window on demand? - 07-27-2005 , 02:00 AM



T Wake wrote:
Quote:
I have, on my local home page, a paragraph
URL:http://www.merlyn.demon.co.uk/index.htm#Spon>.

Try as I might, I cant find anywhere on your index.htm page
He said "local homepage", i.e. the page his has his browser set to go to
when he opens it, not the homepage of this public website.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is


Reply With Quote
  #5  
Old   
T Wake
 
Posts: n/a

Default Re: Utility to resize browser window on demand? - 07-27-2005 , 05:50 AM




"David Dorward" <dorward (AT) yahoo (DOT) com> wrote

Quote:
T Wake wrote:
I have, on my local home page, a paragraph
URL:http://www.merlyn.demon.co.uk/index.htm#Spon>.

Try as I might, I cant find anywhere on your index.htm page

He said "local homepage", i.e. the page his has his browser set to go to
when he opens it, not the homepage of this public website.
Ah - that explains it.

Thanks and sorry for being too dopey to read it properly.




Reply With Quote
  #6  
Old   
Dr John Stockton
 
Posts: n/a

Default Re: Utility to resize browser window on demand? - 07-27-2005 , 02:35 PM



JRS: In article <LpOdnUWNjtvdenvfRVnyjg (AT) pipex (DOT) net>, dated Wed, 27 Jul
2005 02:45:30, seen in news:comp.infosystems.www.authoring.tools, T Wake
<taswakeAt (AT) hotmail (DOT) com> posted :
Quote:
"Dr John Stockton" <jrs (AT) merlyn (DOT) demon.co.uk> wrote in message
news:BTWM4bFUnr5CFwrs (AT) merlyn (DOT) demon.co.uk...
I have, on my local home page, a paragraph

p align=center
a href="javascript:resizeTo(640,480)">640x480</a> |
a href="javascript:resizeTo(800,600)">800x600</a> |
a href="javascript:resizeTo(1024,728)">1024x768</a> |
a href="javascript:resizeTo(1280,1024)">1280x1024</a

snip
URL:http://www.merlyn.demon.co.uk/index.htm#Spon>.

Try as I might, I cant find anywhere on your index.htm page with that script
in. I even searched the source code. Did you post the correct URL or am I
being insane?.
Both. You have the code in the news article; the reference is so that
you and/or the OP can, as felt appropriate, pay for the information.
The code is in my local home page, as I wrote; not the home page of me
Web site.

--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.com/faq/> JL/RC: FAQ of news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/js-index.htm> jscr maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.


Reply With Quote
  #7  
Old   
Odd H. Sandvik
 
Posts: n/a

Default Re: Utility to resize browser window on demand? - 07-29-2005 , 08:38 AM



In article <1122385020.855574.179320 (AT) g47g2000cwa (DOT) googlegroups.com>, dwok
says...

Quote:
Can anyone suggest a software utility that would allow to quickly
resize a given window to s specified size? I work on a lot of web
applications and I need to support various resolutions which leaves me
looking at my work in different resolutions. I would like to find a
utility that uses as little resources as possibel and doesn't do a
million other things. I know Firefox has a resize utlity but as an
ASP.NET developer I end up using Internet Explorer most of the time
with Visual Studio.
http://www.applythis.com/

--
Odd H. Sandvik


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.