Change the Time Machine backup interval

Do you think that Time Machine backups are done too often? 

Start & Stop Jenkins daemon on Mac OS X

These are two small snippets to start and stop Jenkins in daemon mode on Mac OS X.

Zend_Application & Boostrap – A hidden secret

From Zend Framework 1.8, the way to use ZF is changed, Zend_Application and Zend_Application_Resource have improved exponentially the way to start up a ZF project. In this short post I don’t want to show you how to use them, but I want to give you a simple hidden secret. If you have already used them [...]

Comments number without pingbacks and trackbacks

Snippet to get the total comments number for a post without pingbacks and trackbacks.

Disable layout and view render

Simple snippet to switch off layout and view render for a specific action or all actions of a specific controller in Zend Framework.