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

Search In

7 different Ways To Motivate Your Team

In business management the business manager has many roles but one of the most challenging is ensuring their team stay motivated. A manager that can keep his team motivated will be rewarded by staff that are happier, loyal and more productive. The f

Methods for Usability Testing & Pros and Cons of Usability testing?

Methods for Usability Testing There are two Methods accessible to do Usability testing- Laboratory Usability Testing Remote Usability Testing Laboratory Usability Testing:- This testing is directed in a different lab room in vicinity of the s

What are different types of scripting elements in jsp

JSP supports various programming language codes. With the help of scripting elements, you can write java code inside the jsp page. There are three types of scripting elements which are really useful for inserting java code. scriplet tag With the

ASP.NET Application Life Cycle

ASP.NET Application Life Cycle The application life cycle has the following stages: User makes a request for accessing application resource, a page. Browser sends this request to the web server. A unified pipeline receives the first request and

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

Program to check whether a number is Armstrong number

Program to check whether a number is Armstrong Number or not: Armstrong number is a positive number whose sum of cubes of all individual digits is equal to the number itself. Like 371(3x3x3+7x7x7+1x1x1=371) is an armstrong number as the sum of cubes

Shared Preferences in Android

Android provide many ways to store or save data of an application, one of the method is using Shared Preferences. Shared Preferences are used to store and retrieve primitive data information(such as int, boolean, and String). The data is stored in a

To redirect System.out.println() output to a file in Java instead to console?

To redirect System.out.println() output to a file in Java instead to console? The internal working of System.out.println(): System: java.lang package contains the class System with it's defination. out: out is a public and static variable of Sys

Promises in Angularjs

Promises - AngularJS's promise provides a built-in service $q. It provide a way to execute asynchronous call in series by registering it with a promise object. Let us now elaborate promise and deferred. Deferred - It represent the result/o

Wrapper class in C++

Wrapper is generally defined as the packaging, or to bound an object. A "wrapper class" is used to manage the resources so that it will be crystal-clear to every one. This wraps the resources by simply wrapping the pointer into an int. In

1 33 76
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: