How-to: Make OS X save dialog box useful
OS X users are completely aware of the ever so helpful save dialog box which is enabled by default. Check the screenshot below for an example of one. Minimal, limited, yet simple enough for the average user with most save directories being those found within your Home directory.

Fortunately, the limitations of the above save dialog box (default) can be expanded into something like that found below. Toggling between the two is as simple as clicking the small arrow adjacent to the “Save as:” text field.

Want the full featured save dialog box to display by default when saving documents & files? A little Terminal action will solve your frustrations. Open up Terminal found at ‘Applications > Utilities > Terminal’ and type the following [via]:
defaults write -g NSNavPanelExpandedStateForSaveMode -bool TRUE
Once the change has been made, enjoy the convenience of the full featured save dialog box without having to toggle between that less convenient alternative.
