FAC6 / FAC7

5 stars 2 forks source link

More HTML/CSS on the prerequisites? #12

Open sofer opened 8 years ago

sofer commented 8 years ago

We already have http://flukeout.github.io/ on our prereqs.

In the same vein, how about adding a bit of flexbox: http://flexboxfroggy.com/ together with https://philipwalton.github.io/solved-by-flexbox/?

I know that browser coverage for flexbox is not exactly universal, but if we are going to dissuade people from using CSS frameworks, it might be kind to offer them a nice way to do their grid layout.

iteles commented 8 years ago

I would suggest that in the F&C spirit of keeping our apps as useable as possible and given that flexbox only works with IE10+ (and is still not well supported there), we shouldn't allow people to use it on the course.

People have seemed to do ok without it so far and more importantly, not having it or frameworks at their disposal forces people to at least learn the basics of positioning with CSS if they want to accomplish anything minimally visually appealing.

I do however agree we should have more HTML/CSS on the pre-reqs and course, very much so! We're nowhere near strong on the basics yet.

sofer commented 8 years ago

@iteles so far we have on the prerequisites list:

Are there any other learning resources you would recommend?

Browse http://www.csszengarden.com/, perhaps?

iteles commented 8 years ago

Zen Garden is impressive for people to see the power of CSS but the best CSS (and HTML) resources I keep coming back to for basics are:

sofer commented 8 years ago

@iteles I love these. I would be in favour of adding them to the prerequisites under extras.