How do we move logical shorthands forward?
There are several proposals, but one major road block
We’re trying to make progress on shorthand syntax for CSS logical properties. But the path forward depends on where we hope to be a decade from now.
Four useful tools & tutorials
So you’d like to start learning design, but the number of tools and tutorials available is overwhelming. Where do you start? I recommend Paper for sketching out UX ideas, Practical Color Theory for Coders to generate color palettes and learn color theory, Choosing the Right Font: A Practical Guide to Typography on the Web as an introduction to typography, and Adobe Experience Design for UX prototyping.
So you’re a developer or you’re brand new to the world of web design, and you’d like to grow your design chops. How do you even begin to sort through the overwhelming assortment of tools and tutorials available? In this guide, I’ll introduce the tools I use daily in my work as a user experience and brand designer for OddBird. I’ll recommend quick and useful tutorials that will get you started designing right away.
When tackling a complex UX design challenge, I start with sketches. My go-to tool is aptly named Paper. Paper is free for iPad and iPhone. Paper is much more basic than tools like Adobe Photoshop and Illustrator. In my experience, a collapsable toolkit with several brush styles, seven colors, and an eraser is all I need to sketch rough drafts of web features. Here are two sample sketches I drew using Paper during the development of the QuarqNet web app.
With Paper, I can auto-straighten uneven lines and zoom in for detail work. When drafting logos, I often trace images. Paper lets me upload an image, draw on top of it, and easily delete the image from the background when I’m finished.
According to typography expert Jason Santa Maria, “If your type is bad, the design fails.” There’s so much to learn in the rich field of typography. To get started, I recommend Choosing the Right Font - A Practical Guide to Typography on the Web by Max Luzuriaga. Max provides an overview of important elements to consider: readability, pairing, and size.
If you have an hour, check out Jason Santa Maria On Web Typography, a talk he presented at Build Conf 2011. Or delve into his book On Web Typography, but be warned – you may get bitten by the typography bug and find yourself regaling your friends about that horrendous typeface pairing on the menu at your favorite restaurant.
If you already know the theory and you’re looking for free, high-quality typography for your web project, here’s a list of my favorite resources. You can also read about the process I use to select typography for a brand identity.
It’s important for any designer to be able to create pleasing and accessible color palettes. If you write code, Natalya Shelburne’s Sass color functions outlined in Practical Color Theory for People Who Code are an excellent tool for generating a palette that works. If you’re not a developer, this is still a fantastic tutorial in how to think about color for the web. You’ll learn about accessible contrast, using neutral colors, and how to simulate cohesive lighting conditions.
Color can make or break a user’s experience on the web. If you’d like to learn more, here’s an outlined of my process for choosing brand colors including a list of several tools for generating color palettes and testing contrast.
My new favorite UX design tool, Adobe Experience Design, is still in beta. XD has a built-in tutorial that’s fun, beautiful, and takes less than an hour to complete. I use XD prototypes to flesh out my sketches, and to play with colors, typography, and layout. XD is also an excellent tool for working out how users will flow through the content.
What design tools and tutorials have you found most useful? I’d love to hear your recommendations. Join the conversation on Twitter.
There are several proposals, but one major road block
We’re trying to make progress on shorthand syntax for CSS logical properties. But the path forward depends on where we hope to be a decade from now.
Can we get this process unstuck?
The CSS Working Group recently resolved to add a size
shorthand for setting both the width
and height
of an element. Many people asked about using it to set the ‘logical’ inline-size
and block-size
properties instead. But ‘logical shorthands’ have been stalled in the working group for years. Can we…
It’s not just a shorthand for anchor()
position-area
might be my favorite part of the CSS Anchor Positioning spec, with a ton of features packed in to make things just… work. But there’s no magic here, just a few key parts that work well.