Import images using Drupal feeds moduleImporting text content using Drupal feeds module is easy. Importing images using feeds is easy too but it requires a bit work and it is not as straightforwar...
Display current Git branch in bash promptWhile working on a project I maintain multiple branches for development. I keep at least two branches, master (the default one) and develop. I work on develo...
How to use vim for Drupal developmentI am a Linux user, and a drupal developer too. Its been months I am using vim for writing custom drupal modules. Before it was eclipse, eclipse was good but ...
Dynamic loading of select list using AJAXDynamic loading of select lists in drupal can be easily done using Drupal form API. I had to implement dynamic select lists in several of my projects, I goo...
Drupal FeaturesIn Drupal you will sometimes need to export your database settings to another Drupal installation. For example, you have created a content type and you want ...