Maximize your browser window on a Mac
There are very few things I don't like on a Mac. One of them is the ability to maximize your application windows like the way you can on Microsoft Windows (Yes, the irony (no, actually that's not irony, it makes complete sense)). What a Mac will do when you hit the green "+" maximize button is size your application window to the contents that your window contains. Not helpful. What MS Windows will do is actually size your window to the size of your screen blocking out all other applications. To me this is helpful since I don't like these distractions in the background, and I enjoy the full realestate that I'm working in. Others seem to disagree saying that this Mac version of maximized space allows users to multi-task better. The fact is, I don't want to think about multi-tasking when I don't have to. Furthermore, there is no keyboard shortcut on a Mac to trigger this maximization. On Windows you can hit "alt + space + x".Fixing it
Actually, there is no real fix (unless Apple builds it into the OS), but I've come up with a hack (work around) for my browser. First thing to do is to create a text file and call it "maximize.html" (you can call it what ever you want, it's only temporary). Then populate it with the following contents.Maximize code
<html>
<head>
<title>maximize</title>
</head>
<body>
<a href="javascript:moveTo(0,0);resizeTo(3000,3000);">
Maximize
</a>
</body>
</html>
It should look like this:



Add a keyword shortcut
Obviously, this has been discussed before. If you're using Firefox, you can add a keyword shortcut to make it even easier to use this functionality. Since afterall, this is usually the kind of setting you just want to trigger on the fly without having to use your mouse. To do this, simply track down your bookmark, load up the context menu by control + clicking the bookmark, then choose "Properties"

That's it
Try it out. It's not optimal, but it does what I need when browsing the web in full maximum real estate.
recent
- Matador: The Obvious MVC Framework for Node
- Sandboxing JavaScript
- Crouching Ender, hidden command
- Ender.js - The open submodule library
- Qwery - The Tiny Selector Engine
- Klass
- Smallest DOMReady code, ever.
- $script.js - Another JavaScript loader
- About that slowness on Twitter...
- Autocomplete Fuzzy Matching
- JavaScript Cache Provider
- JavaScript Animate
- Asynchronous method queue chaining in JavaScript
- Something changed
- Unofficial Twitter Widget Documentation
i am dustin diaz

