HTML5 Video Volume Controller in JavaScript with Slider

By Saruque Ahamed Mollick

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

Get  Happy Diwali JavaScript Diwali Wishing Source Code with Demo

Get Happy Diwali JavaScript Diwali Wishing Source Code with Demo

By Saruque Ahamed Mollick | September 16, 2018

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

Create and destroy GameObjects runtime in Unity C#

By Faruque Ahamed Mollick

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

Detect collision with a specific object in Unity 3D C#

By Faruque Ahamed Mollick

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

Call a PHP function after Contact Form 7 submit

By Faruque Ahamed Mollick

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

How To Close Popup Window Automatically After Few Seconds in JavaScript

By Saruque Ahamed Mollick

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

Bounce a circle inside HTML5 canvas infinitely

By Faruque Ahamed Mollick

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

Detect if particular word typed in textarea in JavaScript

By Faruque Ahamed Mollick

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