Diigo Bookmarks 10/08/2016
著
-
@supports will change your life | Charlotte Jackson, Front-end developer
"The Modernizr script may be small, but it still has to download before any CSS can be applied. This always presents the risk that the Javascript won't get executed."
-
How it feels to learn JavaScript in 2016
"The JavaScript community is insane if it thinks anyone can keep up with this."
-
Magic randomisation with nth-child and Cicada Principle | Charlotte Jackson, Front-end developer
"Since computers can’t generate random numbers (e.g. math.random() in Javascript isn’t completely random), the best we can do is give it a pseudo random seed value"
-
"The flex-grow 9999 hack makes a flex item behave like it has two flex grow values. It prevents a flex item in a row from growing, but allows it to grow if it’s wrapped into its own line. All without the use of media queries."
-
The Problem with iOS Safari and shrink-to-fit
"According to the developers working on WebKit, the reason for this is because, based on their data, the majority of websites were misusing the meta viewport tag."
-
Normalize (CSS) No More. | shaunrashid.com
"as I work with building responsive websites where the widening array of devices has changed the way that we design websites, I have fallen back to the age-old statement that answers the question of whether a website needs to look exactly the same in every browser."