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 →Category : Code Toggle
Browser Specific CSS Hacks
/***** Selector Hacks ******/ /* IE6 and below */ * html #uno { color: red } /* IE7 */ *:first-child+html #dos { color: red } /* IE7,...
Continue Reading →WordPress Responsive Admin
As we know that, mobile devices are future of the internet technologies. With the increase of the mobile device usage, design techniques also...
Continue Reading →HTML5 vs Native App
Mobile applications are the most important software nowadays. Each year, thousands of mobile applications, games are published to stores. There are...
Continue Reading →How to Overlay entire site with a black tint, disabling all links…
Simple way to overlay entire site with a black tint, disabling all links and bringing into focus anything above it. $(function() { var...
Continue Reading →How To Add Body Class Just For IE
<!--> <body class="ie"> <!--> <!-->--> <body> <!--<!--> Or more robust version putting class...
Continue Reading →CSS3pie – Progressive Internet Explorer
PIE makes Internet Explorer 6-9 capable of rendering several of the most useful CSS3 decoration features. CSS Level 3 brings with it some incredibly...
Continue Reading →
Recent Comments