Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

Send SMS to Phone Number using Twilio in PHP

Send SMS to Phone Number using Twilio in PHP

By Faruque Ahamed Mollick | August 28, 2018

In this PHP snippets post, we are going to find a simple way to send SMS using Twilio in PHP. Here you will see how easily you can send SMS to a phone number using Twilio API. Before we go forward, let me tell you about Twilio in brief. Twilio is a cloud communications platform […] Read More

Bottom Sticky Music Player Source Code in JavaScript and CSS

By Faruque Ahamed Mollick

In this tutorial, I am going to show you how to use the cspd-player.css and cspd-player.js from one of our GitHub project Bottom Sticky Music Player. At first, you have to downl.... Read More

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

Encode and Get the Base64 of an Image in PHP

By Faruque Ahamed Mollick

Here we are now going to learn how to encode and get the base64 code of an image in PHP. I hope, you will enjoy this tutorial. Base64 represent binary data in an ASCII string forma.... Read More

Create CSS Bounce Effect with CSS3 Animation

By Faruque Ahamed Mollick

In this tutorial, we are going to create  CSS bounce effect. The main CSS code for giving the animation effect is the part of CSS3, which is the modern version of CSS that can cre.... Read More

Twilio WooCommerce SMS Plugin to Send Order SMS Notifications

Twilio WooCommerce SMS Plugin to Send Order SMS Notifications

By Faruque Ahamed Mollick | August 14, 2018

Today in this post I am going to introduce you to Twilio WooCommerce SMS Plugin. This plugin can give a WooCommerce store the ability to send SMS notifications. Today lots of popular eCommerce store send order and payment related SMS to its customers. If you are running your store on WooCommerce then you can also send […] Read More

Simple and Easy Way to Flip Image in CSS on mouse Hover

By Faruque Ahamed Mollick

Here in this CSS tutorial, I am going to show you the easiest way to flip an image in CSS when someone hovers the mouse on the image. Flip image in CSS on mouse hover is quite eas.... Read More

Create a smooth scroll to top button in jQuery

By Faruque Ahamed Mollick

On many of the websites, you may find that after scroll to a certain length towards bottom a fixed button appears. This is the scroll to top button. In most of the cases, it appear.... Read More