Wednesday, 23 January 2013

AngularJS 1.0.4 bewildering-hair and 1.1.2 tofu-animation released!

What's new in these releases? Primarily doc improvements and bugfixes, including a fix in both 1.0.4 and 1.1.2 for a memory leak when ngSwitch was used inside a transcluded directive under certain conditions (see change notes a26234f7).The unstable branch 1.1.2 tofu-animation includes all the bug fixes from 1.0.4 bewildering-hair, plus some new features to try out in your code.For full details in...
Share:

Monday, 21 January 2013

Login with Microsoft Live OAuth Connect

Few months back Microsoft has launched OAuth system for client websites, using this you can get the valid user details from Hotmail and Outlook database. Earlier I had published Facebook, Google and Twitter OAuth login systems, now this post explains you how to implement Microsoft Live OAuth connect...
Share:

Monday, 14 January 2013

Thursday, 10 January 2013

Monday, 7 January 2013

MongoDB PHP Tutorial

Now time to work with MongoDB NoSQL database management systems, it stores data into structured JSON like documents with dynamic schemas and improves application performance. This tutorial helps you how to create a simple login page using PHP and MongoDB. Try this download script and implement scalable...
Share: