Article Archives
Read and get updated on how we progress.
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 >>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 >>Sitewide Alert Message
Site alert module provides functionality to display urgent message to all users. Originally was created for the Site alert module with a lot of Ajax…
Read More >>How To Increase Swap Memory In Linux
Swap space is a portion of a hard disk drive that is used for virtual memory. Virtual memory is the use of space on a HDD to simulate additional main…
Read More >>Install RabbitVCS On Ubuntu
RabbitVCS is a graphical front-end for version control systems. It's available on Linux. It integrates into file managers to provide file context…
Read More >>