Posts by Saruque Ahamed Mollick

Author Biographical Info: Hi, I am a co-founder of CodeSpeedy Technology Private Limited.
I am in love with technology, music and green places.

How to compare two dates in JavaScript

By Saruque Ahamed Mollick

This post is really one of my favourite posts because in this post I am going to show you how to compare two dates in JavaScript. I have found a lot of solutions to do it. But as t.... Read More

How to Call jQuery function from JavaScript with example

By Saruque Ahamed Mollick

I have heard many times people saying that I need to call jQuery function from JavaScript. I told them there is no special technique to do that. Just put your fingers on your keybo.... Read More

How to convert JSON array to normal Java Array Easily

By Saruque Ahamed Mollick

JSON data has become very much popular in the last few years. If you are a programmer or developer you know how much important is it to us. Even most of the API providers are now u.... Read More

What is the difference between constructor and method in Java

By Saruque Ahamed Mollick

To illustrate the difference between constructor and method in java we firstly, recommend you to read the basic of Constructor and Method in Java. If you know the basics then you m.... Read More

How to add line breaks in JavaScript alert

By Saruque Ahamed Mollick

In this JavaScript tutorial, we gonna learn how to add line breaks in JavaScript alert. The alert method is very much useful to us. But sometimes we need to have multiple lines or .... Read More

How to convert binary to decimal in JavaScript easily

By Saruque Ahamed Mollick

Converting a number from binary to decimal is a mathematical approach. We can find several mathematical algorithms to find out the decimal value of a binary number and vice versa. .... Read More

How to run multiple JavaScript functions onclick

By Saruque Ahamed Mollick

onclick() event is very much useful to us as we can call any function on click event. But you are here to learn how to run multiple functions in JavaScript. So Here I am gonna show.... Read More

How to Insert JavaScript in HTML href

By Saruque Ahamed Mollick

In this tutorial, I will show you how easily you can insert JavaScript in href. I know the situations when you need to insert JavaScript in href=” “. Sometimes you need.... Read More