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

Search In

To get all properties that belong to an object in javascript

To get all properties that belong to an object in javascript, we can use Object.getOwnPropertyNames(). The ordering of the non-enumerable properties in the array, and among the enumerable properties, is not defined. Example: var arr = ['a', 'b', '

Program to find power of a number

Program to find power of a number: In this program we are finding power of any number which will entered by the user and user will also enter a power. There is a function power which will return power of the number after calculating and Power funct

FULL OUTER JOIN IN SQL

FULL OUTER JOIN If you want to combine the results of both LEFT and RIGHT join than we use FULL JOIN keyword. The joined table which created after FULL JOIN contains all records from both the two tables, and fills null value for those places where

How to control the media playback using JavaScript:

While embedding a video to your webpage, very first thing you need to keep in mind is the browser support, like where this will work and where it will not. Only the latest versions of most browsers support native video playback using HTML5's "video"

Apply Ribbon at corner of a Box

Hello readers here is a simple line of code that will give your page a new look using a corner ribbon tag... it will help you to add ribbon aside of your working area by using pure CSS code. You can use this code whenever you want to display somethi

To determine Infinity or Exception in Java

To determine Infinity or Exception in Java? Consider two programs in Java: Program 1: public class Demo { public static void main(String[] args) { double a = 1; System.out.println(a/0); } } Output of Program 1: Infin

how to show nearest famous places to user location in maps

how to show nearest famous places to user location in maps in 50 miles or 100 miles etc.. i was lot searching in google'n but i can't find it could any one help me

How to create a thread ?

Thread is basically used to execute something in android. Thread class provides start method to start a new thread as well as we can also use Runnable interface to create some thread. So there are two way to create a thread that are : 1. By extendi

Transaction in SQL

Transaction anywhere is used to execute or stop set of statements. BEGIN TRANSACTION trans BEGIN TRY INSERT INTO Department(DeptID,DeptName,Location)VALUES(2,'HR','Delhi') INSERT INTO Employee(EmpID,Name,Salary,Address,DeptID)VALUE

How to create thread

Thread: A thread is a light-weight process which can run independently. A java program can contain multiple threads. Every  thread is created and controlled by the java.lang.Thread class. We can create threads in two ways: By extending Threa

1 107 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: