mirror of
https://github.com/osmoscraft/osmosfeed-template.git
synced 2026-03-11 14:44:24 +00:00
582 lines
No EOL
42 KiB
XML
582 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-08T00:37:18.783Z</id>
|
||
<title>osmos::feed</title>
|
||
<updated>2021-07-08T00:37:18.783Z</updated>
|
||
<generator>osmosfeed 1.11.0</generator>
|
||
<link rel="alternate" href="index.html"/>
|
||
<entry>
|
||
<title type="html"><![CDATA[What is a JavaScript Object? Key Value Pairs and Dot Notation Explained]]></title>
|
||
<id>60e521aa134ad707be00e41d</id>
|
||
<link href="https://www.freecodecamp.org/news/what-is-a-javascript-object/"/>
|
||
<updated>2021-07-07T22:04:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Objects are one of the most valuable things you can learn in Javascript. You can use them to take your programs to the next level. An object is a collection of data – or key value pairs – which consist of variables and functions that you can access using dot notation. Now]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[A Look at Building with Astro]]></title>
|
||
<id>https://css-tricks.com/?p=343495</id>
|
||
<link href="https://css-tricks.com/a-look-at-building-with-astro/"/>
|
||
<updated>2021-07-07T21:06:35.000Z</updated>
|
||
<summary type="html"><![CDATA[Astro is a brand new framework for building websites. To me, the big thing is that it allows you to build a site like you’re using a JavaScript framework (and you are), but the output is a zero-JavaScript static site. …
|
||
The post A Look at Building with Astro 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 Learn Machine Learning – Tips and Resources to Learn ML the Practical Way]]></title>
|
||
<id>60ccd1794dc1a607ed7b4feb</id>
|
||
<link href="https://www.freecodecamp.org/news/how-to-learn-machine-learning-practical-tips-and-resources/"/>
|
||
<updated>2021-07-07T17:28:00.000Z</updated>
|
||
<summary type="html"><![CDATA[A lot of people want to learn machine learning these days. But the daunting bottom-up curriculum that most ML teachers propose is enough discourage a lot of newcomers. In this tutorial I flip the curriculum upside down and will outline what I think is the fastest and easiest way to]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[List Comprehension in Python Explained for Beginners]]></title>
|
||
<id>60e25e17134ad707be00d947</id>
|
||
<link href="https://www.freecodecamp.org/news/list-comprehension-in-python/"/>
|
||
<updated>2021-07-07T17:25:39.000Z</updated>
|
||
<summary type="html"><![CDATA[List comprehension is an easy to read, compact, and elegant way of creating a list from any existing iterable object. Basically, it's a simpler way to create a new list from the values in a list you already have. It is generally a single line of code enclosed in square]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[JavaScript Interview Prep Cheatsheet – Ace Your Coding Interviews with These Concepts]]></title>
|
||
<id>60c38e76d3126007592d66cd</id>
|
||
<link href="https://www.freecodecamp.org/news/javascript-interview-prep-cheatsheet/"/>
|
||
<updated>2021-07-07T15:43:17.000Z</updated>
|
||
<summary type="html"><![CDATA[I've carefully gone through over 50 resources, I've been through 10 JavaScript interviews, and I've landed a job at a unicorn startup. And throughout this entire process, I started to see a pattern in the most frequently asked JS interview questions. In this article, I have tried to list the]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[The Web’s Worst Default]]></title>
|
||
<id>https://css-tricks.com/?p=343388</id>
|
||
<link href="https://css-tricks.com/the-webs-worst-default/"/>
|
||
<updated>2021-07-07T14:30:34.000Z</updated>
|
||
<summary type="html"><![CDATA[There are a lot of great defaults when it comes to browsers and the web. Think about all the accessibility features that are baked into HTML so that you don’t have to do weird stuff, like this example from Manuel…
|
||
The post The Web’s Worst Default 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[What is Binary Search?]]></title>
|
||
<id>60d5ec446e1a1407b6b0bcae</id>
|
||
<link href="https://www.freecodecamp.org/news/what-is-binary-search/"/>
|
||
<updated>2021-07-07T13:57:56.000Z</updated>
|
||
<summary type="html"><![CDATA[Binary search is a common algorithm used in programming languages and programs. It can be very useful for programmers to understand how it works. We just released a binary search course on the freeCodeCamp.org YouTube channel. You will learn how to implement binary search in C and C++, but]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</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 Automatically Upload an Android App Bundle to the Play Store]]></title>
|
||
<id>60e16e1b134ad707be00d6bc</id>
|
||
<link href="https://www.freecodecamp.org/news/automatically-upload-an-android-app-bundle-to-the-play-store/"/>
|
||
<updated>2021-07-06T21:08:39.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, I'm going to explain how to automatically upload an Android App Bundle (.aab file) to the Play Store's beta track. We'll use Android Studio and AWS as a cloud infrastructure provider. Once we've uploaded the app bundle, we'll trigger a Slack notification. This is a valuable use]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Body Toggle]]></title>
|
||
<id>https://css-tricks.com/?p=343438</id>
|
||
<link href="https://css-tricks.com/body-toggle/"/>
|
||
<updated>2021-07-06T20:55:45.000Z</updated>
|
||
<summary type="html"><![CDATA[I appreciate the clarity of this trick that Mikael Ainalem posted over on Reddit:
|
||
It’s a one-liner that toggles the class on the <body> so you can mock up different states and toggle between them on click.
|
||
<body onclick="this.classList.toggle("active");"
|
||
Could …
|
||
The post Body Toggle 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[I’ve got one question about Jetpack for you.]]></title>
|
||
<id>https://css-tricks.com/?p=343560</id>
|
||
<link href="https://css-tricks.com/ive-got-one-question-about-jetpack-for-you/"/>
|
||
<updated>2021-07-06T20:00:30.000Z</updated>
|
||
<summary type="html"><![CDATA[And maybe an optional follow-up if you’re up for it.
|
||
Automattic, the makers of Jetpack and many other WordPress-y things, have sponsored my site (me = Chris Coyier; site = CSS-Tricks) for quite a while. I use Jetpack myself, …
|
||
The post I’ve got one question about Jetpack for you. 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 Authenticate Users and Implement CORS in Node.js Apps]]></title>
|
||
<id>60b22e9611ffb70827ef9547</id>
|
||
<link href="https://www.freecodecamp.org/news/how-to-authenticate-users-and-implement-cors-in-nodejs-applications/"/>
|
||
<updated>2021-07-06T16:02:13.000Z</updated>
|
||
<summary type="html"><![CDATA[In this tutorial, you will learn how to authenticate users and secure endpoints in Node.js. You'll also see how to implement Cross-Origin Resource Sharing (CORS) in Node. So let's get started. Prerequisites You'll need the following to follow along with this tutorial: A working understanding of JavaScript. A good]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[5 JavaScript Tips to Improve Your React Code]]></title>
|
||
<id>60df35f027f80207bcdbccea</id>
|
||
<link href="https://www.freecodecamp.org/news/javascript-tips-to-improve-your-react-code-today/"/>
|
||
<updated>2021-07-06T15:12:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Let's look at five JavaScript tips you can use today to instantly improve your React applications. Because React is a JavaScript library, any improvements that we make in our JavaScript skills will directly improve the applications that we build with React. For this reason, I've put together a number of]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[The Dilemma of Naming Font Size Variables]]></title>
|
||
<id>https://css-tricks.com/?p=343149</id>
|
||
<link href="https://css-tricks.com/the-dilemma-of-naming-font-size-variables/"/>
|
||
<updated>2021-07-06T14:41:22.000Z</updated>
|
||
<summary type="html"><![CDATA[Normally, a project will have a set of pre-determined font sizes, usually as variables named in such a way that seeks some semblance of order and consistency. Any project of considerable size can use something like that. There are always …
|
||
The post The Dilemma of Naming Font Size Variables appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Martin Lexelius</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How to Schedule a Job in Node Using node-cron]]></title>
|
||
<id>60aa196411ffb70827ef5f43</id>
|
||
<link href="https://www.freecodecamp.org/news/schedule-a-job-in-node-with-nodecron/"/>
|
||
<updated>2021-07-06T14:27:26.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, you will learn how to schedule a job in Node using node-cron. Node-cron is a handy npm package which you can use to schedule jobs to run at specific times or intervals. It is most suitable for scheduling repetitive jobs such as email notifications, file downloads, and]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Get Ready to Pass CISSP Exam]]></title>
|
||
<id>60df6dd827f80207bcdbcf06</id>
|
||
<link href="https://www.freecodecamp.org/news/get-ready-to-pass-cissp-exam/"/>
|
||
<updated>2021-07-06T13:55:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Earning the Certified Information Systems Security Professional (CISSP) Certification proves you have what it takes to effectively design, implement and manage a best-in-class cybersecurity program. The CISSP is one of the most valuable Cyber Security Certificates in the market today. We just posted a 13-hour course on the freeCodeCamp.org]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</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[Kubernetes Explained Simply: Containers, Pods and Images]]></title>
|
||
<id>https://css-tricks.com/?p=343166</id>
|
||
<link href="https://css-tricks.com/kubernetes-explained-simply-containers-pods-and-images/"/>
|
||
<updated>2021-07-05T14:17:33.000Z</updated>
|
||
<summary type="html"><![CDATA[If you zone out every time someone mentions “Kubernetes,” “containers,” or “pods,” this article is for you. No complex diagrams involved!
|
||
As a front-end developer, you don’t have to know how to configure an infrastructure from scratch. However, if you …
|
||
The post Kubernetes Explained Simply: Containers, Pods and Images appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Lari Maza</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Trigonometry in CSS and JavaScript: Beyond Triangles]]></title>
|
||
<id>https://css-tricks.com/?p=343671</id>
|
||
<link href="https://tympanus.net/codrops/2021/06/04/trigonometry-in-css-and-javascript-beyond-triangles/"/>
|
||
<updated>2021-07-05T14:15:20.000Z</updated>
|
||
<summary type="html"><![CDATA[Web design is such a rectangle-based design medium that literally any deviation from it feels fresh. Michelle Barker gets into using math in various ways to programmatically draw lines, shapes, and animations that end up looking both beautiful and have …
|
||
The post Trigonometry in CSS and JavaScript: Beyond Triangles 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[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[The Fourteenth Fourth]]></title>
|
||
<id>https://css-tricks.com/?p=343496</id>
|
||
<link href="https://css-tricks.com/the-fourteenth-fourth/"/>
|
||
<updated>2021-07-04T13:29:01.000Z</updated>
|
||
<summary type="html"><![CDATA[It’s CSS-Tricks birthday! Somehow that keeps coming around every year. It’s that time where I reflect upon that past year. It’s like the annual vibe check.
|
||
I’m writing this just days after my current home state of Oregon has …
|
||
The post The Fourteenth Fourth 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[Zero-Width Space]]></title>
|
||
<id>https://css-tricks.com/?p=343435</id>
|
||
<link href="https://css-tricks.com/zero-width-space/"/>
|
||
<updated>2021-07-02T20:39:04.000Z</updated>
|
||
<summary type="html"><![CDATA[The name zero-width space is antithetical, but it’s not without uses. In text, maybe you’d use it around slashes because you want to be sure the words are treated individually but not have any physical space around the slash:…
|
||
The post Zero-Width Space 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[Good Meetings]]></title>
|
||
<id>https://css-tricks.com/?p=342995</id>
|
||
<link href="https://css-tricks.com/good-meetings/"/>
|
||
<updated>2021-07-02T14:41:26.000Z</updated>
|
||
<summary type="html"><![CDATA[Like it or not, meetings are essential to a good working environment and communication. Therefore, it’s crucial that we work on making them as productive as possible. Today we’ll explore myriad ways to keep meetings coordinated, well documented, and talk …
|
||
The post Good Meetings appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Sarah Drasner</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[The Trick to Enable Printify Shipping Notifications for Orders in WooCommerce? Customer Notes.]]></title>
|
||
<id>https://css-tricks.com/?p=342994</id>
|
||
<link href="https://css-tricks.com/the-trick-to-enable-printify-shipping-notifications-for-orders-in-woocommerce-customer-notes/"/>
|
||
<updated>2021-07-02T00:02:51.000Z</updated>
|
||
<summary type="html"><![CDATA[This is a super niche blog post. But it’s been on my list forever to write down because this caused me grief for far too long.
|
||
The setup is that you can use WooCommerce to sell things on a WordPress …
|
||
The post The Trick to Enable Printify Shipping Notifications for Orders in WooCommerce? Customer Notes. 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 for Web Vitals]]></title>
|
||
<id>https://css-tricks.com/?p=343637</id>
|
||
<link href="https://web.dev/css-web-vitals/"/>
|
||
<updated>2021-07-01T18:54:45.000Z</updated>
|
||
<summary type="html"><![CDATA[The marketing for Core Web Vitals (CWV) has been a massive success. I guess that’s what happens when the world’s dominant search engine tells people that something’s going to be an SEO factor. Ya know what language can play a …
|
||
The post CSS for Web Vitals 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[App Platform on Digital Ocean]]></title>
|
||
<id>https://css-tricks.com/?p=342591</id>
|
||
<link href="https://css-tricks.com/app-platform-on-digital-ocean/"/>
|
||
<updated>2021-07-01T18:54:12.000Z</updated>
|
||
<summary type="html"><![CDATA[This is new stuff from DO.
|
||
App Platform is a hosting product, no surprise there, but it has some features that are Jamstack-inspired in the best possible way, and an additional set of unique and powerful features. Let’s start with …
|
||
The post App Platform on Digital Ocean 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[Hack the “Deploy to Netlify” Button Using Environment Variables to Make a Customizable Site Generator]]></title>
|
||
<id>https://css-tricks.com/?p=343092</id>
|
||
<link href="https://css-tricks.com/hack-the-deploy-to-netlify-button-using-environment-variables-to-make-a-customizable-site-generator/"/>
|
||
<updated>2021-07-01T14:40:14.000Z</updated>
|
||
<summary type="html"><![CDATA[If you’re anything like me, you like being lazy shortcuts. The “Deploy to Netlify” button allows me to take this lovely feature of my personality and be productive with it.
|
||
|
||
Clicking the button above lets me (or you!) instantly …
|
||
The post Hack the “Deploy to Netlify” Button Using Environment Variables to Make a Customizable Site Generator appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Cassidy Williams</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[How do you make a layout with pictures down one side of a page matched up with paragraphs on the other side?]]></title>
|
||
<id>https://css-tricks.com/?p=343224</id>
|
||
<link href="https://css-tricks.com/how-do-you-make-a-layout-with-pictures-down-one-side-of-a-page-matched-up-with-paragraphs-on-the-other-side/"/>
|
||
<updated>2021-06-30T20:36:52.000Z</updated>
|
||
<summary type="html"><![CDATA[I got this exact question in an email the other day, and I thought it would make a nice blog post because of how wonderfully satisfying this is to do in CSS these days. Plus we can sprinkle in polish …
|
||
The post How do you make a layout with pictures down one side of a page matched up with paragraphs on the other side? 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 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>
|
||
<entry>
|
||
<title type="html"><![CDATA[An Alternative Voice UI To Voice Assistants]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/alternative-voice-ui-voice-assistants/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/alternative-voice-ui-voice-assistants/"/>
|
||
<updated>2021-06-18T15:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Voice assistants are currently the most popular use case for voice user interfaces. However, due to the bad feedback loop resulting from voice assistants can only solve simple user tasks such as setting an alarm or playing music. In order for voice user interfaces to really break through, feedback to the user must be visual, not auditive.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Ottomatias Peura)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Client-Side Routing In Next.js]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/client-side-routing-next-js/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/client-side-routing-next-js/"/>
|
||
<updated>2021-06-18T13:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Next.js has a file-based routing system in which each page automatically becomes a route based on its file name. This article will guide you through almost everything you need to know about Routing in Next.js and point you in the direction of related topics and concepts.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Adebiyi Adedotun)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Your Image Is Probably Not Decorative]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/img-alt-attribute-alternate-description-decorative/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/img-alt-attribute-alternate-description-decorative/"/>
|
||
<updated>2021-06-17T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Image placement on the modern web is highly intentional, helping to communicate the overall purpose of a page or view. This means that nearly every image you declare needs to have an alternate description.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Eric Bailey)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[A Complete Guide To Accessibility Tooling]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/complete-guide-accessibility-tooling/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/complete-guide-accessibility-tooling/"/>
|
||
<updated>2021-06-16T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In a new short series of posts, we highlight some of the useful tools and techniques for developers and designers. Recently we’ve covered HTML Emails and SVG Generators. This time we look into different kinds of tools to help you streamline your accessibility testing process. Don’t miss the next one.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Nic Chan)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Spinning Up Multiple WordPress Sites Locally With DevKinsta]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/multiple-wordpress-sites-locally-devkinsta/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/multiple-wordpress-sites-locally-devkinsta/"/>
|
||
<updated>2021-06-15T10:15:00.000Z</updated>
|
||
<summary type="html"><![CDATA[When developing themes and plugins for WordPress, we need to test them in different environments. How can we create multiple testing sites on our computer, quickly and easily, without having to become a sysadmin?]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Leonardo Losoviz)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Smashing Podcast Episode 39 With Addy Osmani: Image Optimization]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/smashing-podcast-episode-39/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/smashing-podcast-episode-39/"/>
|
||
<updated>2021-06-15T07:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this episode of the Smashing Podcast, we’re talking about image optimization. What steps should we follow for performant images in 2021? We talk to expert Addy Osmani to find out.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Drew McLellan)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[When CSS Isn’t Enough: JavaScript Requirements For Accessible Components]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/css-javascript-requirements-accessible-components/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/css-javascript-requirements-accessible-components/"/>
|
||
<updated>2021-06-14T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Spoiler alert: tooltips, modals, tabs, carousels, and dropdown menus are some of the user interface components that require more than CSS. To ensure accessibility of your interface, JavaScript is a necessary addition to accomplish focus management, respond to keyboard events, and toggle ARIA attributes.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Stephanie Eckles)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Web Design Done Well: Making Use Of Audio]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/web-design-done-well-audio/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/web-design-done-well-audio/"/>
|
||
<updated>2021-06-11T15:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Design often revolves around visuals, but the other senses deserve love too. In this article, we tune in to audio features that are making sites sing.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Frederick O’Brien)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Useful Front-End Boilerplates And Starter Kits]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/"/>
|
||
<updated>2021-06-10T15:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[We don’t need to write everything from scratch every single time. With boilerplates and starter kits, we can set up our projects faster, and get to work immediately.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Cosima Mielke)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Three Front-End Auditing Tools I Discovered Recently]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/three-frontend-auditing-tools/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/three-frontend-auditing-tools/"/>
|
||
<updated>2021-06-10T11:15:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Building a faster website can be a rocket task these days. There are so many things to consider, so it’s challenging to get everything right. Here are some less-known tools that might help you get there.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Stefan Judis)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Meet <code>:has</code>, A Native CSS Parent Selector (And More)]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/has-native-css-parent-selector/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/has-native-css-parent-selector/"/>
|
||
<updated>2021-06-09T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[What makes relational selector one of the most requested features and how are we, as developers, working around not having it? In this article, we’re going to check the early spec of the :has selector, and see how it should improve the CSS workflow once it’s released.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Adrian Bece)</name>
|
||
</author>
|
||
</entry>
|
||
</feed> |