HTML5+css3+jquery
Out of context: Reply #3
- Started
- Last post
- 6 Responses
- monolith0
when you have only 2 browsers who support any newer CSS3 stuff, it makes it completely useless.
That's why all this crap won't be mainstream for another decade. Until we have 90% of browsers supporting these new CSS3 things (especially things like transitions, transforms etc) it's useless.
Unless you want to write code for 2 browsers and then write fallbacks for the rest (which in many cases will make you write multiple code not to mention waste of time dealing with modernizr and checking features and so on).
WIth HTML5 it's a bit different cause there are polyfills that kind of bring compatibility layer to older browser (but even that is kind of hack and requires waste of time). You can browse it here: https://github.com/Modernizr/Mod…
You are better off mastering JQuery + CSS2 + HTML.. you can do quite a bit with it and it will work on older browsers and new.