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

Search In

Braintree payment refund process of original transaction

Hello Friends, Today, In this blog you will learn payment refund of the original transaction. In general, process, if the merchant wants to refund payment of any transaction so he can refund full payment or partial payment using transaction ID becau

How to Enable GMail Login Feature Within Android Application in 4 Easy Steps

You must have seen many applications and websites provides option to login/sinup using Gmail, Facebook, twitter etc. and In my privious tutorial I had explained Integrate Twitter Login for Your Android App in same way you can also enable Gmail login

.Net MVC Controllers and Simple Model Validation

.Net MVC Controllers The controller is a heart of the entire MVC architecture which inherits system.web.mvc.controller. The controller acts as a coordinator between the View and the Model as it receives input from users via the View, then process th

How to Authenticate user in PHP using PDO

Hi friends, If you are using PDO in php , Now you can Authenticate user using simple code. include 'conn.php'; try { $username = $_POST['user']; $password = $_POST['pass']; $smt=$conn->prepare("SELECT * FROM signup WHERE username

How to calls my_method() in OpenERP/Odoo ?

In below example a sample widget that calls my_method() and displays the result. local.HomePage = instance.Widget.extend({ start: function() { var self = this; var model = new instance.web.Model("oepetstore.message_of_the_day");

Import Facebook friends using custom UI in iOS

Facebook friend list import became easier after using latest Facebook SDK. Here is the method which imports friend list. NSMutableArray *arrfriendList = [[NSMutableArray alloc]init]; [FBRequestConnection startForMyFriendsWithCompletionHandler:^(FBRe

Send iOS App request on Facebook in iOS

In terms of publicity or advertisement of an iOS app there is a feature where we can make our iOS app social or can share on facebook. Accepting a request from a app will direct the person to the Canvas Page URL of the app that sent the Request. For

How to get sub strings from a string using Regular Expression

Hi, The below code is to get substrings from a string. You are going to love this below code which is very simple but very effective. I have used regular expression to get the sub strings. NSString *strTest = @"Hii how are you doing @Ravi , how do

JSONP concept

JSONP stands for JSON with padding. All the browsers follow the same origin policy. You can not send XMLHttpRequest to other domain. To prevent this security, we need to use the JSONP in ajax request. When we request a ajax call to the remote server

Prevent site from showing up in search results on Google, Bing and other search engines

Sometimes we need to prevent our testing.dev site from showing up in search results on Google, Bing and other search engines until we are ready to launch. We can do this by addting "X-Robots-Tag" paramet to header of the response. Create filter or y

1 11 282
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: