This tutorial is going to be useful for those who are dealing with URL. Because this tutorial will help you to learn how to replace space with %20 in JavaScript easily. You can rep.... Read More
In this JavaScript tutorial, we gonna learn how to get current play time of a video in JavaScript. If you are going to create a video player with core JavaScript and you need to sh.... Read More
Almost all of us know what is a preview video. Yes, you can play a preview of a video in JavaScript with this tutorial. You will learn how to play selected part of a video in JavaS.... Read More
In this JavaScript tutorial, we gonna learn how to play a selected portion of an audio in JavaScript. I have posted some useful tutorial to work with HTML5 audio in JavaScript like.... Read More
This is a JavaScript tutorial where you can learn how to get first and last date of the current month in JavaScript. In many projects, we need to find out the first and last date..... Read More
The JavaScript alert box has only one button which is the ok button. Alert box With two buttons ok and cancel is known as Confirmation Dialog Box. In this tutorial, We will lea.... Read More
Hello friends, In this post, I will provide a Happy New Year Web Script code using PHP and JavaScript. With this Happy new year web source code, you can easily create a cool webpag.... Read More
To subtract minutes from date in JavaScript you just need to use setMinutes() and getMinutes() methods. Here we will see how easily we can subtract minutes from a date in JS with a.... Read More