From 2acb6e11e0e54ec42f9dc8b8dcbe4b66598abb2a Mon Sep 17 00:00:00 2001 From: chuanqisun Date: Thu, 17 Jun 2021 00:37:17 +0000 Subject: [PATCH] deploy: 1f5684a2ae67184fc44cacebc2a14d1ec87ed0f6 --- cache.json | 210 +++++++++++++++++++---------------------- feed.atom | 196 +++++++++++++++++++------------------- index.html | 271 +++++++++++++++++++++++++---------------------------- 3 files changed, 322 insertions(+), 355 deletions(-) diff --git a/cache.json b/cache.json index 4792846..0f55b45 100644 --- a/cache.json +++ b/cache.json @@ -48,13 +48,40 @@ "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=342358", + "author": "Chris Coyier", + "description": "If you’re abhorred by using inline styles, just move that style to the class attribute! And then make sure you have CSS in place that, ya know, does what it says on the box. \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.", + "link": "https://css-tricks.com/inline-styles-as-classes-lol/", + "publishedOn": "2021-06-16T21:11:02.000Z", + "wordCount": 604, + "title": "Inline Styles as Classes (lol)" + }, + { + "id": "https://css-tricks.com/?p=342630", + "author": "Chris Coyier", + "description": "Jim Nielsen: \nIf somebody says a comment isn’t adding any value, I would ask: to whom?\nPersonally, I’ve 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.", + "link": "https://blog.jim-nielsen.com/2021/useful-and-usless-code-comments/", + "publishedOn": "2021-06-16T19:08:33.000Z", + "wordCount": 869, + "title": "Useful and Useless Code Comments" + }, + { + "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 browser’s 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.", + "link": "https://css-tricks.com/how-i-used-the-waapi-to-build-an-animation-library/", + "publishedOn": "2021-06-16T14:26:58.000Z", + "wordCount": 2409, + "title": "How I Used the WAAPI to Build an Animation Library" + }, { "id": "https://css-tricks.com/?p=342198", "author": "Chris Coyier", "description": "Usually, when “unused” comes up in conversation regarding CSS, it’s about removing chunks of CSS that are not used in your site or, at least, the styles not currently in use on a specific page. The minimal amount of CSS …\nThe post Detect Unused Classes in… HTML appeared first on CSS-Tricks.\nYou 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": 741, + "wordCount": 798, "title": "Detect Unused Classes in… HTML" }, { @@ -63,7 +90,7 @@ "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.", "link": "https://mxb.dev/blog/media-queries-in-times-of-container-queries/", "publishedOn": "2021-06-15T19:51:32.000Z", - "wordCount": 1907, + "wordCount": 2234, "title": "Media Queries in Times of @container" }, { @@ -72,7 +99,7 @@ "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.", "link": "https://css-tricks.com/just-how-niche-is-headless-wordpress/", "publishedOn": "2021-06-15T14:31:34.000Z", - "wordCount": 1844, + "wordCount": 2721, "title": "Just How Niche is Headless WordPress?" }, { @@ -81,7 +108,7 @@ "description": "It wasn’t 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 …\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": 875, + "wordCount": 890, "title": "Making Tables With Sticky Header and Footers Got a Bit Easier" }, { @@ -135,7 +162,7 @@ "description": "One thing that can be just a smidge funky about the
element is that, when open, it’s not always 100% clear what is inside that element and what isn’t. I’m not saying that always matters or that it’s a …\nThe post Put a Background on Open Details Elements appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/put-a-background-on-open-details-elements/", "publishedOn": "2021-06-11T00:16:28.000Z", - "wordCount": 667, + "wordCount": 683, "title": "Put a Background on Open Details Elements" }, { @@ -155,33 +182,6 @@ "publishedOn": "2021-06-10T14:26:47.000Z", "wordCount": 3006, "title": "Building a Headless CMS with Fauna and Vercel Functions" - }, - { - "id": "https://css-tricks.com/?p=340967", - "author": "Geoff Graham", - "description": "I don’t know about y’all, but my feeds have been flooded with articles about CSS Container Queries these past few weeks. The buzz about container queries actually started back in December after Miriam Suzanne posted a proposal (picking up on …\nThe post A Cornucopia of Container Queries appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/a-cornucopia-of-container-queries/", - "publishedOn": "2021-06-09T20:37:00.000Z", - "wordCount": 1539, - "title": "A Cornucopia of Container Queries" - }, - { - "id": "https://css-tricks.com/?p=341916", - "author": "Chris Coyier", - "description": "Does that make your eye twitch a little bit? Like… it’s a typo. It should be target=\"_blank\" with an underscore to start the value. As in…\n - urn:2021-06-16T00:38:58.566Z + urn:2021-06-17T00:37:16.488Z osmos::feed - 2021-06-16T00:38:58.566Z + 2021-06-17T00:37:16.488Z osmosfeed 1.10.2 + + <![CDATA[JavaScript Split – How to Split a String into an Array in JS]]> + 60c088e5d3126007592d56f1 + + 2021-06-16T21:19:08.000Z + + + freeCodeCamp.org + + + + <![CDATA[Inline Styles as Classes (lol)]]> + https://css-tricks.com/?p=342358 + + 2021-06-16T21:11:02.000Z + + + Chris Coyier + + + + <![CDATA[Skewness and Kurtosis – Positively Skewed and Negatively Skewed Distributions in Statistics Explained]]> + 60b8cb0aacb62507dd1d82ea + + 2021-06-16T20:56:49.000Z + + + freeCodeCamp.org + + + + <![CDATA[Build Better React Apps with These Simple Tricks]]> + 60ca25704dc1a607ed7b408c + + 2021-06-16T20:55:03.000Z + + + freeCodeCamp.org + + + + <![CDATA[Useful and Useless Code Comments]]> + https://css-tricks.com/?p=342630 + + 2021-06-16T19:08:33.000Z + + + Chris Coyier + + + + <![CDATA[Teach Yourself Data Analytics in 30 Days]]> + 60ca30af4dc1a607ed7b4197 + + 2021-06-16T17:19:31.000Z + + + freeCodeCamp.org + + + + <![CDATA[How I Used the WAAPI to Build an Animation Library]]> + https://css-tricks.com/?p=342353 + + 2021-06-16T14:26:58.000Z + + + Okiki Ojo + + + + <![CDATA[A Complete Guide To Accessibility Tooling]]> + https://smashingmagazine.com/2021/06/complete-guide-accessibility-tooling/ + + 2021-06-16T10:30:00.000Z + + + hello@smashingmagazine.com (Nic Chan) + + <![CDATA[Detect Unused Classes in… HTML]]> https://css-tricks.com/?p=342198 @@ -91,26 +184,6 @@ You can support CSS-Tricks by being an MVP Supporter.]]> freeCodeCamp.org - - <![CDATA[SQL Aggregate Functions – With Example Data Queries for Beginners]]> - 60c6aec3d3126007592d7bd5 - - 2021-06-15T15:48:09.000Z - - - freeCodeCamp.org - - - - <![CDATA[What is Full Stack? How to Become a Full Stack Developer]]> - 60bbdd8dacb62507dd1d9a2d - - 2021-06-15T15:35:39.000Z - - - freeCodeCamp.org - - <![CDATA[Just How Niche is Headless WordPress?]]> https://css-tricks.com/?p=342248 @@ -144,26 +217,6 @@ You can support CSS-Tricks by being an MVP Supporter.]]> hello@smashingmagazine.com (Drew McLellan) - - <![CDATA[System Design Interview Tutorial – The Beginner's Guide to System Design]]> - 60873d1fdd38b9088c2c0842 - - 2021-06-14T22:46:31.000Z - - - freeCodeCamp.org - - - - <![CDATA[How to Build a Custom Pagination Component in React]]> - 60bce373acb62507dd1d9f19 - - 2021-06-14T22:39:00.000Z - - - freeCodeCamp.org - - <![CDATA[Making Tables With Sticky Header and Footers Got a Bit Easier]]> https://css-tricks.com/?p=342294 @@ -323,33 +376,6 @@ You can support CSS-Tricks by being an MVP Supporter.]]> hello@smashingmagazine.com (Stefan Judis) - - <![CDATA[A Cornucopia of Container Queries]]> - https://css-tricks.com/?p=340967 - - 2021-06-09T20:37:00.000Z - - - Geoff Graham - - - - <![CDATA[target=blank]]> - https://css-tricks.com/?p=341916 - - 2021-06-09T14:37:31.000Z - - - Chris Coyier - - <![CDATA[Meet <code>:has</code>, A Native CSS Parent Selector (And More)]]> https://smashingmagazine.com/2021/06/has-native-css-parent-selector/ @@ -360,18 +386,6 @@ You can support CSS-Tricks by being an MVP Supporter.]]> hello@smashingmagazine.com (Adrian Bece) - - <![CDATA[Looking at WCAG 2.5.5 for Better Target Sizes]]> - https://css-tricks.com/?p=341982 - - 2021-06-08T18:31:08.000Z - - - Todd Libby - - <![CDATA[From AVIF to WebP: A New Smashing Book By Addy Osmani]]> https://smashingmagazine.com/2021/06/image-optimization-book-release/ @@ -620,24 +634,4 @@ Thank you: @LooperXX.]]> hello@smashingmagazine.com (Vitaly Friedman) - - <![CDATA[How To Create, Edit And Animate SVGs All In One Place With SVGator 3.0]]> - https://smashingmagazine.com/2021/05/create-edit-animate-svg-svgator3/ - - 2021-05-18T10:30:00.000Z - - - hello@smashingmagazine.com (Mikołaj Dobrucki) - - - - <![CDATA[Smashing Podcast Episode 37 With Adam Argyle: What Is VisBug?]]> - https://smashingmagazine.com/2021/05/smashing-podcast-episode-37/ - - 2021-05-18T05:00:00.000Z - - - hello@smashingmagazine.com (Drew McLellan) - - \ No newline at end of file diff --git a/index.html b/index.html index f680d45..03e4f08 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,130 @@ +
+

+
+

-
-
- SQL Aggregate Functions – With Example Data Queries for Beginners - -
- (3 min) - What is an Aggregate Function?SQL aggregate functions will seem very familiar if you have worked with spreadsheets. Have you ever used SUM in Google Sheets or Excel? The SUM function exists in SQL as well, and is called an aggregate function. Aggregate functions do a particular task across database -
-
-
-
-
-
- What is Full Stack? How to Become a Full Stack Developer - -
- (9 min) - You've probably seen the term "full stack developer" before, either on tech-related websites or in job applications you've perused. So have you ever wondered what exactly a full stack developer is and what skills you'd need to become one? Well if you're curious like I was, this article -
-
-
-
  • @@ -243,34 +345,6 @@ You can support CSS-Tricks by being an MVP Supporter.
  • -
  • -
    -

    freeCodeCamp.org

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

    @@ -445,41 +519,6 @@ You can support CSS-Tricks by being an MVP Supporter.