Why use javascript:void(0) in hyperlinks?

By Faruque Ahamed Mollick

We often may have to use javascript:void(0) in our hyperlink. So in this post, I am going to tell you why we use javascript:void(0) the href attribute of our anchor tag or hyperl.... 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

Happy Durga Puja Wishing Web Script with JavaScript and PHP

By Saruque Ahamed Mollick

In this post, I am going to share you a free web script made with PHP JavaScript CSS and HTML. With this free script, you can create a webpage to wish your visitors. You can also u.... Read More

How to count the number of lines in a text file using PHP

By Saruque Ahamed Mollick

Hello, I have posted several posts on working with a text file in PHP. Some of those were really helpful to the learners. Like How to read a particular line from a text file in PHP.... Read More

Get user’s Latitude and Longitude in JavaScript – HTML5 Geolocation

By Faruque Ahamed Mollick

In this post, I am going to tell you how to get the latitude and longitude of a user in JavaScript with HTML5 Geolocation. JavaScript already has navigator geolocation property in .... Read More

Add and remove attribute in jQuery

By Faruque Ahamed Mollick

In this post, we are going to learn how to add an remove attribute in jQuery from an element. Adding and removing attribute to an element is quite easy. Here I am going to show you.... Read More

Display div element content in a new popup window – JavaScript

By Faruque Ahamed Mollick

In this post, I am going to show you how to display the content of a div element in a new popup window in JavaScript. Before we going to see how to open and show our div element co.... Read More