Archive for January, 2009

  • 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...

    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...

    Continue Reading...

  • DateHelper is quite a useful helper in symfony, though I am not a big fan of introducing a ton of functions (concerned about possible name space collision, two functions with...

    DateHelper (date_format) in symfony

    DateHelper is quite a useful helper in symfony, though I am not a big fan of introducing a ton of functions (concerned about possible name space collision, two functions with...

    Continue Reading...

  • 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...

    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...

    Continue Reading...

  • We have all done this, get a *.tar.gz file from cpan, do a configure, make, test and make install only to realize that the dependencies for the package are missing...

    Installing modules using CPAN interactive shell in perl

    We have all done this, get a *.tar.gz file from cpan, do a configure, make, test and make install only to realize that the dependencies for the package are missing...

    Continue Reading...

  • 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...

    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...

    Continue Reading...