Web Development

The Shape of Apps

The Shape of Apps

While icons on iOS (formerly iPhoneOS) have always been rounded squares, and rounded-square icons have existed on Apple platforms for over 20 years now, Mac app icons have historically exhibited a variety of unique silhouettes, which helped identification alongside other visual tools like color,...

Lobsters Lobsters · Web Development ·
0
FixCSS

FixCSS

There is a famous document from the CSS Working Group that lists the historical mistakes in the design of CSS. It contains stuff like how box-sizing: border-box; should have been the default, which is why a lot of us still put that in starter stylesheets. Declan Chidlow took a step I’ve never see...

0
Generative colors with CSS

Generative colors with CSS

I just updated the CSS for my website to use a fork of Kelp UI, which includes a much more consistent and easy-to-maintain class system than I had before. Quick aside: if you see any bugs in your travels, please let me know! While it mostly looks the same as before, the biggest change was to the...

Lobsters Lobsters · Web Development ·
0
Railroad Diagrams

Railroad Diagrams

Railroad It’s a railroad diagram generator that comes with a live server for editing. This all started as a search for a way to add railroad diagrams to https://ziggy-lang.io and ended up in a small rabbit hole. I’ll soon add this to Zine to let authors place a diagram source in their cont...

0
WD

How I use HTMX with Go

When I want to add sprinkles of interactivity to a web application, I'm a big fan of using HTMX. I like that it makes it easy to give interactions a smooth app-like feel, I like that it minimizes the amount of JavaScript that I have to write, and I like that it allows me to keep the consistency a...

Lobsters Lobsters · Web Development · Go ·
0
Loading more…