Category: Coding
jQuery AJAX POST Example
In jQuery AJAX POST Example, I have covered how to make AJAX Post requests with jQuery API. 1.Ajax POST example Read More27 August 2013jQuery Multiple File Upload with Progress bar Tutorial
In jQuery Multiple File Upload tutorial, I have covered how to implement Multiple File Upload with progress bar. I have Read More24 August 2013jQuery URL Shortener using Google URL Shortener API
In jQuery URL Shortener Plugin Tutorial, I have covered how to use jQuery URL Shortener plugin. You need to follow Read More5 August 2013NSString to NSData Example
how to convert NSString to NSData with Objective-C. NSString – holds text data. NSData – holds binary data We can Read More23 July 2013jQuery Submit Form Example
In jQuery Submit Form example, I have covered different methods of submitting a HTML form using jQuery API. If you Read More23 July 2013NSData to NSString Conversion
Below example explains how to convert NSData to NSString with Objective-C. using –[NSString initWithData] function we can convert NSData to Read More20 July 2013Facebook Javascript SDK Tutorial
In this tutorial,I have covered how to use Facebook Javascript SDK. Using this SDK, you can get the full functionality Read More10 July 2013Login With Twitter Tutorial
In this tutorial,I have covered how to Login With Twitter using OAuth. I have used Twitter OAuth PHP library for Read More9 July 2013AJAX File Upload jQuery Tutorial
AJAX File Upload jQuery Tutorial covers how to upload files asynchronously using jQuery Framework. I have used jQuery Form plugin for Read More26 June 2013