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.
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 status code response in JSON or XML format.
Read more »
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 print with its robust and easy to use online ordering portal.
Read more »
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 sounds), but we'd like to open up these meetups to as many of you as possible in real time. In the meantime if you couldn't join us in person, check out these videos.
More information about the event can be found on the meetup page.
The talk was also repeated at our NYC meetup.
More information about the event can be found on the meetup page.
The talk was also presented at our Mountain View meetup.
As a good follow up reading, check out Miško's recent blog post on how DI removes the problems associated with the
More information about the event can be found on the meetup page.
Rebuilding DoubleClick with AngularJS
In August, we had a special guest at our Mountain View AngularJS meetup. Marc Jacobs, the tech lead of the DoubleClick Digital Marketing Manager (formerly DoubleClick for Advertisers) gave a presentation on how they rebuilt and launched their application with AngularJS.
More information about the event can be found on the meetup page.
The talk was also repeated at our NYC meetup.
Dependency Injection
In June we talked about what is Dependency Injection (DI), what benefits it gives to you and your app and how AngularJS implements Dependency Injection.More information about the event can be found on the meetup page.
The talk was also presented at our Mountain View meetup.
As a good follow up reading, check out Miško's recent blog post on how DI removes the problems associated with the
main()
method. Building an AngularJS App
Back in July at our NYC meetup, we had a presentation on building an app with AngularJS. The famous ToDo app, narrated for your pleasure, including lots of audience questions about some of the core concepts.More information about the event can be found on the meetup page.
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 development tools. Yeoman removes the git-dependency and adds a set of template generators and many features and tools impossible to achieve within the confines of a git repository.
Our own Brian Ford has been heavily involved in creating these AngularJS template generators, and has written a nice deep-dive blog post to describe how Yeoman and its generators work with AngularJS.
We'd love to hear what you think about the new workflows, to help us decide what needs to be improved in the Yeoman and AngularJS generators. Based on this feedback, we'll iterate quickly to make improvements with the eventual goal of making Yeoman a successor to angular-seed.
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 development tools. Yeoman removes the git-dependency and adds a set of template generators and many features and tools impossible to achieve within the confines of a git repository.
Our own Brian Ford has been heavily involved in creating these AngularJS template generators, and has written a nice deep-dive blog post to describe how Yeoman and its generators work with AngularJS.
We'd love to hear what you think about the new workflows, to help us decide what needs to be improved in the Yeoman and AngularJS generators. Based on this feedback, we'll iterate quickly to make improvements with the eventual goal of making Yeoman a successor to angular-seed.
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 spec (1a8642aa)
- e2e test runner: Adding meta tag to avoid cache issues (5318588d)
- Directives:
- Conceptual Overview of AngularJS (high level overview of how things work): http://docs.angularjs.org/guide/concepts(7a5f25f6)
- Lots of spelling, grammar and other fixes: 9a710c78, 847d2da0, dbefd671, cab5e1d9, f00b6cca, 2e365168, 536de148, a1107e81, 5ef9ed87, 8c81a0f3, bde931af, 6553fe68, 13b5fd1b, 17209d5b, 31c82560, ab6937e2, fbfda241, 206371b7, b6b92bd8, 79f2d843, 64a9cd8f, 7f6e1326, 1fd2b3d4, d56d69cc, 01e726b2, 16136216, 92a3d282, 4c585019, c076fe08, 2473412b, 1f2d5000, 5026315d, f0a090dd, 6d9313a6) and more!
Links
1.1.0 increase-gravatas
Contains all fixes from 1.0.2 and additionally:- $http: support custom reponseType (e0a54f6b, #1013)
- $interpolate:
- $sniffer: auto detect CSP mode (currently requires Chrome on dev channel) (167aa0c2)
Links
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 live demo and drop files.
Read more »