Submitted by andy on Mon, 02/28/2011 - 15:58
For a small number of people working on the same project, we've found Git works well with a central repository.
Submitted by christian on Thu, 02/10/2011 - 12:24
What is the best theme to begin our Drupal layout process? Is there one for my project?
Submitted by tomas on Thu, 02/10/2011 - 09:43
Hi everyone!
As many will know, Drupal 7 comes with important changes, including the hooks. In the previous version of this powerful CMS to create a block from a custom module we had to use hook_block(), this function has been deprecated, and now is separated into eight different hooks:
Submitted by tomas on Wed, 02/09/2011 - 17:12
Hola a todos!
Como muchos ya sabrán, Drupal 7 trae importantes novedades y muchos cambios, en ellos los hooks. En la versión anterior de este potente CMS para poder crear un bloque desde un módulo custom teníamos que usar hook_block(), dicha función ha deprecado, o más bien mutado para transformarce en otras que paso a listar a continuación:
- hook_block_configure
Submitted by andy on Wed, 02/09/2011 - 14:10
This post will continue from part one and also handle our second challenge: Really Clean URLs.
What we wanted to do: Present search filters in an intuitive and legible way as part of the url, not tagged on in coded language at the end.
How we did it: It's since been suggested that this can be done with panels, but we weren't using panels...
Submitted by andy on Tue, 02/08/2011 - 18:58
Working with Apachesolr can be an oscillation between 'aha!' and 'huh?' moments
Submitted by roque on Mon, 02/07/2011 - 20:03
In the drupal development process we always we need to create a custom module, a lot of views and pages. Now i want to explain how manage the includes of this views, pages and handlers without create giant files with thousands code lines.
In this example my module name is my_module
This is the content of our module folder:

1. First we need our my_module.info file
Submitted by aldo on Wed, 02/02/2011 - 18:35
Drush is really cool, pretty much everyone knows that already. It is not only a great help with administrative stuff (install/uninstall modules, update them, dump databases... you name it!), but we can also use it to make our own modules more powerful!