mirror of
https://github.com/osmoscraft/osmosfeed-template.git
synced 2026-03-11 14:44:24 +00:00
647 lines
No EOL
44 KiB
XML
647 lines
No EOL
44 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||
<id>urn:2021-06-19T00:37:43.459Z</id>
|
||
<title>osmos::feed</title>
|
||
<updated>2021-06-19T00:37:43.459Z</updated>
|
||
<generator>osmosfeed 1.10.2</generator>
|
||
<link rel="alternate" href="index.html"/>
|
||
<entry>
|
||
<title type="html"><![CDATA[Using the `outline` Property as a Collapsable Border]]></title>
|
||
<id>https://css-tricks.com/?p=341511</id>
|
||
<link href="https://css-tricks.com/using-the-outline-property-as-a-collapsable-border/"/>
|
||
<updated>2021-06-18T20:38:59.000Z</updated>
|
||
<summary type="html"><![CDATA[The outline property in CSS draws a line around the outside of an element. This is quite similar to the border property, the main exception being that outline isn’t a part of the box model. It is often used for …
|
||
The post Using the `outline` Property as a Collapsable Border appeared first on CSS-Tricks.
|
||
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Carter Li</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[TCP vs UDP – Which Protocol is Faster?]]></title>
|
||
<id>60b46dbd11ffb70827ef9dea</id>
|
||
<link href="https://www.freecodecamp.org/news/tcp-vs-udp-which-is-faster/"/>
|
||
<updated>2021-06-18T15:45:00.000Z</updated>
|
||
<summary type="html"><![CDATA[What is TCP?TCP is an acronym for Transmission Control Protocol. It is a transport layer protocol that allows packets to be sent from one location to another. TCP is a connection-oriented protocol, which means it establishes the connection before any communication between the network’s computer units. Because we]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Machine Learning Specialisation Courses for Advanced ML Practitioners]]></title>
|
||
<id>60cc5a904dc1a607ed7b4c54</id>
|
||
<link href="https://www.freecodecamp.org/news/machine-learning-specialisation-courses-for-advanced-ml-practitioners/"/>
|
||
<updated>2021-06-18T15:43:56.000Z</updated>
|
||
<summary type="html"><![CDATA[Today, you don’t need to go to a university or a college to pursue a career in machine learning or any data-driven domain. But you do need a plan and a roadmap to guide your studies. Once you have charted your own learning roadmap with a goal in mind,]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</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[Understanding Sorting Algorithms]]></title>
|
||
<id>60cca3294dc1a607ed7b4c76</id>
|
||
<link href="https://www.freecodecamp.org/news/understanding-sorting-algorithms/"/>
|
||
<updated>2021-06-18T13:56:04.000Z</updated>
|
||
<summary type="html"><![CDATA[Every programming language uses sorting algorithms. While programming languages have easy-to-use sorting methods, it can be helpful to understand how they work. We just released a course on the freeCodeCamp.org YouTube channel that will teach you some of the most popular sorting algorithms! Haris Iftikhar developed this course. Haris]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Links on Typography]]></title>
|
||
<id>https://css-tricks.com/?p=342326</id>
|
||
<link href="https://css-tricks.com/links-on-typography-2/"/>
|
||
<updated>2021-06-18T13:44:17.000Z</updated>
|
||
<summary type="html"><![CDATA[I studied the fonts of the top 1000 websites. Here’s what I learned. — Michael Li brings the data. San-serif has total dominance. “[…] it is rare to go below 10px or above 24px.” And poor <h5> always being the
|
||
…
|
||
The post Links on Typography 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[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[Perfect Tooltips With CSS Clipping and Masking]]></title>
|
||
<id>https://css-tricks.com/?p=341948</id>
|
||
<link href="https://css-tricks.com/perfect-tooltips-with-css-clipping-and-masking/"/>
|
||
<updated>2021-06-17T14:45:57.000Z</updated>
|
||
<summary type="html"><![CDATA[Clipping and masking have been around for a while now in CSS and even have pretty decent browser support. I recently worked on a project that needed to use a clipping technique for tooltips showing above links in text.
|
||
Those …
|
||
The post Perfect Tooltips With CSS Clipping and Masking appeared first on CSS-Tricks.
|
||
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Louis Hoebregts</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Start Serving Optimized Images in Vue]]></title>
|
||
<id>https://css-tricks.com/?p=342257</id>
|
||
<link href="https://css-tricks.com/start-serving-optimized-images-in-vue/"/>
|
||
<updated>2021-06-17T14:38:42.000Z</updated>
|
||
<summary type="html"><![CDATA[Images have become extremely important to the effectiveness of websites. They speak a 1000 words, attract attention, and stimulate emotions.
|
||
However, web performance is also a growing problem for most websites. And images are at the heart of many web …
|
||
The post Start Serving Optimized Images in Vue appeared first on CSS-Tricks.
|
||
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>ImageEngine</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Azure AI Fundamentals Certification (AI-900) – Pass the Exam With This Free 4 Hour Course]]></title>
|
||
<id>60c2aa56d3126007592d6226</id>
|
||
<link href="https://www.freecodecamp.org/news/azure-data-fundamentals-certification-ai-900-pass-the-exam-with-this-free-4-hour-course/"/>
|
||
<updated>2021-06-17T12:02:47.000Z</updated>
|
||
<summary type="html"><![CDATA[What is the Azure AI Fundamentals Certification?The Azure AI Fundamentals Certification is for those seeking a Machine Learning role such as AI Engineer or Data Scientist. In the last decade companies have been collecting vast amount of data surrounding their service and product offerings. The successful companies of the]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</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[What are Bookmarklets? How to Use JavaScript to Make a Bookmarklet in Chromium and Firefox]]></title>
|
||
<id>60c88bbc4dc1a607ed7b2ffa</id>
|
||
<link href="https://www.freecodecamp.org/news/what-are-bookmarklets/"/>
|
||
<updated>2021-06-17T00:53:04.000Z</updated>
|
||
<summary type="html"><![CDATA[Bookmarklets are browser bookmarks that execute JavaScript instead of opening a webpage. They're also known as bookmark applets, favlets, or JavaScript bookmarks. Bookmarklets are natively available in all major browsers, including Mozilla Firefox and Chromium-based browsers like Chrome or Brave. Scripting with JavaScriptLearning how to write scripts provides many benefits,]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[JavaScript Split – How to Split a String into an Array in JS]]></title>
|
||
<id>60c088e5d3126007592d56f1</id>
|
||
<link href="https://www.freecodecamp.org/news/javascript-split-how-to-split-a-string-into-an-array-in-js/"/>
|
||
<updated>2021-06-16T21:19:08.000Z</updated>
|
||
<summary type="html"><![CDATA[In general, a string represents a sequence of characters in a programming language. Let's look at an example of a string created using a sequence of characters, "Yes, You Can DO It!". In JavaScript, we can create a string in a couple of ways: Using the string literal as a]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Inline Styles as Classes (lol)]]></title>
|
||
<id>https://css-tricks.com/?p=342358</id>
|
||
<link href="https://css-tricks.com/inline-styles-as-classes-lol/"/>
|
||
<updated>2021-06-16T21:11:02.000Z</updated>
|
||
<summary type="html"><![CDATA[If you’re abhorred by using inline styles, just move that style to the class attribute! And then make sure you have CSS in place that, ya know, does what it says on the box.
|
||
I've revolutionized CSS. pic.twitter.com/1AWCldyCwP
|
||
— Sam
|
||
|
||
…
|
||
The post Inline Styles as Classes (lol) 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[Skewness and Kurtosis – Positively Skewed and Negatively Skewed Distributions in Statistics Explained]]></title>
|
||
<id>60b8cb0aacb62507dd1d82ea</id>
|
||
<link href="https://www.freecodecamp.org/news/skewness-and-kurtosis-in-statistics-explained/"/>
|
||
<updated>2021-06-16T20:56:49.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, I'll explain two important concepts in statistics: skewness and kurtosis. And don't worry – you won't need to know very much math to understand these concepts and learn how to apply them. What are Density Curves?Let's first talk a bit about density curves, as skewness and kurtosis]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Build Better React Apps with These Simple Tricks]]></title>
|
||
<id>60ca25704dc1a607ed7b408c</id>
|
||
<link href="https://www.freecodecamp.org/news/build-better-react-apps-with-these-tricks/"/>
|
||
<updated>2021-06-16T20:55:03.000Z</updated>
|
||
<summary type="html"><![CDATA[Here's a list of amazing tricks that you can use to improve your React applications instantly. These tips will not only make your code cleaner and more reliable, but they also aim to make your development experience easier and overall more enjoyable. Give these techniques a try in your React]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Useful and Useless Code Comments]]></title>
|
||
<id>https://css-tricks.com/?p=342630</id>
|
||
<link href="https://blog.jim-nielsen.com/2021/useful-and-usless-code-comments/"/>
|
||
<updated>2021-06-16T19:08:33.000Z</updated>
|
||
<summary type="html"><![CDATA[Jim Nielsen:
|
||
If somebody says a comment isn’t adding any value, I would ask: to whom?
|
||
Personally, I’ve never liked the advice that writing obvious comments is bad practice—probably because I write obvious comments all the time.
|
||
Jim showed …
|
||
The post Useful and Useless Code Comments 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[Teach Yourself Data Analytics in 30 Days]]></title>
|
||
<id>60ca30af4dc1a607ed7b4197</id>
|
||
<link href="https://www.freecodecamp.org/news/teach-yourself-data-analytics-in-30-days/"/>
|
||
<updated>2021-06-16T17:19:31.000Z</updated>
|
||
<summary type="html"><![CDATA[You can learn the basics of Data Analytics with 30 days of practice. We just released a Data Analytics course on the freeCodeCamp.org YouTube channel. The course includes a 40-minute video, as well as a website and Jupyter notebooks. If you follow the plan laid out in these course]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How I Used the WAAPI to Build an Animation Library]]></title>
|
||
<id>https://css-tricks.com/?p=342353</id>
|
||
<link href="https://css-tricks.com/how-i-used-the-waapi-to-build-an-animation-library/"/>
|
||
<updated>2021-06-16T14:26:58.000Z</updated>
|
||
<summary type="html"><![CDATA[The Web Animations API lets us construct animations and control their playback with JavaScript. The API opens the browser’s animation engine to developers and was designed to underlie implementations of both CSS animations and transitions, leaving the door open to …
|
||
The post How I Used the WAAPI to Build an Animation Library appeared first on CSS-Tricks.
|
||
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Okiki Ojo</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[Detect Unused Classes in… HTML]]></title>
|
||
<id>https://css-tricks.com/?p=342198</id>
|
||
<link href="https://css-tricks.com/detect-unused-classes-in-html/"/>
|
||
<updated>2021-06-15T23:24:20.000Z</updated>
|
||
<summary type="html"><![CDATA[Usually, when “unused” comes up in conversation regarding CSS, it’s about removing chunks of CSS that are not used in your site or, at least, the styles not currently in use on a specific page. The minimal amount of CSS …
|
||
The post Detect Unused Classes in… HTML 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[DevOps Engineering Course for Beginners]]></title>
|
||
<id>60c91b2b4dc1a607ed7b389a</id>
|
||
<link href="https://www.freecodecamp.org/news/devops-engineering-course-for-beginners/"/>
|
||
<updated>2021-06-15T21:33:17.000Z</updated>
|
||
<summary type="html"><![CDATA[DevOps is one of the highest-paying roles you can get at a software company. And even if you aren't working as a DevOps, knowing how it works will make you a more productive developer. We just published a DevOps Engineering course on the freeCodeCamp.org YouTube channel. Learn all about]]></summary>
|
||
<author>
|
||
<name>freeCodeCamp.org</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Media Queries in Times of @container]]></title>
|
||
<id>https://css-tricks.com/?p=342519</id>
|
||
<link href="https://mxb.dev/blog/media-queries-in-times-of-container-queries/"/>
|
||
<updated>2021-06-15T19:51:32.000Z</updated>
|
||
<summary type="html"><![CDATA[Max Böck took me up on my challenge to look through a codebase and see how many of the @media queries could ultimately become @container queries.
|
||
I took the bait and had a look at some of my projects –
|
||
…
|
||
The post Media Queries in Times of @container 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[Just How Niche is Headless WordPress?]]></title>
|
||
<id>https://css-tricks.com/?p=342248</id>
|
||
<link href="https://css-tricks.com/just-how-niche-is-headless-wordpress/"/>
|
||
<updated>2021-06-15T14:31:34.000Z</updated>
|
||
<summary type="html"><![CDATA[I wonder where headless WordPress will land. And by “headless” I mean only using the WordPress admin and building out the user-facing site through the WordPress REST API rather than the traditional WordPress theme structure.
|
||
Is it… big? The future …
|
||
The post Just How Niche is Headless WordPress? 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[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[Making Tables With Sticky Header and Footers Got a Bit Easier]]></title>
|
||
<id>https://css-tricks.com/?p=342294</id>
|
||
<link href="https://css-tricks.com/making-tables-with-sticky-header-and-footers-got-a-bit-easier/"/>
|
||
<updated>2021-06-14T22:04:41.000Z</updated>
|
||
<summary type="html"><![CDATA[It wasn’t long ago when I looked at sticky headers and footers in HTML <table>s in the blog post A table with both a sticky header and a sticky first column. In it, I never used position: sticky on …
|
||
The post Making Tables With Sticky Header and Footers Got a Bit Easier 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-Tricks Chronicle XXXX]]></title>
|
||
<id>https://css-tricks.com/?p=342229</id>
|
||
<link href="https://css-tricks.com/css-tricks-chronicle-xxxx/"/>
|
||
<updated>2021-06-14T18:20:17.000Z</updated>
|
||
<summary type="html"><![CDATA[Just a little link roundup of some off-site stuff I’ve done recently. As I’m wont to do from time to time.
|
||
DevJourney Podcast
|
||
#151 Chris Coyier from ceramics to CSS-Tricks and CodePen‘
|
||
Chris took us from playing on
|
||
…
|
||
The post CSS-Tricks Chronicle XXXX 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[Securing Your Website With Subresource Integrity]]></title>
|
||
<id>https://css-tricks.com/?p=342070</id>
|
||
<link href="https://css-tricks.com/securing-your-website-with-subresource-integrity/"/>
|
||
<updated>2021-06-14T13:30:27.000Z</updated>
|
||
<summary type="html"><![CDATA[When you load a file from an external server, you’re trusting that the content you request is what you expect it to be. Since you don’t manage the server yourself, you’re relying on the security of yet another third party …
|
||
The post Securing Your Website With Subresource Integrity appeared first on CSS-Tricks.
|
||
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Khari McMillian</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[Safari 15: New UI, Theme Colors, and… a CSS-Tricks Cameo!]]></title>
|
||
<id>https://css-tricks.com/?p=342429</id>
|
||
<link href="https://css-tricks.com/safari-15-new-ui-theme-colors-and-a-css-tricks-cameo/"/>
|
||
<updated>2021-06-11T21:38:48.000Z</updated>
|
||
<summary type="html"><![CDATA[There’s a 33-minute video (and resources) over on apple.com covering the upcoming Safari changes we saw in the WWDC keynote this year in much more detail. Look who’s got a little cameo in there:
|
||
Perhaps the most noticeable thing there …
|
||
The post Safari 15: New UI, Theme Colors, and… a CSS-Tricks Cameo! 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 Possibilities of Syndication]]></title>
|
||
<id>https://css-tricks.com/?p=342237</id>
|
||
<link href="https://css-tricks.com/the-possibilities-of-syndication/"/>
|
||
<updated>2021-06-11T21:25:56.000Z</updated>
|
||
<summary type="html"><![CDATA[That’s the one word that isn’t an adjective in the acronym RSS.
|
||
Really Simple Syndication.
|
||
Update: Lol there are literally two mistakes there. RSS is an initialism not an acronym, and “Really” is an adverb not an adjective.
|
||
RSS …
|
||
The post The Possibilities of Syndication appeared first on CSS-Tricks.
|
||
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||
<author>
|
||
<name>Chris Coyier</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Web Design Done Well: 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>
|
||
<entry>
|
||
<title type="html"><![CDATA[From AVIF to WebP: A New Smashing Book By Addy Osmani]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/image-optimization-book-release/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/image-optimization-book-release/"/>
|
||
<updated>2021-06-08T12:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[It’s here! For the last year, we’ve been working with Addy Osmani on a new Smashing Book all around image optimization. And now it’s here. Meet “Image Optimization”, our deep-dive guide to understand how to deliver high-quality images on the web fast.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Vitaly Friedman)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How To Build A Geocoding App In Vue.js Using Mapbox]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/building-geocoding-app-vue-mapbox/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/building-geocoding-app-vue-mapbox/"/>
|
||
<updated>2021-06-07T11:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this guide, we’ll be taking a general look at the concepts of forward geocoding and reverse geocoding, and will build a mini-app that applies these concepts to display specific locations, using Mapbox and Vue.js 2.6.11 to achieve this.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Prince Chukwudire)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Getting Started With Webpack]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/getting-started-webpack/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/getting-started-webpack/"/>
|
||
<updated>2021-06-04T10:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Modern browsers provide good support for JavaScript modules, but module bundlers such as webpack stay a critical part of the JavaScript toolchain. Let’s take a deep dive into what webpack is and how to use it in your development workflow.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Nwani Victory)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Managing Shared State In Vue 3]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/managing-shared-state-vue3/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/managing-shared-state-vue3/"/>
|
||
<updated>2021-06-03T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Writing large-scale Vue applications can be a challenge. In this article, Shawn Wildermuth dives into the pros and cons of approaches like factories, shared objects, and using Vuex. He also explains what is coming in Vuex 5.0 that might change how we all use shared state in Vue 3.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Shawn Wildermuth)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How To Fix Cumulative Layout Shift (CLS) Issues]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/how-to-fix-cumulative-layout-shift-issues/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/how-to-fix-cumulative-layout-shift-issues/"/>
|
||
<updated>2021-06-02T12:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Google’s Core Web Vitals initiative has taken the SEO and Web Performance worlds by storm and many sites are busy optimizing their Page Experience to maximize the ranking factor. The Cumulative Layout Shift metric is causing trouble to a lot of sites, so let’s have a look at ways of addressing any issues for that metric.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Barry Pollard)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Improving The Performance Of An Online Store (Case Study)]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/front-end-performance-online-store-jewellerybox/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/front-end-performance-online-store-jewellerybox/"/>
|
||
<updated>2021-06-02T10:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Getting a good performance score from Google is hard for any website — but doing so for an online store is even harder. We achieved green scores — even several for mobile. Here is how we did it.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Jennifer Brehm)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Smashing Podcast Episode 38 With Ivan Akulov: Why Is My React App Slow?]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/smashing-podcast-episode-38/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/smashing-podcast-episode-38/"/>
|
||
<updated>2021-06-01T14:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this episode, we’re talking about React performance. What factors slow our React apps down, and how can we fix it? Drew McLellan talks to expert Ivan Akulov to find out.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Drew McLellan)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Setting Up A Currency Convertor With ExchangeRatesApi.io]]></title>
|
||
<id>https://smashingmagazine.com/2021/06/currency-convertor-exchangeratesapi/</id>
|
||
<link href="https://smashingmagazine.com/2021/06/currency-convertor-exchangeratesapi/"/>
|
||
<updated>2021-06-01T09:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Amazon allows visitors to display prices in their own currency. Thanks to *ExchangeRatesApi.io*, we can do the same for our online shops, providing a better experience to our customers. Let’s find out how.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Leonardo Losoviz)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[v1.10.2]]></title>
|
||
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.10.2</id>
|
||
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.10.2"/>
|
||
<updated>2021-06-01T04:39:30.000Z</updated>
|
||
<summary type="html"><![CDATA[Added: testing and CI/CD workflows]]></summary>
|
||
<author>
|
||
<name>Release notes from osmosfeed</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Happy June Vibes For Your Screen (2021 Desktop Wallpapers Edition)]]></title>
|
||
<id>https://smashingmagazine.com/2021/05/desktop-wallpaper-calendars-june-2021/</id>
|
||
<link href="https://smashingmagazine.com/2021/05/desktop-wallpaper-calendars-june-2021/"/>
|
||
<updated>2021-05-31T11:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[What could be a better way to welcome June than with some colorful inspiration? Well, we might have something for you: wallpapers created with love by artists and designers from across the globe.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Cosima Mielke)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Adding A Commenting System To A WYSIWYG Editor]]></title>
|
||
<id>https://smashingmagazine.com/2021/05/commenting-system-wysiwyg-editor/</id>
|
||
<link href="https://smashingmagazine.com/2021/05/commenting-system-wysiwyg-editor/"/>
|
||
<updated>2021-05-28T11:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[In this article, we’ll be re-using the foundational WYSIWYG Editor built in the first article to build a commenting system for a WYSIWYG Editor that enables users to select text inside a document and share their comments on it. Let’s dig in!]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Shalabh Vyas)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Useful VS Code Extensions For Front-End Developers]]></title>
|
||
<id>https://smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/</id>
|
||
<link href="https://smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/"/>
|
||
<updated>2021-05-27T13:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Meet useful Visual Studio Code extensions for web developers: little helpers to minimize slow-downs and frustrations, and boost developer’s workflow along the way. With auto log messages, auto code formatting, file utils, file labels, code snippets, highlight brackets, tags, indents and workspaces, onboarding and remote SSH.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Cosima Mielke)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[How To Build And Launch Powerful Responsive Websites With Editor X]]></title>
|
||
<id>https://smashingmagazine.com/2021/05/build-launch-responsive-websites-editorx/</id>
|
||
<link href="https://smashingmagazine.com/2021/05/build-launch-responsive-websites-editorx/"/>
|
||
<updated>2021-05-27T09:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[While web builders have been around for a long time, it wasn’t until recently that they became practical for professional use. Closing the gap between design and code has become the north star for many companies and we are seeing a wave of tools that deliver on this promise.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Miroslav Bekyarov)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Accessible SVGs: Perfect Patterns For Screen Reader Users]]></title>
|
||
<id>https://smashingmagazine.com/2021/05/accessible-svg-patterns-comparison/</id>
|
||
<link href="https://smashingmagazine.com/2021/05/accessible-svg-patterns-comparison/"/>
|
||
<updated>2021-05-26T13:20:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Discover which SVG patterns we should avoid and which patterns are the most inclusive when comparing different combinations of OSs, browsers, and screen readers.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Carie Fisher)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[v1.9.0]]></title>
|
||
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.9.0</id>
|
||
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.9.0"/>
|
||
<updated>2021-05-26T06:02:55.000Z</updated>
|
||
<summary type="html"><![CDATA[Added: experimental support for iTunes podcast feed: Demo | Source. With this new release, you can render an audio control to play the mp3 file and display iTunes episode duration. It is "experimental" due to these caveats:
|
||
|
||
This feature is currently only available through custom template.
|
||
iTunes has no strict format requirement for duration. The unit is most likely seconds but can be "hh:mm:ss" or "mm:ss" for some sources. A future version may expose a human readable string to the template.
|
||
No image support yet. Some shows might have disabled CORS or use a relative URL for image, which forces osmosfeed to download the image during build. A future version may support it.
|
||
You can't republish the podcast in the feed output. Supporting this goes beyond the scope of the project at the moment.
|
||
Fixed: the articles in template data were not sorted.
|
||
Thank you @Zenigata]]></summary>
|
||
<author>
|
||
<name>Release notes from osmosfeed</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[A Guide To Undoing Mistakes With Git (Part 2)]]></title>
|
||
<id>https://smashingmagazine.com/2021/05/undoing-mistakes-git-part2/</id>
|
||
<link href="https://smashingmagazine.com/2021/05/undoing-mistakes-git-part2/"/>
|
||
<updated>2021-05-25T14:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Mistakes. These cruel villains do not even stop at the beautiful world of software development. But although we cannot avoid making mistakes, we can learn to undo them! This post will show the right tools for your daily work with Git.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Tobias Günther)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[A New Way To Reduce Font Loading Impact: CSS Font Descriptors]]></title>
|
||
<id>https://smashingmagazine.com/2021/05/reduce-font-loading-impact-css-descriptors/</id>
|
||
<link href="https://smashingmagazine.com/2021/05/reduce-font-loading-impact-css-descriptors/"/>
|
||
<updated>2021-05-25T09:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Web fonts are often terrible for web performance and none of the font loading strategies are particularly effective to address that. Upcoming font options may finally deliver on the promise of making it easier to align fallback fonts to the final fonts.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Barry Pollard)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[CSS Container Queries: Use-Cases And Migration Strategies]]></title>
|
||
<id>https://smashingmagazine.com/2021/05/css-container-queries-use-cases-migration-strategies/</id>
|
||
<link href="https://smashingmagazine.com/2021/05/css-container-queries-use-cases-migration-strategies/"/>
|
||
<updated>2021-05-24T11:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[CSS Container queries bring media queries closer to the target elements themselves and enables them to adapt to virtually any given container or layout. In this article, we’re going to cover CSS container query basics and how to use them today with progressive enhancement or polyfills.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Adrian Bece)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[v1.8.1]]></title>
|
||
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.8.1</id>
|
||
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.8.1"/>
|
||
<updated>2021-05-23T05:40:12.000Z</updated>
|
||
<summary type="html"><![CDATA[Fixed: UnhandledPromiseRejectionWarning: Error: At least one option must be a string]]></summary>
|
||
<author>
|
||
<name>Release notes from osmosfeed</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[v1.8.0]]></title>
|
||
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.8.0</id>
|
||
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.8.0"/>
|
||
<updated>2021-05-23T05:12:08.000Z</updated>
|
||
<summary type="html"><![CDATA[Changed: Smart summary truncation. When there is no dedicated summary (only Atom feed has it, and many sites don't use it) from the source, we check if the content/description (Both Atom and RSS) field is long enough to be full text. If so, it will be truncated into a "pseudo" summary. If not, we assume the source used the content field as summary, and it will be displayed in full length.
|
||
Thank you: @LooperXX.]]></summary>
|
||
<author>
|
||
<name>Release notes from osmosfeed</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Building A Rich Text Editor (WYSIWYG)]]></title>
|
||
<id>https://smashingmagazine.com/2021/05/building-wysiwyg-editor-javascript-slatejs/</id>
|
||
<link href="https://smashingmagazine.com/2021/05/building-wysiwyg-editor-javascript-slatejs/"/>
|
||
<updated>2021-05-21T11:30:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Let’s build a rich text, WYSIWYG-editor that supports rich text, images, links and some nuanced features from word processing apps. We will use SlateJS to build the shell of the editor and then add a toolbar and custom configurations.]]></summary>
|
||
<author>
|
||
<name>hello@smashingmagazine.com (Shalabh Vyas)</name>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[Boost Your Skills Online: Smashing Workshops On Front-End And Design]]></title>
|
||
<id>https://smashingmagazine.com/2021/05/new-online-workshops-front-end-ux/</id>
|
||
<link href="https://smashingmagazine.com/2021/05/new-online-workshops-front-end-ux/"/>
|
||
<updated>2021-05-20T14:20:00.000Z</updated>
|
||
<summary type="html"><![CDATA[Front-end and design are remarkably complex these days. That’s why we invite kind, smart folks from the community to run online workshops 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>
|
||
</feed> |