Archive for January 28th, 2009

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