Skip to content


Add a file extension to vim syntax highlighting

I am trying to edit my template files containing *.ctp and on vim, you usually won’t see any syntax highlighting if it is not a known file extension.

So, to activate it for my *.ctp templates. Just add this on your ~/.vimrc file

:syntax on
:filetype on
:au BufNewFile,BufRead *.ctp set filetype=xml

Save and re-edit your *.ctp file.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google

Posted in Linux, Operating Systems, PHP, Programming.

Tagged with , , .


PHP Adding leading zero’s

My additional notes.

sprintf(”%02d”,$data['arraydate']['F']))

sprintf or str_pad

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google

Posted in Uncategorized.

Tagged with , , .


WebGUI CMS on a PowerMac G5 (64 bit) that runs Linux

I am currently trying webgui on a powermac g5 (64 bit) that runs Linux. It’s quite a headache actually. I mean, I should have tested this on a i386 machine. I am experiencing mod_* problems.

And the mod_perl can’t see some cpan modules.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google

Posted in Operating Systems, Technology.

Tagged with , , , , , , , , .


Earth Day, Learn to love it each day.

I am currently watching discovery channel and I really feel sad about the things happening on our planet. Especially with global warming, almost all the ice caps, glaciers are melting.

Record Ice Sea Minimum

http://earthobservatory.nasa.gov/IOTD/view.php?id=8126

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google

Posted in Events, News, Personal.

Tagged with , , , , , .


Found a very neat PHP File Upload Progress Bar/Meter

I’ve been looking for a good PHP File Upload Progress Bar/Meter on the web and found this very neat app. I am going to link it here for future reference.

http://www.johnboy.com/about-us/news/a-useful-php-file-upload-progress-meter

Continued…

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google

Posted in PHP, Programming, Projects, Technology.

Tagged with , , , , , , , .