“var parser = document.createElement('a'); parser.href = "http://example.com:3000/pathname/?search=test#hash"; parser.protocol; // => "http:" parser.hostname; // => "example.com" parser.port; // => "3000" parser.pathname; // => "/pathname/" parser.search; // => "?search=test" parser.hash; // => "#has…”— John W. Long, gist.github.com
“The irony is that when you code, you usually check for the edge cases first. When you design, you usually get to them last”— Full Story, blog.fullstory.com
“FB.XFBML.parse() This function parses and renders XFBML markup in a document on the fly. This could be used if you send XFBML from your server via ajax and want to render it client side. XFBML enables you to incorporate FBML into your websites and IFrame applications.”— Facebook Developers, developers.facebook.com
“The amazing thing about PostCSS is that you can build something that's very simple but yet efficient, unique, and futuristic. Amazing and popular tools like Autoprefixer, uncss, CSS Modules, and Stylelint are all powered by PostCSS.”— Marcus Tisäter, css-tricks.com
“Instead it is more common for designers to spend the vast majority of their time creating artifacts which are of no tangible value and which are unrepresentative of reality.”— Adam Michela, quora.com
“Nowadays, the primary gaps between native and web is not so much technological. It’s user experience.”— Bruce Lawson, html5doctor.com
“You could think of the URL as just another component — it renders something based on the current app state. With that in mind, is it easy to add URLs without significant changes to the code and in a way the fits the redux pattern?”— Marvel Engineering, blog.marvelapp.com
“This layer allows client and server to disintegrate the HTTP payload into small, independent and manageable interleaved sequence of frames. This information is then reassembled at the other end.”— Ali Raza, kinsta.com
“After the talk, when I started to show it to some designers I knew, one of them asked me 'When are you going to pipe real data in?' I asked him what he meant. 'Obviously this data is fake, nobody would have this many font-sizes.' I wish I had a photo of his face when I told him the data was real and…”— Adam Morse, mrmrs.io
“Here’s the simple truth: you can’t innovate on products without first innovating the way you build them.”— Alex Schleifer, airbnb.design
“Reuse and DRY are such important principles in software engineering but when it comes to CSS, it ironically makes maintainance harder. Avoid trying to reuse style rules and gain the benefits of easy to maintain CSS.”— Adam Silver, maintainablecss.com
“What if I really want to reuse a style? It is extremely rare, but there are times when it really does make sense to reuse a style. In this case use the comma in your selectors and place it in a well named file.”— Adam Silver, maintainablecss.com
“Because visual class names don’t hold much meaning. Take red. Does this mean a red background? Does this mean red text? Does this mean a red gradient? What tint of red does this mean?”— Adam Silver, maintainablecss.com
“Semantic class names are a corner stone of MaintainableCSS. Without this, everything else makes little sense. So name something based on what it is and everything else follows.”— Adam Silver, maintainablecss.com
“an unanticipated result a unanimous vote an honest decision a honeysuckle shrub an 0800 number a xmas tree a unidirectional beam an unidiomatic phrase a NASA scientist an NSA analyst a FIAT car an FAA policy”— Eamon Nerbonne, home.nerbonne.org