Posts from JavaScript

HTML5 Video/Audio player Volume Control With Key in JavaScript

By Faruque Ahamed Mollick

Today, in this post I am going to show you how you can control HTML5 video/audio player volume from the key in JavaScript. In this tutorial, we will write our JavaScript code to in.... Read More

Real Time Chat Application PHP With File Transfer System – AJAX

By Saruque Ahamed Mollick

Hello, Today I am here to provide you the free source code of real-time Chat Application in PHP with file transferring system. So how does this PHP Script work? Just Login By Ente.... Read More

How To Detect Keypress In JavaScript

By Saruque Ahamed Mollick

Hi programmers… In this tutorial, you are going to learn how to detect keypress in JavaScript. In easy words, the script will detect when you press a key and show you which K.... Read More

How to Access HTML Form Elements in JavaScript – Tutorial

By Saruque Ahamed Mollick

Hello developers, in this tutorial I am going to show you how to access HTML form elements in JavaScript. I know it’s very important to the developers to get the HTML form da.... Read More

How To Print Specific Part or Div of Webpage Using Javascript

By Saruque Ahamed Mollick

In this tutorial, I will show you how to Print Specific Part Of Webpage in Javascript Here print means what we do with ctrl + p on our browser. I am not going to print some line o.... Read More

Check if String Contains a Specific Word in JavaScript

By Faruque Ahamed Mollick

Today, in this tutorial I am going to show you how to check if a string contains a specific word or not. Here I am going to show you the simple and easy JavaScript code snippets t.... Read More

Move an Element with Arrow Keys in JavaScript

By Faruque Ahamed Mollick

I am again with a JavaScript tutorial that can make newbies feel great. In this tutorial, I am going to show you how to consistently move an element with arrow keys. I already show.... Read More

Move an Element to Mouse Position in JavaScript

By Faruque Ahamed Mollick

Are you ready to play with JavaScript? Because this tutorial is going to be an interesting one who love playing with JavaScript DOM. In this tutorial, I am going to let you know ho.... Read More