I’m happy to announce, I got re-awarded as Microsoft Most Valuable Professional (MVP) under Visual Studio and Development Technologies category. This is my 5th year in a row as MVP.…
I am using Underscore.js from long time, it’s a JavaScript library that provides useful functional programming helpers without extending any built-in objects. I recently came across it’s templating capabilities. Underscore provides…
Dealing with dates is always a nightmare. In this example I will show how to convert a JSON date to JavaScript date returned from server side to an AngularJS app.…
Microsoft User Group Hyderabad (MUGH ) invites you to Global Azure Bootcamp 2015 . This is scheduled on coming Saturday 25th April at Microsoft India Development Center , Building 3…
It is very simple with HTML5 Canvas API, it provides toDataURL() method. The toDataURL() method of the canvas object converts the canvas drawing into a 64 bit encoded PNG URL.…
The $http service is a core angular service that helps in consuming web services (either REST or SOAP) via the browser’s XMLHttpRequest object or via JSONP . $http service is…
I was working with AngularJS from couple months. I came across some new features in AngularJS 1.2. I am going blog about this new features. AngularJS 1.2 introduces new “controller…
Filters are used to perform logic either before an action method is called or after an action method runs. Filters are custom classes that provide both a declarative and programmatic…