Technical Articles
Posts published a while ago...
Older version of .NET framework handles the C# datetime in different way, when it serializes it to JSON string /Date(+d)/. This article shows how to convert this strange string back to an JavaScript Date object and format and display as expected.
The latest version of NodeJs v10, throws error with Gulp version 3.x. So following post will help you with changes on how to upgrade to Gulp version 4.
Nodejs
5/19/2018
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient
Google Adsense have introduced Auto ads feature, which uses machine learning (AI) to find optimal Ad location on the page to maximize the Ad performance coupled with good user experience. This post takes you through implementation and ways to workaround few Auto Ads display issues
This page explains how to fix the Google Adsense error "No slot size for availableWidth" that occurs when using responsive Ad units on a website with a dynamic layout. It also provides the official code modification and CSS media queries to solve the problem.
Getting your Adsense account approved
4/22/2018
Google Adsense is by far the best CPM and CPC based advertising network, which shares decent earning with the publishers and serves quality Ads for major advertisers. This article will get you directed towards setting up Adsense account and troubleshoot it during initial review and activation phase.
Website Monetization
4/22/2018
Discussions on how to monetize your site or a blog i.e., converting your hobby or an interest into something profitable or as a professional service. Monetization helps you to grow and also serve others, as you grow further.
Privacy Policy
4/15/2018
This page informs you of policies regarding the collection, use and disclosure of Personal Information I receive from users of the Site. I use your Personal Information only for providing and improving your experience on the Site.
Faster syntax highlighting using Prism
4/15/2018
Prism JS is built with modern standards in mind, and it offers parallelism while parsing and highlighting the source-code syntax & keywords. It achieves the parallelism and speed by using JavaScript's Web Workers behind the scenes.
CORS with credential support on Azure
3/31/2018
Azure CORS management dashboard provides a friendlier user interface for adding & managing origins with CORS support. This article deals specifically on how to allow CORS with credential support.
CORS provide a secure mechanism of sharing resources across multiple domains. This article covers the basics of CORS and few of HTTP headers that are available for achieving this mechanism.
CORS development in localhost
3/25/2018
Setting up Cross-Origin Resource Sharing development setup & configs on localhost is often time consuming and challenging. This article tries to help with quickly setting up the basic settings and get started.