Ten years ago in May, YouTube launched in beta.From the silly to the profound, from the personal to the political, youtube is celebrating a decade of your creativity and self-expression. And, they are doing it from A to Z. With over 75 references and 18 filmmaking styles, folks @ youtube tried to capture some of […]

Read More →

A typical day of a javascript developer has some sort of Array operation that needs to be done. The choicest way of doing this is to loop through it, however ECMASCRIPT5 has a lot of convenience methods for almost all of the needs. Some of these methods have existed in the previous versions as well. […]

Read More →

Developing AngularJS applications is fun. However, debugging certain aspects of your application might not be as straight forward as we might think. Here are few tricks we can use to inspect the AngularJS application from the javascript console of your browser. In webkit based borwser if we inspect the element, then that element can be […]

Read More →

There might be a scenario where you would want to send email’s using gmail programatically. The following example shows how its done programatically using Java. The email content is sent in the html format, which comes in pretty handy. The recipient email doesn’t necessarily have to be a gmail, it can be any valid email […]

Read More →