This commit is contained in:
chuanqisun 2021-06-23 00:36:08 +00:00
parent 33f2c9bfe3
commit fe8f4fa3bf
3 changed files with 337 additions and 376 deletions

View file

@ -30,10 +30,37 @@
"feedUrl": "https://css-tricks.com/feed/",
"siteUrl": "https://css-tricks.com",
"articles": [
{
"id": "https://css-tricks.com/?p=342930",
"author": "Chris Coyier",
"description": "There are four keywords that are valid values for any CSS property (see the title). Of those, day to day, Id say I see the inherit used the most. Perhaps because its been around the longest (I think?) but also …\nThe post inherit, initial, unset, revert appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/inherit-initial-unset-revert/",
"publishedOn": "2021-06-22T21:20:20.000Z",
"wordCount": 687,
"title": "inherit, initial, unset, revert"
},
{
"id": "https://css-tricks.com/?p=342634",
"author": "Geoff Rich",
"description": "Svelte fully supports custom elements (e.g. <my-component>) without any custom configuration or wrapper components and has a perfect score on Custom Elements Everywhere. However, there are still a few quirks you need to watch out for, especially around …\nThe post Using Custom Elements in Svelte appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/using-custom-elements-in-svelte/",
"publishedOn": "2021-06-22T14:37:50.000Z",
"wordCount": 3090,
"title": "Using Custom Elements in Svelte"
},
{
"id": "https://css-tricks.com/?p=342925",
"author": "Chris Coyier",
"description": "Im not here to raise a shield protecting CSS utility frameworks. I dont even particularly like the approach, myself, and nothing is above fair criticism. But fair is a key word there. I cant tell you how many times Ive …\nThe post If were gonna criticize utility-class frameworks, lets be fair about it appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/if-were-gonna-criticize-utility-class-frameworks-lets-be-fair-about-it/",
"publishedOn": "2021-06-22T14:33:41.000Z",
"wordCount": 1497,
"title": "If were gonna criticize utility-class frameworks, lets be fair about it"
},
{
"id": "https://css-tricks.com/?p=342887",
"author": "Chris Coyier",
"description": "Una is calling it the new responsive. A nod to the era we were most certainly in, the era of responsive design. Where responsive design was fluid grids, flexible media, and media queries, the new responsive is those things …\nThe post Are we in a new era of web design? What do we call it? appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"description": "Una is calling it the new responsive. A nod to the era we were most certainly in, the era of responsive design. Where responsive design was fluid grids, flexible media, and media queries, the new responsive is those things …\nThe post Are we in a new era of web design? What do we call it? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://web.dev/new-responsive/",
"publishedOn": "2021-06-21T21:22:33.000Z",
"wordCount": 2285,
@ -42,7 +69,7 @@
{
"id": "https://css-tricks.com/?p=342448",
"author": "Preethi",
"description": "Lets forego the usual circles and bars we typically see used in charts for more eccentric shapes. With online presentations more and more common today, a quick way to spruce up your web slides and make them stand out is …\nThe post How to Create CSS Charts With Interesting Shapes, Glyphs and Emoji appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"description": "Lets forego the usual circles and bars we typically see used in charts for more eccentric shapes. With online presentations more and more common today, a quick way to spruce up your web slides and make them stand out is …\nThe post How to Create CSS Charts With Interesting Shapes, Glyphs and Emoji appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/how-to-create-css-charts-with-interesting-shapes-glyphs-and-emoji/",
"publishedOn": "2021-06-21T14:32:45.000Z",
"wordCount": 1598,
@ -51,16 +78,16 @@
{
"id": "https://css-tricks.com/?p=341511",
"author": "Carter Li",
"description": "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 isnt a part of the box model. It is often used for …\nThe post Using the `outline` Property as a Collapsable Border appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"description": "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 isnt a part of the box model. It is often used for …\nThe post Using the `outline` Property as a Collapsable Border appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/using-the-outline-property-as-a-collapsable-border/",
"publishedOn": "2021-06-18T20:38:59.000Z",
"wordCount": 1083,
"wordCount": 1130,
"title": "Using the `outline` Property as a Collapsable Border"
},
{
"id": "https://css-tricks.com/?p=342326",
"author": "Chris Coyier",
"description": "I studied the fonts of the top 1000 websites. Heres 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 \n…\nThe post Links on Typography appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"description": "I studied the fonts of the top 1000 websites. Heres 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 \n…\nThe post Links on Typography appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/links-on-typography-2/",
"publishedOn": "2021-06-18T13:44:17.000Z",
"wordCount": 784,
@ -69,7 +96,7 @@
{
"id": "https://css-tricks.com/?p=341948",
"author": "Louis Hoebregts",
"description": "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.\nThose …\nThe post Perfect Tooltips With CSS Clipping and Masking appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"description": "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.\nThose …\nThe post Perfect Tooltips With CSS Clipping and Masking appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/perfect-tooltips-with-css-clipping-and-masking/",
"publishedOn": "2021-06-17T14:45:57.000Z",
"wordCount": 1691,
@ -78,7 +105,7 @@
{
"id": "https://css-tricks.com/?p=342257",
"author": "ImageEngine",
"description": "Images have become extremely important to the effectiveness of websites. They speak a 1000 words, attract attention, and stimulate emotions.\nHowever, web performance is also a growing problem for most websites. And images are at the heart of many web …\nThe post Start Serving Optimized Images in Vue appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"description": "Images have become extremely important to the effectiveness of websites. They speak a 1000 words, attract attention, and stimulate emotions.\nHowever, web performance is also a growing problem for most websites. And images are at the heart of many web …\nThe post Start Serving Optimized Images in Vue appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/start-serving-optimized-images-in-vue/",
"publishedOn": "2021-06-17T14:38:42.000Z",
"wordCount": 1309,
@ -87,16 +114,16 @@
{
"id": "https://css-tricks.com/?p=342358",
"author": "Chris Coyier",
"description": "If youre 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. \nI've revolutionized CSS. pic.twitter.com/1AWCldyCwP\n— Sam \n\n…\nThe post Inline Styles as Classes (lol) appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"description": "If youre 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. \nI've revolutionized CSS. pic.twitter.com/1AWCldyCwP\n— Sam \n\n…\nThe post Inline Styles as Classes (lol) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/inline-styles-as-classes-lol/",
"publishedOn": "2021-06-16T21:11:02.000Z",
"wordCount": 1367,
"wordCount": 1552,
"title": "Inline Styles as Classes (lol)"
},
{
"id": "https://css-tricks.com/?p=342630",
"author": "Chris Coyier",
"description": "Jim Nielsen: \nIf somebody says a comment isnt adding any value, I would ask: to whom?\nPersonally, Ive never liked the advice that writing obvious comments is bad practice—probably because I write obvious comments all the time.\nJim showed …\nThe post Useful and Useless Code Comments appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"description": "Jim Nielsen: \nIf somebody says a comment isnt adding any value, I would ask: to whom?\nPersonally, Ive never liked the advice that writing obvious comments is bad practice—probably because I write obvious comments all the time.\nJim showed …\nThe post Useful and Useless Code Comments appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://blog.jim-nielsen.com/2021/useful-and-usless-code-comments/",
"publishedOn": "2021-06-16T19:08:33.000Z",
"wordCount": 869,
@ -105,7 +132,7 @@
{
"id": "https://css-tricks.com/?p=342353",
"author": "Okiki Ojo",
"description": "The Web Animations API lets us construct animations and control their playback with JavaScript. The API opens the browsers animation engine to developers and was designed to underlie implementations of both CSS animations and transitions, leaving the door open to …\nThe post How I Used the WAAPI to Build an Animation Library appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"description": "The Web Animations API lets us construct animations and control their playback with JavaScript. The API opens the browsers animation engine to developers and was designed to underlie implementations of both CSS animations and transitions, leaving the door open to …\nThe 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.",
"link": "https://css-tricks.com/how-i-used-the-waapi-to-build-an-animation-library/",
"publishedOn": "2021-06-16T14:26:58.000Z",
"wordCount": 2416,
@ -114,7 +141,7 @@
{
"id": "https://css-tricks.com/?p=342198",
"author": "Chris Coyier",
"description": "Usually, when “unused” comes up in conversation regarding CSS, its 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 …\nThe post Detect Unused Classes in… HTML appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"description": "Usually, when “unused” comes up in conversation regarding CSS, its 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 …\nThe post Detect Unused Classes in… HTML appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/detect-unused-classes-in-html/",
"publishedOn": "2021-06-15T23:24:20.000Z",
"wordCount": 809,
@ -123,47 +150,20 @@
{
"id": "https://css-tricks.com/?p=342519",
"author": "Chris Coyier",
"description": "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.\nI took the bait and had a look at some of my projects \n…\nThe post Media Queries in Times of @container appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"description": "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.\nI took the bait and had a look at some of my projects \n…\nThe post Media Queries in Times of @container appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://mxb.dev/blog/media-queries-in-times-of-container-queries/",
"publishedOn": "2021-06-15T19:51:32.000Z",
"wordCount": 2234,
"wordCount": 2315,
"title": "Media Queries in Times of @container"
},
{
"id": "https://css-tricks.com/?p=342248",
"author": "Chris Coyier",
"description": "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.\nIs it… big? The future …\nThe post Just How Niche is Headless WordPress? appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"description": "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.\nIs it… big? The future …\nThe post Just How Niche is Headless WordPress? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/just-how-niche-is-headless-wordpress/",
"publishedOn": "2021-06-15T14:31:34.000Z",
"wordCount": 2883,
"title": "Just How Niche is Headless WordPress?"
},
{
"id": "https://css-tricks.com/?p=342294",
"author": "Chris Coyier",
"description": "It wasnt 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 …\nThe post Making Tables With Sticky Header and Footers Got a Bit Easier appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/making-tables-with-sticky-header-and-footers-got-a-bit-easier/",
"publishedOn": "2021-06-14T22:04:41.000Z",
"wordCount": 970,
"title": "Making Tables With Sticky Header and Footers Got a Bit Easier"
},
{
"id": "https://css-tricks.com/?p=342229",
"author": "Chris Coyier",
"description": "Just a little link roundup of some off-site stuff Ive done recently. As Im wont to do from time to time. \nDevJourney Podcast\n#151 Chris Coyier from ceramics to CSS-Tricks and CodePen\nChris took us from playing on \n…\nThe post CSS-Tricks Chronicle XXXX appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/css-tricks-chronicle-xxxx/",
"publishedOn": "2021-06-14T18:20:17.000Z",
"wordCount": 771,
"title": "CSS-Tricks Chronicle XXXX"
},
{
"id": "https://css-tricks.com/?p=342070",
"author": "Khari McMillian",
"description": "When you load a file from an external server, youre trusting that the content you request is what you expect it to be. Since you dont manage the server yourself, youre relying on the security of yet another third party …\nThe post Securing Your Website With Subresource Integrity appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/securing-your-website-with-subresource-integrity/",
"publishedOn": "2021-06-14T13:30:27.000Z",
"wordCount": 3330,
"title": "Securing Your Website With Subresource Integrity"
}
]
},
@ -172,13 +172,27 @@
"feedUrl": "https://www.smashingmagazine.com/feed/",
"siteUrl": "https://www.smashingmagazine.com/",
"articles": [
{
"id": "https://smashingmagazine.com/2021/06/design-code-modern-approach-development-challenges/",
"author": "hello@smashingmagazine.com (Mikołaj Dobrucki)",
"description": "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.",
"link": "https://smashingmagazine.com/2021/06/design-code-modern-approach-development-challenges/",
"publishedOn": "2021-06-22T09:00:00.000Z",
"wordCount": 2886,
"title": "Designing With Code: A Modern Approach To Design (Development Challenges)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/08546e48-5034-466a-a29c-08ce3827416e/uxpin-ui.png",
"length": "0",
"type": "image/png"
}
},
{
"id": "https://smashingmagazine.com/2021/06/image-text-conversion-react-tesseract-js-ocr/",
"author": "hello@smashingmagazine.com (Ayobami Ogundiran)",
"description": "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).",
"link": "https://smashingmagazine.com/2021/06/image-text-conversion-react-tesseract-js-ocr/",
"publishedOn": "2021-06-21T14:30:00.000Z",
"wordCount": 5354,
"wordCount": 5349,
"title": "Image To Text Conversion With React And Tesseract.js (OCR)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/012f3fbe-980a-44fc-b973-a459f6d9bf1a/image-text-conversion-react-tesseract-js-ocr.jpg",
@ -192,7 +206,7 @@
"description": "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.",
"link": "https://smashingmagazine.com/2021/06/alternative-voice-ui-voice-assistants/",
"publishedOn": "2021-06-18T15:00:00.000Z",
"wordCount": 3414,
"wordCount": 3425,
"title": "An Alternative Voice UI To Voice Assistants",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8ebd2c76-ebe5-4885-be3e-f9acc3608072/alternative-voice-ui-voice-assistants.jpg",
@ -206,7 +220,7 @@
"description": "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.",
"link": "https://smashingmagazine.com/2021/06/client-side-routing-next-js/",
"publishedOn": "2021-06-18T13:00:00.000Z",
"wordCount": 3956,
"wordCount": 3957,
"title": "Client-Side Routing In Next.js",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a51f6c83-5e1a-4535-b28a-2018310ffc3b/client-side-routing-next-js.jpg",
@ -234,7 +248,7 @@
"description": "In a new short series of posts, we highlight some of the useful tools and techniques for developers and designers. Recently weve covered HTML Emails and SVG Generators. This time we look into different kinds of tools to help you streamline your accessibility testing process. Dont miss the next one.",
"link": "https://smashingmagazine.com/2021/06/complete-guide-accessibility-tooling/",
"publishedOn": "2021-06-16T10:30:00.000Z",
"wordCount": 4102,
"wordCount": 4104,
"title": "A Complete Guide To Accessibility Tooling",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/0e0ea8e6-a4ad-489c-b062-749a22d5e38e/complete-guide-accessibility-tooling.jpg",
@ -276,7 +290,7 @@
"description": "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.",
"link": "https://smashingmagazine.com/2021/06/css-javascript-requirements-accessible-components/",
"publishedOn": "2021-06-14T10:30:00.000Z",
"wordCount": 3671,
"wordCount": 3672,
"title": "When CSS Isnt Enough: JavaScript Requirements For Accessible Components",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/9982fa1e-806c-4343-9de1-eb804a48451e/css-javascript-requirements-accessible-components.jpg",
@ -290,7 +304,7 @@
"description": "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.",
"link": "https://smashingmagazine.com/2021/06/web-design-done-well-audio/",
"publishedOn": "2021-06-11T15:00:00.000Z",
"wordCount": 1739,
"wordCount": 1742,
"title": "Web Design Done Well: Making Use Of Audio",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/bf0cbb26-546e-43b7-9b9a-9077259ea84b/making-use-of-audio.jpg",
@ -304,7 +318,7 @@
"description": "We dont 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.",
"link": "https://smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/",
"publishedOn": "2021-06-10T15:00:00.000Z",
"wordCount": 5154,
"wordCount": 5149,
"title": "Useful Front-End Boilerplates And Starter Kits",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/598e7f3e-9dca-4922-b17d-76089efab46f/25-frontend-boilerplates-starter-kits.png",
@ -318,7 +332,7 @@
"description": "Building a faster website can be a rocket task these days. There are so many things to consider, so its challenging to get everything right. Here are some less-known tools that might help you get there.",
"link": "https://smashingmagazine.com/2021/06/three-frontend-auditing-tools/",
"publishedOn": "2021-06-10T11:15:00.000Z",
"wordCount": 872,
"wordCount": 867,
"title": "Three Front-End Auditing Tools I Discovered Recently",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e21066b1-baa0-4a85-90ee-8074029d0a32/three-frontend-auditing-tools.jpg",
@ -332,7 +346,7 @@
"description": "What makes relational selector one of the most requested features and how are we, as developers, working around not having it? In this article, were going to check the early spec of the :has selector, and see how it should improve the CSS workflow once its released.",
"link": "https://smashingmagazine.com/2021/06/has-native-css-parent-selector/",
"publishedOn": "2021-06-09T10:30:00.000Z",
"wordCount": 2780,
"wordCount": 2779,
"title": "Meet <code>:has</code>, A Native CSS Parent Selector (And More)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/89aef48d-9be9-45df-a7f4-775168deb8dd/has-native-css-parent-selector.jpg",
@ -360,7 +374,7 @@
"description": "In this guide, well 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.",
"link": "https://smashingmagazine.com/2021/06/building-geocoding-app-vue-mapbox/",
"publishedOn": "2021-06-07T11:00:00.000Z",
"wordCount": 2431,
"wordCount": 2393,
"title": "How To Build A Geocoding App In Vue.js Using Mapbox",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/20dc2361-e5a5-4a78-b380-2f5942ecfba8/building-geocoding-app-vue-mapbox.jpg",
@ -374,7 +388,7 @@
"description": "Modern browsers provide good support for JavaScript modules, but module bundlers such as webpack stay a critical part of the JavaScript toolchain. Lets take a deep dive into what webpack is and how to use it in your development workflow.",
"link": "https://smashingmagazine.com/2021/06/getting-started-webpack/",
"publishedOn": "2021-06-04T10:00:00.000Z",
"wordCount": 4407,
"wordCount": 4370,
"title": "Getting Started With Webpack",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/66ba7a41-2a37-471b-9c60-66a3162d8f05/webpack-dependency-graph-opt.png",
@ -388,7 +402,7 @@
"description": "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.",
"link": "https://smashingmagazine.com/2021/06/managing-shared-state-vue3/",
"publishedOn": "2021-06-03T10:30:00.000Z",
"wordCount": 3716,
"wordCount": 3675,
"title": "Managing Shared State In Vue 3",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/0a70815d-28e5-44af-8306-0e992e99593a/managing-shared-state-vue3.jpg",
@ -402,7 +416,7 @@
"description": "Googles 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 lets have a look at ways of addressing any issues for that metric.",
"link": "https://smashingmagazine.com/2021/06/how-to-fix-cumulative-layout-shift-issues/",
"publishedOn": "2021-06-02T12:30:00.000Z",
"wordCount": 4585,
"wordCount": 4584,
"title": "How To Fix Cumulative Layout Shift (CLS) Issues",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/87fbe5f9-d311-4542-a3f0-14e860415946/cumulative-layout-shift-issues.jpg",
@ -416,7 +430,7 @@
"description": "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.",
"link": "https://smashingmagazine.com/2021/06/front-end-performance-online-store-jewellerybox/",
"publishedOn": "2021-06-02T10:30:00.000Z",
"wordCount": 5611,
"wordCount": 5612,
"title": "Improving The Performance Of An Online Store (Case Study)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8a350bf5-9114-420c-b587-fee03ea4acb6/jewellerybox-uk-online-store-scipioerp.jpg",
@ -458,7 +472,7 @@
"description": "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.",
"link": "https://smashingmagazine.com/2021/05/desktop-wallpaper-calendars-june-2021/",
"publishedOn": "2021-05-31T11:30:00.000Z",
"wordCount": 2770,
"wordCount": 2766,
"title": "Happy June Vibes For Your Screen (2021 Desktop Wallpapers Edition)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/374464b5-093e-4ca2-9397-6f26c83756d4/june-20-summer-coziness-preview-opt.png",
@ -472,7 +486,7 @@
"description": "In this article, well 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. Lets dig in!",
"link": "https://smashingmagazine.com/2021/05/commenting-system-wysiwyg-editor/",
"publishedOn": "2021-05-28T11:00:00.000Z",
"wordCount": 10597,
"wordCount": 10601,
"title": "Adding A Commenting System To A WYSIWYG Editor",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/ec39e154-d3d3-4a12-91fd-f0c068cd5247/commenting-system-wysiwyg-editor.jpg",
@ -486,7 +500,7 @@
"description": "Meet useful Visual Studio Code extensions for web developers: little helpers to minimize slow-downs and frustrations, and boost developers 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.",
"link": "https://smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/",
"publishedOn": "2021-05-27T13:30:00.000Z",
"wordCount": 4046,
"wordCount": 4049,
"title": "Useful VS Code Extensions For Front-End Developers",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/2c5dbb73-94e1-486f-9daa-351699faaa2d/peacock-extension.png",
@ -514,7 +528,7 @@
"description": "Discover which SVG patterns we should avoid and which patterns are the most inclusive when comparing different combinations of OSs, browsers, and screen readers.",
"link": "https://smashingmagazine.com/2021/05/accessible-svg-patterns-comparison/",
"publishedOn": "2021-05-26T13:20:00.000Z",
"wordCount": 1752,
"wordCount": 1750,
"title": "Accessible SVGs: Perfect Patterns For Screen Reader Users",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/35bf2e3a-ae5b-49a3-843a-318b4c81f5af/accessible-svg-patterns.jpg",
@ -528,7 +542,7 @@
"description": "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.",
"link": "https://smashingmagazine.com/2021/05/undoing-mistakes-git-part2/",
"publishedOn": "2021-05-25T14:00:00.000Z",
"wordCount": 2321,
"wordCount": 2326,
"title": "A Guide To Undoing Mistakes With Git (Part 2)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/211042ae-7a72-42ba-804e-9f8132815200/undoing-mistakes-git-part1.jpg",
@ -542,27 +556,13 @@
"description": "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.",
"link": "https://smashingmagazine.com/2021/05/reduce-font-loading-impact-css-descriptors/",
"publishedOn": "2021-05-25T09:30:00.000Z",
"wordCount": 2257,
"wordCount": 2255,
"title": "A New Way To Reduce Font Loading Impact: CSS Font Descriptors",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/f0c69413-365e-4c39-9ee8-ad1d2b44e56b/reduce-font-loading-impact-css-descriptors.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/05/css-container-queries-use-cases-migration-strategies/",
"author": "hello@smashingmagazine.com (Adrian Bece)",
"description": "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, were going to cover CSS container query basics and how to use them today with progressive enhancement or polyfills.",
"link": "https://smashingmagazine.com/2021/05/css-container-queries-use-cases-migration-strategies/",
"publishedOn": "2021-05-24T11:30:00.000Z",
"wordCount": 2932,
"title": "CSS Container Queries: Use-Cases And Migration Strategies",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/4d6d809b-0c1a-4074-9eeb-8509dc4d383f/css-container-queries-use-cases-migration-strategies.jpg",
"length": "0",
"type": "image/jpg"
}
}
]
},
@ -571,6 +571,42 @@
"feedUrl": "https://www.freecodecamp.org/news/rss/",
"siteUrl": "https://www.freecodecamp.org/news",
"articles": [
{
"id": "60d2323d6e1a1407b6b0ac4f",
"author": null,
"description": "Web scraping lets you collect data from web pages across the internet. It's also called web crawling or web data extraction. PHP is a widely used back-end scripting language for creating dynamic websites and web applications. And you can implement a web scraper using plain PHP code. But since we",
"link": "https://www.freecodecamp.org/news/web-scraping-with-php-crawl-web-pages/",
"publishedOn": "2021-06-22T21:11:53.000Z",
"wordCount": 2770,
"title": "Web Scraping with PHP How to Crawl Web Pages Using Open Source Tools"
},
{
"id": "60cac8ff4dc1a607ed7b4592",
"author": null,
"description": "Theres a special syntax you can use in JavaScript that makes working with promises easier. It's called “async/await\", and its surprisingly straightforward to understand and use. In this article, we'll discuss: What are asynchronus functions? How promises work in JavaScript Async/Await basics How to use",
"link": "https://www.freecodecamp.org/news/how-to-use-async-await-write-better-javascript/",
"publishedOn": "2021-06-22T16:24:37.000Z",
"wordCount": 1432,
"title": "How to Use Async/Await to Write Better JavaScript Code"
},
{
"id": "60c13e71d3126007592d5be2",
"author": null,
"description": "The 100 Days of Code challenge is very popular among new coders and developers looking to level up their skills. It's so popular that our Discord server has an entire channel dedicated to it. By popular demand, we recently built a Discord bot that helps people track their progress in",
"link": "https://www.freecodecamp.org/news/how-to-build-a-100-days-of-code-bot-for-discord-using-typescript-and-mongodb/",
"publishedOn": "2021-06-22T16:20:36.000Z",
"wordCount": 7385,
"title": "How to Use TypeScript and MongoDB to Build a 100 Days of Code Discord Bot"
},
{
"id": "60cfff5a4dc1a607ed7b5e58",
"author": null,
"description": "Do you have a story idea that you'd like to turn into a novel? How about adding visual appeal and interactivity to that novel? A Visual Novel might be the game genre you are looking for. And this tutorial is here to help set you up in 10 minutes, with",
"link": "https://www.freecodecamp.org/news/use-python-to-create-a-visual-novel/",
"publishedOn": "2021-06-22T16:18:29.000Z",
"wordCount": 1611,
"title": "How to Use Python to Create a Visual Novel Game in 10 Minutes"
},
{
"id": "60c81f774dc1a607ed7b2f66",
"author": null,
@ -624,42 +660,6 @@
"publishedOn": "2021-06-21T16:38:36.000Z",
"wordCount": 3575,
"title": "A Technical Guide to IPFS the Decentralized Storage of Web3"
},
{
"id": "6063b9e19618b008528a9d9a",
"author": null,
"description": "Today we're gonna learn everything you need to know about the CSS position property along with examples. Let's get started 🎖️ Table of contents What is CSS Position Property?What is the Static Position in CSS?What are the Relative and Absolute Positions in CSS?What is the Fixed Position in",
"link": "https://www.freecodecamp.org/news/css-position-property-explained/",
"publishedOn": "2021-06-21T16:36:14.000Z",
"wordCount": 1153,
"title": "How the CSS Position Property Works Explained with Code Examples"
},
{
"id": "60b46dbd11ffb70827ef9dea",
"author": null,
"description": "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 networks computer units. Because we",
"link": "https://www.freecodecamp.org/news/tcp-vs-udp-which-is-faster/",
"publishedOn": "2021-06-18T15:45:00.000Z",
"wordCount": 1613,
"title": "TCP vs UDP Which Protocol is Faster?"
},
{
"id": "60cc5a904dc1a607ed7b4c54",
"author": null,
"description": "Today, you dont 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,",
"link": "https://www.freecodecamp.org/news/machine-learning-specialisation-courses-for-advanced-ml-practitioners/",
"publishedOn": "2021-06-18T15:43:56.000Z",
"wordCount": 906,
"title": "Machine Learning Specialisation Courses for Advanced ML Practitioners"
},
{
"id": "60cca3294dc1a607ed7b4c76",
"author": null,
"description": "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",
"link": "https://www.freecodecamp.org/news/understanding-sorting-algorithms/",
"publishedOn": "2021-06-18T13:56:04.000Z",
"wordCount": 13842,
"title": "Understanding Sorting Algorithms"
}
]
}

213
feed.atom
View file

@ -1,10 +1,93 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:2021-06-22T00:36:09.507Z</id>
<id>urn:2021-06-23T00:36:08.270Z</id>
<title>osmos::feed</title>
<updated>2021-06-22T00:36:09.507Z</updated>
<updated>2021-06-23T00:36:08.270Z</updated>
<generator>osmosfeed 1.10.2</generator>
<link rel="alternate" href="index.html"/>
<entry>
<title type="html"><![CDATA[inherit, initial, unset, revert]]></title>
<id>https://css-tricks.com/?p=342930</id>
<link href="https://css-tricks.com/inherit-initial-unset-revert/"/>
<updated>2021-06-22T21:20:20.000Z</updated>
<summary type="html"><![CDATA[There are four keywords that are valid values for any CSS property (see the title). Of those, day to day, Id say I see the inherit used the most. Perhaps because its been around the longest (I think?) but also …
The post inherit, initial, unset, revert 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 Scraping with PHP How to Crawl Web Pages Using Open Source Tools]]></title>
<id>60d2323d6e1a1407b6b0ac4f</id>
<link href="https://www.freecodecamp.org/news/web-scraping-with-php-crawl-web-pages/"/>
<updated>2021-06-22T21:11:53.000Z</updated>
<summary type="html"><![CDATA[Web scraping lets you collect data from web pages across the internet. It's also called web crawling or web data extraction. PHP is a widely used back-end scripting language for creating dynamic websites and web applications. And you can implement a web scraper using plain PHP code. But since we]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Use Async/Await to Write Better JavaScript Code]]></title>
<id>60cac8ff4dc1a607ed7b4592</id>
<link href="https://www.freecodecamp.org/news/how-to-use-async-await-write-better-javascript/"/>
<updated>2021-06-22T16:24:37.000Z</updated>
<summary type="html"><![CDATA[Theres a special syntax you can use in JavaScript that makes working with promises easier. It's called “async/await", and its surprisingly straightforward to understand and use. In this article, we'll discuss: What are asynchronus functions? How promises work in JavaScript Async/Await basics How to use]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Use TypeScript and MongoDB to Build a 100 Days of Code Discord Bot]]></title>
<id>60c13e71d3126007592d5be2</id>
<link href="https://www.freecodecamp.org/news/how-to-build-a-100-days-of-code-bot-for-discord-using-typescript-and-mongodb/"/>
<updated>2021-06-22T16:20:36.000Z</updated>
<summary type="html"><![CDATA[The 100 Days of Code challenge is very popular among new coders and developers looking to level up their skills. It's so popular that our Discord server has an entire channel dedicated to it. By popular demand, we recently built a Discord bot that helps people track their progress in]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Use Python to Create a Visual Novel Game in 10 Minutes]]></title>
<id>60cfff5a4dc1a607ed7b5e58</id>
<link href="https://www.freecodecamp.org/news/use-python-to-create-a-visual-novel/"/>
<updated>2021-06-22T16:18:29.000Z</updated>
<summary type="html"><![CDATA[Do you have a story idea that you'd like to turn into a novel? How about adding visual appeal and interactivity to that novel? A Visual Novel might be the game genre you are looking for. And this tutorial is here to help set you up in 10 minutes, with]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Using Custom Elements in Svelte]]></title>
<id>https://css-tricks.com/?p=342634</id>
<link href="https://css-tricks.com/using-custom-elements-in-svelte/"/>
<updated>2021-06-22T14:37:50.000Z</updated>
<summary type="html"><![CDATA[Svelte fully supports custom elements (e.g. <my-component>) without any custom configuration or wrapper components and has a perfect score on Custom Elements Everywhere. However, there are still a few quirks you need to watch out for, especially around …
The post Using Custom Elements in Svelte appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Geoff Rich</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[If were gonna criticize utility-class frameworks, lets be fair about it]]></title>
<id>https://css-tricks.com/?p=342925</id>
<link href="https://css-tricks.com/if-were-gonna-criticize-utility-class-frameworks-lets-be-fair-about-it/"/>
<updated>2021-06-22T14:33:41.000Z</updated>
<summary type="html"><![CDATA[Im not here to raise a shield protecting CSS utility frameworks. I dont even particularly like the approach, myself, and nothing is above fair criticism. But fair is a key word there. I cant tell you how many times Ive …
The post If were gonna criticize utility-class frameworks, lets be fair about it 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[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[How to Exit Vim Vim Save and Quit Command Tutorial]]></title>
<id>60c81f774dc1a607ed7b2f66</id>
@ -31,8 +114,7 @@
<link href="https://web.dev/new-responsive/"/>
<updated>2021-06-21T21:22:33.000Z</updated>
<summary type="html"><![CDATA[Una is calling it the new responsive. A nod to the era we were most certainly in, the era of responsive design. Where responsive design was fluid grids, flexible media, and media queries, the new responsive is those things …
The post Are we in a new era of web design? What do we call it? appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
The post Are we in a new era of web design? What do we call it? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
@ -77,24 +159,13 @@ You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How the CSS Position Property Works Explained with Code Examples]]></title>
<id>6063b9e19618b008528a9d9a</id>
<link href="https://www.freecodecamp.org/news/css-position-property-explained/"/>
<updated>2021-06-21T16:36:14.000Z</updated>
<summary type="html"><![CDATA[Today we're gonna learn everything you need to know about the CSS position property along with examples. Let's get started 🎖️ Table of contents What is CSS Position Property?What is the Static Position in CSS?What are the Relative and Absolute Positions in CSS?What is the Fixed Position in]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Create CSS Charts With Interesting Shapes, Glyphs and Emoji]]></title>
<id>https://css-tricks.com/?p=342448</id>
<link href="https://css-tricks.com/how-to-create-css-charts-with-interesting-shapes-glyphs-and-emoji/"/>
<updated>2021-06-21T14:32:45.000Z</updated>
<summary type="html"><![CDATA[Lets forego the usual circles and bars we typically see used in charts for more eccentric shapes. With online presentations more and more common today, a quick way to spruce up your web slides and make them stand out is …
The post How to Create CSS Charts With Interesting Shapes, Glyphs and Emoji appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
The post How to Create CSS Charts With Interesting Shapes, Glyphs and Emoji appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Preethi</name>
</author>
@ -115,32 +186,11 @@ You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<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 isnt 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>
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 networks 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 dont 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>
@ -151,16 +201,6 @@ You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<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>
@ -168,8 +208,7 @@ You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<updated>2021-06-18T13:44:17.000Z</updated>
<summary type="html"><![CDATA[I studied the fonts of the top 1000 websites. Heres 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>
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>
@ -191,8 +230,7 @@ You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<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>
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>
@ -204,8 +242,7 @@ You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<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>
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>
@ -230,8 +267,7 @@ 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>
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>
@ -245,8 +281,7 @@ You can support CSS-Tricks by being an MVP Supporter.]]></summary>
If somebody says a comment isnt adding any value, I would ask: to whom?
Personally, Ive 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>
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>
@ -257,8 +292,7 @@ You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<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 browsers 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>
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>
@ -279,8 +313,7 @@ You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<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, its 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>
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>
@ -293,8 +326,7 @@ You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<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>
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>
@ -306,8 +338,7 @@ You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<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>
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>
@ -332,46 +363,6 @@ You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<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 wasnt 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 Ive done recently. As Im 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, youre trusting that the content you request is what you expect it to be. Since you dont manage the server yourself, youre 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 Isnt Enough: JavaScript Requirements For Accessible Components]]></title>
<id>https://smashingmagazine.com/2021/06/css-javascript-requirements-accessible-components/</id>
@ -599,14 +590,4 @@ Thank you @Zenigata]]></summary>
<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, were 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>
</feed>

View file

@ -15,6 +15,120 @@
<body>
<!-- %after-body-begin.html% -->
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-22">2021-06-22</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://css-tricks.com">CSS-Tricks</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">inherit, initial, unset, revert</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/inherit-initial-unset-revert/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>There are four keywords that are valid values for any CSS property (see the title). Of those, day to day, Id say I see the inherit used the most. Perhaps because its been around the longest (I think?) but also …
The post inherit, initial, unset, revert appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Using Custom Elements in Svelte</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/using-custom-elements-in-svelte/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>Svelte fully supports custom elements (e.g. ) without any custom configuration or wrapper components and has a perfect score on Custom Elements Everywhere. However, there are still a few quirks you need to watch out for, especially around …
The post Using Custom Elements in Svelte appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">If were gonna criticize utility-class frameworks, lets be fair about it</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/if-were-gonna-criticize-utility-class-frameworks-lets-be-fair-about-it/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>Im not here to raise a shield protecting CSS utility frameworks. I dont even particularly like the approach, myself, and nothing is above fair criticism. But fair is a key word there. I cant tell you how many times Ive …
The post If were gonna criticize utility-class frameworks, lets be fair about it appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.freecodecamp.org/news">freeCodeCamp.org</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Web Scraping with PHP How to Crawl Web Pages Using Open Source Tools</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/web-scraping-with-php-crawl-web-pages/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(9 min)</span>
<span>Web scraping lets you collect data from web pages across the internet. It&#x27;s also called web crawling or web data extraction. PHP is a widely used back-end scripting language for creating dynamic websites and web applications. And you can implement a web scraper using plain PHP code. But since we</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Use Async/Await to Write Better JavaScript Code</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-use-async-await-write-better-javascript/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>Theres a special syntax you can use in JavaScript that makes working with promises easier. It&#x27;s called “async/await&quot;, and its surprisingly straightforward to understand and use. In this article, we&#x27;ll discuss: What are asynchronus functions? How promises work in JavaScript Async/Await basics How to use</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Use TypeScript and MongoDB to Build a 100 Days of Code Discord Bot</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-build-a-100-days-of-code-bot-for-discord-using-typescript-and-mongodb/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(25 min)</span>
<span>The 100 Days of Code challenge is very popular among new coders and developers looking to level up their skills. It&#x27;s so popular that our Discord server has an entire channel dedicated to it. By popular demand, we recently built a Discord bot that helps people track their progress in</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Use Python to Create a Visual Novel Game in 10 Minutes</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/use-python-to-create-a-visual-novel/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>Do you have a story idea that you&#x27;d like to turn into a novel? How about adding visual appeal and interactivity to that novel? A Visual Novel might be the game genre you are looking for. And this tutorial is here to help set you up in 10 minutes, with</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Designing With Code: A Modern Approach To Design (Development Challenges)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/design-code-modern-approach-development-challenges/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-21">2021-06-21</time></h2>
<ul class="sources card">
@ -29,8 +143,7 @@
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>Una is calling it the new responsive. A nod to the era we were most certainly in, the era of responsive design. Where responsive design was fluid grids, flexible media, and media queries, the new responsive is those things …
The post Are we in a new era of web design? What do we call it? appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.</span>
The post Are we in a new era of web design? What do we call it? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
@ -42,8 +155,7 @@ You can support CSS-Tricks by being an MVP Supporter.</span>
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>Lets forego the usual circles and bars we typically see used in charts for more eccentric shapes. With online presentations more and more common today, a quick way to spruce up your web slides and make them stand out is …
The post How to Create CSS Charts With Interesting Shapes, Glyphs and Emoji appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.</span>
The post How to Create CSS Charts With Interesting Shapes, Glyphs and Emoji appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
@ -120,17 +232,6 @@ You can support CSS-Tricks by being an MVP Supporter.</span>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How the CSS Position Property Works Explained with Code Examples</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/css-position-property-explained/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>Today we&#x27;re gonna learn everything you need to know about the CSS position property along with examples. Let&#x27;s get started 🎖️ Table of contents What is CSS Position Property?What is the Static Position in CSS?What are the Relative and Absolute Positions in CSS?What is the Fixed Position in</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
@ -166,8 +267,7 @@ You can support CSS-Tricks by being an MVP Supporter.</span>
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>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 isnt a part of the box model. It is often used for …
The post Using the &#x60;outline&#x60; Property as a Collapsable Border appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.</span>
The post Using the &#x60;outline&#x60; Property as a Collapsable Border appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
@ -181,47 +281,7 @@ You can support CSS-Tricks by being an MVP Supporter.</span>
<span>I studied the fonts of the top 1000 websites. Heres 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
always being the
The post Links on Typography appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.freecodecamp.org/news">freeCodeCamp.org</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">TCP vs UDP Which Protocol is Faster?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/tcp-vs-udp-which-is-faster/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>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 networks computer units. Because we</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Machine Learning Specialisation Courses for Advanced ML Practitioners</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/machine-learning-specialisation-courses-for-advanced-ml-practitioners/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Today, you dont 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,</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Understanding Sorting Algorithms</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/understanding-sorting-algorithms/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(46 min)</span>
<span>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</span>
The post Links on Typography appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
@ -273,8 +333,7 @@ You can support CSS-Tricks by being an MVP Supporter.</span>
<span class="article-reading-time">(6 min)</span>
<span>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.</span>
The post Perfect Tooltips With CSS Clipping and Masking appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
@ -287,8 +346,7 @@ You can support CSS-Tricks by being an MVP Supporter.</span>
<span class="article-reading-time">(4 min)</span>
<span>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.</span>
The post Start Serving Optimized Images in Vue appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
@ -332,8 +390,7 @@ I&#x27;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.</span>
The post Inline Styles as Classes (lol) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
@ -348,8 +405,7 @@ You can support CSS-Tricks by being an MVP Supporter.</span>
If somebody says a comment isnt adding any value, I would ask: to whom?
Personally, Ive 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.</span>
The post Useful and Useless Code Comments appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
@ -361,8 +417,7 @@ You can support CSS-Tricks by being an MVP Supporter.</span>
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>The Web Animations API lets us construct animations and control their playback with JavaScript. The API opens the browsers 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.</span>
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.</span>
</div>
</a>
</details>
@ -402,8 +457,7 @@ You can support CSS-Tricks by being an MVP Supporter.</span>
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Usually, when “unused” comes up in conversation regarding CSS, its 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.</span>
The post Detect Unused Classes in… HTML appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
@ -413,12 +467,11 @@ You can support CSS-Tricks by being an MVP Supporter.</span>
<summary class="article-expander__title">Media Queries in Times of @container</summary>
<a class="article-summary-link article-summary-box-outer" href="https://mxb.dev/blog/media-queries-in-times-of-container-queries/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span class="article-reading-time">(8 min)</span>
<span>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.</span>
The post Media Queries in Times of @container appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
@ -431,8 +484,7 @@ You can support CSS-Tricks by being an MVP Supporter.</span>
<span class="article-reading-time">(10 min)</span>
<span>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.</span>
The post Just How Niche is Headless WordPress? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
@ -472,56 +524,6 @@ You can support CSS-Tricks by being an MVP Supporter.</span>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-14">2021-06-14</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://css-tricks.com">CSS-Tricks</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Making Tables With Sticky Header and Footers Got a Bit Easier</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/making-tables-with-sticky-header-and-footers-got-a-bit-easier/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>It wasnt long ago when I looked at sticky headers and footers in HTML
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.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">CSS-Tricks Chronicle XXXX</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/css-tricks-chronicle-xxxx/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Just a little link roundup of some off-site stuff Ive done recently. As Im 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.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Securing Your Website With Subresource Integrity</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/securing-your-website-with-subresource-integrity/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span>When you load a file from an external server, youre trusting that the content you request is what you expect it to be. Since you dont manage the server yourself, youre 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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
@ -945,31 +947,9 @@ Thank you @Zenigata</span>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-05-24">2021-05-24</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">CSS Container Queries: Use-Cases And Migration Strategies</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/05/css-container-queries-use-cases-migration-strategies/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>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, were going to cover CSS container query basics and how to use them today with progressive enhancement or polyfills.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<footer>
<time id="build-timestamp" datetime="2021-06-22T00:36:09.483Z">2021-06-22T00:36:09.483Z</time>
<time id="build-timestamp" datetime="2021-06-23T00:36:08.239Z">2021-06-23T00:36:08.239Z</time>
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.10.2</a></span>
</footer>
<script src="index.js"></script>