
Search In
See Below:
var min = 99;
var max = 999999;
var polygonMode = true;
var pointArray = new Array();
var lineArray = new Array();
var activeLine;
var activeShape = false;
var canvas
$(window).load(function(){
prototypefabric.
Public Provident Fund (PPF) Account
Individual who are Resident of India are eligible for open a Public Provident Fund Account (PPF) scheme. A person who is not complete age of 18 can also open a PPF Account by his / her legal guardian. Non Resident
Mobile Testing :
Mobile Devices everywhere in the market .Mobile devices have become the primary medium of
interaction for consumers as well as businesses worldwide, and mobile applications are driving these
interactions.In traditional market we c
In Javascript we can execute some code at specific time intervals. These are called timing events.
There are two methods that are used:
1.setInterval()
2.setTimeout()
setInterval() Method : The setInterval() method executes the function at a speci
Angular is the key to our app’s. ng-app directive refers to module and ng-controller directive, which link our controller to our template. In the below example I have created a HTML program with the use of Angular JS attribute.
Review of these angul
A Binary relationship is when there is relation between two entities.This relationship is further divided into three types.
One to One
One to Many
Many to one
Many to Many
1.One to One: In this relationship, one entity can be associated with jus
Hello Readers,
Before i tell you how to call static block in magento. Lets understand the term "static block" & How to Create It..?
Static blocks : Sometimes we are required to add some custom data or images (like banners) in the middl
Following are some key challenges of Software Testing:
1) Testing the complete application:
It is quite impossible to test the complete application. There are many test combinations so it’s impossible to test every combination. It will delay
Hello Guys
Bellow code will help you to generate excel file in java. Herebelow I have used apache poi jar file version: poi3.8.jar .
You can download jar file from given bellow link
http://poi.apache.org/download.html
Now Create ExcelExample.java
Some time we need to convert the html page to pdf dynamically.
Like we are getting some form filled and then we want the data to be converted to a pdf file that is downloadable by the user.
We use fpdf for that in cakephp.
fpdf is basically a clas
