Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

How to generate a random password in JavaScript?

By Faruque Ahamed Mollick

In many times it is needed to generate a random password for a website. For example, on registration system of a website a password can be generated for the account by clicking a b.... Read More

Force Download A File From Server In PHP

By Faruque Ahamed Mollick

In this post, we are going to see how to force download a file in PHP. Well, we can easily put an anchor link with the file path to be downloaded. Then why we are going to do it us.... Read More

How To Retrieve Gravatar Image URL in PHP?

By Faruque Ahamed Mollick

On many of the websites where there are registration and login system, we can see that a profile picture uploading system is present. Facebook, Twitter, Google may be the example. .... Read More

Merge Multiple Arrays Into one Array Using PHP array_merge() Function

By Faruque Ahamed Mollick

In this post, we are going to see an amazing tutorial. We are going to plays with multiple arrays. I hope you are going to enjoy this tutorial. Suppose we have two or more than two.... Read More

Stop form submission using JavaScript preventDefault() Event Method

By Faruque Ahamed Mollick

In projects, it is often necessary to prevent form submission after clicking the submit button of an HTML form. So in this tutorial, we are going to see how to prevent or stop an H.... Read More

Send HTTP Get Request To A Page And GET The Result Back Using jQuery

By Faruque Ahamed Mollick

In this post, we are going to learn how to send HTTP GET request to a page and how to get the result back from that page using jQuery get() method. Before we are going to see the c.... Read More

Watermark or Stamp on PDF While Selling Through WooCommerce

Watermark or Stamp on PDF While Selling Through WooCommerce

By Faruque Ahamed Mollick | January 2, 2018

If you are selling your PDF files or eBooks as PDF format or want to start selling PDF eBooks through WordPress using WooCommerce plugin, then did you ever think about the fact that one can buy your eBook from your WooCommerce site and may distribute it for free or may resell it without your permission. […] Read More

Add and remove class dynamically to an element using jQuery

By Faruque Ahamed Mollick

Adding and removing class dynamically to an element can make a web page more interactive. Using jQuery it becomes a simple and easy task to add and remove class dynamically. It jus.... Read More