• Get Facebook Likes Count with PHP

    Get Facebook Likes Count with PHP

    This tutorial will help you to get Facebook Likes, Shares and Comments of any Facebook Page or External Link. I have make a function fb_count() that will fetch Facebook likes, shares and comments from Facebook Database. Under this function we make a query that will get likes, shares and comments from facebook database and response…

    Click or not: Get Facebook Likes Count with PHP
  • How to Share Content on WhatsApp using jQuery

    How to Share Content on WhatsApp using jQuery

    In this tutorial we are going to learn How to Share Content on WhatsApp using jQuery. WhatsApp is one of the best messaging client all around the world. WhatsApp has 700 Million active users. So by implementing WhatsApp Share Button on your site, can help your visitors to share your content with their friends easily and WhatsApp share…

    Click or not: How to Share Content on WhatsApp using jQuery
  • Google reCAPTCHA Tutorial

    Google reCAPTCHA Tutorial

    Google has recently announced new service to prevent your website from spammers and attackers. It’s completely new reCAPTCHA API called “Are you a Robot?”. They named it “NO CAPTCHA reCAPTCHA”. It is designed to prevent your websites from attackers and spammer. [button-blue url=”http://demos.eggslab.net/Google-reCAPTCHA/” target=”_blank” position=””]Live Demo[/button-blue][button-green url=”http://demos.eggslab.net/downloads/5″ target=”_blank” position=””]Download[/button-green] In this tutorial we are going to learn…

    Click or not: Google reCAPTCHA Tutorial
  • HTML5 Fullscreen API

    HTML5 Fullscreen API

    [button-blue url=”http://demos.eggslab.net/html5-fullscreen-api/” target=”_blank” position=””]Live Demo[/button-blue][button-green url=”http://demos.eggslab.net/downloads/4″ target=”_blank” position=””]Download[/button-green] You have always been able to view a whole webpage in full screen mode. To do so, you can press F11 key in Windows, while in OS X you can hit Shift + Command + F. However, there are times when we, as a web developer, want to add…

    Click or not: HTML5 Fullscreen API
  • Create an Animated Scroll To Top Button With jQuery

    Create an Animated Scroll To Top Button With jQuery

    Creating a good expression on your site for user is very important for you nowadays. If user didn’t feel easy with your site he will annoy from your site and maybe he will not come back again. If you have a website that have a lot of  information and an infinite scroll to consume information then…

    Click or not: Create an Animated Scroll To Top Button With jQuery
  • Import Excel File Data in MySQL Database using PHP

    Import Excel File Data in MySQL Database using PHP

    [button-blue url=”http://demos.eggslab.net/downloads/2″ target=”_blank” position=””]DOWNLOAD[/button-blue][button-green url=”http://demos.eggslab.net/Import-Excel-Sheet-to-MySQL-Database/” target=”_blank” position=””]DEMO[/button-green] In this tutorial we will learn how to “Import Excel Sheet Data in MySQL Database using PHP. When we develop some database linked website where we have to enter data in database, sometime we have to upload bulk data in database. If we insert data one by one it will be very difficult…

    Click or not: Import Excel File Data in MySQL Database using PHP
  • Export MySQL Table Data into Excel Sheet Format in PHP

    Export MySQL Table Data into Excel Sheet Format in PHP

    [button-blue url=”http://demos.eggslab.net/downloads/1″ target=”_blank” position=””]DOWNLOAD[/button-blue][button-green url=”http://demos.eggslab.net/ExportDatabaseToExcel/” target=”_blank” position=””]DEMO[/button-green] We often need to generate reports in excel sheet, but sometime we have our data stored in MySQL database. It is quiet easy to fetch records from MySQL and export the result in .csv file or .xls file and let user to force download it. We will make use of PHP and MySQL to do this…

    Click or not: Export MySQL Table Data into Excel Sheet Format in PHP
  • How to Create a Custom WordPress Login Page

    How to Create a Custom WordPress Login Page

    In this tutorial we are going to learn that “How to Create a Custom WordPress Login Page“. In WordPress you can customize everything but here we are going to take a look at WordPress built-in login page. Here is what we’ll create in this tutorial. What we will do? Add a Custom Background. Replace the…

    Click or not: How to Create a Custom WordPress Login Page
  • User’s Inactivity Check and Logout in PHP

    User’s Inactivity Check and Logout in PHP

    It is an essential professional approach to implement all necessary checks while developing a web based application. Sometimes it is necessary to check user’s inactivity on application because may be user forget to log out or their might be some other reasons too for his inactivity for example cialis canada. So you should have to check if…

    Click or not: User’s Inactivity Check and Logout in PHP