As far as design, you cannot go wrong with bootstrap. However, to really learn design, do not study web design. Study things like Bahaus, billboard design, marketing and messaging and PR, how to compose for simplicity, SEO optimization techniques and their influence on design, etc. Seriously, the people that learn how to make websites and want to tell you how to make websites absolutely and hilariously SUCK at design.
Ask HN: Learning modern web design and CSS
51–56 of 56 posts
Do the same thing you might do when browsing open source code on github. Go to websites of well known companies or by people that provide web design services, view source, look at a feature that doesn't make sense at first, and then search on Google or Mozilla Developer Network or Stackoverflow for more details, and then write a practice page in a basic text editor.
Re: Ask HN: Learning modern web design and CSS
#52i want a help for my project.
suppose in indeed.com search bar we will put java,it will so us no of java related job... i need to fetch them and want to store in excel..in different row..
how to do this any idea?? what script can i use except python..
Re: Ask HN: Learning modern web design and CSS
#53Earlier quoted context omitted.
I was going to post the same. I think the learning has to be split in three components: * CSS: learn how to use flexbox and grids, the rest will follow. * HTML5: this is pretty straight forward to learn IMO, maybe someone has a good resource? (that does not talk about JS at all preferably) * JS: This one is tricky, if you really want to learn more about JS it is its own big world. Two advice I would give: learn the l…
Simply use create-react-app and don’t worry about setting up Babel and Webpack
Looks promising https://github.com/facebookincubator/create-react-app !
That's the one part of the stack I still need to learn (becuase jQuery is not trendy anymore apparently)
Re: Ask HN: Learning modern web design and CSS
#54If you are looking for programming community recommended best CSS tutorials then you can trust https://hackr.io/tutorials/learn-css
There are tons of other great courses/tutorial for every front-end tech.
Disclaimer: I am co-founder at Hackr.io
Re: Ask HN: Learning modern web design and CSS
#55Google “flexbox”. That is the single biggest new thing replacing floats in css. You’ll also want to make sure you understand css transitions (they are very simple).
Re: Ask HN: Learning modern web design and CSS
#56I would recommend Hackr - https://hackr.io/tutorials/learn-css