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

Search In

Displaying image in google map

While showing the locations based on the latitude and longitude you need to display the images associated with that object you are displaying the locaton for.         This is the database where we have stored the image info

Remove duplicate records from a table in SQL Server

Sometimes we required to remove duplicate records from a table although table has a UniqueID Column with identity. Ex: CREATE TABLE dbo.Employee ( EmpID int IDENTITY(1,1) NOT NULL, Name varchar(55) NULL, Salary decimal(10, 2

Method Overloading

Method Overloading is a type of polymorphism. Using this we can have two different method having the same name in a single class. Method have the same name but different argument through which they are recognize. Argument have 1.Different number of a

SELECT TOP Clause in MySQL

The SELECT TOP clause is used to return specific number of records with thousands of records. It is used to select top N number of records from a table. We can use number or percent to select record. TOP clause is not supported by all the databases.

How to use array_fill() function php.?

Use of array_fill() function in php. The array_fill() function is basically used for filling an array with values. Syntax of array_fill() function: array_fill(index,number,value) According to above syntax, there are three main Parameter of arra

Command line argument

Command Line Argument 1.Command line argument is a parameter supplied to the program when it is invoked. 2.Command line argument is an important concept in C programming. 3.It is mostly used when you need to control your program from outside.

Anonymous function in php

Anonymous functions, is a function that allows the creation of a function without any specific name. We can use it as follows: 1-Assign it to a variable, then call it later using the variable's name. 2-We can store an array of different anonymous

How to create Procurement Exceptions in openerp

Procurement Exceptions means A Procurement Exception occurs when the system cannot find a way to fulfill a procurement. Some exceptions will resolve themselves automatically, but others require manual intervention. To Create Procurement Exceptions

How to Add/Remove multiple classes in Jquery

If you want to remove mutiple classes on click of a button: HTML: <div class="container"> <span class="class1 class2 class3"></span> <button id="clear" type="button"></button> </div> JS: $("#clear").click(func

Implement AndEngine for Game Development in Android App - 5 Cool Steps to Know

AndEngine is a free and and open source game development engine for android platform, we can say that it is a 2D OpenGL Game Engine which uses OpenGL ES technology having features like to provide gravity effect for object which shows a quick graphic

1 45 423
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: