In one of our blog post, we capitalized the string in PHP. In this, we will show you, how you can capitalize the string in…
If you are working in Firebase, then you might have encountered an issue with child_added event or onChildAdded method. It is called multiple times on…
Getting file extension from file name or path can be done in Javascript and PHP. I will show you the steps to get the file…
If you are using the DataTable Javascript library and are having trouble searching in all fields of the dataset except for the only one visible,…
In this article, you will learn, how to remove an array element in a for loop using Javascript. We will be looping in reverse. Video…
In this tutorial, we will teach you, how you can convert UTC time to your local timezone in Node JS. Following code will first get…
To replace all the occurrences in a string in Javascript, we will use the following method. For example, you have the following string variable. And…
Suppose you are given a date of birth of any user and you have to get his age from it. You can do it in…
In this article, we are going to teach you, how you can record and save audio from web using Javascript. For saving audio files, we…
In this article, I am going to teach you, how you can use AJAX in sweetalert 2. As per sweetalert 2 documentation, you can use…