Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

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

Change YouTube embed iframe video in JavaScript

By Faruque Ahamed Mollick

Lots of us know that anyone can get the embed code from YouTube for a video. This code is nothing but simple HTML iframe tag having the YouTube video path in the src attribute. All.... Read More

Play and pause HTML5 video by pressing space key in JavaScript

By Faruque Ahamed Mollick

A lot of online video players including YouTube have the video play and pause functionality by pressing the space key from the keyboard. We all are aware of this. Now, in this post.... Read More

Forward and backward HTML5 video player with left and right arrow key in JavaScript

By Faruque Ahamed Mollick

You probably notice that you can backward and forward video on YouTube while watching it. You can do it just by pressing left and right arrow keys from your keyboard. In this post,.... Read More

Usage guide for Twilio WooCommerce Order SMS Notification Plugin by CodeSpeedy

Usage guide for Twilio WooCommerce Order SMS Notification Plugin by CodeSpeedy

By Faruque Ahamed Mollick | September 3, 2018

This post contains the usage guide for Twilio WooCommerce Order SMS Notification Plugin by CodeSpeedy that is available on CodeSpeedy. How to install and activate this plugin? Installing and activating this plugin is easy. You can install this plugin from zip file like any other WordPress plugin. Below are the steps to install and activate this […] Read More

Get child element using JavaScript children property

By Faruque Ahamed Mollick

In this post, I am going to tell you how to get a child element from its parent using JavaScript. HTML DOM has children property that can return the collection of child elements. .... Read More

Call PHP function after WooCommerce order completed using woocommerce_order_status_completed hook

By Faruque Ahamed Mollick

WooCommerce is an extendable WordPress plugin to start an eCommerce store. In this post, I am going to tell you how to call PHP function after WooCommerce order completed. WooComme.... Read More

Change HTML5 audio player src file in JavaScript

By Faruque Ahamed Mollick

In this post, I am going to show you how can you change HTML5 audio player src file in Javascript. It is quite easy to change the music file of an HTML5 audio player with JavaScrip.... Read More