From 5f0d41fe2170cdb156e5b343946d104b68fc9563 Mon Sep 17 00:00:00 2001 From: chuanqisun Date: Fri, 17 Sep 2021 00:45:35 +0000 Subject: [PATCH] deploy: 1f5684a2ae67184fc44cacebc2a14d1ec87ed0f6 --- cache.json | 276 +++++++++++++++++++----------------- feed.atom | 316 ++++++++++++++++++++++------------------- index.html | 408 ++++++++++++++++++++++++++++------------------------- 3 files changed, 533 insertions(+), 467 deletions(-) diff --git a/cache.json b/cache.json index d3991ad..7976d0e 100644 --- a/cache.json +++ b/cache.json @@ -4,13 +4,50 @@ "title": "Release notes from osmosfeed", "feedUrl": "https://github.com/osmoscraft/osmosfeed/releases.atom", "siteUrl": "https://github.com/osmoscraft/osmosfeed/releases", - "articles": [] + "articles": [ + { + "id": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.1", + "author": null, + "description": "Fixed: Unexpected nested element in author field crashes the parser\nThank you @ad-m", + "link": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.1", + "publishedOn": "2021-09-16T06:39:32.000Z", + "wordCount": 343, + "title": "v1.11.1" + } + ] }, { "title": "CSS-Tricks", "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=351915", + "author": "Chris Coyier", + "description": "There is a helluva gotcha with styling a
element, as documented here by Kitty Guiraudel. It’s obscure enough that you might never run into it, but if you do, I could see it being very confusing (it would confuse …\nThe post Shadow Roots and Inheritance appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://kittygiraudel.com/2021/08/23/shadow-roots-and-inheritance/", + "publishedOn": "2021-09-16T20:14:20.000Z", + "wordCount": 643, + "title": "Shadow Roots and Inheritance" + }, + { + "id": "https://css-tricks.com/?p=351481", + "author": "Patrick Brosset", + "description": "You might already know about the CSS gap property. It isn’t exactly new, but it did gain an important new ability last year: it now works in Flexbox in addition to CSS Grid. That, and the fact that I …\nThe post Minding the “gap” appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/minding-the-gap/", + "publishedOn": "2021-09-16T14:34:46.000Z", + "wordCount": 3220, + "title": "Minding the “gap”" + }, + { + "id": "https://css-tricks.com/?p=351586", + "author": "Philip Kiely", + "description": "(This is a sponsored post.)\nMany developers love working with static site generators like Gatsby and Hugo. These powerful yet flexible systems help create beautiful websites using familiar tools like Markdown and React. Nearly every popular modern programming …\nThe post Static Site Generators vs. CMS-powered Websites: How to Keep Marketers and Devs Happy appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/static-site-generators-vs-cms-powered-websites-how-to-keep-marketers-and-devs-happy/", + "publishedOn": "2021-09-16T14:31:08.000Z", + "wordCount": 1239, + "title": "Static Site Generators vs. CMS-powered Websites: How to Keep Marketers and Devs Happy" + }, { "id": "https://css-tricks.com/?p=351987", "author": "Chris Coyier", @@ -35,7 +72,7 @@ "description": "Have you ever been in a situation where you wish you could have some control over the values in an object or array? Maybe you wanted to prevent certain types of data or even validate the data before storing it …\nThe post An Intro to JavaScript Proxy appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/an-intro-to-javascript-proxy/", "publishedOn": "2021-09-15T14:21:27.000Z", - "wordCount": 5127, + "wordCount": 5337, "title": "An Intro to JavaScript Proxy" }, { @@ -44,7 +81,7 @@ "description": "Blogging about HTML elements¹? *chefs kiss*\nHere’s Ben Myers on the (aptly described) “underrated” Definition List (
) element in HTML:\nYou might have also seen lists of name–value pairs to describe lodging amenities, or to list \n…\nThe post On the `dl` appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/on-the-dl/", "publishedOn": "2021-09-14T22:37:21.000Z", - "wordCount": 591, + "wordCount": 613, "title": "On the `dl`" }, { @@ -53,7 +90,7 @@ "description": "Learn how to build an HTML form in PHP using DOMDocument — a structured and expressive way to build logical markup.\nThe post Building a Form in PHP Using DOMDocument appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/building-a-form-in-php-using-domdocument/", "publishedOn": "2021-09-14T14:36:24.000Z", - "wordCount": 4375, + "wordCount": 4342, "title": "Building a Form in PHP Using DOMDocument" }, { @@ -118,33 +155,6 @@ "publishedOn": "2021-09-10T14:47:11.000Z", "wordCount": 625, "title": "EyeDropper API Dropped" - }, - { - "id": "https://css-tricks.com/?p=350644", - "author": "Chris Coyier", - "description": "I recently blogged about how images are hard and it ended up being a big ol’ checklist of things that you could/should think about and implement when placing images on websites. \nI think it’s encouraging to see frameworks — these …\nThe post Frameworks Helping Image Usage appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/frameworks-helping-image-usage/", - "publishedOn": "2021-09-09T19:44:54.000Z", - "wordCount": 1737, - "title": "Frameworks Helping Image Usage" - }, - { - "id": "https://css-tricks.com/?p=351259", - "author": "ImageKit", - "description": "(This is a sponsored post.)\nOptimizing the user experience you offer on your website is essential for the success of any online business. Google does use different user experience-related metrics to rank web pages for SEO and has continued …\nThe post Improve Largest Contentful Paint (LCP) on Your Website With Ease appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/improve-largest-contentful-paint-lcp-on-your-website-with-ease/", - "publishedOn": "2021-09-09T19:43:03.000Z", - "wordCount": 2919, - "title": "Improve Largest Contentful Paint (LCP) on Your Website With Ease" - }, - { - "id": "https://css-tricks.com/?p=350070", - "author": "Ganesh Dahal", - "description": "Frontity is a framework for creating de-coupled (or \"headless\") WordPress sites. In this article, we dive into the process of spinning up such a site, with a detailed overview of the building blocks provided by Frontity and its flagship theme, Mars.\nThe post Mars Theme: A Deep Look at Frontity’s Headless WordPress Theme appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/mars-theme-a-deep-look-at-frontitys-headless-wordpress-theme/", - "publishedOn": "2021-09-09T14:31:18.000Z", - "wordCount": 10068, - "title": "Mars Theme: A Deep Look at Frontity’s Headless WordPress Theme" } ] }, @@ -153,13 +163,41 @@ "feedUrl": "https://www.smashingmagazine.com/feed/", "siteUrl": "https://www.smashingmagazine.com/", "articles": [ + { + "id": "https://smashingmagazine.com/2021/09/journey-into-web-quality-assurance/", + "author": "hello@smashingmagazine.com (Elie Sloïm)", + "description": "Twenty years ago, Elie Sloïm chose to dedicate his professional life to web quality assurance. He started asking, ”What does quality mean for a web user?” Well, this article explains everything he has learned along the way.", + "link": "https://smashingmagazine.com/2021/09/journey-into-web-quality-assurance/", + "publishedOn": "2021-09-16T12:00:00.000Z", + "wordCount": 4537, + "title": "Web Quality Assurance: From User Requirements To Web Risk Management", + "enclosure": { + "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/da816ee2-199c-49e8-8f63-f50d1fb5adb7/journey-into-web-quality-assurance.jpg", + "length": "0", + "type": "image/jpg" + } + }, + { + "id": "https://smashingmagazine.com/2021/09/reasons-build-crm-powered-website-business/", + "author": "hello@smashingmagazine.com (Zara Cooper)", + "description": "Integrating a CRM with your business website has numerous benefits. In this article, Zara Cooper explains what these benefits are and why websites should be integrated with a CRM platform.", + "link": "https://smashingmagazine.com/2021/09/reasons-build-crm-powered-website-business/", + "publishedOn": "2021-09-16T11:00:00.000Z", + "wordCount": 2293, + "title": "Reasons To Build A CRM-Powered Website For Your Business", + "enclosure": { + "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/bdb5e7f2-9050-4e5f-8b93-ca24f0483188/hubspot-preview-image.png", + "length": "0", + "type": "image/png" + } + }, { "id": "https://smashingmagazine.com/2021/09/reducing-need-pseudo-elements/", "author": "hello@smashingmagazine.com (Marcel Moreau)", "description": "For years, pseudo-elements have faithfully helped front-end developers implement creative designs. While they still have an important place, we can now leave pseudo-elements behind in some scenarios, thanks to newer CSS properties.", "link": "https://smashingmagazine.com/2021/09/reducing-need-pseudo-elements/", "publishedOn": "2021-09-15T10:00:00.000Z", - "wordCount": 1946, + "wordCount": 1948, "title": "Reducing The Need For Pseudo-Elements", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/c994e024-5695-4cf7-b9b6-dc589e547f19/reducing-need-pseudo-elements.jpg", @@ -173,7 +211,7 @@ "description": "When designing for digital spaces, it’s natural to default to digital mockup tools, but doing so cuts out a world of possibilities. Analog drawing can unleash your imagination and allow you to focus on what’s most important at the start: the ideas.", "link": "https://smashingmagazine.com/2021/09/power-pen-paper-sketching/", "publishedOn": "2021-09-14T09:30:00.000Z", - "wordCount": 2088, + "wordCount": 2095, "title": "The Power Of Pen And Paper Sketching", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e4a5bd0b-53db-40c2-90d9-9d0a19b8d377/power-pen-paper-sketching.jpg", @@ -187,7 +225,7 @@ "description": "There are way too many options in Web Animations API to pick them up that easily. Learning how timing works and how to control the playback of several animations at once makes for a solid foundation on which to base your projects on.", "link": "https://smashingmagazine.com/2021/09/orchestrating-complexity-web-animations-api/", "publishedOn": "2021-09-13T09:00:00.000Z", - "wordCount": 3010, + "wordCount": 3018, "title": "Orchestrating Complexity With Web Animations API", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/cc4a9b5f-fd83-4fc0-9966-6f98707d1466/orchestrating-complexity-web-animations-api.jpg", @@ -201,7 +239,7 @@ "description": "They say content is king, and they’re right. The web has unlocked untold possibilities for storytellers — provided the story is right, of course. Here are some of our favorite examples of editorial content thriving in the digital realm.", "link": "https://smashingmagazine.com/2021/09/web-design-done-well-excellent-editorial/", "publishedOn": "2021-09-10T10:00:00.000Z", - "wordCount": 2052, + "wordCount": 2050, "title": "Web Design Done Well: Excellent Editorial", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/7af3bbbe-821b-4e3c-870a-f8290ed52212/web-design-done-well-excellent-editorial.jpg", @@ -215,7 +253,7 @@ "description": "When paired with ISR and Next.js’ API routes, SWR can be used to create a responsive user experience. In this article, Sam Poder explains what SWR is, where to use it (and where not), and how to build a website by using Incremental Static Regeneration.", "link": "https://smashingmagazine.com/2021/09/useswr-react-hook-library-incremental-static-regeneration-nextjs/", "publishedOn": "2021-09-09T10:30:00.000Z", - "wordCount": 2079, + "wordCount": 2074, "title": "Using SWR React Hooks With Next.js’ Incremental Static Regeneration (ISR)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/47c6e5fc-73b3-41fe-afb7-b640b860efa0/useswr-react-hook-library-incremental-static-regeneration-nextjs.jpg", @@ -229,7 +267,7 @@ "description": "In this article, we’ll walk through the process of taking a seemingly simple design for a text-and-media component and deciding how best to translate it into code, keeping in mind the needs of both users and content authors.", "link": "https://smashingmagazine.com/2021/09/developer-decisions-building-flexible-components/", "publishedOn": "2021-09-08T10:30:00.000Z", - "wordCount": 2866, + "wordCount": 2869, "title": "Developer Decisions For Building Flexible Components", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/76d3eef0-2a0a-45e0-b0bb-399da37c3834/developer-decisions-building-flexible-components.jpg", @@ -257,7 +295,7 @@ "description": "Learn what’s new with developer tools in Firefox, Edge, Chrome and Safari. Discover new and powerful features that will help you be more comfortable and productive when testing and debugging across browsers.", "link": "https://smashingmagazine.com/2021/09/devtools-cross-browser-edition/", "publishedOn": "2021-09-07T10:00:00.000Z", - "wordCount": 4048, + "wordCount": 4050, "title": "What’s New With DevTools: Cross-Browser Edition", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1e0eef0e-e4b0-45b6-8afd-1d1a60b7c53b/devtools-cross-browsers.jpg", @@ -271,7 +309,7 @@ "description": "After almost five years in development, the new HTTP/3 protocol is nearing its final form. Let’s take a close look at the challenges involved in deploying and testing HTTP/3, and how and if you should change your websites and resources as well.", "link": "https://smashingmagazine.com/2021/09/http3-practical-deployment-options-part3/", "publishedOn": "2021-09-06T11:00:00.000Z", - "wordCount": 9734, + "wordCount": 9733, "title": "HTTP/3: Practical Deployment Options (Part 3)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a19cca97-b411-44a6-a8be-e1468a0df78a/http3-practical-deployment-options-part3.jpg", @@ -285,7 +323,7 @@ "description": "Websites, unfortunately, aren’t as environmentally friendly as we might like them to be. This article contains some thoughts and experiences from trying to clean them up.", "link": "https://smashingmagazine.com/2021/09/reducing-carbon-emissions-on-web/", "publishedOn": "2021-09-03T11:30:00.000Z", - "wordCount": 3581, + "wordCount": 3575, "title": "Reducing Carbon Emissions On The Web", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/bdef7e38-4e37-4177-a7b3-d74860c7724f/reducing-carbon-emissions-on-web.jpg", @@ -299,7 +337,7 @@ "description": "Interactive coding tools to help you learn CSS, JavaScript, SQL, React, Vim, regular expressions and Jamstack.", "link": "https://smashingmagazine.com/2021/09/interactive-learning-tools-front-end-developers/", "publishedOn": "2021-09-02T12:00:00.000Z", - "wordCount": 2434, + "wordCount": 2436, "title": "Interactive Learning Tools For Front-End Developers", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/7f13aec3-8dd5-4085-afce-c752db3abfb6/interactive-learning-tools-front-end-developers.jpg", @@ -313,7 +351,7 @@ "description": "What exactly is a displacement filter? In this article, Dirk Weber explains the SVG `feDisplacementMap` filter primitive with a good number of examples to demonstrate the concept of animated displacement maps.", "link": "https://smashingmagazine.com/2021/09/deep-dive-wonderful-world-svg-displacement-filtering/", "publishedOn": "2021-09-01T10:30:00.000Z", - "wordCount": 5585, + "wordCount": 5589, "title": "A Deep Dive Into The Wonderful World Of SVG Displacement Filtering", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/92af7db6-94b4-4e48-8e20-875af2d5e024/deep-dive-svg-displacement-filtering.jpg", @@ -341,7 +379,7 @@ "description": "New month, new wallpapers! In this post, you’ll find inspiring wallpaper designs for September 2021. They were created with love by artists and designers from across the globe and are available with and without a calendar. Enjoy!", "link": "https://smashingmagazine.com/2021/08/desktop-wallpaper-calendars-september-2021/", "publishedOn": "2021-08-31T08:00:00.000Z", - "wordCount": 2409, + "wordCount": 2413, "title": "Stories Of September (2021 Desktop Wallpapers Edition)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/bdfaaaac-a4fb-475b-997c-ac45db998da0/sep-21-finding-the-balance-preview-opt.png", @@ -355,7 +393,7 @@ "description": "There are many CSS optimization techniques to tackle potential file size and performance issues. Let’s take a look at some of them. After all, if deploying the refactored codebase causes loading or performance issues, it will result in less traffic and revenue, which might leave the management and project managers dissatisfied.", "link": "https://smashingmagazine.com/2021/08/refactoring-css-optimizing-size-performance-part3/", "publishedOn": "2021-08-30T10:00:00.000Z", - "wordCount": 3697, + "wordCount": 3701, "title": "Refactoring CSS: Optimizing Size And Performance (Part 3)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/fa4e0eab-b23c-42ac-a622-b2ca8a02edd0/refactoring-css-optimizing-size-performance-part3.jpg", @@ -369,7 +407,7 @@ "description": "Compound components help developers build more expressive and flexible APIs to share state and logic within components. This tutorial explains how this can be achieved with the help of using the Context API and React to build components by using this advanced pattern.", "link": "https://smashingmagazine.com/2021/08/compound-components-react/", "publishedOn": "2021-08-27T13:00:00.000Z", - "wordCount": 3114, + "wordCount": 3115, "title": "Compound Components In React", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e9df8cb4-b274-407a-97a8-f06488571802/compound-components-react.jpg", @@ -383,7 +421,7 @@ "description": "The Web is still wrestling with issues we take for granted offline, privacy chief among them. These are steps The New York Times took to protect users’ data, and how you can too.", "link": "https://smashingmagazine.com/2021/08/against-privacy-infringement-web/", "publishedOn": "2021-08-26T08:00:00.000Z", - "wordCount": 3770, + "wordCount": 3774, "title": "Pushing Back Against Privacy Infringement On The Web", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/fbab17a6-483b-4e8e-b9f1-9ab583202df1/against-privacy-infringement-web.jpg", @@ -397,7 +435,7 @@ "description": "In this article, Leonardo explains how to use a \"multi-monorepo\" approach for making the development experience faster, yet keeping your PHP packages private. This solution can be especially beneficial for PRO plugin creators.", "link": "https://smashingmagazine.com/2021/08/public-private-multi-monorepo-php-projects/", "publishedOn": "2021-08-25T07:10:00.000Z", - "wordCount": 3563, + "wordCount": 3567, "title": "Creating A Public/Private Multi-Monorepo For PHP Projects", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a223ab2b-d926-4fec-a422-bed6e7b02178/01-architecture.png", @@ -411,7 +449,7 @@ "description": "In this article, you’ll learn how to save hours of tedious work of writing, updating, and correcting technical documentation. In this article, you will learn how to automate your documentation workflow with Vale and GitHub Actions.", "link": "https://smashingmagazine.com/2021/08/automate-documentation-workflow-for-developers/", "publishedOn": "2021-08-24T13:00:00.000Z", - "wordCount": 3230, + "wordCount": 3228, "title": "How To Automate Documentation Workflow For Developers", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/68266575-8f47-415b-9c91-7004a02944ee/action-github-1.png", @@ -425,7 +463,7 @@ "description": "After almost five years in development, the new HTTP/3 protocol is nearing its final form. Let’s take a close look at the performance improvements of HTTP/3, congestion control, head-of-line-blocking, and 0-RTT connection set-up.", "link": "https://smashingmagazine.com/2021/08/http3-performance-improvements-part2/", "publishedOn": "2021-08-23T06:20:00.000Z", - "wordCount": 10547, + "wordCount": 10543, "title": "HTTP/3: Performance Improvements (Part 2)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/9d5e5ddd-7a90-48c6-84c5-dc5c335e2305/congestion-control.png", @@ -439,7 +477,7 @@ "description": "The story of Jamstack CMSs goes all the way back to the 90s. In this article, we take a trip down memory lane to see how we got to the modern Jamstack CMSs we have today, and where they’re heading in the next decade.", "link": "https://smashingmagazine.com/2021/08/history-future-jamstack-cms/", "publishedOn": "2021-08-20T08:00:00.000Z", - "wordCount": 4599, + "wordCount": 4610, "title": "Jamstack CMS: The Past, The Present and The Future", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/f2f37c71-d2c5-4634-b62c-2dc2eea127c1/history-future-jamstack-cms.jpg", @@ -453,27 +491,13 @@ "description": "Through a simple step-by-step approach, you can build an ethical practice within your organization that will ensure you’re respecting the dignity and welfare of your research participants.", "link": "https://smashingmagazine.com/2021/08/ethical-user-research-practice/", "publishedOn": "2021-08-19T10:00:00.000Z", - "wordCount": 5345, + "wordCount": 5348, "title": "How To Build An Ethical User Research Practice At Any Organization", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/72fbade7-8284-47ba-93d7-0f8a7aefdb7e/ethical-user-research-practice.jpg", "length": "0", "type": "image/jpg" } - }, - { - "id": "https://smashingmagazine.com/2021/08/interactive-gantt-chart-component-vanilla-javascript/", - "author": "hello@smashingmagazine.com (Anna Prenzel)", - "description": "In this article, we will code a Gantt chart as a reusable Web component. We will focus on the architecture of the component, rendering the calendar with CSS Grid and managing the state of the draggable tasks with JavaScript Proxy Objects.", - "link": "https://smashingmagazine.com/2021/08/interactive-gantt-chart-component-vanilla-javascript/", - "publishedOn": "2021-08-18T08:00:00.000Z", - "wordCount": 3320, - "title": "Creating An Interactive Gantt Chart Component With Vanilla JavaScript", - "enclosure": { - "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/3bcf1248-c58e-47f4-a94f-3cbac5c60b45/interactive-gantt-chart-component-vanillajs.jpg", - "length": "0", - "type": "image/jpg" - } } ] }, @@ -483,97 +507,97 @@ "siteUrl": "https://www.freecodecamp.org/news", "articles": [ { - "id": "613f3c9f852f4307d372c7d8", + "id": "613f6bc9852f4307d372ca83", "author": null, - "description": "In this article, I will show how to create, open, and edit HTML files in TextEdit. What is TextEdit?TextEdit is a free word processor that comes preinstalled with your Mac computer. It has been around for over 25 years and it is an easy way to open and read", - "link": "https://www.freecodecamp.org/news/web-page-text-editor-how-to-open-html-code-in-mac-textedit/", - "publishedOn": "2021-09-15T22:29:38.000Z", - "wordCount": 535, - "title": "Web Page Text Editor – How to Open HTML Code in Mac TextEdit" + "description": "Freelancing can be an incredibly rewarding way to make money online. But it can also be quite difficult if you don't approach it in the right way. It takes more than a stable internet connection to make a living as a freelancer. In order to make the big bucks, you’", + "link": "https://www.freecodecamp.org/news/how-to-start-freelancing/", + "publishedOn": "2021-09-16T22:25:55.000Z", + "wordCount": 2262, + "title": "How to Start Freelancing – Tips for Launching a Successful Freelance Career" }, { - "id": "6141fe01852f4307d372e123", + "id": "614353d8852f4307d372ef7e", "author": null, - "description": "JavaScript uses three dots (...) for both the rest and spread operators. But these two operators are not the same. The main difference between rest and spread is that the rest operator puts the rest of some specific user-supplied values into a JavaScript array. But the spread syntax expands iterables into", - "link": "https://www.freecodecamp.org/news/javascript-rest-vs-spread-operators/", - "publishedOn": "2021-09-15T22:27:26.000Z", - "wordCount": 2896, - "title": "JavaScript Rest vs Spread Operator – What’s the Difference?" + "description": "In Web Development, REST APIs play an important role in ensuring smooth communication between the client and the server. You can think of the client as the front end and the server as the back end. Communication between the client (frontend) and the server (backend) isn't usually super direct. So", + "link": "https://www.freecodecamp.org/news/rest-api-best-practices-rest-endpoint-design-examples/", + "publishedOn": "2021-09-16T17:50:22.000Z", + "wordCount": 1613, + "title": "REST API Best Practices – REST Endpoint Design Examples" }, { - "id": "610662663306a507d1bfc14a", + "id": "613d280a852f4307d372bdd7", "author": null, - "description": "If everything is predictable in a game, that isn't much fun. RNGs, or Random Number Generators, are a way to introduce a touch of randomness and causality you need to spice it up. In this article, we'll learn how random number generators work. How an Analogic Random Number Generator WorksThe", - "link": "https://www.freecodecamp.org/news/rng-meaning-what-does-rng-stand-for-in-gaming/", - "publishedOn": "2021-09-15T21:55:10.000Z", - "wordCount": 1534, - "title": "RNG Meaning – What does RNG Stand for in Gaming?" + "description": "I've lately been noticing a pattern in React applications: developers protect certain routes on a web app from unauthorized users. In such cases, the navigation item (nav-item) on the navigation bar/Header of the web won't be visible to an unauthorized user. In this short guide, we're going to take", + "link": "https://www.freecodecamp.org/news/dynamic-navigation-in-nextjs/", + "publishedOn": "2021-09-16T17:32:33.000Z", + "wordCount": 1407, + "title": "Dynamic Navigation in Next.js – How to Render Nav-Items Dynamically in a Next App" }, { - "id": "6138552f581b610782a91fb0", + "id": "613f4ba7852f4307d372c7ed", "author": null, - "description": "Imagine waking up one day to find out that your production systems are down because of a bug that has yet to be traced. One of your worst nightmares right? And you also discover that you need to compare code from two versions and the pressure is building to restore", - "link": "https://www.freecodecamp.org/news/compare-files-with-diff-in-linux/", - "publishedOn": "2021-09-15T21:01:00.000Z", - "wordCount": 896, - "title": "What's the Diff? How Use Linux diff to Compare Files and Apply Changes with patch" + "description": "Modern web applications usually perform more than one function. They often have more than one section, offer more than one service, and have a couple of clients. But the more functionality the app has, the clumsier your route paths will get. What if there was a way to separate all", + "link": "https://www.freecodecamp.org/news/laravel-subdomians/", + "publishedOn": "2021-09-16T17:19:06.000Z", + "wordCount": 1059, + "title": "Laravel Subdomains – How to Create and Manage Subdomains in Your Apps" }, { - "id": "6140ae19852f4307d372d73b", + "id": "61434825852f4307d372eed6", "author": null, - "description": "Transparency plays an important role in front end development. It lets you choose how transparent the elements on your web pages appear. You can adjust transparency in several ways – because of course, in CSS, there are multiple ways to do the same thing. The CSS opacity property is the first", - "link": "https://www.freecodecamp.org/news/transparent-background-image-opacity-in-css-and-html/", - "publishedOn": "2021-09-15T17:05:14.000Z", - "wordCount": 1084, - "title": "Transparent Background – Image Opacity in CSS and HTML" + "description": "I'm excited to share freeCodeCamp's first official VS Code extension – a dark mode theme. This theme uses freeCodeCamp.org's distinct color scheme, typography, and UI design sensibilities. This night mode theme is minimalistic, easy on the eyes, and will help you reach a coding flow state. Here's a preview of", + "link": "https://www.freecodecamp.org/news/vs-code-dark-mode-theme/", + "publishedOn": "2021-09-16T16:46:30.000Z", + "wordCount": 375, + "title": "VS Code Dark Theme – A freeCodeCamp Night Mode Style for Visual Studio Code" }, { - "id": "613cf859852f4307d372bcef", + "id": "613e7006852f4307d372c2ac", "author": null, - "description": "Building a CSS library might seem like something you'd do out of pure curiosity, just to learn and explore. But it can be so much more than that. I've seen custom-built CSS libraries used everywhere from big organisations to scrappy young startups. What is a CSS Library? You can think", - "link": "https://www.freecodecamp.org/news/build-a-css-library-with-vitejs/", - "publishedOn": "2021-09-15T16:47:22.000Z", - "wordCount": 1554, - "title": "How to Build a CSS Library with Vite.js" + "description": "You can now learn Relational Database concepts and SQL right inside your VSCode editor. This tutorial will walk you through how to install it using Docker. During this full-length 300-hour course, you will learn to build more than a dozen projects. Some of them will involve step-by-step instructions, and others", + "link": "https://www.freecodecamp.org/news/how-to-run-freecodecamps-relational-databases-curriculum-using-docker-vscode-and-coderoad/", + "publishedOn": "2021-09-16T16:17:32.000Z", + "wordCount": 935, + "title": "Relational Database Course – How to Learn SQL in VSCode Using Docker and freeCodeCamp" }, { - "id": "613c6d6f852f4307d372b900", + "id": "61436000852f4307d372f0d1", "author": null, - "description": "When you're just starting to learn to code, it might feel like it's always a struggle. Your progress seems very slow and it's easy to be discouraged. In this article, I'll show you some tips and tricks that will help you to learn JavaScript more efficiently. Before we start, we", - "link": "https://www.freecodecamp.org/news/how-to-learn-javascript-a-little-faster/", - "publishedOn": "2021-09-15T15:57:42.000Z", - "wordCount": 992, - "title": "How to Learn JavaScript A Little Faster" + "description": "Gatsby is a website generator. It is a free and open source framework based on React that helps developers build fast websites and apps. We just published a 9-hour Gatsby course on the freeCodeCamp.org YouTube channel that will teach you how to use the newest version of the framework.", + "link": "https://www.freecodecamp.org/news/learn-gatsby-version-3/", + "publishedOn": "2021-09-16T15:34:47.000Z", + "wordCount": 428, + "title": "Learn Gatsby, a Static Site Generator" }, { - "id": "613b1a82852f4307d372ae6b", + "id": "6142ac88852f4307d372eb23", "author": null, - "description": "When you're formatting strings in Python, you're probably used to using the format() method. But in Python 3.6 and later, you can use f-Strings instead. f-Strings, also called formatted string literals, have a more succinct syntax and can be super helpful in string formatting. In this tutorial, you'll learn", - "link": "https://www.freecodecamp.org/news/python-f-strings-tutorial-how-to-use-f-strings-for-string-formatting/", - "publishedOn": "2021-09-14T19:21:11.000Z", - "wordCount": 1352, - "title": "Python f-String Tutorial – String Formatting in Python Explained with Code Examples" + "description": "Data science models are all around you. They could impact your admission to a school, whether you get hired (or fired), your work schedule, whom you date, whether you get a loan, what ads are shown to you, what social media posts you see, and so on. I have created", + "link": "https://www.freecodecamp.org/news/the-ethics-of-data-science/", + "publishedOn": "2021-09-16T15:17:13.000Z", + "wordCount": 1371, + "title": "Data Science Ethics – What Could Go Wrong and How to Avoid It" }, { - "id": "612fa993d6679a07b7d402ab", + "id": "614207df852f4307d372e3c4", "author": null, - "description": "As an employed software developer today, there's a 96% chance that you're building company software using some sort of open-source technology. You might be using VSCode, a free open-source text editor primarily maintained by Microsoft, or React, a free and open-source front-end JavaScript library, among many other tools. Companies today", - "link": "https://www.freecodecamp.org/news/a-business-case-for-open-source/", - "publishedOn": "2021-09-14T18:59:46.000Z", - "wordCount": 966, - "title": "A Business Case for Open Source – Why You Should Contribute to the Open Source Community" + "description": "Notepad is a built-in text editor that comes pre-installed on Windows machines of all versions – XP, Windows 7, Windows 8, Windows 10, and so on. It is the default Windows text editor. You can think of Notepad as your VS Code or favorite text editor with fewer capabilities. Coding with", + "link": "https://www.freecodecamp.org/news/html-file-text-editor-how-to-open-web-page-code-in-windows-notepad/", + "publishedOn": "2021-09-16T15:08:00.000Z", + "wordCount": 1407, + "title": "HTML File Text Editor – How to Open Web Page Code in Windows Notepad" }, { - "id": "61407a67852f4307d372d4a1", + "id": "6141d9cf852f4307d372e031", "author": null, - "description": "Google Docs is an essential productivity tool for digital work. This article will cover how to save a Google Doc as a PDF on the Desktop version of Google Docs. What Is Google Docs Used For? You can use Google Docs for many different tasks. For example, you can jot", - "link": "https://www.freecodecamp.org/news/how-to-save-a-google-doc-as-a-pdf/", - "publishedOn": "2021-09-14T17:58:28.000Z", - "wordCount": 741, - "title": "How to Save a Google Doc as a PDF" + "description": "This article explains how to convert a string to lowercase and uppercase characters. We'll also go over how to make only the first letter in a word uppercase and how to make the first letter of every word in a sentence uppercase. Let's get started! How to use the toLowerCase(", + "link": "https://www.freecodecamp.org/news/javascript-tolowercase-how-to-convert-a-string-to-lowercase-and-uppercase-in-js/", + "publishedOn": "2021-09-16T15:07:34.000Z", + "wordCount": 1377, + "title": "JavaScript toLowerCase() – How to Convert a String to Lowercase and Uppercase in JS" } ] } ], - "cliVersion": "1.11.0" + "cliVersion": "1.11.1" } \ No newline at end of file diff --git a/feed.atom b/feed.atom index faca356..51f14d9 100644 --- a/feed.atom +++ b/feed.atom @@ -1,10 +1,175 @@ - urn:2021-09-16T00:42:45.501Z + urn:2021-09-17T00:45:34.714Z osmos::feed - 2021-09-16T00:42:45.501Z - osmosfeed 1.11.0 + 2021-09-17T00:45:34.714Z + osmosfeed 1.11.1 + + <![CDATA[How to Start Freelancing – Tips for Launching a Successful Freelance Career]]> + 613f6bc9852f4307d372ca83 + + 2021-09-16T22:25:55.000Z + + + freeCodeCamp.org + + + + <![CDATA[Shadow Roots and Inheritance]]> + https://css-tricks.com/?p=351915 + + 2021-09-16T20:14:20.000Z + element, as documented here by Kitty Guiraudel. It’s obscure enough that you might never run into it, but if you do, I could see it being very confusing (it would confuse … +The post Shadow Roots and Inheritance appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]> + + Chris Coyier + + + + <![CDATA[REST API Best Practices – REST Endpoint Design Examples]]> + 614353d8852f4307d372ef7e + + 2021-09-16T17:50:22.000Z + + + freeCodeCamp.org + + + + <![CDATA[Dynamic Navigation in Next.js – How to Render Nav-Items Dynamically in a Next App]]> + 613d280a852f4307d372bdd7 + + 2021-09-16T17:32:33.000Z + + + freeCodeCamp.org + + + + <![CDATA[Laravel Subdomains – How to Create and Manage Subdomains in Your Apps]]> + 613f4ba7852f4307d372c7ed + + 2021-09-16T17:19:06.000Z + + + freeCodeCamp.org + + + + <![CDATA[VS Code Dark Theme – A freeCodeCamp Night Mode Style for Visual Studio Code]]> + 61434825852f4307d372eed6 + + 2021-09-16T16:46:30.000Z + + + freeCodeCamp.org + + + + <![CDATA[Relational Database Course – How to Learn SQL in VSCode Using Docker and freeCodeCamp]]> + 613e7006852f4307d372c2ac + + 2021-09-16T16:17:32.000Z + + + freeCodeCamp.org + + + + <![CDATA[Learn Gatsby, a Static Site Generator]]> + 61436000852f4307d372f0d1 + + 2021-09-16T15:34:47.000Z + + + freeCodeCamp.org + + + + <![CDATA[Data Science Ethics – What Could Go Wrong and How to Avoid It]]> + 6142ac88852f4307d372eb23 + + 2021-09-16T15:17:13.000Z + + + freeCodeCamp.org + + + + <![CDATA[HTML File Text Editor – How to Open Web Page Code in Windows Notepad]]> + 614207df852f4307d372e3c4 + + 2021-09-16T15:08:00.000Z + + + freeCodeCamp.org + + + + <![CDATA[JavaScript toLowerCase() – How to Convert a String to Lowercase and Uppercase in JS]]> + 6141d9cf852f4307d372e031 + + 2021-09-16T15:07:34.000Z + + + freeCodeCamp.org + + + + <![CDATA[Minding the “gap”]]> + https://css-tricks.com/?p=351481 + + 2021-09-16T14:34:46.000Z + + + Patrick Brosset + + + + <![CDATA[Static Site Generators vs. CMS-powered Websites: How to Keep Marketers and Devs Happy]]> + https://css-tricks.com/?p=351586 + + 2021-09-16T14:31:08.000Z + + + Philip Kiely + + + + <![CDATA[Web Quality Assurance: From User Requirements To Web Risk Management]]> + https://smashingmagazine.com/2021/09/journey-into-web-quality-assurance/ + + 2021-09-16T12:00:00.000Z + + + hello@smashingmagazine.com (Elie Sloïm) + + + + <![CDATA[Reasons To Build A CRM-Powered Website For Your Business]]> + https://smashingmagazine.com/2021/09/reasons-build-crm-powered-website-business/ + + 2021-09-16T11:00:00.000Z + + + hello@smashingmagazine.com (Zara Cooper) + + + + <![CDATA[v1.11.1]]> + https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.1 + + 2021-09-16T06:39:32.000Z + + + Release notes from osmosfeed + + <![CDATA[2021 Scroll Survey Report]]> https://css-tricks.com/?p=351987 @@ -16,46 +181,6 @@ The post 2021 Scroll Survey Report appeared first on CSS-Tricks. You can support Chris Coyier - - <![CDATA[Web Page Text Editor – How to Open HTML Code in Mac TextEdit]]> - 613f3c9f852f4307d372c7d8 - - 2021-09-15T22:29:38.000Z - - - freeCodeCamp.org - - - - <![CDATA[JavaScript Rest vs Spread Operator – What’s the Difference?]]> - 6141fe01852f4307d372e123 - - 2021-09-15T22:27:26.000Z - - - freeCodeCamp.org - - - - <![CDATA[RNG Meaning – What does RNG Stand for in Gaming?]]> - 610662663306a507d1bfc14a - - 2021-09-15T21:55:10.000Z - - - freeCodeCamp.org - - - - <![CDATA[What's the Diff? How Use Linux diff to Compare Files and Apply Changes with patch]]> - 6138552f581b610782a91fb0 - - 2021-09-15T21:01:00.000Z - - - freeCodeCamp.org - - <![CDATA[kbar]]> https://css-tricks.com/?p=351868 @@ -67,36 +192,6 @@ The post kbar appeared first on CSS-Tricks. You can support CSS-Tricks by being Robin Rendle - - <![CDATA[Transparent Background – Image Opacity in CSS and HTML]]> - 6140ae19852f4307d372d73b - - 2021-09-15T17:05:14.000Z - - - freeCodeCamp.org - - - - <![CDATA[How to Build a CSS Library with Vite.js]]> - 613cf859852f4307d372bcef - - 2021-09-15T16:47:22.000Z - - - freeCodeCamp.org - - - - <![CDATA[How to Learn JavaScript A Little Faster]]> - 613c6d6f852f4307d372b900 - - 2021-09-15T15:57:42.000Z - - - freeCodeCamp.org - - <![CDATA[An Intro to JavaScript Proxy]]> https://css-tricks.com/?p=351767 @@ -132,36 +227,6 @@ The post On the `dl` appeared first on CSS-Tricks. You can support CSS-Tricks by Chris Coyier - - <![CDATA[Python f-String Tutorial – String Formatting in Python Explained with Code Examples]]> - 613b1a82852f4307d372ae6b - - 2021-09-14T19:21:11.000Z - - - freeCodeCamp.org - - - - <![CDATA[A Business Case for Open Source – Why You Should Contribute to the Open Source Community]]> - 612fa993d6679a07b7d402ab - - 2021-09-14T18:59:46.000Z - - - freeCodeCamp.org - - - - <![CDATA[How to Save a Google Doc as a PDF]]> - 61407a67852f4307d372d4a1 - - 2021-09-14T17:58:28.000Z - - - freeCodeCamp.org - - <![CDATA[Building a Form in PHP Using DOMDocument]]> https://css-tricks.com/?p=351454 @@ -299,41 +364,6 @@ The post EyeDropper API Dropped appeared first on CSS-Tricks. You can support CS hello@smashingmagazine.com (Frederick O’Brien) - - <![CDATA[Frameworks Helping Image Usage]]> - https://css-tricks.com/?p=350644 - - 2021-09-09T19:44:54.000Z - - - Chris Coyier - - - - <![CDATA[Improve Largest Contentful Paint (LCP) on Your Website With Ease]]> - https://css-tricks.com/?p=351259 - - 2021-09-09T19:43:03.000Z - - - ImageKit - - - - <![CDATA[Mars Theme: A Deep Look at Frontity’s Headless WordPress Theme]]> - https://css-tricks.com/?p=350070 - - 2021-09-09T14:31:18.000Z - - - Ganesh Dahal - - <![CDATA[Using SWR React Hooks With Next.js’ Incremental Static Regeneration (ISR)]]> https://smashingmagazine.com/2021/09/useswr-react-hook-library-incremental-static-regeneration-nextjs/ @@ -514,14 +544,4 @@ The post Mars Theme: A Deep Look at Frontity’s Headless WordPress Theme appear hello@smashingmagazine.com (Devin Harold) - - <![CDATA[Creating An Interactive Gantt Chart Component With Vanilla JavaScript]]> - https://smashingmagazine.com/2021/08/interactive-gantt-chart-component-vanilla-javascript/ - - 2021-08-18T08:00:00.000Z - - - hello@smashingmagazine.com (Anna Prenzel) - - \ No newline at end of file diff --git a/index.html b/index.html index f5ec3b5..07c1bdf 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,216 @@ +
+

+ +

-
  • -
    -

    freeCodeCamp.org

    -
    - - - - - - - -
    -
  • Articles on Smashing Magazine — For Web Designers And Developers

    @@ -189,7 +316,7 @@ The post On the `dl` appeared first on CSS-Tricks. You can support CSS Building a Form in PHP Using DOMDocument
    - (15 min) + (14 min) Learn how to build an HTML form in PHP using DOMDocument — a structured and expressive way to build logical markup. The post Building a Form in PHP Using DOMDocument appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
    @@ -214,45 +341,6 @@ The post Jamstack Conf 2021 appeared first on CSS-Tricks. You can support CSS-Tr
  • -
  • -
    -

    freeCodeCamp.org

    -
    - - - -
    -
  • Articles on Smashing Magazine — For Web Designers And Developers

    @@ -418,50 +506,6 @@ The post EyeDropper API Dropped appeared first on CSS-Tricks. You can support CS

    -
    -

    - -