Search Results

How to get json data from remote url into Python script

To get json output data from remote ot local website, Method 1       Get data from the URL and then call json.loads e.g.       import urllib, json…

Read more

Difference between hook_boot and hook_init Drupal

*/ hook_boot() hook_init() hook_boot() will executes even on cached pages hook_init() will not executes on cached pages hook_boot() is…

Read more

How to add HTTP User Authentication to a Drupal development Site.

For few scenarios we need to protect our Drupal site accessing to everyone instead for a selected group of users. The http password will help us the…

Read more

How to add font awesome inside Drupal 7?

Download the font awesome and then move the folder to your theme folder. Here are the two methods of adding font awesome inside our drupal site.…

Read more

How to Create a Dropdown menu in Drupal 7?

We can create a dropdown menu in drupal using the Superfish module.   Download and enable the Superfish module   Enable dependency modules like…

Read more

Nice Messages

Nice messages module provides displaying drupal messages in nice popup using the jQuery jGrowl plugin (http://stanlemon.net/projects/jgrowl.html).…

Read more