All Things Techie With Huge, Unstructured, Intuitive Leaps
Showing posts with label IE9. Show all posts
Showing posts with label IE9. Show all posts

If Browsers Were Guns

(click for larger image)

One of my business partners sent me this graphic. This tongue in cheek graphic is so true. We have been struggling to make our mobile web app work as intended with that stupid piece of crap called Internet Explorer 9, by that dead-man-walking company called Microsoft.

IE9 Again ~ Domain Forwarding with Masking Problem


In a blog entry two down from this, I detail a problem how the IE9 browser wouldn't cache session objects. Well, after a lot of debug (doing stupid things) we have finally come up with a solution.

In their infinite stupidity, the newbie coders at Microsoft decided that the security on their browser was more like a sieve than a wall, so they decided to try and make the sieve holes smaller. The new IE9 browser doesn't support Domain Name Forwarding with masking.

We are starting a new venture, and after doing some market testing we came up with a better name and the domain name was available. But we already have beta testers using the old domain name. So the solution, we thought, was to forward the new domain name to the old one, with masking. Masking means that the new domain name appears in the browser navigation bar instead of the old one. Well, this has been shut off in IE9.

I can understand why they would THINK that they want to try and do that. Masking is a great way to prevent phishing, but one has to have access to the DNS manager, and those things have security on them. Instead, Microsoft is shooting itself in the foot.

So the bottom line is that you can view websites with domain forwarding and masking, but you can't cache session objects, or set parameters, or do anything of the things that a truly functional website does. All this to prove that Microsoft is truly dead man walking.

Internet Explorer 9 Won't Cache Session Objects

Having put the finishing touches on my mobile web app, I was ready to go. One of my partners bought a new computer and it was loaded with IE9 and the website doesn't work. Can't log in. The login is simple. It caches a login session object in the session. Doesn't work.

Played around and added the site as a trusted web site, disabled a bunch of stuff and we could log in. The website is crippled after login. Key components aren't working. IE8 is fine. Safari is fine. Android, Chrome and absolutely everything else works.

On top of that, it took me over an hour to download and install IE9 for testing. I tell you Microsoft is crap and a dead man walking.

I will let you know the fix when I find it.

Update: See blog entry above on Domain Forwarding with Masking.