Posts

Showing posts from September, 2012

Login with Google Account OAuth

Image
We covered almost all the Open Authentication (OAuth) login systems for Facebook, Twitter, Google plus and Instagram, but unfortunately I missed most important Google Open Authentication login. Today I want explain how to implement this for your web project, this script is very quick and sure it helps you to increase your web project registrations. Read more »

RESTful Web Services API using Java and MySQL

Image
Are you working with multiple devices like iPhone, Android and Web, then take a look at this post that explains you how to develop a RESTful API in Java. Representational state transfer (REST) is a software system for distributing the data to different kind of applications. The web service system produce status code response in JSON or XML format. Read more »

UPrinting Online Printing Service

Image
Every beautiful design looks awesome on a digital screen but to bring the same level of quality out of a digital world into real world is possible only through a fine quality print. This week I am to review UPrinting website. It is a commercial online printing service which provides high quality press print with its robust and easy to use online ordering portal. Read more »

Multiple File Drag and Drop Upload using HTML5 and Jquery.

Image
Are you looking for Drag and Drop multiple file upload using HTML5. Just take a look at this post, I had implemented this system with using jquery and PHP that uploads multiple files into server. This script helps you to enrich your web applications upload system. It works with all modern browsers try live demo and drop files. Read more »