Bottom Sticky Music Player Source Code in JavaScript and CSS

By Faruque Ahamed Mollick

In this tutorial, I am going to show you how to use the cspd-player.css and cspd-player.js from one of our GitHub project Bottom Sticky Music Player. At first, you have to downl.... Read More

Alert Before Leaving A Web Page Using JavaScript – jQuery

By Saruque Ahamed Mollick

In this tutorial, you gonna learn how to give an alert message or alert before leaving page in JavaScript – jQuery. In the first place, I will like to say that in many cases .... Read More

How to check if an HTML element is loaded or not using jQuery

By Saruque Ahamed Mollick

In this tutorial, I will show you an easy way to check HTML element is loaded or not using jQuery. Sometimes it’s become important for us to detect if an HTML element on our .... Read More

HTML5 Video/Audio player Volume Control With Key in JavaScript

By Faruque Ahamed Mollick

Today, in this post I am going to show you how you can control HTML5 video/audio player volume from the key in JavaScript. In this tutorial, we will write our JavaScript code to in.... Read More

How To Display An HTML Element After Few Seconds ( delay )

By Saruque Ahamed Mollick

Hello learners, in this tutorial I am gonna show you an easy and effective way to Show or Display HTML Element After n Seconds with jQuery. Here I will also explain how to do this.... Read More

How to Hide HTML Element onclick in jQuery Easily

By Saruque Ahamed Mollick

In this tutorial, I am going to show you how to hide HTML element onclick in jQuery with both inline and in the script tag. you can hide an element in many ways. But here we gonna.... Read More

Encode and Get the Base64 of an Image in PHP

By Faruque Ahamed Mollick

Here we are now going to learn how to encode and get the base64 code of an image in PHP. I hope, you will enjoy this tutorial. Base64 represent binary data in an ASCII string forma.... Read More

How To Delete All Files In A Directory In PHP

By Saruque Ahamed Mollick

Hello programmers, Today I am going to show you how to delete all files from a directory in PHP. I know sometimes its become very useful to delete all the files from a directory us.... Read More