Random Notes
Android
When using adb push to push files onto your sdcard while in Recovery mode, make sure to pop into the shell and run
to make sure it's writable. Otherwise, the push will perform and take forever, but your files won't be there!
Zend Framework
To disable the view/layout (when you need to, say, output something as a CSV file):