Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

Print content from a particular div element using jQuery

By Faruque Ahamed Mollick

Here in this post, we are going to see how to print content from a particular div element using jQuery so that it can be saved as PDF. In this tutorial, we are going to useĀ printT.... Read More

CSS Spinner Or Loader Using Font Awesome Icon

By Faruque Ahamed Mollick

In this tutorial, we are going to see how to build spinner or loader using very less CSS code with Font Awesome. As we are going to use the Font Awesome icon here, so we don’.... Read More

Upload File With Ajax Using PHP and jQuery

By Faruque Ahamed Mollick

In this post, we are going to see the simple process of uploading a file in PHP with AJAX. AJAX means, our page will not reload or refresh or don’t going to any other page. H.... Read More

Easy to use PHP class to detect client location

By Faruque Ahamed Mollick

Here in this post, we are going to see a PHP class which can be used to detect client location. The class is so easy to use. It will return the city name, country name, country cod.... Read More

Ajaxify Weather Forecast PHP Script Source Code

Ajaxify Weather Forecast PHP Script Source Code

By Faruque Ahamed Mollick | December 6, 2017

Today in this article I am going to discuss and review a weather forecast PHP script. The script I am going to discuss will work completely in AJAX. AJAX is a special technique of using JavaScript which will load part of a web page without refreshing the whole page. Before getting this weather forecast script, […] Read More

How To Generate Random Password In PHP?

By Faruque Ahamed Mollick

Today in this post we are going to see how to generate a random password with PHP. You can see on lots of websites and web-based applications generating random passwords when a use.... Read More

Fix Uncaught ReferenceError: $ is not defined in jQuery

By Faruque Ahamed Mollick

Today in this post I am going to tell you how to fix a common jQuery error which is “$ is not defined in jQuery”. Many of newbie don’t know why this kind of error.... Read More

Validating phone numbers in JavaScript

By Faruque Ahamed Mollick

Here in this post, we are going to see how to validate phone number from a text type HTML input field. Phone number validation is often used in web. So it will be good if we see ho.... Read More

Related Posts