
Search In
Hello Readers...
By this blog i am trying to explain the difference between the ‘Verification’ and ‘Validation’. I hope this way of presenting is very easy to understand for all the test engineers.
S.N
We can use php and html to upload the file to the server.
Initially the file are added to the temporary folder and then are transfer to the server by using the script.
phpinfo.php define the temporary file that is used for the upload.
The fi
If we want to save the selected item of a dropdown, we can save it by simply using Selectmenu widgets.
Below is the simple example of Selectmenu widgets:-
HTML-
<body>
<div class="example">
<form action="#">
<fie


1. SKETCHING
The first step when designing a logo is sketching. It is very important to make your logo effective. This can be done by paper and pencil drawings or you can use different software like illustrator or photoshop.
Image Source - http:/
In this post, you will learn how to show mobile ads in your screens. Cordova provides a plugin for google admob. Using this plugin you can show mobile Ad with a line of JavaScript code. It is designed for use in HTML5 based hybrid applications or mob
Android Architecture is a bundle of software components. Android is Linux-based software stack that has some software components like operation system, middleware, native applications, API libraries.
Android Architecture has five sections and
To fetch a particular data with the help of id on click of a drop down, We have to make a database with table named products and in that table we have to add various columns like id, name, cost, color.
Then write following code in the ProductControl
Normal
0
false
false
false
EN-US
X-NONE
X-NONE
MicrosoftInternetExplorer4
DATABASE ADMINISTRATOR
Databa
What is Value Converter in WPF?
Value converter is a class which translates/converts a value from the source type and provide output as target type and vice-versa. It is used at the time of data binding with the UI element in WPF. These classes impl
is() method:
It is used to filter html elements by checking with selectorElement. It returns true if there is minimum one match from the given selectorElement or some other argument provided.
Syntax:
$(selector).is(selectorElement,function(index,
