Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

What is the opposite of JavaScript push() method that works reverse?

By Faruque Ahamed Mollick

We have already discussed the JavaScript push method in this post – Add or append a new item to an array in JavaScript using push() method. We have learned that the push() .... Read More

Add or append a new item to an array in JavaScript using push() method

By Faruque Ahamed Mollick

In this tutorial, we are going to learn how to append or add a new item to an array using the JavaScript push() method. We will learn with simple example code. JavaScript array pu.... Read More

Get random word from English dictionary in PHP tutorial

By Faruque Ahamed Mollick

Now, we are going to see a nice PHP tutorial and hoping that it will be so interesting to all. In this tutorial, we are going to get and then show random English word from the Engl.... Read More

Get random text by line number from a text file in PHP

By Faruque Ahamed Mollick

Here in this tutorial, we are going to play with PHP and a text file. the text file is of multiple lines and each of the lines contains some text. Now we are going to choose a line.... Read More

Replace URL in HTML or text content with clickable link using JavaScript

By Faruque Ahamed Mollick

In this tutorial, we are going to see how to select the URL from text or HTML content or from a string from an element and make it clickable using JavaScript. We are going to use j.... Read More

Get the distance between two places in PHP with Google Map API

By Faruque Ahamed Mollick

Here in this post, we are going to introduce with an amazing and interesting trick. We are going to learn how to work with Google Distance Matrix API in PHP. Google’s Distan.... Read More

Locate the Geo-position of a visitor in JavaScript

By Faruque Ahamed Mollick

In this post, we are going to see how to locate the position of a user who is visiting a web page using JavaScript. Today, almost all modern web browsers support the geolocation AP.... Read More

Show and hide password of input box in JavaScript

By Faruque Ahamed Mollick

If we create an HTML input field of type password then we can see that we are not able to see the password. We will see something like “********” instead of the passwor.... Read More