|
|
|
|
|
by jiggy2011
5333 days ago
|
|
One of the biggest advantages of flash was that beyond a few DOM wrangling capabilities it basically threw away the rest of the browser and was really more akin to a Java applet than being part of the browser. This meant that even somebody using IE6 can have a good experience with a flash app, assuming their flash is upto date. What annoys me with HTML5/JS apps is I constantly see people showing off demos of something cool they did with the "open" HTML5/JS tools.
Then I load their demo and it's all like "hey, sorry your not using the latest version of Chrome come back when you've installed it" Hopefully this will get better over time , but you've still got IE dragging it's feet and doing things a bit differently + Microsoft's habit of dropping support for new versions in older OSes. Maybe the answer is for all browsers to just standardize on one rendering engine / JS implementation otherwise I can see this becoming a nightmare and everyone having to keep multiple versions of multiple browsers installed just to run all the apps they need. |
|
Heh, this would be an ideal situation, but good luck trying to get them to agree on that. The browser wars are not over yet, who knows if they ever will be.
We thought that the Web would be that final platform that would give us the ability to write our app once, and then make it available instantly on all operating systems. Well, technically, we got that. Except now we have to worry about browser incompatibilities. We didn't solve the problem of cross-platform compatibility. We just have a different set of platforms today.
What wee need is a language that will do for web development what Java has done for development in general in 90s - something that will allow us to write our apps once, and have them display perfectly on all major browsers. But seeing that this magical language would probably also need to support arcane versions of various browsers I don't see that happening any time soon.