Themes allow you to change the look and feel of your Drupal site. You can use themes contributed by others...
This is a complete Drupal tutorial. We will cover all about latest version of Drupal. Like – 1) Basic knowledge...
Here are the steps to migrate a Drupal site local machine to a server: Take your database backup. Create a...
Prerequisites: You should have some familiarity with JavaScript. You should have some familiarity with “Windows Command Prompt”. Node.js: Node.js really...
Imagine, you are a facebook enthusiast or a fanpage owner/admin and your page has thousands of followers/likes, we assume the...
To get Google map you need latitude and longitude of your address. You can easily find latitude and longitude from...
You can get Client IP Address using PHP function function get_client_ip() { $ipaddress = ''; if (getenv('HTTP_CLIENT_IP')) $ipaddress = getenv('HTTP_CLIENT_IP');...