mirror of
https://github.com/osmoscraft/osmosfeed-template.git
synced 2026-03-11 14:44:24 +00:00
504 lines
No EOL
36 KiB
XML
504 lines
No EOL
36 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||
<id>urn:2021-08-16T00:38:58.506Z</id>
|
||
<title>osmos::feed</title>
|
||
<updated>2021-08-16T00:38:58.506Z</updated>
|
||
<generator>osmosfeed 1.11.0</generator>
|
||
<link rel="alternate" href="index.html"/>
|
||
<entry>
|
||
<title type="html"><![CDATA[Unicode Arrows]]></title>
|
||
<id>https://css-tricks.com/?p=346665</id>
|
||
<link href="https://unicodearrows.com/"/>
|
||
<updated>2021-08-13T18:08:07.000Z</updated>
|
||
<summary type="html"><![CDATA[Looks like… 253 of them. I love the little water ⥾ spout one. (U+297e). Because. And I like how it’s a fairly useful little site at a great domain and with a little business model behind it. …
|
||
The post Unicode Arrows 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[Building a Cool Front End Thing Generator]]></title>
|
||
<id>https://css-tricks.com/?p=345944</id>
|
||
<link href="https://css-tricks.com/building-a-cool-front-end-thing-generator/"/>
|
||
<updated>2021-08-13T14:41:21.000Z</updated>
|
||
<summary type="html"><![CDATA[Whether you are just starting out on the front end, or you’ve been doing it for a long time, building a tool that can generate some cool front-end magic can help you learn something new, develop your skills and maybe …
|
||
The post Building a Cool Front End Thing Generator appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>John Polacek</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Stay alert]]></title>
|
||
<id>https://css-tricks.com/?p=346608</id>
|
||
<link href="https://dev.to/richharris/stay-alert-d"/>
|
||
<updated>2021-08-12T21:10:22.000Z</updated>
|
||
<summary type="html"><![CDATA[A few days ago, Chris wrote up his thoughts about how alert(), confirm(), and prompt() were being deprecated by Chrome and collected a bunch of thoughts from developers. If certain features can essentially be turned off by …
|
||
The post Stay alert 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[JavaScript Online – HTML, CSS, and JS Code Editor List [Browser IDE Tools]]]></title>
|
||
<id>610655c93306a507d1bfc0e6</id>
|
||
<link href="https://www.freecodecamp.org/news/javascript-online-html-css-js-code-editor-list-browser-ide-tools/"/>
|
||
<updated>2021-08-12T19:31:16.000Z</updated>
|
||
<summary type="html"><![CDATA[There are many benefits to coding in an online IDE or code editor. With these tools you don't need to set anything up locally, you can easily share your work, and they are often free to use. In this article, you'll learn what a code editor and an IDE are.]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[HTML and CSS – Inline Style, External Stylesheet, CSS Code Examples]]></title>
|
||
<id>6115261272231b077cdaebfe</id>
|
||
<link href="https://www.freecodecamp.org/news/html-and-css-inline-style-external-stylesheet-css-code-examples/"/>
|
||
<updated>2021-08-12T18:47:27.000Z</updated>
|
||
<summary type="html"><![CDATA[When you're learning about web development, you probably hear about HTML and CSS pretty quickly. Well, what are these tools and how do you use them? You can think of HTML as the structure and framing of a house. And when you want to make that structure look good, you]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Coding Websites Where You Can Learn How to Code for Free]]></title>
|
||
<id>6107c0203306a507d1bfc551</id>
|
||
<link href="https://www.freecodecamp.org/news/coding-websites-where-you-can-learn-how-to-code-for-free/"/>
|
||
<updated>2021-08-12T18:11:29.000Z</updated>
|
||
<summary type="html"><![CDATA[In this day and age, it seems like everyone is learning to code. Maybe you want to know how websites work, or you think back fondly on the old blogging platforms where you could hack together some HTML to personalize them. Or maybe you are curious to learn what all]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Laravel Authentication Tutorial – How to Set Up Basic Auth in Laravel 8]]></title>
|
||
<id>610fefc23306a507d1c00896</id>
|
||
<link href="https://www.freecodecamp.org/news/basic-authentication-in-laravel8-using-laravel-breeze/"/>
|
||
<updated>2021-08-12T15:48:12.000Z</updated>
|
||
<summary type="html"><![CDATA[Authentication is an important feature and basic requirement in web applications these days. And developers spend lots of time building authentication modules for every application they create. But this manual approach can get tiring and is a bit unproductive. This is where Laravel really shines. It, along with Laravel Breeze,]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How to Install and Set Up Flutter on Ubuntu 16.04+]]></title>
|
||
<id>610e15c63306a507d1bffb45</id>
|
||
<link href="https://www.freecodecamp.org/news/how-to-install-and-setup-flutter-on-ubuntu/"/>
|
||
<updated>2021-08-12T15:43:09.000Z</updated>
|
||
<summary type="html"><![CDATA[Flutter is a Dart-based toolkit that helps you build the front end of your apps. It really shines in cross-platform mobile app development and aims to be a viable option for web and desktop as well. In its mobile app flavor, Flutter provides many UI abstractions to build interfaces. You]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How to Build Modern Clean Architecture]]></title>
|
||
<id>6112e3c972231b077cdad299</id>
|
||
<link href="https://www.freecodecamp.org/news/modern-clean-architecture/"/>
|
||
<updated>2021-08-12T15:28:31.000Z</updated>
|
||
<summary type="html"><![CDATA[Clean Architecture is a term coined by Robert C. Martin. The main idea is that entities and use cases are independent of frameworks, UI, the database, and external services. A Clean Architecture style has a positive effect on maintainability because: We can test domain entities and use cases without a]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[HTML Form – Input Type and Submit Button Example]]></title>
|
||
<id>6113ee6272231b077cdadbd3</id>
|
||
<link href="https://www.freecodecamp.org/news/html-form-input-type-and-submit-button-example/"/>
|
||
<updated>2021-08-12T15:17:38.000Z</updated>
|
||
<summary type="html"><![CDATA[Forms are one of the most important parts of the web. Without them, there wouldn't be an easy way to collect data, search for resources, or sign up to receive valuable information. You can embed forms on websites with the HTML form element. Inside the form element, several inputs are]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Using Web Components in WordPress is Easier Than You Think]]></title>
|
||
<id>https://css-tricks.com/?p=345687</id>
|
||
<link href="https://css-tricks.com/using-web-components-in-wordpress-is-easier-than-you-think/"/>
|
||
<updated>2021-08-12T14:38:36.000Z</updated>
|
||
<summary type="html"><![CDATA[Now that we’ve seen that web components and interactive web components are both easier than you think, let’s take a look at adding them to a content management system, namely WordPress.
|
||
There are three major ways we can add them. …
|
||
The post Using Web Components in WordPress is Easier Than You Think appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>John Rhea</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Useful Figma Plugins And Tools]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/Figma-tools-plugins-resources/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/Figma-tools-plugins-resources/"/>
|
||
<updated>2021-08-12T13:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Useful Figma plugins that will help you fix all the little slowdowns and boost your productivity. From color management and image assets to SVG shapes and animation. That’s our new guide to Figma.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Janet John)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[FastAPI Course – Code APIs Quickly]]></title>
|
||
<id>610aec303306a507d1bfdf07</id>
|
||
<link href="https://www.freecodecamp.org/news/fastapi-helps-you-develop-apis-quickly/"/>
|
||
<updated>2021-08-12T13:07:37.000Z</updated>
|
||
<summary type="html"><![CDATA[FastAPI makes it quicker and easier to develop APIs with Python. We just published a crash course on the freeCodeCamp.org YouTube channel that will teach you how to use FastAPI. Tomi Tokko developed this course. Tomi has made many popular courses both on his own channel and the freeCodeCamp]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Binary Search Tree Algorithms for JavaScript Beginners]]></title>
|
||
<id>61025c793306a507d1bfad64</id>
|
||
<link href="https://www.freecodecamp.org/news/binary-tree-algorithms-for-javascript-beginners/"/>
|
||
<updated>2021-08-11T23:50:28.000Z</updated>
|
||
<summary type="html"><![CDATA[I recently had the chance to teach high school students how to code. There are not that many beginner-friendly tutorials on algorithms coded in JavaScript which is the language they were learning. So I decided to make one. In this article, I will try my best to explain some core]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How to Implement iOS-Specific Components and APIs]]></title>
|
||
<id>610d4a303306a507d1bff2ea</id>
|
||
<link href="https://www.freecodecamp.org/news/how-to-implement-ios-components-apis/"/>
|
||
<updated>2021-08-11T23:31:34.000Z</updated>
|
||
<summary type="html"><![CDATA[One of the end goals of a React Native project is to have a minimal amount of platform-specific logic and code. Most APIs can be built so the platform-specific code is abstracted away by the framework. This gives you a single way to interact with them and easily create cross-platform]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Wanna see a whiter white?]]></title>
|
||
<id>https://css-tricks.com/?p=346388</id>
|
||
<link href="https://kidi.ng/wanna-see-a-whiter-white/"/>
|
||
<updated>2021-08-11T19:09:36.000Z</updated>
|
||
<summary type="html"><![CDATA[Heck of a CSS trick here from Dongsung Kim.
|
||
There are hidden HDR videos playing at the corners of this page. When a HDR-capable browser encounters one, it switches to HDR mode. For some reason, CSS backdrop-filter + brightness >100%
|
||
…
|
||
The post Wanna see a whiter white? 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[Static vs. Dynamic vs. Jamstack: Where’s The Line?]]></title>
|
||
<id>https://css-tricks.com/?p=345889</id>
|
||
<link href="https://css-tricks.com/static-vs-dynamic-vs-jamstack-wheres-the-line/"/>
|
||
<updated>2021-08-11T14:31:20.000Z</updated>
|
||
<summary type="html"><![CDATA[You’ll often hear developers talking about “static” vs. “dynamic” sites, or you may have heard someone use the term Jamstack. What do these terms mean, and when does a “static” site become either a Jamstack or dynamic site? These …
|
||
The post Static vs. Dynamic vs. Jamstack: Where’s The Line? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Mike Neumegen</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Napkin]]></title>
|
||
<id>https://css-tricks.com/?p=346384</id>
|
||
<link href="https://www.napkin.io/"/>
|
||
<updated>2021-08-11T14:31:13.000Z</updated>
|
||
<summary type="html"><![CDATA[We took a surface level look at Pipedream the other day, which really does look cool. It’s like a much more modern and fancy version of what Yahoo Pipes was. A better comparison might be Zapier, except you …
|
||
The post Napkin 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[New Smashing Workshops on Front-End & Design]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/new-smashing-online-workshops-aug-oct-2021/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/new-smashing-online-workshops-aug-oct-2021/"/>
|
||
<updated>2021-08-11T13:25:00.000Z</updated>
|
||
<summary type="html">< on front-end & design — to help us all boost skills online.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Iris Lješnjanin)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Handling Mounting And Unmounting Of Navigation Routes In React Native]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/mounting-unmounting-navigation-routes-react-native/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/mounting-unmounting-navigation-routes-react-native/"/>
|
||
<updated>2021-08-11T11:40:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Often you need two different sets of navigation stacks for pre and post user authentication. Usually, to see more content, you have to be authenticated in some way. Let’s look at how to mount and unmount navigation stack based on a met condition in React Native.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Daniel Don)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[View Source (on Mobile)]]></title>
|
||
<id>https://css-tricks.com/?p=346392</id>
|
||
<link href="https://neatnik.net/view-source/"/>
|
||
<updated>2021-08-10T21:26:34.000Z</updated>
|
||
<summary type="html"><![CDATA[Have you ever wished you could see the HTML source of a web page while on a mobile browser, which generally doesn’t offer that feature? If you have a desktop machine around, there are ways, but what I mean …
|
||
The post View Source (on Mobile) 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[Responsible Markdown in Next.js]]></title>
|
||
<id>https://css-tricks.com/?p=345861</id>
|
||
<link href="https://css-tricks.com/responsible-markdown-in-next-js/"/>
|
||
<updated>2021-08-10T14:55:07.000Z</updated>
|
||
<summary type="html"><![CDATA[Markdown truly is a great format. It’s close enough to plain text so that anyone can quickly learn it, and it’s structured enough that it can be parsed and eventually converted to you name it.
|
||
That being said: parsing, processing, …
|
||
The post Responsible Markdown in Next.js appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Kitty Giraudel</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[WooCommerce With Apple Pay and Google Pay]]></title>
|
||
<id>https://css-tricks.com/?p=345799</id>
|
||
<link href="https://css-tricks.com/woocommerce-with-apple-pay-and-google-pay/"/>
|
||
<updated>2021-08-10T14:54:56.000Z</updated>
|
||
<summary type="html"><![CDATA[(This is a sponsored post.)
|
||
Got a WooCommerce store? It behooves you to offer a variety of payment methods. Just anecdotally, I’m sure both you and me have been annoyed and even abandoned purchases when a merchant, online or …
|
||
The post WooCommerce With Apple Pay and Google Pay 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[CSS Nesting, specificity, and you]]></title>
|
||
<id>https://css-tricks.com/?p=346355</id>
|
||
<link href="https://kilianvalkhof.com/2021/css-html/css-nesting-specificity-and-you/"/>
|
||
<updated>2021-08-10T14:51:39.000Z</updated>
|
||
<summary type="html"><![CDATA[Here’s Kilian Valkhof on CSS nesting which isn’t available in browsers yet, but will be soon. There are a few differences he notes between CSS nesting and nesting in Sass or Less though. Take, for example, the following code:
|
||
div
|
||
…
|
||
The post CSS Nesting, specificity, and you 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[Cookieless Alternative To Embed HTML, CSS And JS Code Snippets]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/cookieless-alternative-embed-html-css-js-code-examples/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/cookieless-alternative-embed-html-css-js-code-examples/"/>
|
||
<updated>2021-08-10T11:45:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Embedding code examples with third-party scripts often leads to tracking or cookies. We always wanted to have a simple website with a good UX, so setting cookies for no reason wasn’t an option for us. Now, with Indiepen, we are proud to introduce a privacy-friendly alternative.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Henrik Fricke)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Smashing Podcast Episode 41 With Eva PenzeyMoog: Designing For Safety]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/smashing-podcast-episode-41/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/smashing-podcast-episode-41/"/>
|
||
<updated>2021-08-10T05:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this episode, we’re talking about designing for safety. What does it mean to consider vulnerable users in our designs? Drew McLellan talks to expert Eva PenzeyMoog to find out.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Drew McLellan)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Choice Words about the Upcoming Deprecation of JavaScript Dialogs]]></title>
|
||
<id>https://css-tricks.com/?p=346368</id>
|
||
<link href="https://css-tricks.com/choice-words-about-the-upcoming-deprecation-of-javascript-dialogs/"/>
|
||
<updated>2021-08-09T21:23:44.000Z</updated>
|
||
<summary type="html"><![CDATA[It might be the very first thing a lot of people learn in JavaScript:
|
||
alert("Hello, World");
|
||
One day at CodePen, we woke up to a ton of customer support tickets about their Pens being broken, which ultimately boiled down to …
|
||
The post Choice Words about the Upcoming Deprecation of JavaScript Dialogs 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 Large, Small, and Dynamic Viewports]]></title>
|
||
<id>https://css-tricks.com/?p=346316</id>
|
||
<link href="https://www.bram.us/2021/07/08/the-large-small-and-dynamic-viewports/"/>
|
||
<updated>2021-08-09T20:37:39.000Z</updated>
|
||
<summary type="html"><![CDATA[We’ve got viewport units (e.g. vw, vh, vmin, vmax), and they are mostly pretty great. It’s cool to always have a unit available that is relative to the entire screen. But when you ask people what …
|
||
The post The Large, Small, and Dynamic Viewports 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[Exploring the CSS Paint API: Image Fragmentation Effect]]></title>
|
||
<id>https://css-tricks.com/?p=345642</id>
|
||
<link href="https://css-tricks.com/exploring-the-css-paint-api-image-fragmentation-effect/"/>
|
||
<updated>2021-08-09T14:27:18.000Z</updated>
|
||
<summary type="html"><![CDATA[In my previous article, I created a fragmentation effect using CSS mask and custom properties. It was a neat effect but it has one drawback: it uses a lot of CSS code (generated using Sass). This time I am …
|
||
The post Exploring the CSS Paint API: Image Fragmentation Effect 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[HTTP/3 From A To Z: Core Concepts (Part 1)]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/http3-core-concepts-part1/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/http3-core-concepts-part1/"/>
|
||
<updated>2021-08-09T11:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[What exactly is HTTP/3? Why was it needed so soon after HTTP/2 (which was only finalized in 2015)? How can or should you use it? And especially, how does this improve web performance? Let’s find out.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Robin Marx)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[SVG Gobbler]]></title>
|
||
<id>https://css-tricks.com/?p=346259</id>
|
||
<link href="https://css-tricks.com/svg-gobbler/"/>
|
||
<updated>2021-08-06T19:32:54.000Z</updated>
|
||
<summary type="html"><![CDATA[Great little project from Ross Moody:
|
||
SVG Gobbler is a browser extension that finds the vector content on the page you’re viewing and gives you the option to download, optimize, copy, view the code, or export it as an image.
|
||
…
|
||
The post SVG Gobbler 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[Four Useful VSCode Extensions For Web Developers]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/useful-vscode-extensions-web-developers/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/useful-vscode-extensions-web-developers/"/>
|
||
<updated>2021-08-06T10:00:00.000Z</updated>
|
||
<summary type="html"><. In this article, Leonardo shares four useful extensions that help him in his daily work.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Leonardo Losoviz)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Frustrating Design Patterns: Disabled Buttons]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/frustrating-design-patterns-disabled-buttons/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/frustrating-design-patterns-disabled-buttons/"/>
|
||
<updated>2021-08-05T13:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[How can we make disabled buttons more inclusive? When do they work well, and when do they fail on us? And finally, when do we actually need them, and how can we avoid them? Let’s find out.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Vitaly Friedman)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[React Children And Iteration Methods]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/react-children-iteration-methods/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/react-children-iteration-methods/"/>
|
||
<updated>2021-08-04T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, we’ll discuss and learn about the use case of iterating over React `children` and the ways to do it. In particular, we will deep dive into one of the utility methods, `React.Children.toArray`, that React gives us, which helps to iterate over the children in a way which ensures performance and determinism.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Arihant Verma)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How To Build Resilient JavaScript UIs]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/build-resilient-javascript-ui/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/build-resilient-javascript-ui/"/>
|
||
<updated>2021-08-03T11:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Resilience is intrinsic to the web and therefore us, web developers. This article explores how graceful degradation, defensive coding, observability, and a healthy attitude towards failures better equips us before, during, and after an error occurs.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Callum Hart)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Refactoring CSS: Strategy, Regression Testing And Maintenance (Part 2)]]></title>
|
||
<id>https://smashingmagazine.com/2021/08/refactoring-css-strategy-regression-testing-maintenance-part2/</id>
|
||
<link href="https://smashingmagazine.com/2021/08/refactoring-css-strategy-regression-testing-maintenance-part2/"/>
|
||
<updated>2021-08-02T11:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, we’ll take a deep dive into the refactoring process itself, and cover incremental refactoring strategy, visual regression testing, and maintaining the refactored codebase.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Adrian Bece)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Good Vibes In August (2021 Desktop Wallpapers Edition)]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/desktop-wallpaper-calendars-august-2021/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/desktop-wallpaper-calendars-august-2021/"/>
|
||
<updated>2021-07-31T07:15:00.000Z</updated>
|
||
<summary type="html"><![CDATA[New month, new wallpapers! In this post, you’ll find unique and inspiring wallpapers for August 2021. Created with love by the community for the community, they come in versions with and without a calendar for the month.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Cosima Mielke)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How To Build An E-Commerce Site With Angular 11, Commerce Layer And Paypal]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/ecommerce-angular11-headless-paypal/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/ecommerce-angular11-headless-paypal/"/>
|
||
<updated>2021-07-30T11:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Having an e-commerce store is crucial for any store owner as more and more customers are turning to online shopping. In this tutorial, we shall go through how to create an e-commerce site with Angular 11. The site will use the Commerce Layer as a headless e-commerce API and use Paypal to process payments.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Zara Cooper)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[There Is No Such Thing As A CSS Absolute Unit]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/css-absolute-units/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/css-absolute-units/"/>
|
||
<updated>2021-07-29T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[What are absolute units? What are the differences between relative and absolute units, and how do we create accurate sizes on the web? In this article, Elad Shechter explains why CSS absolute units aren’t so absolute.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Elad Shechter)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Creating An Accessible Dialog From Scratch]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/accessible-dialog-from-scratch/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/accessible-dialog-from-scratch/"/>
|
||
<updated>2021-07-28T11:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Dialogs are everywhere in modern interface design (for good or for bad), and yet many of them are not accessible to assistive technologies. In this article, we will dig into how to create a short script to create accessible dialogs.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Kitty Giraudel)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Global vs. Local Styling In Next.js]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/global-local-styling-nextjs/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/global-local-styling-nextjs/"/>
|
||
<updated>2021-07-27T11:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Next.js has strong opinions about how to organize JavaScript but not CSS. How can we develop patterns that encourage best CSS practices while also following the framework’s logic? The answer is surprisingly simple — to write well-structured CSS that balances global and local styling concerns.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Alexander Dubovoy)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Gatsby Serverless Functions And The International Space Station]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/gatsby-serverless-functions-international-space-station/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/gatsby-serverless-functions-international-space-station/"/>
|
||
<updated>2021-07-26T10:30:00.000Z</updated>
|
||
<summary type="html">< and then display it on a 3D interactive globe using [React Three Fibre](https://github.com/pmndrs/react-three-fiber).]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Paul Scanlon)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[A Guide To Attracting Clients To Your Agency]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/guide-attracting-clients-agency/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/guide-attracting-clients-agency/"/>
|
||
<updated>2021-07-23T11:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Many web design agencies consider it a badge of honor that they win work exclusively through word-of-mouth recommendations. In this article, Paul Boag explains why that is entirely the wrong attitude and what to do about it.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Paul Boag)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Adding Time To Your Schedule As A Professional]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/time-schedule-professional-trafft/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/time-schedule-professional-trafft/"/>
|
||
<updated>2021-07-22T12:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Are you running a business and have too many things going on at once? Meetings, bugs, customer feedback, new clients in addition to your already tight deadlines? Let’s face it, time management is hard, and it becomes even more difficult in the trying times we are in.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Matthew Talebi)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Color Tools And Resources]]></title>
|
||
<id>https://smashingmagazine.com/2021/07/color-tools-resources/</id>
|
||
<link href="https://smashingmagazine.com/2021/07/color-tools-resources/"/>
|
||
<updated>2021-07-21T13:00:00.000Z</updated>
|
||
<summary type="html"><, [CSS generators](https://www.smashingmagazine.com/2021/03/css-generators/), [accessible front-end components](https://www.smashingmagazine.com/2021/03/complete-guide-accessible-front-end-components/), [front-end boilerplates](https://www.smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/) and [VS code extensions](https://www.smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/) — you might find them useful, too.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Cosima Mielke)</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[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>
|
||
</feed> |