Live data from Hacker News

ResizeMyBrowser

resizemybrowser.com

31–40 of 56 posts

Re: ResizeMyBrowser

#31
post #22

Here is the javascriptlet: javascript:window.resizeTo(400,400) I was able to crash FF 3.6.17 with javascript:window.resizeTo(999999999,999999999999). Just something I found interesting.

Very interesting indeed, FF 4.0.1 tried to resize to (0,0), probably because it overflowed.

Re: ResizeMyBrowser

#32
post #11

Relevant: 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.

Unfortunately, it's not too useful for websites in right-to-left languages, like Persian, Arabic and Hebrew.

Re: ResizeMyBrowser

#33
post #31
post #22

Here is the javascriptlet: javascript:window.resizeTo(400,400) I was able to crash FF 3.6.17 with javascript:window.resizeTo(999999999,999999999999). Just something I found interesting.

Very interesting indeed, FF 4.0.1 tried to resize to (0,0), probably because it overflowed.

I do not have a dbg build on this machine but a stack trace may be in order.

Re: ResizeMyBrowser

#34
post #11

Relevant: 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.

This tool is misleading. It sizes the site according to your CURRENT browser size then lays the semi-transparent graphic over it. This means that if I have a 900px wide content area centered in the viewport, and my current width browser width is 1400px, it appears that there is 250px of empty background on the left and a 380px wide browser would see almost nothing. That's inaccurate.

tl;dr: take this tool with a grain of salt, resizemybrowser is a much better method.

Re: ResizeMyBrowser

#40
post #38

On Firefox (and now Chrome apparently) web developer plugin. http://chrispederick.com/work/web-developer/ Tools -> Web Developer -> Resize

The neat thing about using the link is that I can send it to non-techs for previewing websites in different resolutions.
Post reply on HN