Demonstrates how to use Cocoa Bindings to simplify storing and retrieving user 
preferences. Also demonstrates how to use an ``NSValueTransformer`` to 
archive/unarchive a non-property-list type automatically (``NSColor``, in 
this case).

Originally from "Cocoa Bindings Examples and Hints", converted to PyObjC by 
u.fiedler.

.. http://homepage.mac.com/mmalc/CocoaExamples/controllers.html
   (dead link)
