Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

How to remove the website field from WordPress comment?

By Faruque Ahamed Mollick

WordPress users often notice spamming on WordPress sites generated by the comment section. The comment section already has four fields. These are comment text, name, email and webs.... Read More

Call a PHP function after a post published in WordPress

By Faruque Ahamed Mollick

Today in this article, I am going to tell you how to call a PHP function when a post updates with status “publish” or a new post publishes on a WordPress site. In a nut.... Read More

Movie Video Trailers And Info PHP Script That Uses TMDB API

Movie Video Trailers And Info PHP Script That Uses TMDB API

By Faruque Ahamed Mollick | June 24, 2018

In this post, we are going to introduce you to a PHP script that will list the movies and users can see the trailers videos of the movies. This is the Movie Video Trailers and Info PHP Script developed by CodeSpeedy and using the TMDB API key to retrieve the movie data. TMDB or The Movie […] Read More

How to select element by its attribute using jQuery?

By Faruque Ahamed Mollick

In this tutorial, you will learn how to select an HTML element by its attribute using jQuery. Selecting an element by its attribute with jQuery is also easy like selecting an eleme.... Read More

How to get the class name of a clicked element in jQuery?

By Faruque Ahamed Mollick

Today in this post we are going to see how we can get the name of the class of an element when someone clicks on the element. In short, we are going to get the class name of an ele.... Read More

Check if an HTML element has a particular class in jQuery

By Faruque Ahamed Mollick

It may be needed often to check if an HTML element has a particular class or not. Depending upon this fact you may need to perform some tasks. We can do it using the jQuery JavaScr.... Read More

Clicking an element trigger to another element in jQuery

By Faruque Ahamed Mollick

This tutorial is going to be interesting. In this tutorial, we will click an element, but actually, the click will trigger to another element. So in this tutorial, we will learn ho.... Read More

Validate YouTube video URL format in PHP using parse_url() function

By Faruque Ahamed Mollick

We can check if a URL is a valid YouTube video link or not easily in PHP using the parse_url() function. The parse_url is the inbuilt function of PHP that is supported by PHP 4 and.... Read More