26 Jul 2015

Archive Webform Submissions

Webform is the 2nd most popular module after views and is widely used. Most of the sites built on drupal are using this module.
11 May 2015

Hard time with Drupal, Varnish Cache and Cookies

Using a reverse proxy server in front of a web server is usually needed for every big site and it is a very good thing to do so as reverse proxy server...
11 Oct 2014

Programmatically add pane to panel display in database

Following is an example code that shows how to add a custom content pane to a panel display. NOTE: this code is for adding pane to a panel .....
18 Jul 2014

Say no to captcha - Various Spam Protection Methods

Maintaining high traffic websites have their own merits and demerits, the most annoying thing about them is SPAM. Following are some Drupal....
01 May 2014

How a page request is processed by Drupal 7 ?

Having a conceptual framework of what happens when a request is received by Drupal is helpful, so this blog provides a quick walk-through.
09 Apr 2014

How to configure your command line to see useful git information in the prompt? And add colors, drush auto-completion and shortcuts too!

Every developer configures ones machine in a manner that assists them in the development workflow, and loves to learn, share new and better ways to do things.