Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

How to start a PHP session, store and accessing Session data?

By Faruque Ahamed Mollick

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

How to check if a JSON Object is available or not in PHP

By Faruque Ahamed Mollick

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

CSS rotate animation on mouse hover

By Faruque Ahamed Mollick

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

How to create JSON formatted text in PHP

By Faruque Ahamed Mollick

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

First image of WordPress post as featured if not set

By Faruque Ahamed Mollick

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

Protect Your PDF eBook Using This PDF Stamper WordPress Plugin

Protect Your PDF eBook Using This PDF Stamper WordPress Plugin

By Faruque Ahamed Mollick | April 18, 2017

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

PHP Class to Get Weather Data Using OpenWeatherMap API

By Faruque Ahamed Mollick

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

Java Program to Print Star Triangle Pattern Using for Loop

By Faruque Ahamed Mollick

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

Related Posts