|
Thanks for your intelligent and thoughtful review. To respond: I am going to stick with html5. I personally support progressiveness in design, and that means if someone is using IE6 and/or no javascript, I do not support this (and neither does google, wordpress, and a host of other large companies). As long as you have javascript turned on, the simple inclusion of modernizr makes html5 100% functional. I think it would be a best practices fail NOT to teach html5. I always have coded in html5, and so has the web agency I work at, and anyone else I know in web dev. On the dev, you're totally right, but I disagree with the statement "There is really no reason for a designer to know about how MVC works". The more a designer knows about development, the better they will be to work with. I don't think there should be a split between design and development, it's good to dabble in both. Of course, everything is optional - if someone was very stubborn about not knowing anything about dev, they could skip the class. I will be covering quick basic RoR deployment through Heroku, not advanced rails deploys. That would be for a later course ; ) |
Now, I'd say something very different if HTML5 actually worked correctly everywhere, or even most places. But here's the thing--indoctrinating people into a JavaScript dependency like modernizr to fuel your desire to use a standard that isn't completely implemented anywhere is, frankly, terrible: a much more important lesson to drive home is "look, use progressive enhancement," not "look, HTML5 is awesome!", and making modernizr a dependency is the exact opposite of smart. Yes, your "web agency" might do this--but that doesn't make them very bright, either.
It's rule #1 of responsive web design: start with the simplest base case, and progressively enhance from there. If you want to really teach people how to benefit themselves by being able to write this stuff, I'd strongly recommend starting there--not with the high-end "look at my buzzwords and adopt them." Simple is good--really.