Author: Sajid
Ajax File Upload with PHP and jQuery
Are you looking for a file upload using Ajax in PHP? Uploading a file through Ajax is a preferred way. 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. The accordion is used to display more data in less space. It works…
YouTube API – How to Get List of YouTube Videos of Your Channel
Recently one of our readers asked about getting a list of videos on a YouTube channel. They wanted to show their video list in tabular…
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 images in WordPress. I did not know about the built-in WordPress…
How to Create YouTube Video Gallery for Your Website
Do you want to create a responsive YouTube video gallery? You may want to list the YouTube videos together on the website. The usual flow…
How To Create Responsive jQuery Photo Gallery For Your Website
Do you want to create a responsive jQuery photo gallery? In this article, we show you how to create a jQuery photo gallery using the…
How to Embed Responsive YouTube Video in the Website
Putting YouTube videos on websites is common nowadays. YouTube provides an iframe code to embed the video on websites. However, the video rendered through this…
How to Add Favicon to WordPress Admin & Login Page
Favicon is nothing but a site identity. This icon is displayed on the browser tab. It’s helpful to find out the exact site from many…
How To Create Custom Login Form In WordPress
Recently, I came across a situation where my client wanted me to create a custom login form in WordPress. The HTML developer has created an…