Here are a few of the things our team found useful or interesting this past week.
Design
Documenting is designing: How documentation drives better design outcomes
uxdesign.cc
As a team, forcing to verbally describe the design in general is a good way to develop better solutions especially centering around the target user and business. This means that documenting every step of the process is a must especially for big projects. A nice digest of different types of documentations that can be created during the design process to enhance shared understanding both on macro and micro levels.
— Adam P
The logo quiz
logoquiz.fun
A bit of fun for those interested in brand identity.
— Mark
Tech
Container queries are actually coming
piccalil.li
This is very promising for truly fluid layouts based on a component’s parent size, not just the overall window size. We’re using our own techniques for achieving this already, but first-class support in the browser would be great!
— Mark
jQuery horizontal scroll using buttons
stackoverflow.com
With a bit of code and some experimentation, I was able to add buttons to my horizontally scrolling CMS items in Webflow. The code in the post was simple enough even for a newbie like me to understand and apply.
— Anne
New Mobile Native Foundation to foster development collaboration
linuxfoundation.org
With some big names getting involved, this could be a big contributor to the open source world for native app development.
— Mark
Overflow issues in CSS
smashingmagazine.com
Here are some good tips for identifying and solving overflow issues. It’s also helpful if, like me, you intentionally want overflow to occur!
— Anne
Other
Adding is favoured over subtracting in problem solving
nature.com
This is something I feel is endemic in our (and likely most other) industries, and leads to increasing complexity over time. It’s good to be reminded now and again that simplification is also an option and might even be the superior one.
— Ian