Window Size Limiter | |||||||||||||||||
Why not have a small application that would limit the maximum size of a window? One specific application would be web development, where you could limit your web browser to 640x480, 800x600, or any other resolution you wanted to test your site in? Implementing the feature in, say, Dreamweaver or Bluefish doesn't work as well, because different web browsers use different amounts of their allocated screen real estate for displaying the actual page.
MikeMol, Jul 27 2004
What do you think of this idea or comment? | |||||||||||||||||
Users who liked this idea also liked: | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
Add your comment
There is a windows command line program called cmdow that allows you to manually change many, many window properties. All windows, even the ones that you are never supposed to see... I use it to set my browser to those resolutions to test html. Seems to accomplish exactly what you want.