Blog(Page 2 of 17)
Responsive video - How can we reduce the size of video content served?
How can we reduce the size of video content served? How do you load the best fit video for a device - not too big, not too small?
- Published on LogRocket
Dynamic CSS animations with the linear() easing function
Implement more dynamic CSS animations with the
linear()
easing functions, and explore the role that other easing functions play in animations. My RSS feed has been upgraded ✨
I did some integration work to include posts written for other publications in my RSS feed. Apologies if you see some duplicated items! 📪
The backdrop-filter CSS property has been unprefixed
The backdrop-filter CSS property required a prefix in Safari since forever. Not anymore! 🙌
Eleventy - Add CSV data file support
It would be cool to be able to drop a CSV file into a project and use it in a page. My motivation was to show bookshelves from my library database
Is CSS Tricks back?
There are signs that CSS Tricks is being revived after being dormant for over a year.
Eleventy - Convert a RSS Feed to a collection
I want to create an archive of all my writing. One source is the author RSS feeds of blogs I wrote for. How about I turn it into an eleventy collection?
Is Google’s search algorithm hurting smaller websites?
I noticed an abrupt, large drop in traffic to my website from Google towards the end of 2023. I was wondering why. Am I the only one?
- Published on LogRocket
CSS breakpoints for responsive design
We discuss the role of CSS breakpoints in responsive design, reviewing different methods of choosing breakpoints and some best practices.
Eleventy - Merge data with an existing collection
I wanted to make an archive of my writing, merging content I wrote for other websites with my exising ‘posts’ collection. Here is how I did it.