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

Tag: javascript

PWA vs Native

PWA vs Native

How much time does a concept need, before it is fully mature and accepted by the masses?
JSend

JSend

It has something like five years when I started using JSON for communication. When I really understood what JSON really is, and how it can benefit me, it was hard for me not to understand why I didn't use it earlier. I guess it was at the same time as I started using JQuery, as JQuery did make life easier for working with AJAX and JSON.
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.
Curse of Dragon

Curse of Dragon

A while back I decided to create a MMORPG (Massive Multiplayer Online Role Playing Game). It was created in PHP with MySQL database. The idea was to create something that would run in any browser without need of any extra plugins/addons.
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...