Tag: data loss

Recreating MDN’s Truncated Text Effect

It’s no secret that MDN rolled out a new design back in March. It’s gorgeous! And there are some sweet CSS-y gems in it that are fun to look at. One of those gems is how card components handle truncated … Recreating MDN’s Truncated Text Effect originally published on CSS-Tricks. You should get the newsletter. ...
Continue Reading Recreating MDN’s Truncated Text Effect

Text-overflow: ellipsis considered harmful

Eric Eggert: There are a few legitimate use cases for this technique. For example, you might have a table with titles and descriptions. To preserve more space for the title, you constrain the description to one line on small … Text-overflow: ellipsis considered harmful originally published on CSS-Tricks. You should get the newsletter. ...
Continue Reading Text-overflow: ellipsis considered harmful

Java vs. Kotlin

We’ll go over the fundamental differences between Java and Kotlin in this tutorial on the difference between Kotlin and Java. But first, let’s understand what Kotlin is before analyzing the differences between Kotlin and Java. as well as what Java is. ...
Continue Reading Java vs. Kotlin

Automating Local WordPress Site Setup with Scripts Part 2: Creating a WP-CLI Package

This is article 2 of 3 in the series “Automating Local WordPress Site Setup with Scripts” In my previous article in this series, I discussed some simple ways to make… Read more The post Automating Local WordPress Site Setup with Scripts Part 2: Creating a WP-CLI Package appeared first on Delicious Brains. ...
Continue Reading Automating Local WordPress Site Setup with Scripts Part 2: Creating a WP-CLI Package