31 Oct 2013

Why Drupal?

Here are a few reasons why Drupal will be your choice of technology for your website: With Drupal you get the advantages of a CMS as well as a framework.
31 Oct 2013

Ordering div using css

As the heading suggests we will see how to order divs using css. Now one may ask why we need to use css and why not layout them in the desired order.
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....
07 Dec 2011

Use entity reference in your custom entities (without bundles)

Entities are a big boon to Drupal, just that the learning curve is a bit longer than CCKs and nodes. I've read a lot about how these entities work ....
29 Oct 2011

Install Memcache on your ubuntu server & make your drupal faster

This post explains setting up memcache on Drupal 6. We will very soon follow up for Drupal 7. Why do I need memcache for my drupal site?
10 Sep 2011

Handling files with Drupal (CSV import)

Drupal allows pretty smooth file management API for developers.. Here is a small piece of code in which I tried to take CSVs as input...