Removing SVN and hidden file Automator workflows for OS X

July 7th, 2008 jasoneisen

If you ever find you need to recursively remove hidden files or subversion directories in finder, you will immediately find that it’s a task that could take you all day.

I’ve created two workflows that will do this for you. Simply drop them into ~/Library/Workflows/Applications/Finder and enjoy.

Download (84kb)

Tags: , , ,

Posted in OS X | No Comments »

REST for Zend Framework

July 3rd, 2008 jasoneisen

I’ve created a small library to make my ZF apps more RESTful. If you’d like to take a look: http://code.google.com/p/restfulphp/.

Credit to Jani and David

Best examples I can provide at the moment are in the demo folder. The routes act nearly identical to those found in the pdf here.

$this->Url(array(), ‘plural_path’);
$this->Url(array(’id’=>$id), ‘edit_singular_path’);
etc…

I’ll post some better documentation and usage soon, but it’s a 3 day weekend coming up, plus it’s my birthday sat, so it may be a few days :)

Tags: , , , ,

Posted in Doctrine, REST, Zend | 2 Comments »