Most Recent 40 Tweets
Not including replies or retweets or mentions.
Tweets
-
Taking a break for the same reasons as everyone else. I’m on #Mastodon: mastodon.social/@tylersticka And my personal site has RSS and JSON feeds: tylersticka.com/ Hope to see you there!
-
Honest question for young people who interpret 👍 and ❤️ emoji as passive-aggressive: Do you avoid using those same symbols in interfaces (social/messaging app reactions, for example) where they’re a built-in option?
-
It’s hard to believe, but @CloudFour turned fifteen years old this week! 🎂 Our co-founder @aileen_jeffries shared this fun look back at our history (I helped make the timeline) cloudfour.com/thinks/cloud-four-turns-fifteen/
-
Web designers: “Let’s deprecate that orange button style, it doesn’t meet WCAG contrast requirements.” Print designers: “White text on light gray, let’s gooooo”
-
It always surprises me when I see “design systems” that exist only in design files or only in front-end component libraries. It probably shouldn’t: It’s way faster to start something in a silo. But seeing design choices transcend disciplines is kind of my favorite part?
-
I stopped designing for specific device widths about a decade ago thanks to talks and articles from @LukeW and @grigs. Maybe Apple’s iPhone 14 resolutions will inspire similar change? polypane.app/blog/thanks-i-phone-14-designing-for-device-sizes-is-dead/
-
It’s been five years since I started using CSS Grid and I still confuse
auto-fit
andauto-fill
100% of the time. -
I had a lot of fun making the illustrations for @spaceninja’s latest @CloudFour article using CSS and 3D transforms 👀 cloudfour.com/thinks/the-power-of-css-blend-modes/
-
Shipped some important design and dev updates to the @CloudFour site today! 🚀 cloudfour.com/thinks/2022-update/
-
Today I learned that
svg { overflow: visible }
is a thing. Yowza! 🤯 (Oh yeah, the blog post is good, too) @zachleat/1553141790894596097 -
I’ve written more than 60 articles for @CloudFour since 2013, but I’ve probably designed even more article feature images in that time. I thought it might be fun to share my five favorites (so far) in chronological order.
-
I recently reorganized my comic books, here’s me nerding out about that: tylersticka.com/journal/organizing-comics/
-
Made a “rubber button” for fun this morning in @CodePen using only HTML, CSS and SVG (no JavaScript). Works in Chrome, Edge and Firefox. codepen.io/tylersticka/pen/MWVbdzo?editors=1100
-
A few random CSS features with much better support than I would have assumed: •
:is()
pseudo class • Math functions (min
,max
,clamp
) •gap
property for Flexbox •system-ui
font keyword •:focus-visible
pseudo class •contain
property -
Mixed feelings about @brad_frost’s latest article. On the plus side, it’s a very thoughtful unpacking of what “themeable” means for design systems. On the minus side, I now have to rewrite my article draft on the same topic. Thanks a lot, Brad! 🤣 bradfrost.com/blog/post/the-many-faces-of-themeable-design-systems/
-
It’s been more than nine years since I published a big ol’ spreadsheet of recurring patterns across a bunch of frameworks: cloudfour.com/thinks/common-patterns/ I’ve long since abandoned that resource, but it’s fun to see more modern versions… (1/4)
-
Accessible design benefits everyone. Here’s a great data vis example from @KentTheHuth and @syntagmatic: The end result is accessible, sure, but it’s also so much more unique and visually interesting! smashingmagazine.com/2022/07/accessibility-first-approach-chart-visual-design/
-
If you use CSS or collaborate with someone who does, you should be really excited about the
:has(…)
selector. @jimniels breaks down why it’s so cool: blog.jim-nielsen.com/2022/unlocked-possibilities-of-has-selector/ -
There are a zillion color libraries out there because it takes a lot of blood, sweat and math to get right. The work @LeaVerou and @svgeesus have done here is remarkable. If I’m inspired to update @Colorpeek someday, it’ll almost certainly use Color.js. @LeaVerou/1542108424846163968
-
I love when @TerribleMia pokes at web design strangeness I just take for granted. Here’s a fun example: Where did 8-pixel body margins even come from? miriamsuzanne.com/2022/07/04/body-margin-8px/
-
I hurt my neck nodding along as I read @davatron5000's post about demos/prototypes. (This is why I learned to code.) daverupert.com/2022/06/demo-to-demo-loop/
-
So much of our understanding of the web’s capabilities gets filtered through our design tools, our dev stacks, and the (often poor) experiences we use day to day. Today on @CloudFour, I wrote about how satisfying it can be to defy those expectations… ✍ cloudfour.com/thinks/you-can-have-it-all/
-
I’m so proud of the work @_calebeby has put into Pleasantest (and Danielle Romo’s adorable logo design), and now it has a lovely and informative landing page thanks to @vulpixies and @HaulPebert. Dig those funky offset button and numeral borders! 😍 @CloudFour/1526589796918784005
-
Mon article “Une taille de police enfantine” est maintenant disponible en Français! Merci @pierrechoffe la-cascade.io/articles/une-taille-de-police-enfantine
-
I miss Pownce.
-
I can’t help it: If I hear the same feedback across multiple unique projects, I have to unpack it in an article. Today’s example: Are larger font sizes “childish?” cloudfour.com/thinks/childish-font-sizes/
-
I wrote about the primary navigation pattern I keep designing over and over while daydreaming about some alternatives ✍️💭 cloudfour.com/thinks/every-nav-i-design-looks-the-same/
-
Today on @CloudFour, I finally stop dodging the question: Which SVG technique performs best for way too many icons? cloudfour.com/thinks/svg-icon-stress-test/