RECENT ARTICLES

What is Polyfill

Polyfill is a piece of code which certain browsers are lacking, For example -- IE6 not supporting local storage feature. But does that mean that we wait untill everybody in world moves to latest browser so that we can start using awesome HTML5, ES6, or CSS3 features??? No, Solution is simple, developers write polyfills which mimics the lacking features in older browsers. Using polyfills now you can use this awesome features wihout worrying about unhappy users.


What is Modernizr and Why use it?

Polyfill is a piece of code which certain browsers are lacking, For example -- IE6 not supporting local storage feature. Polifill comes to rescue and fill the void with javascript. But how do you check if browser lacks certain features and how would you add polyfill to only those browsers which needs them. Solution is simple, use Modernizr my friend.


FuelUX a library that extends Twitter Bootstrap

Fuel UX extends Twitter Bootstrap with additional lightweight JavaScript controls for your web application.


How to sign third party assemblies without compiling

You do it once in a blue moon so here is a reminder for how to sign that third party assembly you added.


Part two on how I built my blog

A follow up post on how I built my blog


How I built my blog in one day

A tutorial on how I built my blog