Skip to main content
Photo by Kelsy Gagnebin via Unsplash

Kurzschnitte II - Third Linkdump

Two is a company, three’s a crowd. … But three is also a magic number. So here’s the third installment of my linkdump series, Kurzschnitte II. I’m sharing a collection of articles and tutorials that caught my attention in the past few weeks. From open-source reflections to CSS animations and favicon best practices, these resources offer valuable insights and practical tips for web developers and designers. Enjoy the read and let me know what you think!

  • In a candid and eye-opening blog post on GitHub, the developer behind core-js, Denis Pushkarev (@zloirock), shares his journey and the challenges faced in maintaining one of the most essential JavaScript polyfill libraries. core-js is pivotal in supporting the latest ECMAScript standards across different browsers and platforms, underpinning many popular websites and frameworks. Pushkarev’s post delves into the complexities of open-source software development, the unsustainability of relying solely on community support, and the potential future paths for core-js. This reflective piece is a must-read for full-stack developers and anyone interested in the dynamics of open-source project maintenance.

  • Dive into the fascinating world of CSS scroll-driven animations with this practical guide by Adam Argyle on Codrops. The tutorial provides a hands-on approach to creating interactive animations linked to scroll events, using only CSS. It covers the essentials of using CSS scroll() and view() functions, offering insights into creating dynamic visual effects that respond to user scrolling. This tutorial is ideal for web developers and designers looking to enhance user experience with creative, scroll-activated animations in their projects.

  • Uncover the secrets of the CSS border-image property with this in-depth article on Smashing Magazine. Written by Temani Afif, a CSS expert, the article breaks down the complexities of border-image, making it accessible and fun to experiment with. From understanding its intricate syntax to applying it for creative designs, this tutorial is an excellent resource for web designers and developers eager to explore new ways to enhance their projects with unique CSS-driven visual effects. Whether you’re looking to add decorative borders or dynamic backgrounds, this guide provides practical examples and insights to master border-image in your web designs.

  • Learn how to incorporate custom easing functions into Web Animations API (WAAPI) animations with this comprehensive tutorial by Bramus on Bram.us. The article guides you through various methods of using JavaScript-defined easing functions with WAAPI, offering insights into the challenges and solutions. It covers techniques like precalculating keyframes, using the linear() function, and exploring future proposals like registering easing functions directly with the browser. This resource is invaluable for web developers looking to create more dynamic and engaging animations on their web pages.

  • Streamline your website’s favicon setup with Evil Martians’ guide, “How to Favicon in 2024: Six files that fit most needs”. This insightful article simplifies the favicon creation process to enhance your web project’s identity across various platforms. It breaks down the necessity into a manageable set of six essential files, covering everything from classic .ico formats to modern .svg and .png files, ensuring compatibility and reducing the overhead of dealing with numerous icons. A must-read for web developers aiming for efficiency and consistency in their digital branding.

  • Stephanie Eckles shares “12 Modern CSS One-Line Upgrades” on Modern CSS Solutions, a guide to enhancing your CSS with simple, yet powerful one-liner enhancements. This collection is perfect for developers looking to improve their web applications with minimal effort. The article categorizes upgrades into stable fixes, enhancements, and progressive improvements, ensuring your CSS is both efficient and forward-thinking.

  • Explore the basics of SEO with Google’s newly rewritten and shortened SEO Starter Guide, covering key strategies for improving site visibility in Google Search, including optimizing content and ensuring mobile-friendliness.

  • Delve into the importance of web accessibility with the W3C’s guide on Building the Business Case for Web Accessibility. This resource outlines the benefits, including enhanced brand reputation, broader market reach, and reduced legal risks, providing a strong argument for adopting accessible web practices.

Older Kurzschnitte II Editions

Recent Posts

Showing the Current Breakpoint for Bootstrap

Showing the Current Breakpoint for Bootstrap

The problem: I am refining the display of certain sections of my website and I need to know what exact break point is userd currently by Bootstrap. I am using the latest Bootstrap version. The solution: I created a shortcode or partial that I can use in my templates to display the current breakpoint.

Music to Program to, Part 8

Music to Program to, Part 8

“Flow State” by Above & Beyond is ideal for enhancing concentration and workflow. The album’s ambient compositions and neo-classical soundscapes create a serene and non-intrusive background, conducive to entering a state of deep focus, often referred to as the “flow state” in programming and other cognitive-intensive tasks.

Photo by Pantone

Pantone’s color of the year Peach Fuzz in CSS

During difficult times, Pantone has chosen Peach Fuzz as its color of the year 2024. Peach Fuzz promotes community, togetherness, and self-awareness. It conveys a message of compassion and empathy, reflecting our desire for simpler times with a contemporary touch.

Back to the Top without Javascript

Back to the Top without Javascript

In my lifelong quest to minimize the code required to display my view of the world (aka this website) I today realised, that I can get rid of all the Javascript to display my “Back to top” button. Just look at this commit.

Photo by Kelsy Gagnebin via Unsplash

Kurzschnitte II - Sophomore Edition

Welcome to Kurzschnitte II, a collection of links I came across in recent weeks. These links were noteworthy to me, but I don’t want to write a full blog post about them. Instead, I’ve gathered them here for you to enjoy.

Photo by Possessed Photography via Unsplash

Run Hugo server when VSCode opens a workspace

I recently realised that every time I opened a certain project, I was running the same sequence of actions and commands to start the Hugo server. This involved opening a terminal, navigating to the project folder, and executing npm run server.

Back to top
Back Forward