mirror of
https://github.com/osmoscraft/osmosfeed-template.git
synced 2026-03-11 14:44:24 +00:00
581 lines
No EOL
42 KiB
XML
581 lines
No EOL
42 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||
<id>urn:2021-07-21T00:40:45.665Z</id>
|
||
<title>osmos::feed</title>
|
||
<updated>2021-07-21T00:40:45.665Z</updated>
|
||
<generator>osmosfeed 1.11.0</generator>
|
||
<link rel="alternate" href="index.html"/>
|
||
<entry>
|
||
<title type="html"><![CDATA[The Nine States of Design]]></title>
|
||
<id>https://css-tricks.com/?p=345062</id>
|
||
<link href="https://medium.com/swlh/the-nine-states-of-design-5bfe9b3d6d85"/>
|
||
<updated>2021-07-20T23:34:53.000Z</updated>
|
||
<summary type="html"><![CDATA[Here’s a really good ol’ post from way back in 2015 all about the nine states of design and how we should think all the edge cases whenever we’re building interfaces. Vince Speelman writes:
|
||
Modern UI teams are designing components
|
||
…
|
||
The post The Nine States of Design 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[HTML Underline Text – How to Use the <u> Tag with Example Code]]></title>
|
||
<id>605301d528094f59be257c67</id>
|
||
<link href="https://www.freecodecamp.org/news/html-underline-text-how-to-use-the-u-tag-with-example-code/"/>
|
||
<updated>2021-07-20T22:48:13.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, we are going to learn about the <u> tag and when it is appropriate to use it in HTML 5. In older versions of HTML, you'd use this tag as a way to underline text. We are going to learn about the new HTML 5]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Programming VS Coding VS Development – What's the Difference?]]></title>
|
||
<id>60f2dbac66c61b07d458e5c9</id>
|
||
<link href="https://www.freecodecamp.org/news/programming-coding-developement-whats-the-difference/"/>
|
||
<updated>2021-07-20T20:04:12.000Z</updated>
|
||
<summary type="html"><![CDATA[In my very early days as a budding web developer, I made a fairly common mistake. On Facebook, I sent a friend request to a senior software engineer (I wasn't aware of his position at the time) and started a chat with him thereafter. Done with greetings and pleasantries, I]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Your Image Is Probably Not Decorative]]></title>
|
||
<id>https://css-tricks.com/?p=344944</id>
|
||
<link href="https://www.smashingmagazine.com/2021/06/img-alt-attribute-alternate-description-decorative/"/>
|
||
<updated>2021-07-20T20:02:06.000Z</updated>
|
||
<summary type="html"><![CDATA[Eric doesn’t mince words, especially in the title, but also in the conclusion:
|
||
In modern web design and development, displaying an image is a highly intentional act. Alternate descriptions allow us to explain the content of the image, and in
|
||
…
|
||
The post Your Image Is Probably Not Decorative 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[How to Scale a System With Process Splitting and Redis]]></title>
|
||
<id>60ed44c866c61b07d458d023</id>
|
||
<link href="https://www.freecodecamp.org/news/scale-system-split-processes/"/>
|
||
<updated>2021-07-20T19:26:45.000Z</updated>
|
||
<summary type="html"><![CDATA[Have you ever gotten into trouble trying to handle a single process that's really huge or heavy? If so, I can help you figure out how to better manage it. In this article I will be sharing how I'm currently managing a single message that is too big to be]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[CSS Properties – Max-width, Min-width, Max-height, and Min-height Explained with Examples]]></title>
|
||
<id>60e009e527f80207bcdbd00a</id>
|
||
<link href="https://www.freecodecamp.org/news/css-properties-examples/"/>
|
||
<updated>2021-07-20T17:09:20.000Z</updated>
|
||
<summary type="html"><![CDATA[If you're building a website, making it responsive is one of the most important things you'll do. It can be difficult to create websites that look good across a variety of screen sizes. You'll have to handle rendering an element's width or height, and specifying varied width sizes using media]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Typewriter Animation That Handles Anything You Throw at It]]></title>
|
||
<id>https://css-tricks.com/?p=344497</id>
|
||
<link href="https://css-tricks.com/typewriter-animation-that-handles-anything-you-throw-at-it/"/>
|
||
<updated>2021-07-20T15:03:40.000Z</updated>
|
||
<summary type="html"><![CDATA[I watched Kevin Powell’s video where he was able to recreate a nice typewriter-like animation using CSS. It’s neat and you should definitely check it out because there are bonafide CSS tricks in there. I’m sure you’ve seen other CSS …
|
||
The post Typewriter Animation That Handles Anything You Throw at It appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Murtuzaali Surti</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Learn to Use the MySQL Database]]></title>
|
||
<id>60f1d20a66c61b07d458e4a3</id>
|
||
<link href="https://www.freecodecamp.org/news/learn-to-use-the-mysql-database/"/>
|
||
<updated>2021-07-20T13:18:33.000Z</updated>
|
||
<summary type="html"><![CDATA[MySql is one of the most popular databases. We just published a MySQL Database course on the freeCodeCamp.org YouTube channel. Bharath Ram Manoharan from Execute on Command created this course. He is a senior database engineer and great teacher. This course starts with SQL basics. Then it also goes]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How To Migrate From WordPress To A Headless CMS]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/wordpress-headless-cms-storyblok/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/wordpress-headless-cms-storyblok/"/>
|
||
<updated>2021-07-20T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, we will look at when it makes sense to migrate from a monolithic project to a headless setup and the benefits that come with it. In addition to a step-by-step guide on how to migrate WordPress to Storyblok Headless CMS, the problems that will arise during the process and how to deal with them.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Alba Silvente)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How to Install Xcode Command Line Tools on a Mac]]></title>
|
||
<id>60f3e5ca66c61b07d458eb2d</id>
|
||
<link href="https://www.freecodecamp.org/news/install-xcode-command-line-tools/"/>
|
||
<updated>2021-07-19T22:25:44.000Z</updated>
|
||
<summary type="html"><![CDATA[Developers need to install Xcode Command Line Tools before they can develop software on a Mac. This article shows three ways to install Xcode Command Line Tools, including the newest approach using Homebrew.]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Images are hard.]]></title>
|
||
<id>https://css-tricks.com/?p=344404</id>
|
||
<link href="https://css-tricks.com/images-are-hard/"/>
|
||
<updated>2021-07-19T20:51:07.000Z</updated>
|
||
<summary type="html"><![CDATA[Putting images on websites is incredibly simple, yes? Actually, yes, it is. You use <img and link it to a valid source in the src attribute and you’re done. Except that there are (counts fingers) 927 things you could (and …
|
||
The post Images are hard. 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[RGB Color – HTML and CSS Guide]]></title>
|
||
<id>60f53af066c61b07d458ed0a</id>
|
||
<link href="https://www.freecodecamp.org/news/rgb-color-html-and-css-guide/"/>
|
||
<updated>2021-07-19T19:00:35.000Z</updated>
|
||
<summary type="html"><![CDATA[Choosing the right color for your web design project is a serious endeavour. A color scheme can often make or break a site's overall appearance. Different colors create a different feel for your designs. The right choice of colors can make your designs and creations look clean, aesthetically pleasing, and]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[What is Cloud Native? The Cloud Computing Delivery Model Explained]]></title>
|
||
<id>60f2829d66c61b07d458e58f</id>
|
||
<link href="https://www.freecodecamp.org/news/get-started-with-cloud-native/"/>
|
||
<updated>2021-07-19T18:12:13.000Z</updated>
|
||
<summary type="html"><![CDATA[Whenever I heard of the term “Cloud native”, my thoughts would usually go to Kubernetes. I used to think “Cloud native” was a phrase used for describing just Kubernetes. But as I delved more into it, I realized my assumption was wrong. Cloud native isn't just about Kubernetes – it is]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How to Scrape Websites with Node.js and Cheerio]]></title>
|
||
<id>60ec528ce8ee9b08300edb9e</id>
|
||
<link href="https://www.freecodecamp.org/news/how-to-scrape-websites-with-node-js-and-cheerio/"/>
|
||
<updated>2021-07-19T16:50:30.000Z</updated>
|
||
<summary type="html"><![CDATA[There might be times when a website has data you want to analyze but the site doesn't expose an API for accessing those data. To get the data, you'll have to resort to web scraping. In this article, I'll go over how to scrape websites with Node.js and Cheerio.]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How to Calculate Percent Change in Excel – Find Increase and Decrease Percentage]]></title>
|
||
<id>60e7d016134ad707be00f47c</id>
|
||
<link href="https://www.freecodecamp.org/news/how-to-calculate-percent-change-in-excel-find-increase-and-decrease-percentage/"/>
|
||
<updated>2021-07-19T15:25:39.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, you'll learn how to use Excel to calculate percentage change, and also how to find the increase and decrease in percentage values. Let's get into it. How to Calculate Percentage Change in Excel To calculate percentage change in Excel, you'll need to use a formula. For example,]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Practical Use Cases for Scroll-Linked Animations in CSS with Scroll Timelines]]></title>
|
||
<id>https://css-tricks.com/?p=343893</id>
|
||
<link href="https://css-tricks.com/practical-use-cases-for-scroll-linked-animations-in-css-with-scroll-timelines/"/>
|
||
<updated>2021-07-19T14:43:29.000Z</updated>
|
||
<summary type="html"><![CDATA[The Scroll-Linked Animations specification is an upcoming and experimental addition to CSS. Thanks to the @scroll-timeline at-rule and animation-timeline property this specification provides, you can control the time position of regular CSS Animations by scrolling.
|
||
In this post, we’ll take …
|
||
The post Practical Use Cases for Scroll-Linked Animations in CSS with Scroll Timelines appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Bramus Van Damme</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Maintaining End-To-End Quality With Visual Testing]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/maintaining-end-to-end-quality-visual-testing/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/maintaining-end-to-end-quality-visual-testing/"/>
|
||
<updated>2021-07-19T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[By adding visual elements to your tests, you can gain more options to add meaningful ways in maintaining a high level of quality for your app. Colby Fayock explains how.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Colby Fayock)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[WordPress Admin Warnings in the Block Editor]]></title>
|
||
<id>https://css-tricks.com/?p=344217</id>
|
||
<link href="https://css-tricks.com/wordpress-admin-warnings-in-the-block-editor/"/>
|
||
<updated>2021-07-16T20:27:46.000Z</updated>
|
||
<summary type="html"><![CDATA[We sent out an email the other week that ultimately had a <video> in the HTML markup. We send the newsletter by creating it here in the WordPress block editor, which is fetched through RSS-to-Mailchimp. Mailchimp dutifully sent it out, …
|
||
The post WordPress Admin Warnings in the Block Editor 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[Of Course We Can Make a CSS-Only Clock That Tells the Current Time!]]></title>
|
||
<id>https://css-tricks.com/?p=344147</id>
|
||
<link href="https://css-tricks.com/of-course-we-can-make-a-css-only-clock-that-tells-the-current-time/"/>
|
||
<updated>2021-07-16T14:43:01.000Z</updated>
|
||
<summary type="html"><![CDATA[Let’s build a fully functioning and settable “analog” clock with CSS custom properties and the calc() function. Then we’ll convert it into a “digital” clock as well. All this with no JavaScript!
|
||
Here’s a quick look at the clocks …
|
||
The post Of Course We Can Make a CSS-Only Clock That Tells the Current Time! appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Mate Marschalko</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Some Typography Links]]></title>
|
||
<id>https://css-tricks.com/?p=344411</id>
|
||
<link href="https://css-tricks.com/some-typography-links-3/"/>
|
||
<updated>2021-07-16T14:42:40.000Z</updated>
|
||
<summary type="html"><![CDATA[Glitter text — whO (I learned a name for people who go by a one-word moniker like that: Mononymous) created a builder for fancy SVG-based type. It’s a custom font with <text>, and the fancy comes in with a
|
||
…
|
||
The post Some Typography Links 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[Three Insights I Gained While Researching Vue.js Accessibility]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/three-insights-vuejs-accessibility/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/three-insights-vuejs-accessibility/"/>
|
||
<updated>2021-07-16T13:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Web app accessibility appears difficult because it seems that there is little information on the subject available online. Let’s take a closer look at the accessible use of framework features, concrete Vue.js traits, as well as community initiatives and vetted patterns.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Marcus Herrmann)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How to Get a Pixel-Perfect, Linearly Scaled UI]]></title>
|
||
<id>https://css-tricks.com/?p=344273</id>
|
||
<link href="https://css-tricks.com/how-to-get-a-pixel-perfect-linearly-scaled-ui/"/>
|
||
<updated>2021-07-15T14:40:03.000Z</updated>
|
||
<summary type="html"><![CDATA[Dynamically scaling CSS values based on the viewport width is hardly a new topic. You can find plenty of in-depth coverage right here on CSS-Tricks in articles like this one or this one.
|
||
Most of those examples, though, use …
|
||
The post How to Get a Pixel-Perfect, Linearly Scaled UI appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Georgi Nikoloff</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[ISR vs DPR: Big Words, Quick Explanation]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/isr-dpr-explained/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/isr-dpr-explained/"/>
|
||
<updated>2021-07-15T14:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[There are two strategies for incrementally building websites that are growing in popularity: Incremental Static Regeneration and Distributed Persistent Rendering. What’s the difference? Let’s figure it out.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Cassidy Williams)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[You Can Do That With A JavaScript Data Grid?]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/javascript-data-grid-kendo-ui/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/javascript-data-grid-kendo-ui/"/>
|
||
<updated>2021-07-15T13:45:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, you’ll get to see some pretty groundbreaking things you can achieve with modern JavaScript grids and discover new ways to augment a data grid to make it engaging, responsive, and accessible. All this will be illustrated using Kendo UI Data Grids and their features.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Zara Cooper)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Build Complex CSS Transitions using Custom Properties and cubic-bezier()]]></title>
|
||
<id>https://css-tricks.com/?p=344249</id>
|
||
<link href="https://css-tricks.com/build-complex-css-transitions-using-custom-properties-and-cubic-bezier/"/>
|
||
<updated>2021-07-14T14:31:02.000Z</updated>
|
||
<summary type="html"><![CDATA[I recently illustrated how we can achieve complex CSS animations using cubic-bezier() and how to do the same when it comes to CSS transitions. I was able to create complex hover effect without resorting to keyframes. In this article, I …
|
||
The post Build Complex CSS Transitions using Custom Properties and cubic-bezier() appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Temani Afif</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[A Bashful Button Worth $8 Million]]></title>
|
||
<id>https://css-tricks.com/?p=344407</id>
|
||
<link href="https://cloudfour.com/thinks/a-bashful-button-worth-8-million/"/>
|
||
<updated>2021-07-14T14:25:08.000Z</updated>
|
||
<summary type="html"><![CDATA[Most of us grumble when running across a frustrating UX experience online (like not being able to complete a transaction because of a misplaced button). We might pen a whiny tweet. Jason Grigsby is like I’m going to write 2,000 …
|
||
The post A Bashful Button Worth $8 Million 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[Frustrating Design Patterns: Broken Filters]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/frustrating-design-patterns-broken-frozen-filters/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/frustrating-design-patterns-broken-frozen-filters/"/>
|
||
<updated>2021-07-14T13:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Too often dealing with filters can be frustrating. Let’s get them right. That means never freeze the UI on a single input, provide text input fallback and never auto-scroll users on a single input. Here’s why.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Vitaly Friedman)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Links on React and JavaScript]]></title>
|
||
<id>https://css-tricks.com/?p=344316</id>
|
||
<link href="https://css-tricks.com/links-on-react-and-javascript/"/>
|
||
<updated>2021-07-13T19:57:10.000Z</updated>
|
||
<summary type="html"><![CDATA[As a day-job, React-using person, I like to stay abreast of interesting React news. As such, I save a healthy amount of links. Allow me to dump out my latest pile. Most of this is about React but not all …
|
||
The post Links on React and JavaScript 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[Meta Theme Color and Trickery]]></title>
|
||
<id>https://css-tricks.com/?p=343850</id>
|
||
<link href="https://css-tricks.com/meta-theme-color-and-trickery/"/>
|
||
<updated>2021-07-13T14:58:33.000Z</updated>
|
||
<summary type="html"><![CDATA[Starting with Version 15, Safari supports the theme-color <meta> tag both on macOS and iOS. That’s exciting news because now the first desktop browser supports this <meta> tag and it also supports the media attribute and the prefers-color-scheme media feature.…
|
||
The post Meta Theme Color and Trickery appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Manuel Matuzovic</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Jamstack Community Survey 2021]]></title>
|
||
<id>https://css-tricks.com/?p=344542</id>
|
||
<link href="https://www.surveymonkey.com/r/jamstack-survey-css-tricks"/>
|
||
<updated>2021-07-13T14:34:48.000Z</updated>
|
||
<summary type="html"><![CDATA[(This is a sponsored post.)
|
||
The folks over at Netlify have opened up the Jamstack Community Survey for 2021. More than 3,000 front-enders like yourself took last year’s survey, which gauged how familiar people are with the …
|
||
The post Jamstack Community Survey 2021 appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Geoff Graham</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Building A Dynamic Header With Intersection Observer]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/dynamic-header-intersection-observer/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/dynamic-header-intersection-observer/"/>
|
||
<updated>2021-07-13T12:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In JavaScript, attaching an event listener to constantly fire a callback on scroll can be performance-intensive. But there is a better way with Intersection Observer.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Michelle Barker)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How To Migrate From jQuery To Next.js]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/migrate-jquery-nextjs/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/migrate-jquery-nextjs/"/>
|
||
<updated>2021-07-13T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, we’re taking a closer look at different approaches and strategies on how we can migrate a web application that uses jQuery framework, and start using one of the coolest React frameworks in the market: Next.js.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Facundo Giuliani)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Meet `:has`, A Native CSS Parent Selector]]></title>
|
||
<id>https://css-tricks.com/?p=344355</id>
|
||
<link href="https://www.smashingmagazine.com/2021/06/has-native-css-parent-selector/"/>
|
||
<updated>2021-07-12T19:45:00.000Z</updated>
|
||
<summary type="html"><![CDATA[The reasons that are often cited that make container queries difficult or impossible is things like infinite loops—e.g. changing the width of an element, invalidating a container query, which changes the width again, which makes the container query take effect, …
|
||
The post Meet `:has`, A Native CSS Parent Selector 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[Refactoring CSS: Introduction (Part 1)]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/refactoring-css-introduction-part1/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/refactoring-css-introduction-part1/"/>
|
||
<updated>2021-07-12T13:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[CSS refactoring is not an easy task — it needs to be done in a way that doesn't create problems. First we need to analyze the existing codebase, audit CSS codebase health, discover weaknesses, agree on the approach, and convince management to invest time and resources into the process.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Adrian Bece)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Making A Strong Case For Accessibility]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/strong-case-for-accessibility/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/strong-case-for-accessibility/"/>
|
||
<updated>2021-07-09T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Accessibility is often overlooked or bolted on to the end of a project. Let’s figure out how to implement and advocate for accessibility from the inception of a project to the release or handoff and beyond.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Todd Libby)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Tools And Practices To Speed Up The Vue.js Development Process]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/tools-practices-speed-up-vuejs-development-process/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/tools-practices-speed-up-vuejs-development-process/"/>
|
||
<updated>2021-07-08T11:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Even though Vue.js claims to have an approachable minimalist framework that can be incrementally adaptable, it can be a little bit overwhelming when starting as a Vue.js newbie. In this article, we’re looking at ways to make writing Vue.js a breeze.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Uma Victor)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[An Introduction To Figma Interactive Components]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/introduction-figma-interactive-components/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/introduction-figma-interactive-components/"/>
|
||
<updated>2021-07-07T11:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Interactive Components in Figma allows designers to create a component with states (hover, active, clicked, focus) and make it interactive so that every copy of the component will inherit those same interactions by default. Let’s explore how it can reduce the time and effort needed to create interactions for your mock-ups.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Emiliano Cicero)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How To Choose A Headless CMS]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/how-to-choose-a-headless-cms/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/how-to-choose-a-headless-cms/"/>
|
||
<updated>2021-07-06T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[There is an array of Headless CMSes out there. In this article, we delve into headless CMS features to satisfy your content editors, marketers and yourself as a developer. For the experience headless practitioner, this could be a checklist to see what’s new out there. For those starting out on their headless journey, this could be a guide on what to look for.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Emmanuel Tissera)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Using HSL Colors In CSS]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/hsl-colors-css/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/hsl-colors-css/"/>
|
||
<updated>2021-07-05T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, Ahmad Shadeed explains what HSL is, how to use it, and shares some of the useful use-cases and examples that you can use right away in your current projects.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Ahmad Shadeed)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Email Testing Flow As It Should Be]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/email-testing-flow/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/email-testing-flow/"/>
|
||
<updated>2021-07-02T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[With so many tools and approaches, email still has quite a few pain points, both for developers and email marketers. Email is difficult because it has too many aspects to set and a few instances with no common rules to follow.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Andriy Zapisotskyi)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[It’s A (Front-End Testing) Trap! Six Common Testing Pitfalls And How To Solve Them]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/frontend-testing-pitfalls/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/frontend-testing-pitfalls/"/>
|
||
<updated>2021-07-01T12:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[When writing front-end tests, you’ll find a lot of pitfalls along the way. Let’s explore common mistakes developers make, and how to avoid them. Testing doesn’t need to be painful, after all.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Ramona Schwering)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[The State Of Web Workers In 2021]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/web-workers-2021/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/web-workers-2021/"/>
|
||
<updated>2021-06-30T12:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[The web is single-threaded. This makes it increasingly hard to write smooth and responsive apps. Workers have a bad rep, but can be an important and useful tool in any web developer's toolbelt for these kinds of problems. Let’s get up to speed on Workers on the Web!]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Surma)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[The Many Shades Of July (2021 Desktop Wallpapers Edition)]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/desktop-wallpaper-calendars-july-2021/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/desktop-wallpaper-calendars-july-2021/"/>
|
||
<updated>2021-06-30T09:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Let’s welcome July with some fresh desktop wallpapers. Designed by artists and designers from around the world, they are available with and without a calendar. Enjoy!]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Cosima Mielke)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Breaking Down Bulky Builds With Netlify And Next.js]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/breaking-down-bulky-builds-netlify-nextjs/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/breaking-down-bulky-builds-netlify-nextjs/"/>
|
||
<updated>2021-06-29T11:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Static Generation is great for performance — until the app gets too big and build-times go through the roof. Today, we’ll have a look at how Netlify’s fresh On-Demand Builders can fix that.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Átila Fassina)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Smashing Podcast Episode 40 With Mike Cavaliere: What Is Chakra UI For React?]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/smashing-podcast-episode-40/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/smashing-podcast-episode-40/"/>
|
||
<updated>2021-06-29T05:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this episode, we’re talking about Chakra UI. What is it and how can it help with your React projects? Drew McLellan talks to expert Mike Cavaliere to find out.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Drew McLellan)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Creating Custom Emmet Snippets In VS Code]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/custom-emmet-snippets-vscode/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/custom-emmet-snippets-vscode/"/>
|
||
<updated>2021-06-28T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, Manuel explains why Emmet is one of his favorite productivity tools for writing HTML and CSS, and how you can create custom Emmet snippets in Visual Studio Code to help you improve your front-end workflows even more.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Manuel Matuzović)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Creating A Multi-Author Blog With Next.js]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/creating-multi-author-blog-nextjs/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/creating-multi-author-blog-nextjs/"/>
|
||
<updated>2021-06-25T11:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[This article explains how we can connect different types of content in a Next.js application. With this technique, we can add any kind of one-to-one, one-to-many, or even many-to-many relationship to our projects.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Dom Habersack)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How To Run A UX Audit For A Major EdTech Platform (Case Study)]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/ux-audit-edtech-platform-case-study/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/ux-audit-edtech-platform-case-study/"/>
|
||
<updated>2021-06-25T10:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[This article is a case study of how a UX audit affects a UI. It explains how a famous educational platform can be analyzed edX against Jakob Nielsen’s usability guidelines. To get started, Mark Lankmiller shares all of the criteria and metrics he used for his UX audit.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Mark Lankmilier)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[The Rise Of Design Thinking As A Problem Solving Strategy]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/design-thinking-problem-solving-strategy/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/design-thinking-problem-solving-strategy/"/>
|
||
<updated>2021-06-24T14:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In the dynamic and unpredictable environments in which we work, even the most carefully crafted solutions can have a short shelf life. When we accept that our work is impermanent and our problem-solving abilities are limited, our goal can shift from delivering full solutions to developing tools that empower our users to adaptively design for themselves.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Josh Singer)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Smashing Online Workshops (July-October 2021)]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/new-smashing-online-workshops-frontend-ux-design/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/new-smashing-online-workshops-frontend-ux-design/"/>
|
||
<updated>2021-06-23T13:30:00.000Z</updated>
|
||
<summary type="html">< for all of us to learn together. And we have new ones coming up, and we’d like to kindly welcome you to join in.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Iris Lješnjanin)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Automating Screen Reader Testing On macOS Using Auto VO]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/automating-screen-reader-testing-macos-autovo/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/automating-screen-reader-testing-macos-autovo/"/>
|
||
<updated>2021-06-23T09:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Automated testing is an important part of any software project, including testing for accessibility. There are already tools for linting and integration testing accessibility, but what about end-to-end testing with real assistive technology? Since I hadn’t seen this before, I set out to build Auto VO, a driver for the VoiceOver screen reader.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Cameron Cundiff)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[v1.11.0]]></title>
|
||
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.0</id>
|
||
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.0"/>
|
||
<updated>2021-06-23T05:57:59.000Z</updated>
|
||
<summary type="html"><![CDATA[Added: support an experimental template for YouTube feed 📺 Demo | Source
|
||
|
||
Aggregate content from any YouTube channel rss url https://www.youtube.com/feeds/videos.xml?channel_id=<replace_with_channel_id>
|
||
Videos are embedded via iframe and loading accelerated by youtube-lite-embed
|
||
Ads are reduced thanks to YouTube's policy for embedded videos 🙃
|
||
Works on mobile devices with butter smooth horizontal scroll.
|
||
Caveat: the template works only with YouTube content. You cannot mix textual RSS feed or other video sources such as Vimeo.
|
||
Changed: Default HTML template meta tag adjusted to match convention
|
||
Changed: sources in template data is now ordered by last update timestamp (as opposed to alphabetical)
|
||
Thank you @PiyushLosalka]]></summary>
|
||
<author>
|
||
<name>Release notes from osmosfeed</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Designing With Code: A Modern Approach To Design (Development Challenges)]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/design-code-modern-approach-development-challenges/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/design-code-modern-approach-development-challenges/"/>
|
||
<updated>2021-06-22T09:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[After years of innovation in both tools and processes, the struggle between design and development is still real. This article focuses on the best practices for improving the design to development processes and how cutting-edge solutions, such as UXPin powered by Merge technology, can help in facilitating the change.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Mikołaj Dobrucki)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Image To Text Conversion With React And Tesseract.js (OCR)]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/image-text-conversion-react-tesseract-js-ocr/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/image-text-conversion-react-tesseract-js-ocr/"/>
|
||
<updated>2021-06-21T14:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Do you have to process data manually because it is served through images or scanned documents? An image-to-text conversion makes it possible to extract text from images to automate the processing of texts on images, videos, and scanned documents. In this article, we look at how to convert an image to text with React and Tesseract.js(OCR), preprocess images, and deal with the limitations of Tesseract (OCR).]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Ayobami Ogundiran)</name>
|
||
</author>
|
||
</entry>
|
||
</feed> |