HTML5+css3+jquery
- Started
- Last post
- 6 Responses
- tipografico
Hi everyone,
anyone knows good books about html5, css3 and jquery?Thanks
- 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.
- fourth0
thanks monolith
- monolith0
btw, you should look into CSS3 ONLY if you are doing mobile development.. That's where you can take advantage of some new stuff because both iOS and Android handle CSS3 and even hardware accelerate it now..
But for websites and general use.. avoid it.
- dijitaq0
^ why would you avoid css3 for website and general use?

