
Search In
Hello readers,
This blog is to help you to learn how to generate PDF using Apache's FOP in Java. Apache FOP ( Formatting Object Processor ) which uses XSL-FO to create PDF file of our document.
Here is a simple ex
In c#, there are different ways to implement the functionality,Here i am going to explain this functionality in the most easiest way. Let's try to understand and then follow the same in visual studio installed in your ma
Are you looking to start a career in Cryptocurrency and Blockchain? Do you want to know where to look for employment opportunities? If you answered yes to all or any of the questions above, then sit tight and follow me as I'll be doing justice to
Today, more than half of global web traffic is generated through mobile devices. Web developers have worked hard to ensure that their web pages can adapt to the new era of smartphones and get better ratings of Google's mobile ranking algorithm. T
The Below Code will show you how you can create the Popup Window in Liferay.we have given the id **patient-popup** to the popup window and enable that window on onclick event of link button.
View.jsp
<%@ taglib uri="http://java.sun.com/portlet_
This tutorial will help us about the internal property [[Extensible]].This internal property [[Extensible]] of an object in javascript, is used to specify whether properties can be add to an object or not.Before using the internal property [[Extensib
1> We need to install RVM before we can install Ruby, because RVM is a version manager and it will help us to install & manage different versions of Ruby on the same system and easily switch between them.
To install RVM we first need to downl
Hello,
I am sharing an example of html with the use of mediaquery.
Here in the given example below in which i have used 3 separate files,namely
1:Html (a file with .html extension)
2:External css style sheet (a file with .css extension)
3:Mediaq
Five Steps for downloading a file using AsyncTask in android
Declare the reference of ProgressDialog class in your Activity globally.
Ex:-
ProgressDialog mProgressDialog;
Instantiate the above reference in onCreate() method of activity.
Ex:-
mP
Performance Testing
Testing the behavior of an application by applying load is known as performance testing. In Performance testing we check for certain factors like:
1.Response Time - The time taken by the server to process the client's request.
