Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
What is PHP session? Session in PHP is a way of storing information or data inside variables to be used in multiple pages of a web application. You can compare PHP session with the.... Read More
In many times you may need to check if a JSON object property is available or not and depending on this you need to return some value, otherwise, you may get an error if the objec.... Read More
Today in this CSS tutorial I am going to show you how to rotate an element with smooth animation effects on mouse hover using CSS code. I am going to give you a simple example whic.... Read More
The common use of JSON is to interchange data. JSON or JavaScript Object Notation is a lightweight data-interchange format. The format of JSON is easy for both human being and ma.... Read More
WordPress is the most popular CMS at this time. many bloggers are using WordPress for their blog. Also, WordPress is not only for a blog. You can extend its functionality using plu.... Read More
Are you selling eBooks on your WordPress site using WooCommerce or WP eStore plugin? What happened if someone buys your PDF eBook and the buyer reselling the eBook or distributing in free of cost? So it would be really great if you find a way which can discourage buyers from sharing or reselling your eBooks. […] Read More
OpenWeatherMap is a popular weather data API provider from where you can get the weather data for current weather and also weather forecast data for a particular place or city or t.... Read More
Loops are so important for any types of programming language. for loop in java is so useful. You can use for-loop if you need to repeat a particular task for a specific number of .... Read More