Subscribe via RSS

ShopTalkShow 356: Blocks and Browsers

Dave Rupert:

I have a giant tin foil hat over here, it’s just the biggest tin foil hat, it’s a samurai helmet made out of tin foil.

I burst out in laughter hearing this. 🤣
Besides that funny moment it’s also a very good and important episode about browser diversity and the future of the web.

Are nested grids like nested tables?

Rachel Andrew:

It is not. This is why.

And then an easy and quick explanation follows.
Oh I’m looking forward to subgrids so so so much!

Walchensee

In January 2018 I visted my good friend Jens in Bavaria. On the 20th we drove out to Walchensee to photograph the sunrise. Here are some photos from this cold, but beautiful morning.

My Code Editor Journey

MS Frontpage ➡️ Dreamweaver ➡️ Coda ➡️ Sublime Text ➡️ Atom ➡️ Vim ➡️ VS Code ➡️ Vim ➡️ VS Code

Here are the journeys of some other people: Bastian Allgeier, Philipp Kühn, Andy Bell, Harry Roberts

Sick of Slack

Trys Mudford:

I’m sick of the always-on mentality it promotes.
I’m sick of the expectation that a), it’ll always be open, and b), you’ll respond immediately.

Slack or real time multi people chat in general is a tricky thing. As a remote worker I heavily rely on it and it is super helpful in the day to day business but at the same time I feel the same about most of the points Trys is making, too. As so often in life, it’s about finding the right tradeoffs and using the tool in moderation, I think. But I know for sure that’s easier said than done.

Vegetarian for a month

On March 31st I decided that I’ll be a vegetarian for the month of April. I tried eating vegan for a month a few years back and it was a really interesting experiment, but I also was very happy when the time was over. I have a lot of respect for people who do it though. Recently I saw a talk about how living a vegan life can have an incredibly positive impact on climate change. But even abstaining from eating meat and fish should have a really good effect, I guess. I’m already not eating a lot of red meat, but I do like chicken and other poultry and generally enjoy a good german “Brotzeit”. But that said, I can definitely see myself living a (99%) vegetarian lifestyle. Besides that I’m trying to lose weight and I thought eating more vegetables should be a good idea.

Anyhow, the first week went really good so far. To my surprise I actually ate a bunch of vegan meals because often the step from vegetarian to vegan is only leaving out the cheese. I love cheese, but I made a bunch of vegetables and instead of adding some feta cheese as an extra, I added tofu, for example.

This sunday morning I missed my salmon, but after the first short sigh it was more than fine. I’m curious to see how the next few weeks go. The weather is good and that means it’s time for some barbecue soon. Which also means vegetarian barbecue. I have no idea how I’ll like that one, but I’m sure it will be fine. If you have any good vegetarian recipes, hit me up on Twitter or send me a mail.

🥦

SVGOMG

SVGOMG is SVGO’s Missing GUI, aiming to expose the majority, if not all the configuration options of SVGO.

I use SVGOMG probably a couple times each week and I am incredibly thankful for Jake Archibalds work. 🙏

The Great Divide

Chris Coyier:

Two front-end developers are sitting at a bar. They have nothing to talk about.

I think this is a very good article and an important topic to talk about. I myself am definitely falling on the HTML/CSS/Design/A11Y side of things and sometimes have found it difficult to explain potential clients what I do and don’t do. I’ve thought about cooking up a new job title for myself, maybe something along the lines of “Web UI Developer”.

But I think putting all that superficial stuff aside, it’s especially important that either side of that “divide” knows and understands, that both sides are important and either job requires a lot of knowledge and experience. It’s important that we don’t develop a two-class society.

What’s next for CSS?

cssdb is a comprehensive list of CSS features and their positions in the process of becoming implemented web standards.

Super helpful site I only recently discovered.

Nutrition Cards for Accessible Components

A11Y Nutrition Cards is an attempt to digest and simplify the accessibility expectations when it comes to component authoring. Based on the WAI ARIA Authoring Practices Guide.

I want to get better at making the websites I built as accessible as possible. This simple site by Dave Rupert is helping me a lot currently. It’s full of helpful tips for common components like Accordions, Buttons, Menus, etc.