Author: Sajid
Improve Website Performance By Using Lazy Load Images
Website speed plays important role in your business. But, there are some factors which can affect the speed of your website. One of them is…
Set Timezone In PHP By Editing php.ini File
Do you want to set timezone in PHP? PHP runs on a server and each server has set the timezone in the ini file. Your…
How To Display Post Views Count On Post Screen In WordPress
As a blogger, we regularly write a post for our blog. Some post gets popular and some are not. But what is a measure to…
How to Get Thumbnail from YouTube, Vimeo and Dailymotion Videos
Are you looking to get the thumbnail of the YouTube, Vimeo, and Dailymotion videos? These 3 are the most popular video sharing websites on the…
How to Get YouTube Video Tags Using YouTube API
Recently I worked on a project where our client wants to get tags of YouTube videos. They are running their YouTube channel and wanted a…
Ajax File Upload With PHP And jQuery
Are you looking for a file upload using Ajax in PHP? Uploading a file through Ajax is trending stuff nowadays. It adds a better user…
How To Create Dynamic Bootstrap Accordion
Accordion(collapsible content) is the best way to toggle(hide and show) large content. A FAQ is one of the commonly used examples of the accordion. The…
YouTube API – How to Get List of YouTube Videos of Your Channel
Recently one of our readers asked how to get a list of videos of a YouTube channel? They wanted to show a list of their…
How To Make Google Chrome Ask Where To Save File Before Downloading
When you download any file on chrome browser, it will automatically go into the ‘Downloads’ folder. If you wish, you can change this behavior. Normally,…
How To Use wp_get_image_editor Method To Resize Your Images In WordPress
In the early days of my career, I was using external libraries to resize the images in WordPress. I did not know about built-in WordPress…