Article about Code

 Joomla! has a cool asset management system that has become a bit confusing when you just need an easy tool to load overridable assets. This describes the solution I use to handle this.

Article about benchmarks

I'm actually working refactoring the way that Joomla handles how the views are rendered. These are my previous tests.

Article about Joomla

We all need them but it's not supported out of the box and in a responsive way in Joomla! core. So let's do it!

Article about Code

Si tienes una extensión basada en FOF (el RAD de Joomla! ) y quieres que funcione en versiones inferiores a Joomla! 3.2 debes instalar FOF. 

This article introduces you to the new JLayouts features in Joomla! 3.2.

Most of the changes are focused in improve the flexibility of the system for third part developers.

One of the cool aditions to Joomla! 3.0 was JLayouts. It allows the developer to have reusable layouts that are also overridable in templates.

Building a good gitconfig file is a hard and funny process that most times is the results of months of testing.

This is my git config file.

Sometimes you have to manually retrieve the $_POST data sent through a form.

This article explains how to do it using a JRegistry object.