Nov
2011
Create a multiuser git repository with gitolite
I use git for almost all my developments, is fast, it works locally, and I can even use it as a quick deployment tool, by adding hooks, but when it [...]
Apr
2011
Dynamic multi form on same page with jQuery and PHP

This is a little demo of a small app that allow us to have several forms displayed on the same page, organized by sections, a static multiform can be easily [...]
Apr
2011
Script to copy data from MySQL to postgreSQL

This is a perl script I’ve used to move data from mysql 5.1 to postgres 9, this script doesn’t create a schema, it only grabs the data from mysql and [...]
Feb
2010
Decrypting SourceCop php files
Every once in a while, I receive code that is encrypted using one of many php encoder software out there, so when I face this situation and if the project [...]
Dec
2009
File Type Detection in PHP
I’m working on a project where the users can upload files, and I need to know the type of file they are uploading, a simple solution would be to check [...]


