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

Search In

Using Braintree As Payment Gateway (Part 1)

There are several player in the market which can be used as payment gateway and it is not always easy to choose one . Thus today I would like to give you an overview of well known payment gateway i.e Braintree which is a subsidiary of Paypal. There h

Get dropdownlist selected value/text using javascript in asp.net mvc

A dropdownlist is a list of items from which user can select one or multiple values at the same time. Every dropdownlist contain two items one is a value and another is text. Here in the given example,there is a list of student names in which Studen

Convert code from jquery in angular

I have this code and i'm trying to convert it in angular js code.Who can help me ? http://pastebin.com/FxCf6v7U

Want to use customize fb share button

i want to share specific portion of my web page using fb share button .. bt now share button share default content ......... here is my code please help me ......... http://pastebin.com/u3fu2e9h

How to restore backup from sql script through Postgre console

Restoring backup from sql script through Postgre console is just a 2 step process.They are as follows: Step 1: psql -h hostname -U username database_name Step 2: \i filename.sql

Finding Distance on basis of Longitude and Latitude from Database

Below is an example of finding all the user who are stored in db and lies in the given range of Distance on basis of Longitude and Latitude. CREATE proc [dbo].[SP_UserByDistance] ( @UserID uniqueidentifier,--UserId @Date datetime, --Date @Longitude

Difference between INNER JOIN, LEFT JOIN, RIGHT JOIN and FULL JOIN in MySQL

In MySQL join is used to combine records from 2 or more tables based on a common column between them. INNER JOIN: It returns all rows when there is a match in both tables. LEFT JOIN: It returns all rows from the left table and matched rows from the

How to rename database in MySQL?

To rename a database in MySQL you need to follow the steps given below: Dump the schema using Mysqldump Restore the dump schema to other schema Drop the old schema(if required) For Example: Suppose we have a database emp which needed to renamed a

Comments that will execute in Java?

We know “Comments do not Execute” . Below is the code which shows “The comments that execute” in java. public class Testing { public static void main(String[] args) { // the line below this gives an o

Using Paranthesis in SQL Server

While writing queries we use paranthesis while writing Table Name or Column Name This is so because if you have any keyword used in your column or table no conflict can occur   -- To get User Details SELECT @TargetUserID=[ID] ,@CompanyID=[C

1 12 174
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: