Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Suggest good books/resources about modern CSS and design practices [closed]

Ideally it would be kept up-to date continuously.

Some kind of CSS & Design weekly is another bonus.

The problems I want to solve for myself are:

  1. Understand deeply all the tricks with CSS (not just how to style with a random snippet from the Internet).
  2. Keep up with the updates (Chrome is updated regularly, Firefox is, even the ugly brother IE starts doing it).
  3. Connect the UX and the front-end dev. "Use the cool hack" when it is needed and don't when it's not.
like image 643
Dmytrii Nagirniak Avatar asked Oct 12 '11 01:10

Dmytrii Nagirniak


1 Answers

Read through this if you want to know a ton about CSS

http://reference.sitepoint.com/css

This is a great site, for past reference and future updates:

http://css-tricks.com/

You would also do well to follow nettuts

http://net.tutsplus.com/category/tutorials/html-css-techniques/

If you want to read some books, I recommend highly anything from O'Reilly

http://oreilly.com/css-html/index.html

like image 72
Jason Gennaro Avatar answered Oct 13 '22 00:10

Jason Gennaro