Tag Archives: print

PHP Dump/Debug script.

Ever use PHP’s var_dump() or print_r() to debug what is going wrong with that $data you have ? Well, this simple script acts as the above functions, yours first parameter is your data, and the second optional parameter is stoping … Continue reading

Posted in Code, fun, work | Tagged , , , , , | 1 Comment

Auto Close Print Queue in OSX Leopard

When printing in Leopard, the print queue application remains open after the print job is done. In Tiger and all previous versions of OS X, the application would quit automatically as soon as the print job was finished. I find … Continue reading

Posted in apple, Life | Tagged , , , , , | Leave a comment