In this post, I am going to show you a very easy and effective method to create HTML5 Video volume controller in JavaScript with a slider. Using this JavaScript code you can contro.... Read More
This post is not like the other posts of this site. Today I am here to give you something cool. I hope you all going to like it. Diwali is a very famous festival and I am here to give you a JavaScript Happy Diwali source code. So This post is all about how I […] Read More
In game development, there are often need to create and destroy GameObjects in runtime. For example, in car racing game, all the object are not already built in the scene. Those o.... Read More
In the gaming world, we often may need to detect the collision between two objects. For example, in many games, we attack our enemies with the bullet. Our enemies destroy in the ga.... Read More
Contact Form 7 is a popular WordPress plugin that can create contact forms on a WordPress based site. We all know the importance of a contact form on the website. So, in that sense.... Read More
In this post, I will show you how to close popup window in JavaScript after few seconds automatically. In some cases, it has been found that we need to close the popup window autom.... Read More
In this post, we are going to see how to bounce a circle inside HTML5 canvas infinitely. Here we are going to draw an arc inside the canvas and then move it inside it infinitely us.... Read More
In this post, we are going to see how to detect if particular word typed in textarea in JavaScript. Often one may need to prevent textarea from some forbidden word in the project..... Read More