osmosfeed-template/index.html
2021-11-14 00:43:25 +00:00

922 lines
No EOL
58 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<title>osmos::feed</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="alternate" type="application/rss+xml" title="osmos::feed" href="feed.atom" />
<link href="index.css" rel="stylesheet" />
<!-- %before-head-end.html% -->
</head>
<body>
<!-- %after-body-begin.html% -->
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-11-12">2021-11-12</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://css-tricks.com">CSS-Tricks</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Other Looks at the Conditional Border Radius Trick</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/other-looks-at-the-conditional-border-radius-trick/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>Remember when Ahmad Shadeed wrote about that border-radius “toggle” he found in Facebooks CSS? It was interesting! I covered it. A few weeks after that surge of linkage, a couple of articles came out digging into it a little deeper. …
The post Other Looks at the Conditional Border Radius Trick appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Interactive Rebase: Clean up your Commit History</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/interactive-rebase-clean-up-your-commit-history/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>Interactive Rebase is the Swiss Army knife of Git commands: lots of use cases and lots of possibilities! It&#x27;s really a great addition to any developer&#x27;s tool chain, because it lets you revise your local commit history—before you share your work with the rest of the team. Let&#x27;s see what you can do with an interactive rebase and then look at some practical examples.
The post Interactive Rebase: Clean up your Commit History appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.freecodecamp.org/news">freeCodeCamp.org</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Write Good Commit Messages with Commitlint</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-use-commitlint-to-write-good-commit-messages/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>We are often in a hurry to commit our changes in Git and so we write something random in our commit messages. In fact, I have seen people putting the date and time or even something like commit 1, commit 2 in their messages. This is not a good practice,</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Why Does my WiFi Keep Disconnecting? [Solved on Windows 10 PC]</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/why-does-my-wifi-keep-disconnecting-solved-on-windows-10-pc/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>When you&#x27;re using your Windows machine, your WiFi might unexpectedly disconnect. This might be caused by various problems such as an outdated network adapter driver, outdated router software, and optimized power management in Windows 10. If your WiFi keeps disconnecting and you&#x27;re looking for a solution, you&#x27;ve come to the</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Useful React Hooks That You Can Use In Your Projects</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/11/useful-react-hooks/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(34 min)</span>
<span>The React team introduced several hooks in React 16.8 which you can use from third-party providers in your application, or even create your own custom hook. In this tutorial, well take a look at some of the most useful hooks in React and how to use them.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-11-11">2021-11-11</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://css-tricks.com">CSS-Tricks</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Semantic menu context</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/semantic-menu-context/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>Scott digs into the history of the element. He traced it as far back as HTML 2 (!) in a 1994 changelog. The vibe then, it seems, was to mark up a list. I would suspect the intention …
The post Semantic menu context appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Easy Dark Mode (and Multiple Color Themes!) in React</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/easy-dark-mode-and-multiple-color-themes-in-react/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(9 min)</span>
<span>I was working on a large React application for a startup, and aside from just wanting some good strategies to keep our styles organized, I wanted to give this whole “dark mode” thing a shot. With the huge ecosystem around …
The post Easy Dark Mode (and Multiple Color Themes!) in React appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Quickly Get Alerted to Front-End Errors and Performance Issues</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/quickly-get-alerted-to-front-end-errors-and-performance-issues/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>(This is a sponsored post.)
Measuring things is great. They say what you only fix what you measure. Raygun is great at measuring websites. Measuring performance, measuring errors and crashes, measuring code problems.
You know whats even better than …
The post Quickly Get Alerted to Front-End Errors and Performance Issues appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.freecodecamp.org/news">freeCodeCamp.org</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Set Up Laravel 8 on Your Android Phone</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-setup-laravel-8-on-android-phone/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Hey, how are you doing? In this article, I&#x27;m going to show you how you can install Laravel 8 on your phone. To get the most out of this guide, you should have some knowledge of PHP and you should know what Laravel is. But if you don&#x27;t, don&#x27;t worry</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">What is Hoisting in JavaScript?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/what-is-hoisting-in-javascript/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>In JavaScript, hoisting allows you to use functions and variables before they&#x27;re declared. In this post, we&#x27;ll learn what hoisting is and how it works. What is hoisting?Take a look at the code below and guess what happens when it runs: console.log(foo); var foo &#x3D; &#x27;foo&#x27;; It might</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Dockerize a Flask Application</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-dockerize-a-flask-app/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>These days, developers need to develop, ship, and run applications quicker than ever. And fortunately, there&#x27;s a tool that helps you do that  Docker. With Docker, you can now easily ship, test, and deploy your code quickly while maintaining full control over your infrastructure. It significantly reduces how long it</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">From Good To Great In Dashboard Design: Research, Decluttering And Data Viz</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/11/dashboard-design-research-decluttering-data-viz/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(14 min)</span>
<span>Dribbbleshots just might be the hotbed of questionable dashboards. Striking visuals, little context, and no research: all recipes for mediocrity. Mediocrity wont do. Well pursue greatness. And in that pursuit, well cover research, decluttering, and data visualization.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-11-10">2021-11-10</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://css-tricks.com">CSS-Tricks</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Dont Snore on CORS</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/dont-snore-on-cors/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>Whatever, I just needed a title. Everyones favorite web security feature has crossed my desk a bunch of times lately and I always feel like that is a sign I should write something because thats what blogging is.
The main …
The post Dont Snore on CORS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Quick and Dirty Bootstrap Overrides at Runtime</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/quick-and-dirty-bootstrap-overrides-at-runtime/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span>Oh, Bootstrap, that old standard web library that either you hate or you spend all your time defending as “its fine, its not that bad.” Regardless of what side you fall on, its a powerful UI framework thats everywhere, …
The post Quick and Dirty Bootstrap Overrides at Runtime appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">cleanup.pictures</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/cleanup-pictures/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(1 min)</span>
<span>Nice domain, eh? Does just what it says on the tin: cleans up pictures. You draw over areas of the image you want cleaned up, and it does its best using weird science. Its like Photoshops Spot Healing Brush…
The post cleanup.pictures appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.freecodecamp.org/news">freeCodeCamp.org</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">What is a PC? Computer Definition and Computer Basics for Beginners</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/what-is-a-pc-computer-definition-and-computer-basics-for-beginners/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span>Computers have revolutionized our lives. They help us get repetitive tasks done quickly and accurately. And they are tireless and do not fear complexity. Computers are able to process data and perform operations at a rate of millions per second. They can get a task done much faster compared to</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">No Audio Output Device is Installed [Fixed on Windows 10 PC]</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/no-audio-output-device-is-installed-fixed-on-windows-10-pc/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>If you use Windows 10, you might have encountered the error &quot;no audio output device is installed&quot;. This error can be caused by a corrupt driver, overdue updates, or improper connection. In this article, I will show you 2 ways you can fix the &quot;no audio output</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Python Reverse String String Reversal in Python Explained with Examples</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/python-reverse-string-string-reversal-in-python-explained-with-code-examples/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>When you&#x27;re working with Python strings, there are times when you&#x27;ll have to reverse them, and work with their reversed copies instead. But since Python strings are immutable, you cannot modify or reverse them in place. In Python, there are a few different ways you can do this. And this</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Array vs Object Destructuring in JavaScript Whats the Difference?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/array-vs-object-destructuring-in-javascript/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span>The destructuring assignment in JavaScript provides a neat and DRY way to extract values from your arrays and objects. This article aims to show you exactly how array and object destructuring assignments work in JavaScript. So, without any further ado, lets get started with array destructuring. What Is Array</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">React Authentication Tutorial How to Set Up Auth with Firebase V9 and React Router V6</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/react-firebase-authentication-and-crud-operations/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span>Hey everyone, in this tutorial we&#x27;ll use React with Firebase V9 to setup authentication for an application. We will create Firebase functions for Login and Register, we will add toast messages for errors, and we will add private routes using session-based authentication. It&#x27;s going to be fun. We will use</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-11-09">2021-11-09</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://css-tricks.com">CSS-Tricks</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Detecting Specific Text Input with HTML and CSS</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/detecting-specific-text-input-with-html-and-css/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>Louis Lazaris breaks down some bonafide CSS trickery from Jane. The Pen shows off interactivity where:
You have to press a special combination of keys on a keyboard.
Then type a secret password.
From there, a special message pops …
The post Detecting Specific Text Input with HTML and CSS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">VideoPress for WordPress</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/videopress-for-wordpress/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>(This is a sponsored post.)
The leade here is that VideoPress makes video on WordPress way better. VideoPress is a part of Jetpack. And now, if VideoPress is the only thing you care about from the Jetpack world, you …
The post VideoPress for WordPress appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">React Suspense: Lessons Learned While Loading Data</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/react-suspense-lessons-learned-while-loading-data/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>Suspense is Reacts forthcoming feature that helps coordinate asynchronous actions—like data loading—allowing you to easily prevent inconsistent state in your UI. Ill provide a better explanation of what exactly that means, along with a quick introduction of Suspense, and then …
The post React Suspense: Lessons Learned While Loading Data appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Localizing Your Next.js App</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/11/localizing-your-nextjs-app/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>Internationalized routing is not exactly a new feature on Next.js. In this article, we are not only checking what we get from this feature, but also how to leverage such functionalities to achieve the best user experience and a smooth developer experience as well.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Automatically Transforming And Optimizing Images And Videos On Your WordPress Website</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/11/transforming-optimizing-images-videos-wordpress-website/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>In this article, Leonardo Losoviz explains how Cloudinarys integration can be used with WordPress to produce and deliver optimal digital experiences.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-11-08">2021-11-08</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://css-tricks.com">CSS-Tricks</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">CSS Grid Can Do Auto Height Transitions</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/css-grid-can-do-auto-height-transitions/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>Bonafide CSS trick alert! Nelson Menezes figured out a new way (that only works in Firefox for now) that is awfully clever.
Perhaps you know that CSS cannot animate to auto dimensions, which is super unfortunate. Animating from …
The post CSS Grid Can Do Auto Height Transitions appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Icon Glassmorphism Effect in CSS</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/icon-glassmorphism-effect-in-css/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(27 min)</span>
<span>I recently came across a cool effect known as glassmorphism in a Dribble shot. My first thought was I could quickly recreate it in a few minutes if I just use some emojis for the icons without wasting time …
The post Icon Glassmorphism Effect in CSS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Does the Next Generation of Static Site Generators Make Building Sites Better?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/does-the-next-generation-of-static-site-generators-make-building-sites-better/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>Just ran across îles, a new static site generator mostly centered around Vue. The world has no particular shortage of static site generators, but its interesting to see what this “next generation” of SSGs seem to focus on or …
The post Does the Next Generation of Static Site Generators Make Building Sites Better? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Meet Hydrogen: A React Framework For Dynamic, Contextual And Personalized E-Commerce</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/11/hydrogen-react-framework-dynamic-contextual-personalized-ecommerce/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>A great commerce experience is not a Lighthouse score or a set of Core Web Vitals figures (although both are important inputs), but its also a trilemma that carefully balances competing needs of delivering a great customer experience, dynamic storefront capabilities and long-term business objectives.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-11-05">2021-11-05</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://css-tricks.com">CSS-Tricks</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Favicons: How to Make Sure Browsers Only Download the SVG Version</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/favicons-how-to-make-sure-browsers-only-download-the-svg-version/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>Šime Vidas DMd me the other day about this thread from subzey on Twitter. My HTML for favicons was like this:
&lt;!-- Warning! Typo! --&lt;link rel&#x3D;&quot;icon&quot; href&#x3D;&quot;/favicon.ico&quot; size&#x3D;&quot;any&quot;&lt;link rel&#x3D;&quot;icon&quot; href&#x3D;&quot;/favicon.svg&quot; type&#x3D;&quot;image/svg+xml&quot;
The attribute size is a typo there, …
The post Favicons: How to Make Sure Browsers Only Download the SVG Version appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">The Value Of Concept Testing As Part Of Product Design</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/11/concept-testing-part-of-product-design/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(21 min)</span>
<span>Concept testing ideas before moving into a detailed design is good UX practice. In this article, Victor Yocco presents details on how and when to engage in concept testing, as well as case studies providing details on the insights gained in two very different settings.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-11-04">2021-11-04</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Smashing Podcast Episode 43 With Matthew Phillips: What Is Astro?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/11/smashing-podcast-episode-43/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(19 min)</span>
<span>In this episode, were talking about Astro. Will this modern static site builder launch you into the stratosphere? Drew McLellan talks to developer Matthew Phillips to find out.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">GraphQL On The Front-End (React And Apollo)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/11/graphql-frontend-react-apollo/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span>Within the last decade, technologies like GraphQL have changed how we build web apps and how they communicate with each other. GraphQL provides certain benefits over REST APIs — lets find out what they are.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-11-03">2021-11-03</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">A Deep Dive Into Serverless UI With TypeScript</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/11/deep-dive-into-serverless-ui-typescript/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(12 min)</span>
<span>Serverless UI is simply a free, open-source command-line utility for quickly building and deploying serverless applications on the AWS platform. In this article, we will learn and cover everything needed on using Serverless UI to deploy our projects or serverless applications to cloud services providers.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-11-02">2021-11-02</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Creating A Magento PWA: Customizing Themes vs. Coding From Scratch</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/11/magento-pwa-customizing-themes-coding/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(20 min)</span>
<span>This article sheds the spotlight on Magento PWAs and explains why business owners are getting them (often instead of native applications). Alex Husar introduces ways of how progressive web applications can be developed on Magento, as well as go over the major pros and cons of each development path.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-31">2021-10-31</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">A Splash Of Color For Misty Days (November 2021 Desktop Wallpapers Edition)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/desktop-wallpaper-calendars-november-2021/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>November is just around the corner, and with it, a new collection of desktop wallpapers to celebrate the beginning of the month. Designed by creatives from all across the globe, they come in versions with and without a calendar. Lets make November colorful!</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-29">2021-10-29</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">50 Resources And Tools To Turbocharge Your Copywriting Skills</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/resources-tools-turbocharge-copywriting-skills/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>Stop wasting time and effort writing copy that falls flat. Raise your copywriting game and boost your powers of persuasion with these rich and informative online resources.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-28">2021-10-28</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">How To Build An Amazon Product Scraper With Node.js</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/building-amazon-product-scraper-nodejs/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span>The wealth of data that Amazon holds can make a huge difference when youre designing a product or hunting for a bargain. But, how can a developer get that data? Simple, by using a web scraper. Heres how to build your data extraction bot with Node.js.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-27">2021-10-27</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Eye-Tracking In Mobile UX Research</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/eye-tracking-mobile-ux-research/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(12 min)</span>
<span>Thanks to technology, eye-tracking has become more accessible to UX research as it allows researchers to get insights about users visual attention. This article explores the latest trends in the eye-tracking market and how the methodology can be included in the UX researchers toolbox.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-26">2021-10-26</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Optimizing Next.js Applications With Nx</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/optimizing-nextjs-applications-nx/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>Nx is a build framework that facilitates optimization, efficient scaling of applications, and other features such as shared libraries and components. In this article, we will be looking at how we can effectively scale Next.js applications by using Nx.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-25">2021-10-25</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">A Deep Dive Into object-fit And background-size In CSS</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/object-fit-background-size-css/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span>In this article, we will go through how &#x60;object-fit&#x60; and &#x60;background-size&#x60; work, when we can use them, and why, along with some practical use cases and recommendations. Lets dive in.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-23">2021-10-23</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">An Introduction To Quasar Framework: Building Cross-Platform Applications</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/introduction-quasar-framework-cross-platform-applications/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(16 min)</span>
<span>Quasar is an open-source Vue.js-based cross-platform framework that allows you, as a developer, to easily build apps for both desktop and mobile using technologies such as Cordova and Electron and writing your code once. The app well build will store and get its data from Firebase, meaning that we will also be seeing how to use Firebase in Quasar.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-22">2021-10-22</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">How To Build A Real-Time Multi-User Game From Scratch</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/real-time-multi-user-game/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(15 min)</span>
<span>This article highlights the process, technical decisions and lessons learned behind building the real-time game Autowuzzler. Learn how to share game state across multiple clients in real-time with Colyseus, do physics calculations with Matter.js, store data in Supabase.io and build the front-end with SvelteKit.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-21">2021-10-21</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Respecting Users Motion Preferences</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/respecting-users-motion-preferences/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>The &#x60;prefers-reduced-motion&#x60; media query has excellent support in all modern browsers going back a couple of years. In this article, Michelle Barker explains why theres no reason not to use it today to make your sites more accessible.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-20">2021-10-20</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Building The SSG Ive Always Wanted: An 11ty, Vite And JAM Sandwich</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/building-ssg-11ty-vite-jam-sandwich/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(17 min)</span>
<span>Back in January 2020, Ben Holmes set out to do what just about every web developer does each year: rebuild his personal site. In this article, he shares his story of how he set out to build his own build pipeline from absolute ground zero and created “Slinkity”.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-19">2021-10-19</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Building An API With Gatsby Functions</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/building-api-gatsby-functions/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>In this tutorial, Paul Scanlon explains how to build an API by using Gatsby Functions and what you need to keep in mind when deploying it to Gatsby Cloud.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Smashing Podcast Episode 42 With Jeff Smith: What Is DevOps?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/smashing-podcast-episode-42/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(30 min)</span>
<span>In this episode, were talking about DevOps. What is it, and is it a string to add to your web development bow? Drew McLellan talks to expert Jeff Smith to find out.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-18">2021-10-18</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Solving CLS Issues In A Next.js-Powered E-Commerce Website (Case Study)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/nextjs-ecommerce-cls-case-study/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span>Cumulative Layout Shift is one of the hardest core web vital to debug. In this article, we go through different tools to investigate CLS, when to use them(and when not), and solutions to some of the CLS issues we faced in our Next.js-based e-commerce website.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-16">2021-10-16</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://github.com/osmoscraft/osmosfeed/releases">Release notes from osmosfeed</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">v1.11.3</summary>
<a class="article-summary-link article-summary-box-outer" href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.3">
<div class="article-summary-box-inner">
<span class="article-reading-time">(1 min)</span>
<span>Fixed: broken links in documentation
Chore: Dependency updates
Thank you: @hirdot</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">A Simple But Effective Mental Health Routine For Programmers</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/effective-mental-health-routine-programmers/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(9 min)</span>
<span>In this article, well look at why taking care of our work-life balance is important, how to develop a simple and effective mental health routine, and the most common and efficient techniques you can use to make your custom routine.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-15">2021-10-15</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Tips And Tricks For Evaluating UX/UI Designers</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/tips-tricks-evaluating-ux-ui-designers/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(13 min)</span>
<span>Customers may start using your app because you offer a unique product, but user experience is what makes them stay. For that, you need excellent UX designers, and the know-how to spot them when hiring.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<footer>
<time id="build-timestamp" datetime="2021-11-14T00:43:25.183Z">2021-11-14T00:43:25.183Z</time>
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.11.3</a></span>
</footer>
<script src="index.js"></script>
<!-- %before-body-end.html% -->
</body>
</html>