Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

Trigger click event in Angular 5 and 6

By Faruque Ahamed Mollick

In this post, I am going to show you how to trigger click event in Angular 5 and 6. Angular 5 and higher version already has some event bindings to respond to any type of DOM event.... Read More

How to Install Angular CLI for Local Development

By Faruque Ahamed Mollick

In this tutorial, I am going to tell you how to install Angular CLI step by step and create our first Angular project. To create the development environment on your system, you nee.... Read More

IMDB Movie WordPress Plugin Using TMDB API For Your Blog

IMDB Movie WordPress Plugin Using TMDB API For Your Blog

By Faruque Ahamed Mollick | October 20, 2018

Today in this posts, I am going to introduce you to a WordPress plugin that may be helpful to you. If you are running a movie related or entertainment blog, then this plugin may help you and save your time. Here I am going to tell you about IMDB Movie WordPress Plugin Using TMDB API. With this […] Read More

How to add traffic analytics code in WordPress admin dashboard?

By Faruque Ahamed Mollick

There is some popular traffic analyzer available to help you to get the traffic report of your site. To make it work, all you need to do is just copy the analytics code provided by.... Read More

YouTube Data API – Search by Keyword

By Faruque Ahamed Mollick

In this post, I am going to show you how to search for videos using YouTube data API by keyword. Basically, we are going to search by keyword using YouTube data API. Below is the U.... Read More

Why use javascript:void(0) in hyperlinks?

By Faruque Ahamed Mollick

We often may have to use javascript:void(0) in our hyperlink. So in this post, I am going to tell you why we use javascript:void(0) the href attribute of our anchor tag or hyperl.... Read More

Get user’s Latitude and Longitude in JavaScript – HTML5 Geolocation

By Faruque Ahamed Mollick

In this post, I am going to tell you how to get the latitude and longitude of a user in JavaScript with HTML5 Geolocation. JavaScript already has navigator geolocation property in .... Read More

Add and remove attribute in jQuery

By Faruque Ahamed Mollick

In this post, we are going to learn how to add an remove attribute in jQuery from an element. Adding and removing attribute to an element is quite easy. Here I am going to show you.... Read More