RECENT ARTICLES
August 19, 2015
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.
August 19, 2015
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.
October 23, 2012
FuelUX a library that extends Twitter Bootstrap
Fuel UX extends Twitter Bootstrap with additional lightweight JavaScript controls for your web application.
July 17, 2012
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.