
Search In
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
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
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
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
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");
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
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
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 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
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
