Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More HTML/CSS on the prerequisites? #12

Open
sofer opened this issue Dec 18, 2015 · 4 comments
Open

More HTML/CSS on the prerequisites? #12

sofer opened this issue Dec 18, 2015 · 4 comments

Comments

@sofer
Copy link
Contributor

sofer commented Dec 18, 2015

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
Copy link
Contributor

iteles commented Dec 18, 2015

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
Copy link
Contributor Author

sofer commented Dec 19, 2015

@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
Copy link
Contributor

iteles commented Dec 19, 2015

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
Copy link
Contributor Author

sofer commented Dec 19, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants