mirror of
https://github.com/osmoscraft/osmosfeed-template.git
synced 2026-03-11 14:44:24 +00:00
527 lines
No EOL
36 KiB
XML
527 lines
No EOL
36 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||
<id>urn:2021-09-16T00:42:45.501Z</id>
|
||
<title>osmos::feed</title>
|
||
<updated>2021-09-16T00:42:45.501Z</updated>
|
||
<generator>osmosfeed 1.11.0</generator>
|
||
<link rel="alternate" href="index.html"/>
|
||
<entry>
|
||
<title type="html"><![CDATA[2021 Scroll Survey Report]]></title>
|
||
<id>https://css-tricks.com/?p=351987</id>
|
||
<link href="https://web.dev/2021-scroll-survey-report/"/>
|
||
<updated>2021-09-15T22:39:08.000Z</updated>
|
||
<summary type="html"><![CDATA[Here’s a common thought and question: how do browsers prioritize what they work on? We get little glimpses of it sometimes. We’re told to “star issues” in bug trackers to signal interest. We’re told to get involved in GitHub threads …
|
||
The post 2021 Scroll Survey Report appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Chris Coyier</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Web Page Text Editor – How to Open HTML Code in Mac TextEdit]]></title>
|
||
<id>613f3c9f852f4307d372c7d8</id>
|
||
<link href="https://www.freecodecamp.org/news/web-page-text-editor-how-to-open-html-code-in-mac-textedit/"/>
|
||
<updated>2021-09-15T22:29:38.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, I will show how to create, open, and edit HTML files in TextEdit. What is TextEdit?TextEdit is a free word processor that comes preinstalled with your Mac computer. It has been around for over 25 years and it is an easy way to open and read]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[JavaScript Rest vs Spread Operator – What’s the Difference?]]></title>
|
||
<id>6141fe01852f4307d372e123</id>
|
||
<link href="https://www.freecodecamp.org/news/javascript-rest-vs-spread-operators/"/>
|
||
<updated>2021-09-15T22:27:26.000Z</updated>
|
||
<summary type="html"><![CDATA[JavaScript uses three dots (...) for both the rest and spread operators. But these two operators are not the same. The main difference between rest and spread is that the rest operator puts the rest of some specific user-supplied values into a JavaScript array. But the spread syntax expands iterables into]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[RNG Meaning – What does RNG Stand for in Gaming?]]></title>
|
||
<id>610662663306a507d1bfc14a</id>
|
||
<link href="https://www.freecodecamp.org/news/rng-meaning-what-does-rng-stand-for-in-gaming/"/>
|
||
<updated>2021-09-15T21:55:10.000Z</updated>
|
||
<summary type="html"><![CDATA[If everything is predictable in a game, that isn't much fun. RNGs, or Random Number Generators, are a way to introduce a touch of randomness and causality you need to spice it up. In this article, we'll learn how random number generators work. How an Analogic Random Number Generator WorksThe]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[What's the Diff? How Use Linux diff to Compare Files and Apply Changes with patch]]></title>
|
||
<id>6138552f581b610782a91fb0</id>
|
||
<link href="https://www.freecodecamp.org/news/compare-files-with-diff-in-linux/"/>
|
||
<updated>2021-09-15T21:01:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Imagine waking up one day to find out that your production systems are down because of a bug that has yet to be traced. One of your worst nightmares right? And you also discover that you need to compare code from two versions and the pressure is building to restore]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[kbar]]></title>
|
||
<id>https://css-tricks.com/?p=351868</id>
|
||
<link href="https://kbar.vercel.app/"/>
|
||
<updated>2021-09-15T18:51:36.000Z</updated>
|
||
<summary type="html"><![CDATA[It’s not every day that a new pattern emerges across the web, but I think cmd + k is here to stay. It’s a keyboard shortcut that usually pops open a search UI and it lets you toggle settings on …
|
||
The post kbar appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Robin Rendle</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Transparent Background – Image Opacity in CSS and HTML]]></title>
|
||
<id>6140ae19852f4307d372d73b</id>
|
||
<link href="https://www.freecodecamp.org/news/transparent-background-image-opacity-in-css-and-html/"/>
|
||
<updated>2021-09-15T17:05:14.000Z</updated>
|
||
<summary type="html"><![CDATA[Transparency plays an important role in front end development. It lets you choose how transparent the elements on your web pages appear. You can adjust transparency in several ways – because of course, in CSS, there are multiple ways to do the same thing. The CSS opacity property is the first]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How to Build a CSS Library with Vite.js]]></title>
|
||
<id>613cf859852f4307d372bcef</id>
|
||
<link href="https://www.freecodecamp.org/news/build-a-css-library-with-vitejs/"/>
|
||
<updated>2021-09-15T16:47:22.000Z</updated>
|
||
<summary type="html"><![CDATA[Building a CSS library might seem like something you'd do out of pure curiosity, just to learn and explore. But it can be so much more than that. I've seen custom-built CSS libraries used everywhere from big organisations to scrappy young startups. What is a CSS Library? You can think]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How to Learn JavaScript A Little Faster]]></title>
|
||
<id>613c6d6f852f4307d372b900</id>
|
||
<link href="https://www.freecodecamp.org/news/how-to-learn-javascript-a-little-faster/"/>
|
||
<updated>2021-09-15T15:57:42.000Z</updated>
|
||
<summary type="html"><![CDATA[When you're just starting to learn to code, it might feel like it's always a struggle. Your progress seems very slow and it's easy to be discouraged. In this article, I'll show you some tips and tricks that will help you to learn JavaScript more efficiently. Before we start, we]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[An Intro to JavaScript Proxy]]></title>
|
||
<id>https://css-tricks.com/?p=351767</id>
|
||
<link href="https://css-tricks.com/an-intro-to-javascript-proxy/"/>
|
||
<updated>2021-09-15T14:21:27.000Z</updated>
|
||
<summary type="html"><![CDATA[Have you ever been in a situation where you wish you could have some control over the values in an object or array? Maybe you wanted to prevent certain types of data or even validate the data before storing it …
|
||
The post An Intro to JavaScript Proxy appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Travis Almand</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Reducing The Need For Pseudo-Elements]]></title>
|
||
<id>https://smashingmagazine.com/2021/09/reducing-need-pseudo-elements/</id>
|
||
<link href="https://smashingmagazine.com/2021/09/reducing-need-pseudo-elements/"/>
|
||
<updated>2021-09-15T10:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[For years, pseudo-elements have faithfully helped front-end developers implement creative designs. While they still have an important place, we can now leave pseudo-elements behind in some scenarios, thanks to newer CSS properties.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Marcel Moreau)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[On the `dl`]]></title>
|
||
<id>https://css-tricks.com/?p=351518</id>
|
||
<link href="https://css-tricks.com/on-the-dl/"/>
|
||
<updated>2021-09-14T22:37:21.000Z</updated>
|
||
<summary type="html"><![CDATA[Blogging about HTML elements¹? *chefs kiss*
|
||
Here’s Ben Myers on the (aptly described) “underrated” Definition List (<dl>) element in HTML:
|
||
You might have also seen lists of name–value pairs to describe lodging amenities, or to list
|
||
…
|
||
The post On the `dl` appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Chris Coyier</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Python f-String Tutorial – String Formatting in Python Explained with Code Examples]]></title>
|
||
<id>613b1a82852f4307d372ae6b</id>
|
||
<link href="https://www.freecodecamp.org/news/python-f-strings-tutorial-how-to-use-f-strings-for-string-formatting/"/>
|
||
<updated>2021-09-14T19:21:11.000Z</updated>
|
||
<summary type="html"><![CDATA[When you're formatting strings in Python, you're probably used to using the format() method. But in Python 3.6 and later, you can use f-Strings instead. f-Strings, also called formatted string literals, have a more succinct syntax and can be super helpful in string formatting. In this tutorial, you'll learn]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[A Business Case for Open Source – Why You Should Contribute to the Open Source Community]]></title>
|
||
<id>612fa993d6679a07b7d402ab</id>
|
||
<link href="https://www.freecodecamp.org/news/a-business-case-for-open-source/"/>
|
||
<updated>2021-09-14T18:59:46.000Z</updated>
|
||
<summary type="html"><![CDATA[As an employed software developer today, there's a 96% chance that you're building company software using some sort of open-source technology. You might be using VSCode, a free open-source text editor primarily maintained by Microsoft, or React, a free and open-source front-end JavaScript library, among many other tools. Companies today]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How to Save a Google Doc as a PDF]]></title>
|
||
<id>61407a67852f4307d372d4a1</id>
|
||
<link href="https://www.freecodecamp.org/news/how-to-save-a-google-doc-as-a-pdf/"/>
|
||
<updated>2021-09-14T17:58:28.000Z</updated>
|
||
<summary type="html"><![CDATA[Google Docs is an essential productivity tool for digital work. This article will cover how to save a Google Doc as a PDF on the Desktop version of Google Docs. What Is Google Docs Used For? You can use Google Docs for many different tasks. For example, you can jot]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Building a Form in PHP Using DOMDocument]]></title>
|
||
<id>https://css-tricks.com/?p=351454</id>
|
||
<link href="https://css-tricks.com/building-a-form-in-php-using-domdocument/"/>
|
||
<updated>2021-09-14T14:36:24.000Z</updated>
|
||
<summary type="html"><![CDATA[Learn how to build an HTML form in PHP using DOMDocument — a structured and expressive way to build logical markup.
|
||
The post Building a Form in PHP Using DOMDocument appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Jonathan Land</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Jamstack Conf 2021]]></title>
|
||
<id>https://css-tricks.com/?p=351970</id>
|
||
<link href="https://jamstackconf.com/"/>
|
||
<updated>2021-09-14T14:32:16.000Z</updated>
|
||
<summary type="html"><![CDATA[(This is a sponsored post.)
|
||
What? Jamstack Conf! It’s the best! Learn what’s happening and what’s next for this hot ecosystem.
|
||
When? October 6–7, 2021
|
||
Where? Virtual / online.
|
||
How much? It’s free! There are workshops as well though, …
|
||
The post Jamstack Conf 2021 appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Chris Coyier</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[The Power Of Pen And Paper Sketching]]></title>
|
||
<id>https://smashingmagazine.com/2021/09/power-pen-paper-sketching/</id>
|
||
<link href="https://smashingmagazine.com/2021/09/power-pen-paper-sketching/"/>
|
||
<updated>2021-09-14T09:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[When designing for digital spaces, it’s natural to default to digital mockup tools, but doing so cuts out a world of possibilities. Analog drawing can unleash your imagination and allow you to focus on what’s most important at the start: the ideas.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Tracy Osborn)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Developers and Designers Work on a Single Source of Truth With UXPin]]></title>
|
||
<id>https://css-tricks.com/?p=350466</id>
|
||
<link href="https://css-tricks.com/developers-designers-uxpin/"/>
|
||
<updated>2021-09-13T19:21:00.000Z</updated>
|
||
<summary type="html"><![CDATA[(This is a sponsored post.)
|
||
There is a conversation that has been percolating for as long as I’ve been in the web design and development industry. It’s centered around the conflict between design tools and development tools. The final …
|
||
The post Developers and Designers Work on a Single Source of Truth With UXPin appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Chris Coyier</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Grainy Gradients]]></title>
|
||
<id>https://css-tricks.com/?p=351302</id>
|
||
<link href="https://css-tricks.com/grainy-gradients/"/>
|
||
<updated>2021-09-13T19:04:51.000Z</updated>
|
||
<summary type="html"><![CDATA[Browse through Dribbble or Behance, and you’ll find designers using a simple technique to add texture to an image: noise. Adding noise makes otherwise solid colors or smooth gradients, such as shadows, more realistic. But despite designers’ affinity for texture, …
|
||
The post Grainy Gradients appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Jimmy Chion</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Social Image Generator + Jetpack]]></title>
|
||
<id>https://css-tricks.com/?p=351726</id>
|
||
<link href="https://css-tricks.com/social-image-generator-jetpack/"/>
|
||
<updated>2021-09-13T14:20:13.000Z</updated>
|
||
<summary type="html"><![CDATA[I feel like my quest to make sure this site had pretty sweet (and automatically-generated) social media images (e.g. Open Graph) came to a close once I found Social Image Generator.
|
||
The trajectory there was that I ended up …
|
||
The post Social Image Generator + Jetpack appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Chris Coyier</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Orchestrating Complexity With Web Animations API]]></title>
|
||
<id>https://smashingmagazine.com/2021/09/orchestrating-complexity-web-animations-api/</id>
|
||
<link href="https://smashingmagazine.com/2021/09/orchestrating-complexity-web-animations-api/"/>
|
||
<updated>2021-09-13T09:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[There are way too many options in Web Animations API to pick them up that easily. Learning how timing works and how to control the playback of several animations at once makes for a solid foundation on which to base your projects on.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Kirill Myshkin)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[“Just in Time” CSS]]></title>
|
||
<id>https://css-tricks.com/?p=351562</id>
|
||
<link href="https://css-tricks.com/just-in-time-css/"/>
|
||
<updated>2021-09-10T20:32:51.000Z</updated>
|
||
<summary type="html"><![CDATA[I believe acss.io is the first usage of “Atomic CSS” where the point of it is to be a compiler. You write CSS like this:
|
||
<div class="C(#333) P(20px)"text
|
||
</div
|
||
And it will generate CSS like:
|
||
.C\(\#333\) {
|
||
color: #333;
|
||
|
||
…
|
||
The post “Just in Time” CSS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Chris Coyier</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Fun Times Styling Checkbox States]]></title>
|
||
<id>https://css-tricks.com/?p=351034</id>
|
||
<link href="https://css-tricks.com/fun-times-styling-checkbox-states/"/>
|
||
<updated>2021-09-10T14:53:24.000Z</updated>
|
||
<summary type="html"><![CDATA[We might leave a text input unstyled. We might leave a link unstyled. Even a button. But checkboxes… we don’t leave them alone. That’s why styling checkboxes never gets old.
|
||
Although designing checkboxes is not that complicated, we also don’t …
|
||
The post Fun Times Styling Checkbox States appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Preethi</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[EyeDropper API Dropped]]></title>
|
||
<id>https://css-tricks.com/?p=351697</id>
|
||
<link href="https://css-tricks.com/eyedropper-api-dropped/"/>
|
||
<updated>2021-09-10T14:47:11.000Z</updated>
|
||
<summary type="html"><![CDATA[I had no idea this was coming but it’s pretty neat! Chrome has shipped the EyeDropper API in v95 (Canary, as I write).
|
||
🎨 Loving the new `EyeDropper` Web API:
|
||
“`js
|
||
await new EyeDropper().open();
|
||
// Returns the picked color, e.g.,
|
||
…
|
||
The post EyeDropper API Dropped appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Chris Coyier</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Web Design Done Well: Excellent Editorial]]></title>
|
||
<id>https://smashingmagazine.com/2021/09/web-design-done-well-excellent-editorial/</id>
|
||
<link href="https://smashingmagazine.com/2021/09/web-design-done-well-excellent-editorial/"/>
|
||
<updated>2021-09-10T10:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[They say content is king, and they’re right. The web has unlocked untold possibilities for storytellers — provided the story is right, of course. Here are some of our favorite examples of editorial content thriving in the digital realm.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Frederick O’Brien)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Frameworks Helping Image Usage]]></title>
|
||
<id>https://css-tricks.com/?p=350644</id>
|
||
<link href="https://css-tricks.com/frameworks-helping-image-usage/"/>
|
||
<updated>2021-09-09T19:44:54.000Z</updated>
|
||
<summary type="html"><![CDATA[I recently blogged about how images are hard and it ended up being a big ol’ checklist of things that you could/should think about and implement when placing images on websites.
|
||
I think it’s encouraging to see frameworks — these …
|
||
The post Frameworks Helping Image Usage appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Chris Coyier</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Improve Largest Contentful Paint (LCP) on Your Website With Ease]]></title>
|
||
<id>https://css-tricks.com/?p=351259</id>
|
||
<link href="https://css-tricks.com/improve-largest-contentful-paint-lcp-on-your-website-with-ease/"/>
|
||
<updated>2021-09-09T19:43:03.000Z</updated>
|
||
<summary type="html"><![CDATA[(This is a sponsored post.)
|
||
Optimizing the user experience you offer on your website is essential for the success of any online business. Google does use different user experience-related metrics to rank web pages for SEO and has continued …
|
||
The post Improve Largest Contentful Paint (LCP) on Your Website With Ease appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>ImageKit</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Mars Theme: A Deep Look at Frontity’s Headless WordPress Theme]]></title>
|
||
<id>https://css-tricks.com/?p=350070</id>
|
||
<link href="https://css-tricks.com/mars-theme-a-deep-look-at-frontitys-headless-wordpress-theme/"/>
|
||
<updated>2021-09-09T14:31:18.000Z</updated>
|
||
<summary type="html"><![CDATA[Frontity is a framework for creating de-coupled (or "headless") WordPress sites. In this article, we dive into the process of spinning up such a site, with a detailed overview of the building blocks provided by Frontity and its flagship theme, Mars.
|
||
The post Mars Theme: A Deep Look at Frontity’s Headless WordPress Theme appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Ganesh Dahal</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Using SWR React Hooks With Next.js’ Incremental Static Regeneration (ISR)]]></title>
|
||
<id>https://smashingmagazine.com/2021/09/useswr-react-hook-library-incremental-static-regeneration-nextjs/</id>
|
||
<link href="https://smashingmagazine.com/2021/09/useswr-react-hook-library-incremental-static-regeneration-nextjs/"/>
|
||
<updated>2021-09-09T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[When paired with ISR and Next.js’ API routes, SWR can be used to create a responsive user experience. In this article, Sam Poder explains what SWR is, where to use it (and where not), and how to build a website by using Incremental Static Regeneration.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Sam Poder)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Developer Decisions For Building Flexible Components]]></title>
|
||
<id>https://smashingmagazine.com/2021/09/developer-decisions-building-flexible-components/</id>
|
||
<link href="https://smashingmagazine.com/2021/09/developer-decisions-building-flexible-components/"/>
|
||
<updated>2021-09-08T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, we’ll walk through the process of taking a seemingly simple design for a text-and-media component and deciding how best to translate it into code, keeping in mind the needs of both users and content authors.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Michelle Barker)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[New Smashing Online Workshops on Front-End & UX]]></title>
|
||
<id>https://smashingmagazine.com/2021/09/new-smashing-online-workshops-sep-2021/</id>
|
||
<link href="https://smashingmagazine.com/2021/09/new-smashing-online-workshops-sep-2021/"/>
|
||
<updated>2021-09-08T08:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[What’s the state of HTML Email, Vue.js and Next.js? What are new, smart interface design patterns we could use? Let’s figure it out. With our brand new online workshops on front-end & design. Now with **free workshops** for you to test the waters.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Iris Lješnjanin)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[What’s New With DevTools: Cross-Browser Edition]]></title>
|
||
<id>https://smashingmagazine.com/2021/09/devtools-cross-browser-edition/</id>
|
||
<link href="https://smashingmagazine.com/2021/09/devtools-cross-browser-edition/"/>
|
||
<updated>2021-09-07T10:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Learn what’s new with developer tools in Firefox, Edge, Chrome and Safari. Discover new and powerful features that will help you be more comfortable and productive when testing and debugging across browsers.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Patrick Brosset)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[HTTP/3: Practical Deployment Options (Part 3)]]></title>
|
||
<id>https://smashingmagazine.com/2021/09/http3-practical-deployment-options-part3/</id>
|
||
<link href="https://smashingmagazine.com/2021/09/http3-practical-deployment-options-part3/"/>
|
||
<updated>2021-09-06T11:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[After almost five years in development, the new HTTP/3 protocol is nearing its final form. Let’s take a close look at the challenges involved in deploying and testing HTTP/3, and how and if you should change your websites and resources as well.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Robin Marx)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Reducing Carbon Emissions On The Web]]></title>
|
||
<id>https://smashingmagazine.com/2021/09/reducing-carbon-emissions-on-web/</id>
|
||
<link href="https://smashingmagazine.com/2021/09/reducing-carbon-emissions-on-web/"/>
|
||
<updated>2021-09-03T11:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Websites, unfortunately, aren’t as environmentally friendly as we might like them to be. This article contains some thoughts and experiences from trying to clean them up.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Berwyn Powell)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Interactive Learning Tools For Front-End Developers]]></title>
|
||
<id>https://smashingmagazine.com/2021/09/interactive-learning-tools-front-end-developers/</id>
|
||
<link href="https://smashingmagazine.com/2021/09/interactive-learning-tools-front-end-developers/"/>
|
||
<updated>2021-09-02T12:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Interactive coding tools to help you learn CSS, JavaScript, SQL, React, Vim, regular expressions and Jamstack.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Louis Lazaris)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[A Deep Dive Into The Wonderful World Of SVG Displacement Filtering]]></title>
|
||
<id>https://smashingmagazine.com/2021/09/deep-dive-wonderful-world-svg-displacement-filtering/</id>
|
||
<link href="https://smashingmagazine.com/2021/09/deep-dive-wonderful-world-svg-displacement-filtering/"/>
|
||
<updated>2021-09-01T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[What exactly is a displacement filter? In this article, Dirk Weber explains the SVG `feDisplacementMap` filter primitive with a good number of examples to demonstrate the concept of animated displacement maps.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Dirk Weber)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[State Management In Next.js]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/state-management-nextjs/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/state-management-nextjs/"/>
|
||
<updated>2021-08-31T14:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[By combining some React APIs, we can accurately manage “simple” states. With Next.js though, we can quickly find situations where we need to accommodate many other requirements. Let’s have a look at some patterns to accomplish all that.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Átila Fassina)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Stories Of September (2021 Desktop Wallpapers Edition)]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/desktop-wallpaper-calendars-september-2021/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/desktop-wallpaper-calendars-september-2021/"/>
|
||
<updated>2021-08-31T08:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[New month, new wallpapers! In this post, you’ll find inspiring wallpaper designs for September 2021. They were created with love by artists and designers from across the globe and are available with and without a calendar. Enjoy!]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Cosima Mielke)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Refactoring CSS: Optimizing Size And Performance (Part 3)]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/refactoring-css-optimizing-size-performance-part3/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/refactoring-css-optimizing-size-performance-part3/"/>
|
||
<updated>2021-08-30T10:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[There are many CSS optimization techniques to tackle potential file size and performance issues. Let’s take a look at some of them. After all, if deploying the refactored codebase causes loading or performance issues, it will result in less traffic and revenue, which might leave the management and project managers dissatisfied.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Adrian Bece)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Compound Components In React]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/compound-components-react/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/compound-components-react/"/>
|
||
<updated>2021-08-27T13:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Compound components help developers build more expressive and flexible APIs to share state and logic within components. This tutorial explains how this can be achieved with the help of using the Context API and React to build components by using this advanced pattern.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Ichoku Chinonso)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Pushing Back Against Privacy Infringement On The Web]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/against-privacy-infringement-web/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/against-privacy-infringement-web/"/>
|
||
<updated>2021-08-26T08:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[The Web is still wrestling with issues we take for granted offline, privacy chief among them. These are steps The New York Times took to protect users’ data, and how you can too.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Robin Berjon)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Creating A Public/Private Multi-Monorepo For PHP Projects]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/public-private-multi-monorepo-php-projects/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/public-private-multi-monorepo-php-projects/"/>
|
||
<updated>2021-08-25T07:10:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, Leonardo explains how to use a "multi-monorepo" approach for making the development experience faster, yet keeping your PHP packages private. This solution can be especially beneficial for PRO plugin creators.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Leonardo Losoviz)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How To Automate Documentation Workflow For Developers]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/automate-documentation-workflow-for-developers/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/automate-documentation-workflow-for-developers/"/>
|
||
<updated>2021-08-24T13:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, you’ll learn how to save hours of tedious work of writing, updating, and correcting technical documentation. In this article, you will learn how to automate your documentation workflow with Vale and GitHub Actions.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Portia Burton)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[HTTP/3: Performance Improvements (Part 2)]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/http3-performance-improvements-part2/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/http3-performance-improvements-part2/"/>
|
||
<updated>2021-08-23T06:20:00.000Z</updated>
|
||
<summary type="html"><![CDATA[After almost five years in development, the new HTTP/3 protocol is nearing its final form. Let’s take a close look at the performance improvements of HTTP/3, congestion control, head-of-line-blocking, and 0-RTT connection set-up.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Robin Marx)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Jamstack CMS: The Past, The Present and The Future]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/history-future-jamstack-cms/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/history-future-jamstack-cms/"/>
|
||
<updated>2021-08-20T08:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[The story of Jamstack CMSs goes all the way back to the 90s. In this article, we take a trip down memory lane to see how we got to the modern Jamstack CMSs we have today, and where they’re heading in the next decade.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Mike Neumegen)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How To Build An Ethical User Research Practice At Any Organization]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/ethical-user-research-practice/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/ethical-user-research-practice/"/>
|
||
<updated>2021-08-19T10:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Through a simple step-by-step approach, you can build an ethical practice within your organization that will ensure you’re respecting the dignity and welfare of your research participants.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Devin Harold)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Creating An Interactive Gantt Chart Component With Vanilla JavaScript]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/interactive-gantt-chart-component-vanilla-javascript/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/interactive-gantt-chart-component-vanilla-javascript/"/>
|
||
<updated>2021-08-18T08:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, we will code a Gantt chart as a reusable Web component. We will focus on the architecture of the component, rendering the calendar with CSS Grid and managing the state of the draggable tasks with JavaScript Proxy Objects.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Anna Prenzel)</name>
|
||
</author>
|
||
</entry>
|
||
</feed> |