
Search In
Hello Reader's if you want to show user the menu which he selects then you can use the code below. This code is written in Angular JS
<div id="main" ng-app>
<!-- The navigation menu will get the value of the "active" variable as a
Hello Readers,
Jquery each() method is used to run for each matched element.It is used to loop through each element of the target jQuery object.
Synyax: $(selector).each(function(index,element))
Example:
<!DOCTYPE html>
<html>
Hello Reader's if you have implemented multiple input for emails and you want to validate all of them using a single validation rule. By using JQuery you can make this.
Lets see how to make validation:-
Suppose your html page is like this:-
<sel
HTML Tables
Functional Testing
Non-Functional Testing
Functional testing is performed by utilizing the practical detail/specification given by the client and verifies the framework against the useful necessities/requirements.
Non-Functional
If you want to generate permutation of the elements in a range in lexicographic order, then next_permutation function defined in STL algorithm might be helpful for you.
Default template for next_permutation
template <class InputIterator>
bo
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to find OS version from web browsers using PHP ?
If you want to get the OS version which you are using. Then you can use the library code below:-
<?php
//here craete a arr
Functions are very useful part of ActionScript3 as they save the time, reduce the code and also increases the re-usability of the code. Function is that block or piece of code which can be used reused at any point in the code. They save the time as t
Testing Technique utilized for Positive and Negative Testing
Following strategies are utilized for Positive and negative approval of testing is:
Boundary Value Analysis
Equivalence Partitioning
Boundary Value Analysis:-
This is one of the produ
Inheritance
When one class acquires the functionality of some other class, it is called inheritance. i.e reusing the same properties and functions. The class which is inherited is known as the super class and the class which inherits the properties
ARRAY IN C
Arrays is a data structure that can store similar type of data. IN other words an array is a collection of homogenous data (same type of data), which are stored in contiguous memory locations. In an array the first element goes to the
