drupal

Search engine optimization (SEO) with Drupal

Those are SEO (Search Engine Optimization) best-pratices to improve your Drupal site's ranking. This article applies to Drupal 6.

Drupal links block module

This module publishes a block containing all the usual "links" produced by all hook_links implementations on the system. This typically includes the 'Add new comment' link, as well as links to any files attached using the Upload module.

Creating a node programmatically

I had to import data from an another database as drupal nodes.

Drupal deploy module

The Drupal module Deploy allow developers to easily stage Drupal data from one site to another.

Building a photo gallery with Drupal

I build a photo gallery on this very website and I wanted to share how I did it.

Writing a simple custom module for Drupal 6.x

Explained here is how to write a basic Drupal module (tested on Drupal 6.x) by implementing hooks and adding module-specific settings.

Geocoding addresses with Drupal Gmap module

Here is a simple overview on how to configure and use the gmap / gmap location modules to be able to successfully geocode node addresses, and display it on a gmap view according to their respective

Quick how-to for the Twitter module

This module provides API integration with the Twitter microblogging service and API-compatible alternatives like Identi.ca

Drupal code snippet: transposing an array

The following code may be useful if you are trying to transpose an array generated with Views2 ta

Syndicate content