Is The Future of Ajax In Any Danger?
Posted by Mike Brunt at 10:55 AM
7 comments - Categories: Default | ColdFusion | JRun-J2EE
I read a compelling article today from Joel Spolsky. It revolves around Internet Explorer 8 and web standards, which as Joel Spolsky contends are more of a nice theory than a reality (standards that is). What really stuck in my mind is the complete mess that Google Maps becomes when viewed in IE8 with strict standards applied. In addition, I have hit so many web sites with JavaScript errors it is not funny and IE8, in; let's call it strict web standards mode, would render so many sloppily coded web sites unusable.
My headline is not meant to be attention grabbing but this all makes me wonder about the long term effects and whether this makes Flex a safer option for RIA's than Ajax?
Does anyone have any thoughts on this?
Marin wrote on 10/29/08 3:20 PM
<cite>let's call it strict web standards mode, would render so many sloppily coded web sites unusable. </cite>well that's the point of IE8's possibility to switch rendering mode: if your code is full of IE proprietary code (hopefully it's just locked intranets), it will still work in IE8 (with the X-UA-Compatible meta tag).
For the rest not a problem if the code was hacks free.
One other reason to stick to standards