Web Highlights #1
Everyday I'm reading or watching something which I find helpful. Normally I bookmark those things, but at the end I have dozen of folders and subfolders which I never check. So, I decided to make such blog post where I'll share valuable things in the net.
About HTML semantics and front-end architecture / by Nicolas Gallagher
Do you ask yourself how to organize your CSS. What class names and where to use them. That's a very informative article which will help you in such situations. The explained concepts there are really valuable for every front-end developer.
http://nicolasgallagher.com/about-html-semantics-front-end-architecture/
What exactly is CSS Specificity / by Vitaly Friedman
If you wonder why some of your css styles are not applied on some elements, maybe that's the reason.
http://coding.smashingmagazine.com/2007/07/27/css-specificity-things-you-should-know/
Mobiles and Tablets – Viewport Sizes
No, you should not make your layout 2048x1536.
http://i-skool.co.uk/mobile-development/web-design-for-mobiles-and-tablets-viewport-sizes/
A pixel is not a pixel / by Peter-Paul Koch
I posted this video already, but I watched it several times and every time I found something new.