Diigo Bookmarks 11/23/2018
著
- Five Mistakes in Designing Mobile Push Notifications
"Provide value to users before asking them to receive your app's notifications; tell them what the notifications will be about. Don't send notifications in bursts; make it easy to turn them off."
- Going Fullscreen On iPad Safari
"Apple has rolled out support for the Fullscreen API on iPad Safari with its iOS 12 update. This means developers can now create fully immersive web applications for their users on the iPad."
- Testing iOS on a Mac (for Free!) | Viget
"By default, you have to use the on-screen keyboard to type in Simulator's iOS devices, just like you use the on-screen keyboard on a real iOS device. But you can turn on support for your physical keyboard"
- What's New In CSS?
"A new version of my talk about what is new and interesting in CSS. Covering some of the things we can already use as well as things just recently discussed at the CSS Working Group. In addition I talk about how things become part of CSS, and how everyone can get involved."
- kingkool68/generate-ssl-certs-for-local-development: A bash script for generating trusted self-signed SSL certs for local development on your Mac
"Have you ever need to develop HTTPS sites locally? To make it work you need to generate a SSL certificate of your own and tell your computer to trust it so you don't get weird Your connection is not private errors in your browser. Generating the certs is a complicated hassle. So I made a bash script to do it all for you."
- Why using `tabindex` values greater than "0" is bad - Karl Groves Web Accessibility Consultant, Web Accessibility Auditing, Web Accessibility Training
"The customer believed that their use of tabindex was a good thing because the tab order made sense. Here's a cleaned-up version of the response I sent"