Array as private data member inside a Java class, access by getter and setter methods

Data hiding concept, private data member of a Java class described with the help of a Java array, where an array declared as private member inside a Java class. So you cannot access the array elements inside Java class directly. You can insert integers in the array, delete array elements (which are integers) and get… Continue reading Array as private data member inside a Java class, access by getter and setter methods

Using jQuery AJAX and PHP how to fetch MySQL table records array as JSON format

Using jQuery AJAX and PHP how to fetch data from a MySQL database table as JSON format. The PHP script retrieves the MySQL tables records and send to client side jQuery Script as JSON string format. This tutorial also explains how to retrieve data from MySQL database in JSON format using PHP, AJAX & jQuery… Continue reading Using jQuery AJAX and PHP how to fetch MySQL table records array as JSON format

Stroke Panel in Adobe illustrator – Cap, Corner and Align Stroke

This is a tutorial on Stroke Panel of Adobe illustrator. By the stroke panel you can change the thickness of a line, rectangle or circular shape drawn. Even you can make the corners rounded, you can convert a line to an arrow, double headed arrow and more. This tutorial written by Adobe illustrator training course guide… Continue reading Stroke Panel in Adobe illustrator – Cap, Corner and Align Stroke

How to add Google Analytics JavaScript Code to WordPress

A common usage of WordPress plugins is to add “JavaScript code or CSS files , CSS scripts in the head section of every WordPress page or post. In same way you can add Google Analytics code  in WordPress. You can add JavaScript code in WP directly in header.php file or using a plugin. Both discussed… Continue reading How to add Google Analytics JavaScript Code to WordPress