Create JavaScript Alert Box With Three Buttons

By Saruque Ahamed Mollick

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

Happy New Year JavaScript Web Script to Share on Whatsapp with Countdown

By Saruque Ahamed Mollick

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

How to subtract minutes from date in JavaScript

By Saruque Ahamed Mollick

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

Username Validation using Java as per Client’s Requirement

By Priyam Sur

In this Java programming tutorial, we will learn how to validate a username. For making it easy we have provided an easy example of username validation using Java. USERNAME VALIDAT.... Read More

How to reverse two dimensional array in Java

By Saruque Ahamed Mollick

Hi learners, in this Java tutorial you will learn how to reverse a two-dimensional array in Java. I will show you how easily you can reverse two dimensional array in Java with an e.... Read More

Lexicographical Smallest & Largest Substring of a given Length in JAVA

By Priyam Sur

Before we understand lexicographically ordered substring in Java, we must understand their definitions. In this Java post, we will learn all about these. Lexicographically Ordered .... Read More

How to add months to a date in JavaScript

By Saruque Ahamed Mollick

Hello JavaScript Developer. In this JavaScript tutorial, I am gonna show you how to add months to date in JavaScript. I will give you an easy example so that it becomes easier for .... Read More

Check whether the given parenthesis filled string is balanced? (Java)

By Priyam Sur

In this Java article, you will learn how to check if the parenthesis filled string is balanced or not in JAVA. Here we have provided a Java program on check parenthesis filled st.... Read More

Related Posts