My only complaint is that on a dual monitor setup the maximum link centers the window in the middle of the two screens. Pretty slick either way.
ResizeMyBrowser
21–30 of 56 posts
Re: ResizeMyBrowser
#22I was able to crash FF 3.6.17 with javascript:window.resizeTo(999999999,999999999999).
Just something I found interesting.
Re: ResizeMyBrowser
#23Well done, quite sexy :) A
Re: ResizeMyBrowser
#24Relevant: http://browsersize.googlelabs.com/ Simple visual tool to show what percentage of web users can see different areas of your website without needing to scroll.
Re: ResizeMyBrowser
#25Just an FYI - the Web Developer Toolbar extension for FF and Chrome has this built-in.
Re: ResizeMyBrowser
#26Nice, but I can't help but think this would be better as a browser extension instead. That way you could use it on your own URL without going back and forth.
Re: ResizeMyBrowser
#27heh I miss this ever since web inspector and firebug pretty much replaced the web developers toolbar good job, thanks
I used to have both, firebug and webdev inspector when I was into html more than I'm now, can't remember any problems with them co-existing.
Re: ResizeMyBrowser
#28My only complaint is that on a dual monitor setup the maximum link centers the window in the middle of the two screens. Pretty slick either way.
I'm gonna say it is your browsers fault, since my Firefox 4 maximizes it on the screen it was on.
Re: ResizeMyBrowser
#29Relevant: http://browsersize.googlelabs.com/ Simple visual tool to show what percentage of web users can see different areas of your website without needing to scroll.
Many of my webpages have something like
width: 80% max-width: 80em
or so for the main text. Which ensures that on a narrow window you still see a decent part of the main text, but on this test site it looks as though you only see the margin with a narrow browser window.