Diigo Bookmarks 07/29/2017
著
-
5 CSS Properties That You Probably Don't Know
"If you are looking for a way to limit the scope of the styles, layout, and paint recalculation to just one or more parts of the DOM, you can employ the contain property."
-
Best Practices for Homepage Links on websites
"It is great if your site logo offers a one-click approach to navigating to your homepage. But don’t stop there. While more people than ever have learned to click on the logo to go to the homepage, many users still look for an actual Home link."
-
Design Versioning — It's true, it's here, let's talk and learn more about it.
"Are you talking about Git Hub? I don't like coding. Yes, you can use Git Hub for versioning! But not only GitHub. There are a few options now."
-
Web Publications for the Open Web Platform: Vision And Technical Challenges
"This document outlines a general vision and should not be considered a technical specification. Instead, its goal is to outline that vision and possible technical directions to achieve it, and reflects the discussions that occured in the Digital Publishing Interest Group."
-
A beginner’s guide to Service Workers – Samsung Internet Developers – Medium
"This guide is aimed at people who have some experience with HTML, CSS, and JavaScript. It covers the basics of service workers and how to use them without going into too much detail, with the aim of letting you build a prototype as quickly as possible."
-
Using viewport units to scale fixed layouts – Hacker Noon
"In theory, you could use viewport units to scale the entire website layout relative to the viewport width. Of course, this does not work for most websites. But there are edge cases where you need a layout that is fixed, but also relative to the viewport width."