Skip to content
Archive of posts filed under the development category.

F2 WordPress Theme

I changed the wordpress theme to F2 and to show my appreciation to the author I sent him the pt-br translation files. However, I think I won’t be using them, since I’m considering maintaining only an English version of this blog. Hopefully it will help me improve my English skills. We’ll see. If I end up keeping the Portuguese [...]

(Português) PHP Conference 2010 – Desenvolvendo Extensões PECL

Sorry, this entry is only available in Português.

PHP API to SpamAssassin spamd Protocol

On the past few days I’ve been working on a PHP spamd client, and I think it is somewhat usable for now since it already implements all of the protocol commands. This is release 0.1.0, so you might expect some API changes for the next versions. Feedback is always welcome. I tried to make this [...]

(Português) Vídeo: Augeas no Locaweb 5o. TechDay

Sorry, this entry is only available in Português.

PHP Augeas extension released

A few weeks ago I did the first release of augeas, my first PECL extension. Augeas is a configuration editing tool that provides an unified API to different configuration file formats. Quoting the official website: Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. [...]