IE Web Developer Trick #447
IE Web Developer Trick #447
Ok I don't have four hundred and fourty seven tricks but here's a really slick one I thought up just yesterday.
Some developers might know that you can paste Javascript into the Address bar, and by pasting a command to resize the browser ( javascript:resizeTo(800,600) ) the browser will resize, giving you an easy way to test your web layout on lower resolutions without needed to change your display settings.
But I was thinking, why not just put it in a bookmark/link. So in order to make this slicker, after you paste that javascript into the address bar, just drag it into your Links toolbar and rename it. And Bam!(tm), you now have instant click access to browser resizing.