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...
Sunday, 23 September 2012
Sunday, 16 September 2012
RESTful Web Services API using Java and MySQL
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...
Thursday, 13 September 2012
UPrinting Online Printing Service
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...
Tuesday, 11 September 2012
AngularJS Meetup Videos from July and August
AngularJS meetups are becoming monthly ritual for many AngularJS developers as well as the core team. Meetups provide an opportunity for the community around AngularJS to get together in various cities and talk about Angular stuff. Starting next month we are going to attempt to stream these events live via Google Hangouts. We still have some technical challenges to solve (it's not as simple as it...
Monday, 10 September 2012
Yeoman and AngularJS
On his blog today, Addy Osmani announced the general availability of Yeoman, a project to help developers simplify the setup process for application development. Yeoman also includes an initial version of AngularJS-specific template generators.Long ago, we developed angular-seed as our git-based answer to bootstrapping an AngularJS project with a predefined structure and a set of preconfigured...
Wednesday, 5 September 2012
AngularJS 1.0.2 debilitating-awesomeness and 1.1.0 increase-gravatas released!
Today we are announcing two releases – stable 1.0.2 debilitating-awesomeness and unstable 1.1.0 increase-gravatas. 1.0.2 debilitating-awesomeness Bug fix release containing these bug fixes: $compile: denormalize directive templates (dfe99836)$interpolate: $interpolateProvider.endSymbol() returns startSymbol (20348717)jqLite: better support for xhtml (d3fa7a2e, #1301)mocks: free up memory after every...
Monday, 3 September 2012
Multiple File Drag and Drop Upload using HTML5 and Jquery.
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...