Is Internet Explorer holding you back?
There is a paradoxon going on in corporate IT (probably more than one): On one hand developers whisper "Our standard is IE[6]" on the other hand managers buy iPhones, iPads, Android phones (which are all WebKit based) and demand that all applications should move to browser based access, being Intranet or the cloud. Development for browsers is painful compared to client environments (you need to know at least 4 totally unrelated - in terms of syntax - technologies: HTML, CSS, JavaScript, HTTP). HTML5 will address some of the pain (while you still have to learn the 4 technologies). Looking at the browser's HTML5 capabilites you only can conclude, that your mobile device will outshine your desktop browser by a large margin:
( Table found here). IBM made the decision to move to Firefox. Is it time for you to move too? A few places to check out on the new capabilities:
Summary of HTML5 support per browser
Calculation of support of currently displayed feature lists
Internet Explorer | Firefox | Safari | Chrome | Opera | |
---|---|---|---|---|---|
Two versions back | 6.0: 3% | 3.0: 42% | 3.2: 57% | 3.0: 76% | 10.1: 51% |
Previous version | 7.0: 10% | 3.5: 70% | 4.0: 78% | 4.0: 81% | 10.5: 71% |
Current | 8.0: 25% | 3.6: 76% | 5.0: 86% | 5.0: 85% | 10.6: 77% |
Near Future (2010) | 8.0: 25% | 4.0: 90% | 5.0: 86% | 6.0: 89% | 10.6: 77% |
Future (2011 or later) | 9.0: 58% | 4.0: 90% | 5.*: 88% | 7.0: 90% | 10.7: 78% |
- HTML5 on w3c
- HTML5 Test: Check what your browser can do today
- Make your boxed look good
- Text shadowsn
- Transformations
- Rounded corners for our boxes (also here)
- The best HTML5 overview (requires a HTML5 capable browser like FF, Safari or Chrome)
- Teach IE HTML5 - to some extend
Posted by Stephan H Wissel on 13 July 2010 | Comments (3) | categories: Software