Life's random bits By b1thunt3r (aka Ishan Jain)…

Category: JavaScript

PWA vs Native

PWA vs Native

How much time does a concept need, before it is fully mature and accepted by the masses?
Internet Explorer AJAX cache bug

Internet Explorer AJAX cache bug

We are on the edge of Internet Explorer 11, but there are still some organizations who still insists on using Internet Explorer 8. And it is us web developers who really suffers, because they don't upgrade to a newer browser.
MVC 4: Bundling

MVC 4: Bundling

Been experimenting with the new MVC 4 for ASP.net. One of the concepts I was having problems with was bundling JavaScript and CSS.
9 jQuery Mistakes

9 jQuery Mistakes

Everyone makes mistakes, even the ones who think they cannot. But some of the mistakes can be prevented with a little before thought.
Drop IE rather of older IEs

Drop IE rather of older IEs

Is it worth dropping the support for old Internet Explorer, I don't really know. What I know is, making sites for just Gecko (Firefox), Presto (Opera) and Webkit (Chrome, Safari) is easier.
Need of JavaScript replacement

Need of JavaScript replacement

Over couple of years AJAX have become quite popular, but i feel there is a major security risk with AJAX or even with current browser model. By just gaining access to the network, you can sniff all the traffic passed between targeted computer and the server. In those log you are able to see all the transferred data in clear text (if SSL is not used), even...