Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to make selected menu using Angular JS

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

jQuery Misc each() Method

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>

How to make validation for multiple email validation using Jquery

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

Differences between Functional Vs Non-Functional Testing?

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

Generating all possible permutation of a given range

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

What is process to find OS version from web browsers using PHP ?

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

Concept of Functions in ActionScript3

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

Different Testing Technique utilized for Positive and Negative Testing?

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

Why multiple inheritance is not possible in JAVA?

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

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

1 633 949
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: