From 90ee20a6b19863849c4fce347da36cbca78c42d4 Mon Sep 17 00:00:00 2001 From: chuanqisun Date: Wed, 21 Jul 2021 00:40:46 +0000 Subject: [PATCH] deploy: 1f5684a2ae67184fc44cacebc2a14d1ec87ed0f6 --- cache.json | 210 +++++++++++++++++++++++-------------------- feed.atom | 197 ++++++++++++++++++++-------------------- index.html | 257 ++++++++++++++++++++++++++++------------------------- 3 files changed, 349 insertions(+), 315 deletions(-) diff --git a/cache.json b/cache.json index 2e84037..84c5893 100644 --- a/cache.json +++ b/cache.json @@ -21,22 +21,49 @@ "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=345062", + "author": "Robin Rendle", + "description": "Here’s a really good ol’ post from way back in 2015 all about the nine states of design and how we should think all the edge cases whenever we’re building interfaces. Vince Speelman writes:\nModern UI teams are designing components \n…\nThe post The Nine States of Design appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://medium.com/swlh/the-nine-states-of-design-5bfe9b3d6d85", + "publishedOn": "2021-07-20T23:34:53.000Z", + "wordCount": 836, + "title": "The Nine States of Design" + }, + { + "id": "https://css-tricks.com/?p=344944", + "author": "Chris Coyier", + "description": "Eric doesn’t mince words, especially in the title, but also in the conclusion:\nIn modern web design and development, displaying an image is a highly intentional act. Alternate descriptions allow us to explain the content of the image, and in \n…\nThe post Your Image Is Probably Not Decorative appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://www.smashingmagazine.com/2021/06/img-alt-attribute-alternate-description-decorative/", + "publishedOn": "2021-07-20T20:02:06.000Z", + "wordCount": 1646, + "title": "Your Image Is Probably Not Decorative" + }, + { + "id": "https://css-tricks.com/?p=344497", + "author": "Murtuzaali Surti", + "description": "I watched Kevin Powell’s video where he was able to recreate a nice typewriter-like animation using CSS. It’s neat and you should definitely check it out because there are bonafide CSS tricks in there. I’m sure you’ve seen other CSS …\nThe post Typewriter Animation That Handles Anything You Throw at It appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/typewriter-animation-that-handles-anything-you-throw-at-it/", + "publishedOn": "2021-07-20T15:03:40.000Z", + "wordCount": 3131, + "title": "Typewriter Animation That Handles Anything You Throw at It" + }, { "id": "https://css-tricks.com/?p=344404", "author": "Chris Coyier", "description": "Putting images on websites is incredibly simple, yes? Actually, yes, it is. You use tag and when it is appropriate to use it in HTML 5. In older versions of HTML, you'd use this tag as a way to underline text. We are going to learn about the new HTML 5", + "link": "https://www.freecodecamp.org/news/html-underline-text-how-to-use-the-u-tag-with-example-code/", + "publishedOn": "2021-07-20T22:48:13.000Z", + "wordCount": 667, + "title": "HTML Underline Text – How to Use the <u> Tag with Example Code" + }, + { + "id": "60f2dbac66c61b07d458e5c9", + "author": null, + "description": "In my very early days as a budding web developer, I made a fairly common mistake. On Facebook, I sent a friend request to a senior software engineer (I wasn't aware of his position at the time) and started a chat with him thereafter. Done with greetings and pleasantries, I", + "link": "https://www.freecodecamp.org/news/programming-coding-developement-whats-the-difference/", + "publishedOn": "2021-07-20T20:04:12.000Z", + "wordCount": 1350, + "title": "Programming VS Coding VS Development – What's the Difference?" + }, + { + "id": "60ed44c866c61b07d458d023", + "author": null, + "description": "Have you ever gotten into trouble trying to handle a single process that's really huge or heavy? If so, I can help you figure out how to better manage it. In this article I will be sharing how I'm currently managing a single message that is too big to be", + "link": "https://www.freecodecamp.org/news/scale-system-split-processes/", + "publishedOn": "2021-07-20T19:26:45.000Z", + "wordCount": 1209, + "title": "How to Scale a System With Process Splitting and Redis" + }, + { + "id": "60e009e527f80207bcdbd00a", + "author": null, + "description": "If you're building a website, making it responsive is one of the most important things you'll do. It can be difficult to create websites that look good across a variety of screen sizes. You'll have to handle rendering an element's width or height, and specifying varied width sizes using media", + "link": "https://www.freecodecamp.org/news/css-properties-examples/", + "publishedOn": "2021-07-20T17:09:20.000Z", + "wordCount": 835, + "title": "CSS Properties – Max-width, Min-width, Max-height, and Min-height Explained with Examples" + }, + { + "id": "60f1d20a66c61b07d458e4a3", + "author": null, + "description": "MySql is one of the most popular databases. We just published a MySQL Database course on the freeCodeCamp.org YouTube channel. Bharath Ram Manoharan from Execute on Command created this course. He is a senior database engineer and great teacher. This course starts with SQL basics. Then it also goes", + "link": "https://www.freecodecamp.org/news/learn-to-use-the-mysql-database/", + "publishedOn": "2021-07-20T13:18:33.000Z", + "wordCount": 15838, + "title": "Learn to Use the MySQL Database" + }, { "id": "60f3e5ca66c61b07d458eb2d", "author": null, @@ -587,56 +646,11 @@ { "id": "60e7d016134ad707be00f47c", "author": null, - "description": "Wherever there is a number, there is beauty. -Proclus Wherever there are numbers, you're probably dealing with a math-related topic. And wherever there is math, the chances of it being a nightmare for some people are also high. For many people, math is not their cup of tea. But if", + "description": "In this article, you'll learn how to use Excel to calculate percentage change, and also how to find the increase and decrease in percentage values. Let's get into it. How to Calculate Percentage Change in Excel To calculate percentage change in Excel, you'll need to use a formula. For example,", "link": "https://www.freecodecamp.org/news/how-to-calculate-percent-change-in-excel-find-increase-and-decrease-percentage/", "publishedOn": "2021-07-19T15:25:39.000Z", - "wordCount": 1079, + "wordCount": 958, "title": "How to Calculate Percent Change in Excel – Find Increase and Decrease Percentage" - }, - { - "id": "60dbcc7c27f80207bcdbbcff", - "author": null, - "description": "In this article, we will learn what Kerberos is, how it works, and the various pros and cons of using this authentication protocol.   What is Kerberos?Have you ever wondered what happens when you type in your username and password at work, and magically have access to file servers, email", - "link": "https://www.freecodecamp.org/news/how-does-kerberos-work-authentication-protocol/", - "publishedOn": "2021-07-19T14:34:59.000Z", - "wordCount": 2641, - "title": "How Does Kerberos Work? The Authentication Protocol Explained" - }, - { - "id": "60f18a9666c61b07d458e2b0", - "author": null, - "description": "In one sense, recursion is simple. In fact, most of what you need to know about recursion can be summed up in this gif: However, as you go deeper in, it becomes apparent that recursion can be tricky to fully grasp. But it doesn't have to be. We just released", - "link": "https://www.freecodecamp.org/news/understanding-recursion-in-programming/", - "publishedOn": "2021-07-19T13:56:48.000Z", - "wordCount": 18791, - "title": "Understanding Recursion in Programming" - }, - { - "id": "60eef23666c61b07d458d43c", - "author": null, - "description": "When it comes to styling your React app, you have a ton of different options. Which do you choose? I have broken down the 5 primary ways you have to choose between when writing CSS in your React app. There is no #1 way to approach to writing styles in", - "link": "https://www.freecodecamp.org/news/how-to-style-react-apps-with-css/", - "publishedOn": "2021-07-16T18:41:57.000Z", - "wordCount": 2999, - "title": "How to Style Your React App – 5 Ways to Write CSS in 2021" - }, - { - "id": "60e74160134ad707be00f23f", - "author": null, - "description": "The FARM stack is FastAPI, React, and MongoDB. It is a simpler form of the MERN stack that can make developing apps even faster. We just released a FARM stack course on the freeCodeCamp.org YouTube channel.  You will learn how to create a basic CRUD application. FastAPI is where", - "link": "https://www.freecodecamp.org/news/learn-the-farm-stack-fastapi-reactjs-mongodb/", - "publishedOn": "2021-07-15T13:43:01.000Z", - "wordCount": 8503, - "title": "Learn the FARM Stack! (FastAPI, React, MongoDB)" - }, - { - "id": "60ead07ee8ee9b08300ed387", - "author": null, - "description": "There are lots of data-storage options available today. You have to choose between managed or unmanaged, relational or NoSQL, write- or read-optimized, proprietary or open-source — and it doesn't end there. Once you begin your search, you will end up in the universe that is database marketing. All of the vendors", - "link": "https://www.freecodecamp.org/news/the-apache-cassandra-beginner-tutorial/", - "publishedOn": "2021-07-15T13:13:02.000Z", - "wordCount": 7095, - "title": "The Apache Cassandra Beginner Tutorial" } ] } diff --git a/feed.atom b/feed.atom index f98c92c..c758f1f 100644 --- a/feed.atom +++ b/feed.atom @@ -1,10 +1,107 @@ - urn:2021-07-20T00:41:57.358Z + urn:2021-07-21T00:40:45.665Z osmos::feed - 2021-07-20T00:41:57.358Z + 2021-07-21T00:40:45.665Z osmosfeed 1.11.0 + + <![CDATA[The Nine States of Design]]> + https://css-tricks.com/?p=345062 + + 2021-07-20T23:34:53.000Z + + + Robin Rendle + + + + <![CDATA[HTML Underline Text – How to Use the <u> Tag with Example Code]]> + 605301d528094f59be257c67 + + 2021-07-20T22:48:13.000Z + tag and when it is appropriate to use it in HTML 5. In older versions of HTML, you'd use this tag as a way to underline text. We are going to learn about the new HTML 5]]> + + freeCodeCamp.org + + + + <![CDATA[Programming VS Coding VS Development – What's the Difference?]]> + 60f2dbac66c61b07d458e5c9 + + 2021-07-20T20:04:12.000Z + + + freeCodeCamp.org + + + + <![CDATA[Your Image Is Probably Not Decorative]]> + https://css-tricks.com/?p=344944 + + 2021-07-20T20:02:06.000Z + + + Chris Coyier + + + + <![CDATA[How to Scale a System With Process Splitting and Redis]]> + 60ed44c866c61b07d458d023 + + 2021-07-20T19:26:45.000Z + + + freeCodeCamp.org + + + + <![CDATA[CSS Properties – Max-width, Min-width, Max-height, and Min-height Explained with Examples]]> + 60e009e527f80207bcdbd00a + + 2021-07-20T17:09:20.000Z + + + freeCodeCamp.org + + + + <![CDATA[Typewriter Animation That Handles Anything You Throw at It]]> + https://css-tricks.com/?p=344497 + + 2021-07-20T15:03:40.000Z + + + Murtuzaali Surti + + + + <![CDATA[Learn to Use the MySQL Database]]> + 60f1d20a66c61b07d458e4a3 + + 2021-07-20T13:18:33.000Z + + + freeCodeCamp.org + + + + <![CDATA[How To Migrate From WordPress To A Headless CMS]]> + https://smashingmagazine.com/2021/07/wordpress-headless-cms-storyblok/ + + 2021-07-20T10:30:00.000Z + + + hello@smashingmagazine.com (Alba Silvente) + + <![CDATA[How to Install Xcode Command Line Tools on a Mac]]> 60f3e5ca66c61b07d458eb2d @@ -61,7 +158,7 @@ The post Images are hard. appeared first on CSS-Tricks. You can support CSS-Tric 60e7d016134ad707be00f47c 2021-07-19T15:25:39.000Z - + freeCodeCamp.org @@ -71,33 +168,13 @@ The post Images are hard. appeared first on CSS-Tricks. You can support CSS-Tric https://css-tricks.com/?p=343893 2021-07-19T14:43:29.000Z - Bramus Van Damme - - <![CDATA[How Does Kerberos Work? The Authentication Protocol Explained]]> - 60dbcc7c27f80207bcdbbcff - - 2021-07-19T14:34:59.000Z - - - freeCodeCamp.org - - - - <![CDATA[Understanding Recursion in Programming]]> - 60f18a9666c61b07d458e2b0 - - 2021-07-19T13:56:48.000Z - - - freeCodeCamp.org - - <![CDATA[Maintaining End-To-End Quality With Visual Testing]]> https://smashingmagazine.com/2021/07/maintaining-end-to-end-quality-visual-testing/ @@ -119,16 +196,6 @@ The post WordPress Admin Warnings in the Block Editor appeared first on CSS-Tric Chris Coyier - - <![CDATA[How to Style Your React App – 5 Ways to Write CSS in 2021]]> - 60eef23666c61b07d458d43c - - 2021-07-16T18:41:57.000Z - - - freeCodeCamp.org - - <![CDATA[Of Course We Can Make a CSS-Only Clock That Tells the Current Time!]]> https://css-tricks.com/?p=344147 @@ -195,26 +262,6 @@ The post How to Get a Pixel-Perfect, Linearly Scaled UI appeared first on CSS-Tr hello@smashingmagazine.com (Zara Cooper) - - <![CDATA[Learn the FARM Stack! (FastAPI, React, MongoDB)]]> - 60e74160134ad707be00f23f - - 2021-07-15T13:43:01.000Z - - - freeCodeCamp.org - - - - <![CDATA[The Apache Cassandra Beginner Tutorial]]> - 60ead07ee8ee9b08300ed387 - - 2021-07-15T13:13:02.000Z - - - freeCodeCamp.org - - <![CDATA[Build Complex CSS Transitions using Custom Properties and cubic-bezier()]]> https://css-tricks.com/?p=344249 @@ -312,23 +359,6 @@ The post Meet `:has`, A Native CSS Parent Selector appeared first on CSS-Tricks. Chris Coyier - - <![CDATA[Using the Specificity of :where() as a CSS Reset]]> - https://css-tricks.com/?p=343613 - - 2021-07-12T14:30:34.000Z - - - Mojtaba Seyedi - - <![CDATA[Refactoring CSS: Introduction (Part 1)]]> https://smashingmagazine.com/2021/07/refactoring-css-introduction-part1/ @@ -339,29 +369,6 @@ The post Using the Specificity of :where() as a CSS Reset appeared first on CSS- hello@smashingmagazine.com (Adrian Bece) - - <![CDATA[:focus-visible in WebKit]]> - https://css-tricks.com/?p=344334 - - 2021-07-09T18:53:51.000Z - - - Chris Coyier - - - - <![CDATA[SVG Favicons in Action]]> - https://css-tricks.com/?p=343598 - - 2021-07-09T14:31:57.000Z - - - Philippe Bernard - - <![CDATA[Making A Strong Case For Accessibility]]> https://smashingmagazine.com/2021/07/strong-case-for-accessibility/ diff --git a/index.html b/index.html index 419945c..64f2ef2 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,135 @@ +
+

+ +

-
  • -
    -

    freeCodeCamp.org

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

    @@ -246,7 +336,7 @@ The post Some Typography Links appeared first on CSS-Tricks. You can support CSS How to Get a Pixel-Perfect, Linearly Scaled UI
    - (7 min) + (8 min) Dynamically scaling CSS values based on the viewport width is hardly a new topic. You can find plenty of in-depth coverage right here on CSS-Tricks in articles like this one or this one. Most of those examples, though, use … The post How to Get a Pixel-Perfect, Linearly Scaled UI appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter. @@ -256,34 +346,6 @@ The post How to Get a Pixel-Perfect, Linearly Scaled UI appeared first on CSS-Tr
  • -
  • -
    -

    freeCodeCamp.org

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

    @@ -461,24 +523,6 @@ The post Meet `:has`, A Native CSS Parent Selector appeared first on C -
  • @@ -503,37 +547,6 @@ The post Using the Specificity of :where() as a CSS Reset appeared first on CSS-