Raindrop.io Bookmarks 05/06/2022
著
- A Guide to Task-Based UX Metrics - MeasuringU
"To measure the user experience, you ideally quantify both attitudes and actions. When conducting a task-based evaluation, your task metrics should include a mix of what people do (behavioral or "action" metrics) and what people think (attitude metrics). You might also include one or more behavioral/physiological or combined metrics."
- Deep Dive into Text Wrapping and Word Breaking / Coder's Block
"Default browser behavior allows words to be broken in CJK text. This means that word-break: normal (the default) and word-break: break-all will give you the same results. However, you can use word-break: keep-all to prevent CJK text from wrapping within words (non-CJK text will be unaffected)."
- Atomic design 2022: what we can learn from Eames and other design giants | by Darren Yeo | Apr, 2022 | UX Collective
"In design, species can be referred to as product lines or portfolio. As more organizations see the value of design, and with advancements of our understanding of design systems, so is our ability to apply the entire gamut of design across products in organizations."
- The 5 Golden Rules of Code Reviews - DEV Community
"The first Golden Rule of Code Reviews is simple: Review other people's code like you'd like your code to be reviewed."
- You Don't Need A UI Framework -- Smashing Magazine
"UI frameworks have a hit-or-miss record when it comes to usability and accessibility. Some of the libraries are actually quite good in this respect. But in most cases, it's a secondary focus."
- Designing A Better Language Selector -- Smashing Magazine
"Many websites rely on an assumption that location, language and currency are usually tightly coupled. After all, if a user chooses a location in Germany, they are very likely to prefer the German language and see prices in Euro. However, this is based on assumptions that work for many people, but break the experience entirely for others."