Masum Ahmed

  • Part 5: Basic Drupal 7 theme from scratch.

    Published on: April 27, 2026

    Author:


    Themes allow you to change the look and feel of your Drupal site. You can use themes contributed by others...

  • Part 1: What’s new in Drupal 8

    Published on: April 27, 2026

    Author:


    This is a complete Drupal tutorial. We will cover all about latest version of Drupal. Like – 1)      Basic knowledge...

  • Part 4: Easiest way to Migrate Drupal site from local machine to server

    Published on: April 27, 2026

    Author:


    Here are the steps to migrate a Drupal site local machine to a server: Take your database backup. Create a...

  • Part 1: Node.js Basic (Installation Steps, Testing and Create a Test Project)

    Published on: April 27, 2026

    Author:


    Prerequisites: You should have some familiarity with JavaScript. You should have some familiarity with “Windows Command Prompt”. Node.js: Node.js really...

  • Missing Twitter Login Button From Pinterest? Simple Solution.

    Published on: April 27, 2026

    Author:


  • Facebook Fan Engagement Tool

    Published on: August 15, 2015

    Author:


    Imagine, you are a facebook enthusiast or a fanpage owner/admin and your page has thousands of followers/likes, we assume the...

  • Google map with marker for your contact page

    Published on: June 3, 2014

    Author:


    To get Google map you need latitude and longitude of your address. You can easily find latitude and longitude from...

  • How to find/get Client IP Address using PHP function

    Published on: June 3, 2014

    Author:


    You can get Client IP Address using PHP function function get_client_ip() { $ipaddress = ''; if (getenv('HTTP_CLIENT_IP')) $ipaddress = getenv('HTTP_CLIENT_IP');...