Php at Harecoded!
Merge Json files
With this small script you could merge some json files in a new one in json validated format. The script uses each file name like array key. Look the example: file1.json: ...read more
Convert a CSV to JSON with PHP
Imagine a data list dumped in a plain text file (e.g: CSV) and you need to convert it to JSON format. You could use this simple php script to do such task. It's the simplest version but ...read more
Instalar PHP 5.3 en CentOS
Me tienen contento! Hace muchísimo que deberían haber incluído la versión de PHP 5.3 en los paquetes php por defecto de CentOS, pero parece que se van a quedar con la 5.2 hasta el fin de ...read more
Writing complex regular expressions
Regular expressions are usually hard to read and understand. Even if you have a lot of experience on the subject, when you retakeone that you wrote some time ago, it is difficult to catch up. ...read more
Instalar Memcache en Mac
Instalar el demonio de memcached en Mac no es tan complicado como parece siguiendo estos sencillos pasos. Primero de todo asegúrate que tienes todos los requisitos Requisitos para ...read more
Fill: Smarty PHP plugin to fill variables in string (sprintf brother)
Today I quickly created a plugin for Smarty to fill variables inside a string (subject) using the passed parameters as variable names. I use this specially while constructing URLs because my ...read more
Textmate: Plugins de PHP, Smarty y Subversion
Textmate es sin duda uno de aquellos editores para Mac OS X de los que hacen quitarse el sombrero. Como muchos otros editores, Textmate también soporta plugins (Bundles les llaman) y se pueden ...read more
Exitazo de la primera PHP Barcelona Conference
Pues sí, el sábado 23 de Febrero celebramos la primera PHP Barcelona Conference, y fue todo un exitazo: de participación, de organización (no se nos ...read more
Primera Barcelona PHP Conference
El Sábado 23 de Febrero tendré el placer de realizar una presentación en la Primera Barcelona PHPConference. La verdad es que alegra (y acojona) que haya tenido tanto éxito de participación... ...read more
Servicios web basados en REST
Os dejo un enlace a un fantástico artículo de mi compañero Oriol Jiménez sobre servicios web basados en REST. Desde luego, cómo se agradece cuando la gente no se limita a postear sobre un tema a ...read more
