Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

Check if String Contains a Specific Word in JavaScript

By Faruque Ahamed Mollick

Today, in this tutorial I am going to show you how to check if a string contains a specific word or not. Here I am going to show you the simple and easy JavaScript code snippets t.... Read More

Move an Element with Arrow Keys in JavaScript

By Faruque Ahamed Mollick

I am again with a JavaScript tutorial that can make newbies feel great. In this tutorial, I am going to show you how to consistently move an element with arrow keys. I already show.... Read More

Move an Element to Mouse Position in JavaScript

By Faruque Ahamed Mollick

Are you ready to play with JavaScript? Because this tutorial is going to be an interesting one who love playing with JavaScript DOM. In this tutorial, I am going to let you know ho.... Read More

Get Current URL Path of Web Page in JavaScript

By Faruque Ahamed Mollick

I am going to show you how to get the current URL of the web page with the help of JavaScript on the client side. We can use the JavaScript window.location object to get the curren.... Read More

Crop an Image in PHP

By Faruque Ahamed Mollick

This tutorial is going to be an interesting one. In this tutorial, I am going to show you how to crop an image in PHP. I always show you the simplest and easy way in my tutorial. S.... Read More

How to create custom WordPress shortcode?

By Faruque Ahamed Mollick

If you are a big WordPress fan, then most probably, you are aware of shortcodes and also used them during making a WordPress site. WordPress shortcodes are one of the most useful f.... Read More

Copy file from one directory to another directory in PHP

By Faruque Ahamed Mollick

In this tutorial, I am going to show you a method of copy a file from one directory to another directory in PHP. Copy a file to another directory in PHP is going to be an easy task.... Read More

Get visitors country and city in PHP using ipstack API

By Faruque Ahamed Mollick

Today I am going to show you how you can get the country and city of the visitor of a web page from the server side using PHP. From the title of this tutorial, you can guess that I.... Read More

Related Posts