11 Dec 2013

Importing hotels from Booking.com as nodes using its API

Booking.com exposes an API that an affliate partner can use to return hotel details as xml files. I am assuming that we already have a knowledge of.....
10 Dec 2013

Change Field Type with data to Text

Sometimes, our client can change his/her requirements and that change might involve changing the type of a field from any type to TEXT.
04 Dec 2013

Drupal Entity Cache

In Drupal 7, concepts of entities and fields were introduced. For loading entities and fields from database, every access became a very heavy task.
15 Nov 2013

How to install latest Drush 7 version? So you can use drush with the brand new Drupal 8.

At the code sprint in Drupal Camp Delhi 2013, I finally got myself started with Drupal 8. The first thing that I did after cloning drupal and moving...
01 Nov 2013

Webservices Simplified - Layman Understanding, And How To Use Webservices

I had always known about webservices and a few of the hundred thousand acronyms associated with the webservices ecosystem....
31 Oct 2013

Mail error: Unable to send e-mail. Contact the site administrator if the problem persists.

There is a solution to fix this problem for Ubuntu users. If your Ubuntu has not been setup correctly and you call drupal_mail or PHP mail function....