Masum Ahmed

  • Get all feeds from Facebook fan page using Graph API

    Published on: June 3, 2014

    Author:


    Using the Graph API you are able to post new stories, upload photos, retrieve posts and a variety of other...

  • Create your custom poll using txt file instead of MySQL

    Published on: June 3, 2014

    Author:


    Step 1: Create a html page with your question <div id="poll"> <h3>Do you like this post?</h3> <form> Yes: <input type="radio"...

  • Send email using Gmail SMTP server through PHP Mailer

    Published on: June 3, 2014

    Author:


    Download latest PHP mailer Now, just do as below. require("php_mailer/class.phpmailer.php"); define('GUSER', 'testprofile'); // GMail username define('GPWD', 'xxxxxxxxx'); // GMail password...

  • Customize social icon with Share This plugin

    Published on: June 3, 2014

    Author:


    You may modify the ShareThis button icon to use different colors or sizes but the overall look and shape should...

  • Login system using CodeIgniter

    Published on: June 3, 2014

    Author:


    We already learned CodeIgniter basic theming, professional theming, data insert, reporting. Today we will learn Login with CodeIgniter. Create a...

  • Website text resize using Jquery

    Published on: May 26, 2014

    Author:


    Some times you need to resize website text size and you can do it easily using Jquery. Some sample code...

  • Create Custom Share Buttons For All Popular Social Media

    Published on: July 8, 2013

    Author:


    According to Wikipedia Social media refers to the means of interactions among people in which they create, share, and exchange...

  • Generate a Report Using CodeIgniter Active Record Class

    Published on: July 1, 2013

    Author:


    In our last tutorial we have learned storing data in MySql database using CodeIgniter Active Record Class. Today we will...