Mac OS X's Single-Application Mode Makes My Mac Happy - Stéphane Rangaya
You can easily try it. Launch the Terminal and write:
defaults write com.apple.dock single-app -bool true
killall Dock
If you want use the multi-application mode (the normal way):
defaults delete com.apple.dock single-app
killall Dock

No comment on this link yet. React !