January 2009

You are browsing the archive for January 2009.

Quick Tip for File Uploader in Symfony 1.2

Quick Tip for File Uploader in Symfony 1.2

So in symfony < ver 1.2, in the backend you could update the generator.yml to change a field type to make it more like a file upload button. I would usually substitute type: admin_input_file_tag and that would automagically convert it to a file upload.
Starting 1.2.x you cant do that anymore. It has quite logically so [...]

Perl Script to combine css/js using yui compressor

Yui Compressor is an awesome tool if you want to compress your css and (possibly obfuscate) js. However if you are anyone like me who would create a single css file for each Object / module (Restified CSS, a term that I use to define the use of a single css file for each object), [...]

SVN: Quick start guide.

SVN: Quick start guide.

I have written about CVS and GIT in the past and the joys of working on various projects mean that I end up using pretty much any system that I get a chance to lay my hands on which make me more aware of the options available. So this time it was SVN, I spent [...]