Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

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

WordPress Bottom Sticky Music Player Plugin

WordPress Bottom Sticky Music Player Plugin

By Faruque Ahamed Mollick | October 6, 2018

Bottom Sticky Music Player WordPress Plugin can add sticky music player at the bottom of any WordPress site. You will be able to add music playlist within your posts or pages just by clicking a button and select/upload your music files. Download this plugin on CodeCanyon   Plugin features The Bottom Sticky Music Player WordPress […] Read More

List YouTube channel videos using YouTube Data API in PHP

By Faruque Ahamed Mollick

Google provides YouTube data API. You can do lots of nice things using it. In this post, I am going to show you how you can retrieve and list YouTube channel videos using YouTube d.... Read More

Replace a particular string of an element in jQuery

By Faruque Ahamed Mollick

In this post, we are going to learn how we can replace a particular string of an element in jQuery. We are going to understand it with simple and easy jQuery JavaScript code snipp.... 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

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