Masum Ahmed

  • How to create custom Google Docs Form with a custom theme

    Published on: April 27, 2026

    Author:


    Step 1: Create you Form in your local device with HTML and CSS as like below. Code: [sourcecode] <form action="index.php"...

  • How to create custom Google Docs Form with a custom Thank you message

    Published on: April 27, 2026

    Author:


    Step 1: Create you Form in your local device with HTML and CSS as like below. Code: [sourcecode] <form method="POST">...

  • New features of PHP 5.5 – try, catch and finally.

    Published on: April 27, 2026

    Author:


    Try-catch blocks now support a finally block for cod. The finally block is executed even if an unexpected exception occurs....

  • Getting error? The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead [duplicate].

    Published on: April 27, 2026

    Author:


    This warning basically appears for upgrading you server to PHP 5.5. Solution 1: If you don’t want to change your...

  • How to Create Custom Tabs for Facebook Business/Fan Pages

    Published on: April 27, 2026

    Author:


    Step 1: Log in into Facebook as a Facebook Developer Login in into your Facebook account Visit Facebook Developer Page....

  • Ajax Cross Domain Request Using PHP Instead of .htaccess

    Published on: April 27, 2026

    Author:


    Cross-origin resource sharing (CORS) is a mechanism that allows many resources (e.g., fonts, JavaScript, etc.) on a web page to...

  • Part 3: Drupal Modules

    Published on: April 27, 2026

    Author:


    Modules Modules offer additional or alternate features as image galleries, custom content types and content listings, WYSIWYG editors, private messaging,...

  • Part 2: Installation of Drupal latest version

    Published on: April 27, 2026

    Author:


    Basic Requirements: System requirements: A minimum installation requires 15 Megabytes. 60 MB is needed for a website with many contributed...