This commit is contained in:
chuanqisun 2021-11-09 00:42:33 +00:00
parent 55d35ab0a6
commit ce1b158c53
3 changed files with 180 additions and 141 deletions

View file

@ -21,13 +21,40 @@
"feedUrl": "https://css-tricks.com/feed/",
"siteUrl": "https://css-tricks.com",
"articles": [
{
"id": "https://css-tricks.com/?p=356204",
"author": "Chris Coyier",
"description": "Bonafide CSS trick alert! Nelson Menezes figured out a new way (that only works in Firefox for now) that is awfully clever.\nPerhaps you know that CSS cannot animate to auto dimensions, which is super unfortunate. Animating from …\nThe post CSS Grid Can Do Auto Height Transitions appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/css-grid-can-do-auto-height-transitions/",
"publishedOn": "2021-11-08T19:01:31.000Z",
"wordCount": 561,
"title": "CSS Grid Can Do Auto Height Transitions"
},
{
"id": "https://css-tricks.com/?p=322098",
"author": "Ana Tudor",
"description": "I recently came across a cool effect known as glassmorphism in a Dribble shot. My first thought was I could quickly recreate it in a few minutes if I just use some emojis for the icons without wasting time …\nThe post Icon Glassmorphism Effect in CSS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/icon-glassmorphism-effect-in-css/",
"publishedOn": "2021-11-08T14:57:42.000Z",
"wordCount": 7960,
"title": "Icon Glassmorphism Effect in CSS"
},
{
"id": "https://css-tricks.com/?p=356134",
"author": "Chris Coyier",
"description": "Just ran across îles, a new static site generator mostly centered around Vue. The world has no particular shortage of static site generators, but its interesting to see what this “next generation” of SSGs seem to focus on or …\nThe post Does the Next Generation of Static Site Generators Make Building Sites Better? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/does-the-next-generation-of-static-site-generators-make-building-sites-better/",
"publishedOn": "2021-11-08T14:56:23.000Z",
"wordCount": 674,
"title": "Does the Next Generation of Static Site Generators Make Building Sites Better?"
},
{
"id": "https://css-tricks.com/?p=355780",
"author": "Chris Coyier",
"description": "Šime Vidas DMd me the other day about this thread from subzey on Twitter. My HTML for favicons was like this:\n<!-- Warning! Typo! --<link rel=\"icon\" href=\"/favicon.ico\" size=\"any\"<link rel=\"icon\" href=\"/favicon.svg\" type=\"image/svg+xml\"\nThe attribute size is a typo there, …\nThe post Favicons: How to Make Sure Browsers Only Download the SVG Version appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/favicons-how-to-make-sure-browsers-only-download-the-svg-version/",
"publishedOn": "2021-11-05T20:47:32.000Z",
"wordCount": 552,
"wordCount": 592,
"title": "Favicons: How to Make Sure Browsers Only Download the SVG Version"
},
{
@ -36,7 +63,7 @@
"description": "One of the toughest things about being someone who cares deeply about design systems is making the case for a dedicated design system. Folks in leadership will often ask you to prove the value of it. Why should we care …\nThe post Yes, Design Systems Do Improve Developer Efficiency and Design Consistency appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/yes-design-systems-do-improve-developer-efficiency-and-design-consistency/",
"publishedOn": "2021-11-05T19:58:37.000Z",
"wordCount": 664,
"wordCount": 850,
"title": "Yes, Design Systems Do Improve Developer Efficiency and Design Consistency"
},
{
@ -54,7 +81,7 @@
"description": "I only just recently learned the enterkeyhint attribute on form inputs was a thing! It seems like kind of a big deal to me, as crafting HTML form markup is a decent slice of a front-end developers life, and this …\nThe post enterkeyhint appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/enterkeyhint/",
"publishedOn": "2021-11-05T14:43:25.000Z",
"wordCount": 1278,
"wordCount": 1331,
"title": "enterkeyhint"
},
{
@ -90,7 +117,7 @@
"description": "In June of 1995, representatives from Microsoft arrived at the Netscape offices. The stated goal was to find ways to work together—Netscape as the single dominant force in the browser market and Microsoft as a tech giant just beginning to …\nThe post Chapter 10: Browser Wars appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/chapter-10-browser-wars/",
"publishedOn": "2021-11-03T15:09:50.000Z",
"wordCount": 6596,
"wordCount": 6601,
"title": "Chapter 10: Browser Wars"
},
{
@ -99,7 +126,7 @@
"description": "First, check out how incredibly easy it is to write a Cloudflare Worker to proxy another URL:\naddEventListener(\"fetch\", (event) ={\n event.respondWith(\n fetch(\"https://css-tricks.com\")\n );\n});\nIt doesnt have any error handling or anything, but hey, it works:\nNow imagine how …\nThe post Proxying Third-Party JavaScript as First-Party JavaScript (and the Potential Effect on Analytics) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/proxying-third-party-javascript-as-first-party-javascript-and-the-potential-effect-on-analytics/",
"publishedOn": "2021-11-02T22:50:37.000Z",
"wordCount": 1334,
"wordCount": 1372,
"title": "Proxying Third-Party JavaScript as First-Party JavaScript (and the Potential Effect on Analytics)"
},
{
@ -128,33 +155,6 @@
"publishedOn": "2021-11-02T14:17:55.000Z",
"wordCount": 762,
"title": "Responsible JavaScript"
},
{
"id": "https://css-tricks.com/?p=354978",
"author": "Chris Coyier",
"description": "There are thousands of articles out there about buttons and links on the web; the differences and how to use them properly. Hey, I dont mind. I wrote my own as well¹.\nIts such a common mistake on …\nThe post Buttons vs. Links appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/buttons-vs-links/",
"publishedOn": "2021-11-01T22:58:12.000Z",
"wordCount": 944,
"title": "Buttons vs. Links"
},
{
"id": "https://css-tricks.com/?p=355034",
"author": "Chris Coyier",
"description": "A big heaping 19-minute bowl of not-too-hot, not-too-cold baby bear porridge website building from Rich Harris. \nIve certainly overheard more than my fair share of arguments about Single Page Apps (SPAs) vs Multi-Page Apps (MPAs). Although its only recently that …\nThe post Have Single-Page Apps Ruined the Web? (“Transitional Apps”) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/have-single-page-apps-ruined-the-web-transitional-apps/",
"publishedOn": "2021-11-01T21:43:10.000Z",
"wordCount": 610,
"title": "Have Single-Page Apps Ruined the Web? (“Transitional Apps”)"
},
{
"id": "https://css-tricks.com/?p=354588",
"author": "Sarah Dayan",
"description": "Were all familiar with the concept of autocompletion, right? You type something into a search box and it tries to guess what youre looking for as you type, displaying suggestions, often below the cursor. While were used to autocomplete on …\nThe post So, You Want to Build an @mention Autocomplete Feature? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/so-you-want-to-build-an-mention-autocomplete-feature/",
"publishedOn": "2021-11-01T14:27:26.000Z",
"wordCount": 2114,
"title": "So, You Want to Build an @mention Autocomplete Feature?"
}
]
},
@ -163,13 +163,27 @@
"feedUrl": "https://www.smashingmagazine.com/feed/",
"siteUrl": "https://www.smashingmagazine.com/",
"articles": [
{
"id": "https://smashingmagazine.com/2021/11/hydrogen-react-framework-dynamic-contextual-personalized-ecommerce/",
"author": "hello@smashingmagazine.com (Ilya Grigorik)",
"description": "A great commerce experience is not a Lighthouse score or a set of Core Web Vitals figures (although both are important inputs), but its also a trilemma that carefully balances competing needs of delivering a great customer experience, dynamic storefront capabilities and long-term business objectives.",
"link": "https://smashingmagazine.com/2021/11/hydrogen-react-framework-dynamic-contextual-personalized-ecommerce/",
"publishedOn": "2021-11-08T14:30:00.000Z",
"wordCount": 1524,
"title": "Meet Hydrogen: A React Framework For Dynamic, Contextual And Personalized E-Commerce",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/ee33395f-684a-40e5-bf72-56d9e9e4d975/hydrogen-react-framework-dynamic-contextual-personalized-ecommerce.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/11/concept-testing-part-of-product-design/",
"author": "hello@smashingmagazine.com (Victor Yocco)",
"description": "Concept testing ideas before moving into a detailed design is good UX practice. In this article, Victor Yocco presents details on how and when to engage in concept testing, as well as case studies providing details on the insights gained in two very different settings.",
"link": "https://smashingmagazine.com/2021/11/concept-testing-part-of-product-design/",
"publishedOn": "2021-11-05T11:00:00.000Z",
"wordCount": 6204,
"wordCount": 6199,
"title": "The Value Of Concept Testing As Part Of Product Design",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/ca39dbc3-101c-4973-9dce-debb1ab283ff/concept-testing-part-of-product-design.jpg",
@ -197,7 +211,7 @@
"description": "Within the last decade, technologies like GraphQL have changed how we build web apps and how they communicate with each other. GraphQL provides certain benefits over REST APIs — lets find out what they are.",
"link": "https://smashingmagazine.com/2021/11/graphql-frontend-react-apollo/",
"publishedOn": "2021-11-04T11:30:00.000Z",
"wordCount": 3400,
"wordCount": 3396,
"title": "GraphQL On The Front-End (React And Apollo)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/bb584488-c16f-4409-a992-993ce92d4b51/graphql-frontend-react-apollo.jpg",
@ -211,7 +225,7 @@
"description": "Serverless UI is simply a free, open-source command-line utility for quickly building and deploying serverless applications on the AWS platform. In this article, we will learn and cover everything needed on using Serverless UI to deploy our projects or serverless applications to cloud services providers.",
"link": "https://smashingmagazine.com/2021/11/deep-dive-into-serverless-ui-typescript/",
"publishedOn": "2021-11-03T11:30:00.000Z",
"wordCount": 3623,
"wordCount": 3624,
"title": "A Deep Dive Into Serverless UI With TypeScript",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/aff46dfe-164d-4bf7-8e14-057470001b41/deep-dive-into-serverless-ui-typescript.jpg",
@ -225,7 +239,7 @@
"description": "This article sheds the spotlight on Magento PWAs and explains why business owners are getting them (often instead of native applications). Alex Husar introduces ways of how progressive web applications can be developed on Magento, as well as go over the major pros and cons of each development path.",
"link": "https://smashingmagazine.com/2021/11/magento-pwa-customizing-themes-coding/",
"publishedOn": "2021-11-02T12:00:00.000Z",
"wordCount": 5966,
"wordCount": 5954,
"title": "Creating A Magento PWA: Customizing Themes vs. Coding From Scratch",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/77155632-96bd-44a8-af99-50ebad7534e6/magento-pwa-customizing-themes-coding.jpg",
@ -239,7 +253,7 @@
"description": "November is just around the corner, and with it, a new collection of desktop wallpapers to celebrate the beginning of the month. Designed by creatives from all across the globe, they come in versions with and without a calendar. Lets make November colorful!",
"link": "https://smashingmagazine.com/2021/10/desktop-wallpaper-calendars-november-2021/",
"publishedOn": "2021-10-31T08:20:00.000Z",
"wordCount": 2382,
"wordCount": 2374,
"title": "A Splash Of Color For Misty Days (November 2021 Desktop Wallpapers Edition)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/7a2a341f-4f72-4716-91c6-ed6da6add2fd/nov-21-no-shave-november-preview-opt.png",
@ -253,7 +267,7 @@
"description": "Stop wasting time and effort writing copy that falls flat. Raise your copywriting game and boost your powers of persuasion with these rich and informative online resources.",
"link": "https://smashingmagazine.com/2021/10/resources-tools-turbocharge-copywriting-skills/",
"publishedOn": "2021-10-29T10:00:00.000Z",
"wordCount": 2503,
"wordCount": 2507,
"title": "50 Resources And Tools To Turbocharge Your Copywriting Skills",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/376436ee-7e40-4d99-ad14-e934df9f92c9/resources-tools-turbocharge-copywriting-skills.jpg",
@ -267,7 +281,7 @@
"description": "The wealth of data that Amazon holds can make a huge difference when youre designing a product or hunting for a bargain. But, how can a developer get that data? Simple, by using a web scraper. Heres how to build your data extraction bot with Node.js.",
"link": "https://smashingmagazine.com/2021/10/building-amazon-product-scraper-nodejs/",
"publishedOn": "2021-10-28T11:00:00.000Z",
"wordCount": 3163,
"wordCount": 3162,
"title": "How To Build An Amazon Product Scraper With Node.js",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/069a1796-0f8d-4936-bfc0-4aa988ef0594/building-amazon-product-scraper-nodejs.jpg",
@ -281,7 +295,7 @@
"description": "Thanks to technology, eye-tracking has become more accessible to UX research as it allows researchers to get insights about users visual attention. This article explores the latest trends in the eye-tracking market and how the methodology can be included in the UX researchers toolbox.",
"link": "https://smashingmagazine.com/2021/10/eye-tracking-mobile-ux-research/",
"publishedOn": "2021-10-27T10:00:00.000Z",
"wordCount": 3519,
"wordCount": 3502,
"title": "Eye-Tracking In Mobile UX Research",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/3012986b-e407-4c49-8186-13a99528ef13/eye-tracking-mobile-ux-research.jpg",
@ -295,7 +309,7 @@
"description": "Nx is a build framework that facilitates optimization, efficient scaling of applications, and other features such as shared libraries and components. In this article, we will be looking at how we can effectively scale Next.js applications by using Nx.",
"link": "https://smashingmagazine.com/2021/10/optimizing-nextjs-applications-nx/",
"publishedOn": "2021-10-26T10:00:00.000Z",
"wordCount": 3034,
"wordCount": 3023,
"title": "Optimizing Next.js Applications With Nx",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/32b5517f-415c-43ed-98a6-70215d408f7a/optimizing-nextjs-applications-nx.jpg",
@ -309,7 +323,7 @@
"description": "In this article, we will go through how `object-fit` and `background-size` work, when we can use them, and why, along with some practical use cases and recommendations. Lets dive in.",
"link": "https://smashingmagazine.com/2021/10/object-fit-background-size-css/",
"publishedOn": "2021-10-25T13:00:00.000Z",
"wordCount": 2034,
"wordCount": 2032,
"title": "A Deep Dive Into object-fit And background-size In CSS",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/19e7f717-46d5-4949-96f4-671f4744d0e1/object-fit-background-size-css.jpg",
@ -323,7 +337,7 @@
"description": "Quasar is an open-source Vue.js-based cross-platform framework that allows you, as a developer, to easily build apps for both desktop and mobile using technologies such as Cordova and Electron and writing your code once. The app well build will store and get its data from Firebase, meaning that we will also be seeing how to use Firebase in Quasar.",
"link": "https://smashingmagazine.com/2021/10/introduction-quasar-framework-cross-platform-applications/",
"publishedOn": "2021-10-23T11:00:00.000Z",
"wordCount": 4922,
"wordCount": 4923,
"title": "An Introduction To Quasar Framework: Building Cross-Platform Applications",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e64d5e62-7c13-430a-90c6-f21b1c0325fe/introduction-quasar-framework-cross-platform-applications.jpg",
@ -337,7 +351,7 @@
"description": "This article highlights the process, technical decisions and lessons learned behind building the real-time game Autowuzzler. Learn how to share game state across multiple clients in real-time with Colyseus, do physics calculations with Matter.js, store data in Supabase.io and build the front-end with SvelteKit.",
"link": "https://smashingmagazine.com/2021/10/real-time-multi-user-game/",
"publishedOn": "2021-10-22T09:30:00.000Z",
"wordCount": 4634,
"wordCount": 4628,
"title": "How To Build A Real-Time Multi-User Game From Scratch",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/f27da7cf-e0e3-4ed4-a845-6fd61fdb0e70/real-time-multi-user-game.jpg",
@ -351,7 +365,7 @@
"description": "The `prefers-reduced-motion` media query has excellent support in all modern browsers going back a couple of years. In this article, Michelle Barker explains why theres no reason not to use it today to make your sites more accessible.",
"link": "https://smashingmagazine.com/2021/10/respecting-users-motion-preferences/",
"publishedOn": "2021-10-21T10:30:00.000Z",
"wordCount": 2881,
"wordCount": 2877,
"title": "Respecting Users Motion Preferences",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/df53065e-5b99-4a67-ad0c-2cd67b07dc2a/respecting-users-motion-preferences.jpg",
@ -365,7 +379,7 @@
"description": "Back in January 2020, Ben Holmes set out to do what just about every web developer does each year: rebuild his personal site. In this article, he shares his story of how he set out to build his own build pipeline from absolute ground zero and created “Slinkity”.",
"link": "https://smashingmagazine.com/2021/10/building-ssg-11ty-vite-jam-sandwich/",
"publishedOn": "2021-10-20T11:00:00.000Z",
"wordCount": 5053,
"wordCount": 5051,
"title": "Building The SSG Ive Always Wanted: An 11ty, Vite And JAM Sandwich",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1ff6275f-bf33-480f-bdd4-690e94f96314/building-ssg-11ty-vite-jam-sandwich.jpg",
@ -379,7 +393,7 @@
"description": "In this tutorial, Paul Scanlon explains how to build an API by using Gatsby Functions and what you need to keep in mind when deploying it to Gatsby Cloud.",
"link": "https://smashingmagazine.com/2021/10/building-api-gatsby-functions/",
"publishedOn": "2021-10-19T14:00:00.000Z",
"wordCount": 2531,
"wordCount": 2523,
"title": "Building An API With Gatsby Functions",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/110c2aa7-7744-48d6-a234-9e67e903cbe5/building-api-gatsby-functions.jpg",
@ -421,7 +435,7 @@
"description": "In this article, well look at why taking care of our work-life balance is important, how to develop a simple and effective mental health routine, and the most common and efficient techniques you can use to make your custom routine.",
"link": "https://smashingmagazine.com/2021/10/effective-mental-health-routine-programmers/",
"publishedOn": "2021-10-16T10:00:00.000Z",
"wordCount": 2842,
"wordCount": 2840,
"title": "A Simple But Effective Mental Health Routine For Programmers",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/c36dd2b2-f807-42a7-b8d1-9e6e9a00b3e7/effective-mental-health-routine-for-programmers.jpg",
@ -435,7 +449,7 @@
"description": "Customers may start using your app because you offer a unique product, but user experience is what makes them stay. For that, you need excellent UX designers, and the know-how to spot them when hiring.",
"link": "https://smashingmagazine.com/2021/10/tips-tricks-evaluating-ux-ui-designers/",
"publishedOn": "2021-10-15T13:00:00.000Z",
"wordCount": 4017,
"wordCount": 4021,
"title": "Tips And Tricks For Evaluating UX/UI Designers",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/727cbd89-cbf4-4a29-af64-ac51d777ffba/tips-tricks-evaluating-ux-ui-designers.jpg",
@ -449,7 +463,7 @@
"description": "Writing CSS has probably never been more fun and exciting than it is today. In this post well take a look at common problems and use cases we all have to face in our work and how to solve them with modern CSS. If youre interested, weve also just recently covered [CSS auditing tools](https://www.smashingmagazine.com/2021/03/css-auditing-tools/), [CSS generators](https://www.smashingmagazine.com/2021/03/css-generators/), [front-end boilerplates](https://www.smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/) and [VS code extensions](https://www.smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/) — you might find them useful, too.",
"link": "https://smashingmagazine.com/2021/10/modern-css-solutions-for-common-problems/",
"publishedOn": "2021-10-14T12:00:00.000Z",
"wordCount": 3524,
"wordCount": 3522,
"title": "Smart CSS Solutions For Common UI Challenges",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e3bf0115-0bc9-41b7-b027-3ea8b6b7e848/transition-css-gradients-opt.png",
@ -477,7 +491,7 @@
"description": "React with JSX is a fantastic tool for making easy-to-use components. Typescript components make it an absolute pleasure for developers to integrate your components into their apps and explore your APIs. Learn about three lesser-known React APIs that can take your components to the next level, and help you build even better React Components in this article.",
"link": "https://smashingmagazine.com/2021/10/react-apis-building-flexible-components-typescript/",
"publishedOn": "2021-10-12T12:00:00.000Z",
"wordCount": 2337,
"wordCount": 2348,
"title": "Useful React APIs For Building Flexible Components With TypeScript",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8fbb65d7-6494-4494-9a78-099e178b83da/react-apis-building-flexible-components-typescript.jpg",
@ -505,7 +519,7 @@
"description": "A “dark pattern” is a deceptive UX pattern that tricks users into doing things they may not really want to do. In this article, Alvaro Montoro does a little experiment to find out how much privacy is taken away from users across three different browsers.",
"link": "https://smashingmagazine.com/2021/10/autofill-dark-pattern/",
"publishedOn": "2021-10-11T10:00:00.000Z",
"wordCount": 3736,
"wordCount": 3734,
"title": "The Autofill Dark Pattern",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8722ec01-912f-4013-8b8a-2ba0ab43cc20/autofill-dark-pattern.jpg",

View file

@ -1,10 +1,54 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:2021-11-08T00:42:22.961Z</id>
<id>urn:2021-11-09T00:42:32.751Z</id>
<title>osmos::feed</title>
<updated>2021-11-08T00:42:22.961Z</updated>
<updated>2021-11-09T00:42:32.751Z</updated>
<generator>osmosfeed 1.11.3</generator>
<link rel="alternate" href="index.html"/>
<entry>
<title type="html"><![CDATA[CSS Grid Can Do Auto Height Transitions]]></title>
<id>https://css-tricks.com/?p=356204</id>
<link href="https://css-tricks.com/css-grid-can-do-auto-height-transitions/"/>
<updated>2021-11-08T19:01:31.000Z</updated>
<summary type="html"><![CDATA[Bonafide CSS trick alert! Nelson Menezes figured out a new way (that only works in Firefox for now) that is awfully clever.
Perhaps you know that CSS cannot animate to auto dimensions, which is super unfortunate. Animating from …
The post CSS Grid Can Do Auto Height Transitions 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[Icon Glassmorphism Effect in CSS]]></title>
<id>https://css-tricks.com/?p=322098</id>
<link href="https://css-tricks.com/icon-glassmorphism-effect-in-css/"/>
<updated>2021-11-08T14:57:42.000Z</updated>
<summary type="html"><![CDATA[I recently came across a cool effect known as glassmorphism in a Dribble shot. My first thought was I could quickly recreate it in a few minutes if I just use some emojis for the icons without wasting time …
The post Icon Glassmorphism Effect in CSS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Ana Tudor</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Does the Next Generation of Static Site Generators Make Building Sites Better?]]></title>
<id>https://css-tricks.com/?p=356134</id>
<link href="https://css-tricks.com/does-the-next-generation-of-static-site-generators-make-building-sites-better/"/>
<updated>2021-11-08T14:56:23.000Z</updated>
<summary type="html"><![CDATA[Just ran across îles, a new static site generator mostly centered around Vue. The world has no particular shortage of static site generators, but its interesting to see what this “next generation” of SSGs seem to focus on or …
The post Does the Next Generation of Static Site Generators Make Building Sites Better? 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[Meet Hydrogen: A React Framework For Dynamic, Contextual And Personalized E-Commerce]]></title>
<id>https://smashingmagazine.com/2021/11/hydrogen-react-framework-dynamic-contextual-personalized-ecommerce/</id>
<link href="https://smashingmagazine.com/2021/11/hydrogen-react-framework-dynamic-contextual-personalized-ecommerce/"/>
<updated>2021-11-08T14:30:00.000Z</updated>
<summary type="html"><![CDATA[A great commerce experience is not a Lighthouse score or a set of Core Web Vitals figures (although both are important inputs), but its also a trilemma that carefully balances competing needs of delivering a great customer experience, dynamic storefront capabilities and long-term business objectives.]]></summary>
<author>
<name>hello@smashingmagazine.com (Ilya Grigorik)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Favicons: How to Make Sure Browsers Only Download the SVG Version]]></title>
<id>https://css-tricks.com/?p=355780</id>
@ -302,41 +346,6 @@ The post Responsible JavaScript appeared first on CSS-Tricks. You can support CS
<name>hello@smashingmagazine.com (Alex Husar)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Buttons vs. Links]]></title>
<id>https://css-tricks.com/?p=354978</id>
<link href="https://css-tricks.com/buttons-vs-links/"/>
<updated>2021-11-01T22:58:12.000Z</updated>
<summary type="html"><![CDATA[There are thousands of articles out there about buttons and links on the web; the differences and how to use them properly. Hey, I dont mind. I wrote my own as well¹.
Its such a common mistake on …
The post Buttons vs. Links 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[Have Single-Page Apps Ruined the Web? (“Transitional Apps”)]]></title>
<id>https://css-tricks.com/?p=355034</id>
<link href="https://css-tricks.com/have-single-page-apps-ruined-the-web-transitional-apps/"/>
<updated>2021-11-01T21:43:10.000Z</updated>
<summary type="html"><![CDATA[A big heaping 19-minute bowl of not-too-hot, not-too-cold baby bear porridge website building from Rich Harris.
Ive certainly overheard more than my fair share of arguments about Single Page Apps (SPAs) vs Multi-Page Apps (MPAs). Although its only recently that …
The post Have Single-Page Apps Ruined the Web? (“Transitional Apps”) 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[So, You Want to Build an @mention Autocomplete Feature?]]></title>
<id>https://css-tricks.com/?p=354588</id>
<link href="https://css-tricks.com/so-you-want-to-build-an-mention-autocomplete-feature/"/>
<updated>2021-11-01T14:27:26.000Z</updated>
<summary type="html"><![CDATA[Were all familiar with the concept of autocompletion, right? You type something into a search box and it tries to guess what youre looking for as you type, displaying suggestions, often below the cursor. While were used to autocomplete on …
The post So, You Want to Build an @mention Autocomplete Feature? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Sarah Dayan</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[A Splash Of Color For Misty Days (November 2021 Desktop Wallpapers Edition)]]></title>
<id>https://smashingmagazine.com/2021/10/desktop-wallpaper-calendars-november-2021/</id>

View file

@ -15,6 +15,71 @@
<body>
<!-- %after-body-begin.html% -->
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-11-08">2021-11-08</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">CSS Grid Can Do Auto Height Transitions</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/css-grid-can-do-auto-height-transitions/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>Bonafide CSS trick alert! Nelson Menezes figured out a new way (that only works in Firefox for now) that is awfully clever.
Perhaps you know that CSS cannot animate to auto dimensions, which is super unfortunate. Animating from …
The post CSS Grid Can Do Auto Height Transitions 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">Icon Glassmorphism Effect in CSS</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/icon-glassmorphism-effect-in-css/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(27 min)</span>
<span>I recently came across a cool effect known as glassmorphism in a Dribble shot. My first thought was I could quickly recreate it in a few minutes if I just use some emojis for the icons without wasting time …
The post Icon Glassmorphism Effect in CSS 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">Does the Next Generation of Static Site Generators Make Building Sites Better?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/does-the-next-generation-of-static-site-generators-make-building-sites-better/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>Just ran across îles, a new static site generator mostly centered around Vue. The world has no particular shortage of static site generators, but its interesting to see what this “next generation” of SSGs seem to focus on or …
The post Does the Next Generation of Static Site Generators Make Building Sites Better? 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>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Meet Hydrogen: A React Framework For Dynamic, Contextual And Personalized E-Commerce</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/11/hydrogen-react-framework-dynamic-contextual-personalized-ecommerce/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>A great commerce experience is not a Lighthouse score or a set of Core Web Vitals figures (although both are important inputs), but its also a trilemma that carefully balances competing needs of delivering a great customer experience, dynamic storefront capabilities and long-term business objectives.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-11-05">2021-11-05</time></h2>
<ul class="sources card">
@ -41,7 +106,7 @@ The post Favicons: How to Make Sure Browsers Only Download the SVG Version appea
<summary class="article-expander__title">Yes, Design Systems Do Improve Developer Efficiency and Design Consistency</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/yes-design-systems-do-improve-developer-efficiency-and-design-consistency/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span class="article-reading-time">(3 min)</span>
<span>One of the toughest things about being someone who cares deeply about design systems is making the case for a dedicated design system. Folks in leadership will often ask you to prove the value of it. Why should we care …
The post Yes, Design Systems Do Improve Developer Efficiency and Design Consistency appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
@ -346,7 +411,7 @@ The post Chapter 10: Browser Wars appeared first on CSS-Tricks. You can support
<summary class="article-expander__title">Proxying Third-Party JavaScript as First-Party JavaScript (and the Potential Effect on Analytics)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/proxying-third-party-javascript-as-first-party-javascript-and-the-potential-effect-on-analytics/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span class="article-reading-time">(5 min)</span>
<span>First, check out how incredibly easy it is to write a Cloudflare Worker to proxy another URL:
addEventListener(&quot;fetch&quot;, (event) &#x3D;{
event.respondWith(
@ -419,55 +484,6 @@ The post Responsible JavaScript appeared first on CSS-Tricks. You can support CS
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-11-01">2021-11-01</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">Buttons vs. Links</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/buttons-vs-links/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>There are thousands of articles out there about buttons and links on the web; the differences and how to use them properly. Hey, I dont mind. I wrote my own as well¹.
Its such a common mistake on …
The post Buttons vs. Links 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">Have Single-Page Apps Ruined the Web? (“Transitional Apps”)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/have-single-page-apps-ruined-the-web-transitional-apps/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>A big heaping 19-minute bowl of not-too-hot, not-too-cold baby bear porridge website building from Rich Harris.
Ive certainly overheard more than my fair share of arguments about Single Page Apps (SPAs) vs Multi-Page Apps (MPAs). Although its only recently that …
The post Have Single-Page Apps Ruined the Web? (“Transitional Apps”) 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">So, You Want to Build an @mention Autocomplete Feature?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/so-you-want-to-build-an-mention-autocomplete-feature/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span>Were all familiar with the concept of autocompletion, right? You type something into a search box and it tries to guess what youre looking for as you type, displaying suggestions, often below the cursor. While were used to autocomplete on …
The post So, You Want to Build an @mention Autocomplete Feature? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-31">2021-10-31</time></h2>
<ul class="sources card">
@ -907,7 +923,7 @@ Thank you: @hirdot</span>
</section>
<footer>
<time id="build-timestamp" datetime="2021-11-08T00:42:22.929Z">2021-11-08T00:42:22.929Z</time>
<time id="build-timestamp" datetime="2021-11-09T00:42:32.731Z">2021-11-09T00:42:32.731Z</time>
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.11.3</a></span>
</footer>
<script src="index.js"></script>