Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
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
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
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
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
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
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
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
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