February, 2014 Toggle

JSONP to overcome XMLHttpRequest same domain policy

JSONP to overcome XMLHttpRequest same domain policy

JSONP stands for JSON with Padding. JSONP is really a simply trick to overcome XMLHttpRequest same domain policy. (As you know one can not send...

Continue Reading →

Browser Specific CSS Hacks

/***** Selector Hacks ******/ /* IE6 and below */ * html #uno { color: red } /* IE7 */ *:first-child+html #dos { color: red } /* IE7,...

Continue Reading →