Saniul Ahsan

  • How to Customize WordPress Admin Area

    Published on: December 17, 2016

    Author:


    In many cases, we need to change the WordPress admin area. Many of us use CSS but I think it’s...

  • How To Find & Use Latitude,Longitude Coordinates Through Google Maps API and PHP cURL

    Published on: December 2, 2015

    Author:


    Assume you have a number of addresses and your aim is to get the latitude & longitude for any given...

  • CSV Post Upload

    Published on: November 18, 2015

    Author:


    When you are in hurry and you need to publish a huge amount of post to your WordPress sites from...

  • How To Create Simple jQuery Counter

    Published on: August 31, 2015

    Author:


    Recently I was working on a jQuery countdown timer. A simple timer that will read hour and minute from the...

  • Add Simple Pre Loader to Your Site

    Published on: May 14, 2015

    Author:


    A pre loader is an image/animation which shows while the site loads a page completely. Now a days it is...

  • WordPress upload and generate report from CSV file

    Published on: April 15, 2015

    Author:


    Recently I was working on a project that required a CSV file uploader to upload CSV file into a WordPress...

  • Make a WordPress Theme Responsive

    Published on: April 9, 2015

    Author:


    Many of us faces problem with the old WordPress themes. Because they are not mobile or tab friendly. There are...

  • Filter File Uploading Using JQuery

    Published on: April 7, 2015

    Author:


    Many of us faces problem while filtering the file in the server. Though it is easy to check for files...