Featured
-
Error message upon submitting quiz
I have a WordPress Quiz Master Next Plugin set up
by vipul.srivastava -
403 Error Unable to load the HTML Page
Hi, I have a issue in trying to access a page o
by gaurav.singh -
URL rewriting using .htaccess
Hi, I was trying to rewrite a URL in .htaccess
by gaurav.singh -
How to identify the network usage of your particular application in android?
Hello Tech Nerds, I have created an app for And
by sachin.joshi -
How to included a timer on a web page
hello all, I want to include a timer on a web pag
by manish.joshi
Tags
How to make Async Requests to Paginated API
I want to make requests to an api that returns a response like so:
{
totalRecords: 30,000,
data: [{...}],
links: {
selfLink: 'http://example-api.com/data?api_key&page=0&size=10',
nextLink: 'http://example-api.com/...
Getting Error When Trying to Pass JSON PHP to JS with Ajax!
Hey, I'm in desperate need. I have made a JSON object with PHP named userAuth and I am trying to pass it to a JS file with Ajax, here is my PHP code (auth.php):
$userAuth->access = 1;
json_encode($userAuth);
...
How to create a feature similar to Sign in with Facebook using PHP?
How to implement a feature similar to sign in with facebook , I have a site B . com ,I want sign in to B.com using email and password registered in B.com from another website A.com . How can i implement it ?
Gmail API C# code
hi ,
im working on a function that will save the attachment file in Email via Gmail using gmail API code(C#).
but i keep getting an error that saying :
An unhandled exception of type 'Google.Apis.Auth.OAuth2.Responses.TokenResp...
weservice issue
whenever i call the rest api from my java code ,i received no peer certificate exception. Please help me in advance.