accordion
Posted in General

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…

Continue Reading...
Posted in PHP

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…

Continue Reading...
Posted in General

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,…

Continue Reading...
Create a thumbnail
Posted in WordPress

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…

Continue Reading...
Posted in General

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…

Continue Reading...
Posted in General Javascript jQuery

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…

Continue Reading...
Posted in General

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…

Continue Reading...
Posted in WordPress

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…

Continue Reading...
Posted in WordPress

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…

Continue Reading...
Posted in Database

How to Set MySQL Root Password using phpMyAdmin

Do you want to change the password for the root account of your MySQL server? Sometimes you may want to set a password for the…

Continue Reading...