Search Results

Install Memcached Php Extension CentOS 5 And 6

Memcached is a memory-based object storage. Memcached is a general-purpose distributed memory caching system. It is originally developed by Danga…

Read more

How To Access ssh Terminal In Web Browser On Ubuntu/Debian/Mint

Shell In A Box is a web-based terminal emulator, which can run as a web-based SSH client. It comes with its own web server (shellinaboxd) which…

Read more

[Drupal] How to execute the function via Drush

Drush is a command line shell and Unix scripting interface for Drupal. There are a lot of drush commands that comes handy when we are developing in…

Read more

How to handle Drupal 7 date field styling for date month and year separately.

For one of my drupal site need to display a upcomming events and the events list need to display the date and month. The date need to be there above…

Read more

How to update a mysql table field type in drupal 7.

For one of my Drupal sites we need to change one of the database field value from it to text as per the new requirement. This field type is a simple…

Read more

How to create an ajax form to display the entered text above the form

Creation an ajax form in simple in Drupal. This article helps to create a simple ajax form to show the entered text above the form without any page…

Read more