Sunday 23 September 2012

Login with Google Account OAuth

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.

Login with Google Account OAuth.
Read more »
Share:

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.

RESTful Web Services using Java and MySQL
Read more »
Share:

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.

UPrinting Online Printing Service
Read more »
Share:

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.

Rebuilding DoubleClick with AngularJS




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.
Share:

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.
Share:

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:
    • form: prevent page reload when form destroyed (054d40f3, #1238)
    • ngList: remove data bound flicker (fa62ea81)
    • ngPluralize: fixes ng-pluralize when using non-standard start/end symbols (e85774f7, #1134)
    • option: support option elements in datalist (9767f7bd, #1165)
And a ton of documentation fixes: A big thank you to all the contributors!

Links

1.1.0 increase-gravatas

Contains all fixes from 1.0.2 and additionally:
  • $http: support custom reponseType (e0a54f6b, #1013)
  • $interpolate:
    • provide contextual error messages (d804bbcd)
    • expose start/end symbols in run phase (58f121a5)
  • $sniffer: auto detect CSP mode (currently requires Chrome on dev channel) (167aa0c2)

Links

Share:

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.

Multiple File Drag and Drop Upload
Read more »
Share: