Author: Naga
IntroductionLike many of my colleagues and friends, the first thing I check at the start of the year is the list of public holidays for that year. Outlook’s holiday feature comes really handy as it makes it convenient for me to update my Calendar with a predefined list of holidays. Holidays are all-day events in… Continue reading Creating Bulk Custom Events for MS Outlook
Overview In today’s web development, it is pretty common practice to load data using WebApi / Rest based service from Client side script (Jquery/AngularJS). There is no issue when consumer web application and rest/api services are hosted in the same domain, but when web-based applications are trying to load data from a domain which is… Continue reading Cross Domain API Access using JQuery and JSONP