Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
A do while loop in java is just like a while loop but the main difference between while and do-while loop is that do-while loop is guaranteed to execute the loop at least one time.... Read More
HTML form used to get input from users on web pages. In most of the times, it is necessary to take the form data in a PHP variable. Today in this post I am going to tell you how yo.... Read More
Hello, friends. I am here again with another simple Java example code. Are you trying to read the text of a file? If yes, then this post may give you the solution. Java BufferedR.... Read More
Java is almost 100% Object Oriented Programming language. Whatever you need to do in Java, you have to create Class. In this post, I am going to tell you how to create the object i.... Read More
Meta description and title tag are two important SEO parameter of any type of site. Every web page that needs to be rank better on search engines, must have meta description tag an.... Read More
OpenWeatherMap is a weather data provider which provide the weather stats data for a particular place that may be a city or town. You need to get OpenWeatherMap API from their sit.... Read More
You may need to detect a mobile device on a PHP based website in the project. You may see many websites having a desktop version and also a simplified mobile version of the same w.... Read More
———————————- The freegeoip API has been depreciated and no more working. Visit this tutorial to get visito.... Read More