November, 2013 Toggle

HTML5 vs Native App

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 →