Drupal-planet
Here's the story in one (code) line:
find ./ -name *.* -type f -exec s -i "s/group/og/g" '{}' \;For the humans amongst us, I'll explain. As part of the rewrite of...
If you haven't read Roger Lopez Ajax without Javascript take a 5 minutes break and do it. If you are not a developer and all this code makes you frightened then you are excused. This post will also have a little...
If I may quote myself:
I'm thinking, which is easier than actually sitting down and writing a patch, that it would be neat if CTools...
In the previous post I've introduced DrutNet API with an already compiled example, today I will show some code examples.
Since last post I've added a new method that allow file upload with Services,...
In the past few month, since Drupalcon Paris, I was busy upgrading Organic groups (a.k.a OG) to Drupal7. I'd like to give a quick overview of what has been done, what needs to be done, and the changes that came with the upgrade.
The first...
DrutNet is a .NET API to create client applications that connects to a Drupal site, and allow file upload, node save/load, view get and more.
Introduction
I've created this simple API to connect Drupal with .NET...
Here's a quick overview of the Message module.
For those that find my accent hard to understand, or simply for those that prefer reading - I've published the...
The following post will cover how to create dynamic landing pages. First lets define our mission:
Allow easily creating landing pages, with different content. The layout should be a header and footer which are always the same, and the main-...


