How can I maximum the windows into full screen ?
Like in windows XP.
javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight)
This is one of the few things that drives me nuts in OSX. Basically to get full screen you need to hide youre dock, and stretch the window manually.
As for "its more efficient" i just think its an excuse for an inferior window system. How is it more efficient? In OSX you need third party apps to hide the background so it wont distract you (MS Word is one great example). When you mamimize word in windows you have a nice clean interface to work with. You cannot do this in OSX.
And for those people that just prefer working with many opened windows, Windows allows you to have that option. You can choose to work in an enviorment like OSX, or you can choose to focus on one window.
This is one of the few things that drives me nuts in OSX. Basically to get full screen you need to hide youre dock, and stretch the window manually.
As for "its more efficient" i just think its an excuse for an inferior window system. How is it more efficient? In OSX you need third party apps to hide the background so it wont distract you (MS Word is one great example). When you mamimize word in windows you have a nice clean interface to work with. You cannot do this in OSX.
And for those people that just prefer working with many opened windows, Windows allows you to have that option. You can choose to work in an enviorment like OSX, or you can choose to focus on one window.
i have found this amazing little script to use in safari.. you can just bookmark it and whenever you click it it will maximize the safari window to fill your screen...
Code:
javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight)
Peder