How to Truncate Type at More Than One Line with Just CSS
Have a design where you want text to get cut off at 2 or 3 lines? You can do it with CSS alone.
Keep reading How to Truncate Type at More Than One Line with Just CSS
Hi, I’m Chip. I’m a Front End Developer living in the Washington D.C. area, currently working at PBS. My background is in design, so I approach development with a designer’s eye.
Have a design where you want text to get cut off at 2 or 3 lines? You can do it with CSS alone.
Keep reading How to Truncate Type at More Than One Line with Just CSS
What I learned from doing something really, really hard.
Keep reading Life Lessons Learned From Running a Marathon: How to do something really hard
What is structured data, how does it help search engines understand your content, and how to add it to your site.
Keep reading A (Brief) intro to Search Engine Structured Data
A lesson I learned using fallback values on a JavaScript variable, but ran into trouble when it dealt with a boolean.
Keep reading Javascript Fallback Values on Variables and Booleans - a hard lesson
One of my simplest productivity hacks, but one of the most effective.
A review of Andy Clarke’s new book.
I was working on an upcoming post that will use a lot of images, and wanted to figure out how to pull off responsive images within Hugo. It’s not the most straightforward thing. So this is a big thank you to Laura Kalbag and her post on creating responsive images in Hugo.…