Suppose you are going to put a large content or a large amount of text in an element. Then you may like a scroll functionality which will be used to see all the content or text ins.... Read More
You will find on many web pages on some of the websites that whenever you hover your mouse cursor, the text color change. In this CSS tutorial, I am going to show you how to change.... Read More
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