This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Web Authoring Tools > July 2005 > Utility to resize browser window on demand?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Utility to resize browser window on demand?
|
|
|
| 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
| |
| Dr John Stockton 2005-07-26, 7:55 pm |
| JRS: In article <1122385020.855574.179320@g47g2000cwa.googlegroups.com>
, dated Tue, 26 Jul 2005 06:37:00, seen in news:comp.infosystems.www.aut
horing.tools, dwok <derek@wubbafish.net> posted :
> 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="java script:resizeTo(640,480)">640x480</a> |
<a href="java script:resizeTo(800,600)">800x600</a> |
<a href="java script:resizeTo(1024,728)">1024x768</a> |
<a href="java script: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.
| |
| T Wake 2005-07-26, 11:28 pm |
|
"Dr John Stockton" <jrs@merlyn.demon.co.uk> wrote in message
news:BTWM4bFUnr5CFwrs@merlyn.demon.co.uk...
> I have, on my local home page, a paragraph
>
> <p align=center>
> <a href="java script:resizeTo(640,480)">640x480</a> |
> <a href="java script:resizeTo(800,600)">800x600</a> |
> <a href="java script:resizeTo(1024,728)">1024x768</a> |
> <a href="java script: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?.
| |
| David Dorward 2005-07-27, 4:20 am |
| T Wake wrote:
[color=darkred]
> 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
| |
| Dr John Stockton 2005-07-27, 8:20 pm |
| JRS: In article <LpOdnUWNjtvdenvfRVnyjg@pipex.net>, dated Wed, 27 Jul
2005 02:45:30, seen in news:comp.infosystems.www.authoring.tools, T Wake
<taswakeAt@hotmail.com> posted :
>
>"Dr John Stockton" <jrs@merlyn.demon.co.uk> wrote in message
>news:BTWM4bFUnr5CFwrs@merlyn.demon.co.uk...
><snip>
>
>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.
| |
| Odd H. Sandvik 2005-07-29, 7:28 pm |
| In article <1122385020.855574.179320@g47g2000cwa.googlegroups.com>, dwok
says...
> 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
|
|
|
| | Copyright 2003 - 2009 forum4designers.com Software forum Computer Hardware reviews |
|