Bookmarklet to resize the browser–window When designing websites, I always want to test for different window sizes to see how a page would look like on smaller screens. The bookmarklets. I found are not flexible, because they resize only to a single size, so I needed several different ones for 1024x768, 800x600, etc., hence consuming much of the limited space in the links bar. Therefore I wrote this one–liner. in Public bookmarkswith bookmarkletwevdevwindow
Bookmarklets Echo Form tested: IE 5.5, Win32 Changes the ACTION attribute of forms on the page to point to a cgi on my server, that displays the field names and values. Go try it on google or something. I use this a lot when I'm doing web form based client-server type stuff. It's the first place to check before you dive into your source code - is your server-side app receiving what you think it's receiving? in Public bookmarkswith bookmarkletwevdev