From 74787a2d0fea34a76de2b3897498826e1218e0cb Mon Sep 17 00:00:00 2001 From: chuanqisun Date: Fri, 23 Jul 2021 00:40:00 +0000 Subject: [PATCH] deploy: 1f5684a2ae67184fc44cacebc2a14d1ec87ed0f6 --- cache.json | 240 ++++++++++++++++++++++----------------------- feed.atom | 215 +++++++++++++++++++--------------------- index.html | 281 +++++++++++++++++++++++++---------------------------- 3 files changed, 345 insertions(+), 391 deletions(-) diff --git a/cache.json b/cache.json index d99ab67..56dfd5c 100644 --- a/cache.json +++ b/cache.json @@ -4,30 +4,47 @@ "title": "Release notes from osmosfeed", "feedUrl": "https://github.com/osmoscraft/osmosfeed/releases.atom", "siteUrl": "https://github.com/osmoscraft/osmosfeed/releases", - "articles": [ - { - "id": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.0", - "author": null, - "description": "Added: support an experimental template for YouTube feed 📺 Demo | Source\n\nAggregate content from any YouTube channel rss url https://www.youtube.com/feeds/videos.xml?channel_id=\nVideos are embedded via iframe and loading accelerated by youtube-lite-embed\nAds are reduced thanks to YouTube's policy for embedded videos 🙃\nWorks on mobile devices with butter smooth horizontal scroll.\nCaveat: the template works only with YouTube content. You cannot mix textual RSS feed or other video sources such as Vimeo.\nChanged: Default HTML template meta tag adjusted to match convention\nChanged: sources in template data is now ordered by last update timestamp (as opposed to alphabetical)\nThank you @PiyushLosalka", - "link": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.0", - "publishedOn": "2021-06-23T05:57:59.000Z", - "wordCount": 370, - "title": "v1.11.0" - } - ] + "articles": [] }, { "title": "CSS-Tricks", "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=344960", + "author": "Chris Coyier", + "description": "Eric, again not mincin’ no words with blog post titles. This is me:\nThe most common CSS declaration organization technique I come across is none whatsoever.\nAlmost none, anyway. I tend to group them by whatever dumps out of my …\nThe post Organize your CSS declarations alphabetically appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://ericwbailey.design/writing/organize-your-css-declarations-alphabetically/", + "publishedOn": "2021-07-22T22:33:29.000Z", + "wordCount": 965, + "title": "Organize your CSS declarations alphabetically" + }, + { + "id": "https://css-tricks.com/?p=344580", + "author": "Nathan Babcock", + "description": "We’re going to walk through the technical process of hooking into Google Drive’s API to source content on a website. We’ll examine the step-by-step implementation, as well as how to utilize server-side caching to avoid the major pitfalls to avoid …\nThe post Using Google Drive as a CMS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/using-google-drive-as-a-cms/", + "publishedOn": "2021-07-22T14:44:26.000Z", + "wordCount": 2790, + "title": "Using Google Drive as a CMS" + }, + { + "id": "https://css-tricks.com/?p=344330", + "author": "Chris Coyier", + "description": "Hashnode is a free platform for developer blogging. Say you’ve just finished an ambitious project and want to write about 10 important lessons you’ve learned as a developer during it. You should definitely blog it—I love that kind of blog post, myself. Making a jump into the technical debt of operating your own blog isn’t a small choice, but it’s important to own your own content. With Hashnode, the decision gets a lot easier. You can blog under a site you entirely own, and at the same time, reap the benefits of hosted software tailor-made for developer blogging and be part of a social center around developer writing.\nThe post Hashnode: A Blogging Platform for Developers appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/hashnode-a-blogging-platform-for-developers/", + "publishedOn": "2021-07-22T14:39:09.000Z", + "wordCount": 967, + "title": "Hashnode: A Blogging Platform for Developers" + }, { "id": "https://css-tricks.com/?p=344950", "author": "Chris Coyier", "description": "Remember Tyler Hall’s personal story of a UX moment where the popup sharing context menu on iOS had no visible indication that the content inside was scrollable? The thing his mom wanted to do seemed impossible iOS isn’t alone here …\nThe post Yet Another Mobile Context Menu With No Indication it Can Scroll appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/yet-another-mobile-context-menu-with-no-indication-it-can-scroll/", "publishedOn": "2021-07-21T21:08:17.000Z", - "wordCount": 513, + "wordCount": 546, "title": "Yet Another Mobile Context Menu With No Indication it Can Scroll" }, { @@ -45,7 +62,7 @@ "description": "Turning website design files into a combination of HTML, CSS and JavaScript is the bread and butter of many front-end web development jobs, but there’s a part of this work that doesn’t neatly fit in to tutorials on any specific …\nThe post A Step-By-Step Process for Turning Designs Into Code appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/a-step-by-step-process-for-turning-designs-into-code/", "publishedOn": "2021-07-21T14:37:07.000Z", - "wordCount": 4131, + "wordCount": 4517, "title": "A Step-By-Step Process for Turning Designs Into Code" }, { @@ -63,7 +80,7 @@ "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, + "wordCount": 1644, "title": "Your Image Is Probably Not Decorative" }, { @@ -72,16 +89,16 @@ "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": 3182, + "wordCount": 3263, "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 and link it to a valid source in the src attribute and you’re done. Except that there are (counts fingers) 927 things you could (and …\nThe post Images are hard. appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/images-are-hard/", "publishedOn": "2021-07-19T20:51:07.000Z", - "wordCount": 965, + "wordCount": 970, "title": "Images are hard." }, { @@ -90,7 +107,7 @@ "description": "The Scroll-Linked Animations specification is an upcoming and experimental addition to CSS. Thanks to the @scroll-timeline at-rule and animation-timeline property this specification provides, you can control the time position of regular CSS Animations by scrolling.\nIn this post, we’ll take …\nThe post Practical Use Cases for Scroll-Linked Animations in CSS with Scroll Timelines appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/practical-use-cases-for-scroll-linked-animations-in-css-with-scroll-timelines/", "publishedOn": "2021-07-19T14:43:29.000Z", - "wordCount": 2139, + "wordCount": 2177, "title": "Practical Use Cases for Scroll-Linked Animations in CSS with Scroll Timelines" }, { @@ -108,7 +125,7 @@ "description": "Let’s build a fully functioning and settable “analog” clock with CSS custom properties and the calc() function. Then we’ll convert it into a “digital” clock as well. All this with no JavaScript!\nHere’s a quick look at the clocks …\nThe post Of Course We Can Make a CSS-Only Clock That Tells the Current Time! appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/of-course-we-can-make-a-css-only-clock-that-tells-the-current-time/", "publishedOn": "2021-07-16T14:43:01.000Z", - "wordCount": 5103, + "wordCount": 5143, "title": "Of Course We Can Make a CSS-Only Clock That Tells the Current Time!" }, { @@ -128,33 +145,6 @@ "publishedOn": "2021-07-15T14:40:03.000Z", "wordCount": 2258, "title": "How to Get a Pixel-Perfect, Linearly Scaled UI" - }, - { - "id": "https://css-tricks.com/?p=344249", - "author": "Temani Afif", - "description": "I recently illustrated how we can achieve complex CSS animations using cubic-bezier() and how to do the same when it comes to CSS transitions. I was able to create complex hover effect without resorting to keyframes. In this article, I …\nThe post Build Complex CSS Transitions using Custom Properties and cubic-bezier() appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/build-complex-css-transitions-using-custom-properties-and-cubic-bezier/", - "publishedOn": "2021-07-14T14:31:02.000Z", - "wordCount": 1964, - "title": "Build Complex CSS Transitions using Custom Properties and cubic-bezier()" - }, - { - "id": "https://css-tricks.com/?p=344407", - "author": "Chris Coyier", - "description": "Most of us grumble when running across a frustrating UX experience online (like not being able to complete a transaction because of a misplaced button). We might pen a whiny tweet. Jason Grigsby is like I’m going to write 2,000 …\nThe post A Bashful Button Worth $8 Million appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://cloudfour.com/thinks/a-bashful-button-worth-8-million/", - "publishedOn": "2021-07-14T14:25:08.000Z", - "wordCount": 2673, - "title": "A Bashful Button Worth $8 Million" - }, - { - "id": "https://css-tricks.com/?p=344316", - "author": "Chris Coyier", - "description": "As a day-job, React-using person, I like to stay abreast of interesting React news. As such, I save a healthy amount of links. Allow me to dump out my latest pile. Most of this is about React but not all …\nThe post Links on React and JavaScript appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/links-on-react-and-javascript/", - "publishedOn": "2021-07-13T19:57:10.000Z", - "wordCount": 1003, - "title": "Links on React and JavaScript" } ] }, @@ -163,13 +153,27 @@ "feedUrl": "https://www.smashingmagazine.com/feed/", "siteUrl": "https://www.smashingmagazine.com/", "articles": [ + { + "id": "https://smashingmagazine.com/2021/07/time-schedule-professional-trafft/", + "author": "hello@smashingmagazine.com (Matthew Talebi)", + "description": "Are you running a business and have too many things going on at once? Meetings, bugs, customer feedback, new clients in addition to your already tight deadlines? Let’s face it, time management is hard, and it becomes even more difficult in the trying times we are in.", + "link": "https://smashingmagazine.com/2021/07/time-schedule-professional-trafft/", + "publishedOn": "2021-07-22T12:30:00.000Z", + "wordCount": 2582, + "title": "Adding Time To Your Schedule As A Professional", + "enclosure": { + "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/75bfca56-7f2b-488f-b9eb-7fa00d930444/5-time-scheduling.png", + "length": "0", + "type": "image/png" + } + }, { "id": "https://smashingmagazine.com/2021/07/color-tools-resources/", "author": "hello@smashingmagazine.com (Cosima Mielke)", "description": "Do you need a little inspiration boost? We’ve collected some useful color tools and resources that we’ve discovered lately — to help you get the most out of your creativity. We’ve 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/), [accessible front-end components](https://www.smashingmagazine.com/2021/03/complete-guide-accessible-front-end-components/), [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/07/color-tools-resources/", "publishedOn": "2021-07-21T13:00:00.000Z", - "wordCount": 3060, + "wordCount": 3058, "title": "Color Tools And Resources", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/17380a77-f247-450e-be45-2b2e139f7a33/cool-backgrounds.png", @@ -197,7 +201,7 @@ "description": "By adding visual elements to your tests, you can gain more options to add meaningful ways in maintaining a high level of quality for your app. Colby Fayock explains how.", "link": "https://smashingmagazine.com/2021/07/maintaining-end-to-end-quality-visual-testing/", "publishedOn": "2021-07-19T10:30:00.000Z", - "wordCount": 4488, + "wordCount": 4494, "title": "Maintaining End-To-End Quality With Visual Testing", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/565523e3-0845-4042-9cd1-b3e48c75519d/maintaining-end-to-end-quality-visual-testing.jpg", @@ -211,7 +215,7 @@ "description": "Web app accessibility appears difficult because it seems that there is little information on the subject available online. Let’s take a closer look at the accessible use of framework features, concrete Vue.js traits, as well as community initiatives and vetted patterns.", "link": "https://smashingmagazine.com/2021/07/three-insights-vuejs-accessibility/", "publishedOn": "2021-07-16T13:00:00.000Z", - "wordCount": 4804, + "wordCount": 4800, "title": "Three Insights I Gained While Researching Vue.js Accessibility", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/c3908803-4ddc-4820-8f4e-85e11b4ebbb7/three-insights-vuejs-accessibility.jpg", @@ -225,7 +229,7 @@ "description": "There are two strategies for incrementally building websites that are growing in popularity: Incremental Static Regeneration and Distributed Persistent Rendering. What’s the difference? Let’s figure it out.", "link": "https://smashingmagazine.com/2021/07/isr-dpr-explained/", "publishedOn": "2021-07-15T14:00:00.000Z", - "wordCount": 1078, + "wordCount": 1064, "title": "ISR vs DPR: Big Words, Quick Explanation", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8e4090b9-8bd9-4d5a-aaed-5177c46a6803/isr-dpr-explained.jpg", @@ -267,7 +271,7 @@ "description": "In JavaScript, attaching an event listener to constantly fire a callback on scroll can be performance-intensive. But there is a better way with Intersection Observer.", "link": "https://smashingmagazine.com/2021/07/dynamic-header-intersection-observer/", "publishedOn": "2021-07-13T12:00:00.000Z", - "wordCount": 3254, + "wordCount": 3252, "title": "Building A Dynamic Header With Intersection Observer", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/67cc7303-3dc9-4d67-b0f4-b6f77783380f/dynamic-header-intersection-observer.jpg", @@ -295,7 +299,7 @@ "description": "CSS refactoring is not an easy task — it needs to be done in a way that doesn't create problems. First we need to analyze the existing codebase, audit CSS codebase health, discover weaknesses, agree on the approach, and convince management to invest time and resources into the process.", "link": "https://smashingmagazine.com/2021/07/refactoring-css-introduction-part1/", "publishedOn": "2021-07-12T13:30:00.000Z", - "wordCount": 3615, + "wordCount": 3616, "title": "Refactoring CSS: Introduction (Part 1)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/b8b722a7-791f-433e-8d76-f0382d387e82/refactoring-css-introduction-part1.jpg", @@ -309,7 +313,7 @@ "description": "Accessibility is often overlooked or bolted on to the end of a project. Let’s figure out how to implement and advocate for accessibility from the inception of a project to the release or handoff and beyond.", "link": "https://smashingmagazine.com/2021/07/strong-case-for-accessibility/", "publishedOn": "2021-07-09T10:30:00.000Z", - "wordCount": 2964, + "wordCount": 2949, "title": "Making A Strong Case For Accessibility", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/9c226eaa-3251-4d02-9ade-96a88ad759fc/strong-case-for-accessibility.jpg", @@ -323,7 +327,7 @@ "description": "Even though Vue.js claims to have an approachable minimalist framework that can be incrementally adaptable, it can be a little bit overwhelming when starting as a Vue.js newbie. In this article, we’re looking at ways to make writing Vue.js a breeze.", "link": "https://smashingmagazine.com/2021/07/tools-practices-speed-up-vuejs-development-process/", "publishedOn": "2021-07-08T11:00:00.000Z", - "wordCount": 4788, + "wordCount": 4781, "title": "Tools And Practices To Speed Up The Vue.js Development Process", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/83768020-8004-41f2-b9a9-14b86c18eb4d/tools-practices-speed-up-vuejs-development-process.jpg", @@ -337,7 +341,7 @@ "description": "Interactive Components in Figma allows designers to create a component with states (hover, active, clicked, focus) and make it interactive so that every copy of the component will inherit those same interactions by default. Let’s explore how it can reduce the time and effort needed to create interactions for your mock-ups.", "link": "https://smashingmagazine.com/2021/07/introduction-figma-interactive-components/", "publishedOn": "2021-07-07T11:00:00.000Z", - "wordCount": 4063, + "wordCount": 4060, "title": "An Introduction To Figma Interactive Components", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1a8390d0-26c0-4476-bc00-19e8c89b60c5/introduction-figma-interactive-components.jpg", @@ -365,7 +369,7 @@ "description": "In this article, Ahmad Shadeed explains what HSL is, how to use it, and shares some of the useful use-cases and examples that you can use right away in your current projects.", "link": "https://smashingmagazine.com/2021/07/hsl-colors-css/", "publishedOn": "2021-07-05T10:30:00.000Z", - "wordCount": 1590, + "wordCount": 1591, "title": "Using HSL Colors In CSS", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/73607a1e-fe7f-47ea-aada-df79342d823a/hsl-colors-css.jpg", @@ -379,7 +383,7 @@ "description": "With so many tools and approaches, email still has quite a few pain points, both for developers and email marketers. Email is difficult because it has too many aspects to set and a few instances with no common rules to follow.", "link": "https://smashingmagazine.com/2021/07/email-testing-flow/", "publishedOn": "2021-07-02T10:30:00.000Z", - "wordCount": 4204, + "wordCount": 4213, "title": "Email Testing Flow As It Should Be", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/57a53d31-9651-4d88-b2fe-f8de70c08da1/email-testing-flow.jpg", @@ -393,7 +397,7 @@ "description": "When writing front-end tests, you’ll find a lot of pitfalls along the way. Let’s explore common mistakes developers make, and how to avoid them. Testing doesn’t need to be painful, after all.", "link": "https://smashingmagazine.com/2021/07/frontend-testing-pitfalls/", "publishedOn": "2021-07-01T12:30:00.000Z", - "wordCount": 4770, + "wordCount": 4774, "title": "It’s A (Front-End Testing) Trap! Six Common Testing Pitfalls And How To Solve Them", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/dc1434b9-70c3-4fb2-821e-2128e3373246/frontend-testing-pitfalls.jpg", @@ -407,7 +411,7 @@ "description": "The web is single-threaded. This makes it increasingly hard to write smooth and responsive apps. Workers have a bad rep, but can be an important and useful tool in any web developer's toolbelt for these kinds of problems. Let’s get up to speed on Workers on the Web!", "link": "https://smashingmagazine.com/2021/06/web-workers-2021/", "publishedOn": "2021-06-30T12:00:00.000Z", - "wordCount": 4733, + "wordCount": 4748, "title": "The State Of Web Workers In 2021", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/379e4510-b4ab-4fde-9a5d-122738be19b2/web-workers-2021.jpg", @@ -421,7 +425,7 @@ "description": "Let’s welcome July with some fresh desktop wallpapers. Designed by artists and designers from around the world, they are available with and without a calendar. Enjoy!", "link": "https://smashingmagazine.com/2021/06/desktop-wallpaper-calendars-july-2021/", "publishedOn": "2021-06-30T09:30:00.000Z", - "wordCount": 3728, + "wordCount": 3727, "title": "The Many Shades Of July (2021 Desktop Wallpapers Edition)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/814b3b6e-1510-4c12-8504-433157173355/july-21-against-the-current-preview-opt.png", @@ -463,7 +467,7 @@ "description": "In this article, Manuel explains why Emmet is one of his favorite productivity tools for writing HTML and CSS, and how you can create custom Emmet snippets in Visual Studio Code to help you improve your front-end workflows even more.", "link": "https://smashingmagazine.com/2021/06/custom-emmet-snippets-vscode/", "publishedOn": "2021-06-28T10:30:00.000Z", - "wordCount": 2536, + "wordCount": 2533, "title": "Creating Custom Emmet Snippets In VS Code", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/b7ff6227-3a15-4237-8e58-aa783fc9c485/custom-emmet-snippets-vscode.jpg", @@ -477,7 +481,7 @@ "description": "This article explains how we can connect different types of content in a Next.js application. With this technique, we can add any kind of one-to-one, one-to-many, or even many-to-many relationship to our projects.", "link": "https://smashingmagazine.com/2021/06/creating-multi-author-blog-nextjs/", "publishedOn": "2021-06-25T11:30:00.000Z", - "wordCount": 5446, + "wordCount": 5445, "title": "Creating A Multi-Author Blog With Next.js", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/28d0f286-9b01-4f8d-aede-01248ba3491d/creating-multi-author-blog-nextjs.jpg", @@ -491,7 +495,7 @@ "description": "This article is a case study of how a UX audit affects a UI. It explains how a famous educational platform can be analyzed edX against Jakob Nielsen’s usability guidelines. To get started, Mark Lankmiller shares all of the criteria and metrics he used for his UX audit.", "link": "https://smashingmagazine.com/2021/06/ux-audit-edtech-platform-case-study/", "publishedOn": "2021-06-25T10:00:00.000Z", - "wordCount": 3541, + "wordCount": 3543, "title": "How To Run A UX Audit For A Major EdTech Platform (Case Study)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/d5116c31-3d66-47b0-aa81-1a6759c68b92/ux-audit-edtech-platform-case-study.jpg", @@ -505,7 +509,7 @@ "description": "In the dynamic and unpredictable environments in which we work, even the most carefully crafted solutions can have a short shelf life. When we accept that our work is impermanent and our problem-solving abilities are limited, our goal can shift from delivering full solutions to developing tools that empower our users to adaptively design for themselves.", "link": "https://smashingmagazine.com/2021/06/design-thinking-problem-solving-strategy/", "publishedOn": "2021-06-24T14:00:00.000Z", - "wordCount": 4180, + "wordCount": 4176, "title": "The Rise Of Design Thinking As A Problem Solving Strategy", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e5ea9274-2ff4-49d8-b259-a5f0904cec77/design-thinking-problem-solving-strategy.jpg", @@ -526,20 +530,6 @@ "length": "0", "type": "image/png" } - }, - { - "id": "https://smashingmagazine.com/2021/06/automating-screen-reader-testing-macos-autovo/", - "author": "hello@smashingmagazine.com (Cameron Cundiff)", - "description": "Automated testing is an important part of any software project, including testing for accessibility. There are already tools for linting and integration testing accessibility, but what about end-to-end testing with real assistive technology? Since I hadn’t seen this before, I set out to build Auto VO, a driver for the VoiceOver screen reader.", - "link": "https://smashingmagazine.com/2021/06/automating-screen-reader-testing-macos-autovo/", - "publishedOn": "2021-06-23T09:30:00.000Z", - "wordCount": 1411, - "title": "Automating Screen Reader Testing On macOS Using Auto VO", - "enclosure": { - "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/c81018b9-c45e-4c21-9762-dff84dd2682c/automating-screen-reader-testing-macos-autovo.jpg", - "length": "0", - "type": "image/jpg" - } } ] }, @@ -548,14 +538,59 @@ "feedUrl": "https://www.freecodecamp.org/news/rss/", "siteUrl": "https://www.freecodecamp.org/news", "articles": [ + { + "id": "60f969ee1d2b080797b8160a", + "author": null, + "description": "Using just a few keystrokes, it's easy to capture part or all of your screen on a Mac. Screenshots are useful in many cases, like when you're writing a blog post and you want to use images that will drive home the points you are making. This guide will show", + "link": "https://www.freecodecamp.org/news/how-to-screenshot-on-mac-take-a-screen-capture-with-a-keyboard-shortcut/", + "publishedOn": "2021-07-22T22:05:03.000Z", + "wordCount": 898, + "title": "How to Screenshot on Mac – Take a Screen Capture with a Keyboard Shortcut" + }, + { + "id": "6063b98a9618b008528a9d92", + "author": null, + "description": "Today we're gonna learn how to use the CSS box model with examples. This will help you make pixel perfect websites and will teach you to use the box-sizing, margin, padding, and border properties more accurately. We're also going to see some practical use cases for these properties. Let's get", + "link": "https://www.freecodecamp.org/news/css-box-model-explained-with-examples/", + "publishedOn": "2021-07-22T17:31:57.000Z", + "wordCount": 1630, + "title": "CSS Box Model Properties – Explained With Examples ✨" + }, + { + "id": "60f716ab1d2b080797b80532", + "author": null, + "description": "In music terminology, an onset refers to the beginning of a musical note or other sound. In this post, we will look at how to detect music onsets with Python's audio signal processing libraries, Aubio and librosa. This tutorial is relevant even if your application doesn't use Python - for", + "link": "https://www.freecodecamp.org/news/use-python-to-detect-music-onsets/", + "publishedOn": "2021-07-22T16:56:17.000Z", + "wordCount": 1306, + "title": "How to Use Python to Detect Music Onsets" + }, + { + "id": "60af854611ffb70827ef8526", + "author": null, + "description": "Webmention is a simple protocol developed by the IndieWeb Community that you can use to request notifications when your URLs are mentioned on the web. When you post on your own site and syndicate elsewhere (POSSE), Webmention lets you enable rich interactions on your syndicated posts. This article will walk", + "link": "https://www.freecodecamp.org/news/how-to-use-webmentions-with-gatsby-beginners-guide/", + "publishedOn": "2021-07-22T16:33:55.000Z", + "wordCount": 1861, + "title": "How to Use Webmentions with Gatsby.js – A Beginner's Guide" + }, + { + "id": "60f245ca66c61b07d458e512", + "author": null, + "description": "Understanding CSS Flexbox is super helpful if you want to make your websites responsive. Flexbox is a powerful responsive web design tool that's built right into CSS itself. And we just published a CSS Flexbox crash course on the freeCodeCamp.org YouTube channel. James Maxwell created this course. Not only", + "link": "https://www.freecodecamp.org/news/learn-css-flexbox/", + "publishedOn": "2021-07-22T13:58:50.000Z", + "wordCount": 4843, + "title": "Learn CSS Flexbox in This Crash Course" + }, { "id": "60f55f3e66c61b07d458ee8c", "author": null, "description": "The cascading nature of CSS sometimes makes it tough to understand and use. Developers at all levels often struggle while trying to figure out how to use certain features, and you'll often find yourself googling or asking a colleague for help. So when you're having issues dealing with CSS, don’", "link": "https://www.freecodecamp.org/news/10-css-tricks-for-your-next-coding-project/", "publishedOn": "2021-07-21T22:39:42.000Z", - "wordCount": 1311, - "title": "10 CSS Tricks to Improve Your Next Coding Project (Cheatsheet)" + "wordCount": 1315, + "title": "CSS Cheat Sheet – 10 Tricks to Improve Your Next Coding Project" }, { "id": "60f5ecb966c61b07d458f479", @@ -592,51 +627,6 @@ "publishedOn": "2021-07-21T15:39:28.000Z", "wordCount": 1684, "title": "React Context for Beginners – The Complete Guide (2021)" - }, - { - "id": "60f5c9b866c61b07d458f2af", - "author": null, - "description": "Article by @study_web_dev", - "link": "https://www.freecodecamp.org/news/13-awesome-freelance-developer-portfolios/", - "publishedOn": "2021-07-21T15:24:57.000Z", - "wordCount": 2572, - "title": "13 Freelance Developer Portfolios to Inspire You" - }, - { - "id": "60f66b6f66c61b07d458f93c", - "author": null, - "description": "What a user sees on a website will impact how good their user experience is. It will also affect how easily they can use the whole site in general. Adding images to the background of certain parts of a website is often more visually appealing and interesting than just changing", - "link": "https://www.freecodecamp.org/news/css-background-image-with-html-example-code/", - "publishedOn": "2021-07-21T15:20:18.000Z", - "wordCount": 1624, - "title": "CSS Background Image – With HTML Example Code" - }, - { - "id": "605301d528094f59be257c67", - "author": null, - "description": "In this article, we are going to learn about the 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" } ] } diff --git a/feed.atom b/feed.atom index 40c35a5..7e74d44 100644 --- a/feed.atom +++ b/feed.atom @@ -1,12 +1,107 @@ - urn:2021-07-22T00:40:09.618Z + urn:2021-07-23T00:39:59.846Z osmos::feed - 2021-07-22T00:40:09.618Z + 2021-07-23T00:39:59.846Z osmosfeed 1.11.0 - <![CDATA[10 CSS Tricks to Improve Your Next Coding Project (Cheatsheet)]]> + <![CDATA[Organize your CSS declarations alphabetically]]> + https://css-tricks.com/?p=344960 + + 2021-07-22T22:33:29.000Z + + + Chris Coyier + + + + <![CDATA[How to Screenshot on Mac – Take a Screen Capture with a Keyboard Shortcut]]> + 60f969ee1d2b080797b8160a + + 2021-07-22T22:05:03.000Z + + + freeCodeCamp.org + + + + <![CDATA[CSS Box Model Properties – Explained With Examples ✨]]> + 6063b98a9618b008528a9d92 + + 2021-07-22T17:31:57.000Z + + + freeCodeCamp.org + + + + <![CDATA[How to Use Python to Detect Music Onsets]]> + 60f716ab1d2b080797b80532 + + 2021-07-22T16:56:17.000Z + + + freeCodeCamp.org + + + + <![CDATA[How to Use Webmentions with Gatsby.js – A Beginner's Guide]]> + 60af854611ffb70827ef8526 + + 2021-07-22T16:33:55.000Z + + + freeCodeCamp.org + + + + <![CDATA[Using Google Drive as a CMS]]> + https://css-tricks.com/?p=344580 + + 2021-07-22T14:44:26.000Z + + + Nathan Babcock + + + + <![CDATA[Hashnode: A Blogging Platform for Developers]]> + https://css-tricks.com/?p=344330 + + 2021-07-22T14:39:09.000Z + + + Chris Coyier + + + + <![CDATA[Learn CSS Flexbox in This Crash Course]]> + 60f245ca66c61b07d458e512 + + 2021-07-22T13:58:50.000Z + + + freeCodeCamp.org + + + + <![CDATA[Adding Time To Your Schedule As A Professional]]> + https://smashingmagazine.com/2021/07/time-schedule-professional-trafft/ + + 2021-07-22T12:30:00.000Z + + + hello@smashingmagazine.com (Matthew Talebi) + + + + <![CDATA[CSS Cheat Sheet – 10 Tricks to Improve Your Next Coding Project]]> 60f55f3e66c61b07d458ee8c 2021-07-21T22:39:42.000Z @@ -79,26 +174,6 @@ The post ECMAScript proposal: JSON modules appeared first on CSS-Tricks. You can freeCodeCamp.org - - <![CDATA[13 Freelance Developer Portfolios to Inspire You]]> - 60f5c9b866c61b07d458f2af - - 2021-07-21T15:24:57.000Z - - - freeCodeCamp.org - - - - <![CDATA[CSS Background Image – With HTML Example Code]]> - 60f66b6f66c61b07d458f93c - - 2021-07-21T15:20:18.000Z - - - freeCodeCamp.org - - <![CDATA[A Step-By-Step Process for Turning Designs Into Code]]> https://css-tricks.com/?p=344337 @@ -133,26 +208,6 @@ The post The Nine States of Design appeared first on CSS-Tricks. You can support 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 @@ -166,16 +221,6 @@ The post Your Image Is Probably Not Decorative appeared first on CSS-Tricks. You Chris Coyier - - <![CDATA[How to Scale a System With Process Splitting and Redis]]> - 60ed44c866c61b07d458d023 - - 2021-07-20T19:26:45.000Z - - - freeCodeCamp.org - - <![CDATA[Typewriter Animation That Handles Anything You Throw at It]]> https://css-tricks.com/?p=344497 @@ -202,7 +247,7 @@ The post Typewriter Animation That Handles Anything You Throw at It appeared fir https://css-tricks.com/?p=344404 2021-07-19T20:51:07.000Z - and link it to a valid source in the src attribute and you’re done. Except that there are (counts fingers) 927 things you could (and … The post Images are hard. appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]> Chris Coyier @@ -307,28 +352,6 @@ The post How to Get a Pixel-Perfect, Linearly Scaled UI appeared first on CSS-Tr hello@smashingmagazine.com (Zara Cooper) - - <![CDATA[Build Complex CSS Transitions using Custom Properties and cubic-bezier()]]> - https://css-tricks.com/?p=344249 - - 2021-07-14T14:31:02.000Z - - - Temani Afif - - - - <![CDATA[A Bashful Button Worth $8 Million]]> - https://css-tricks.com/?p=344407 - - 2021-07-14T14:25:08.000Z - - - Chris Coyier - - <![CDATA[Frustrating Design Patterns: Broken Filters]]> https://smashingmagazine.com/2021/07/frustrating-design-patterns-broken-frozen-filters/ @@ -339,17 +362,6 @@ The post A Bashful Button Worth $8 Million appeared first on CSS-Tricks. You can hello@smashingmagazine.com (Vitaly Friedman) - - <![CDATA[Links on React and JavaScript]]> - https://css-tricks.com/?p=344316 - - 2021-07-13T19:57:10.000Z - - - Chris Coyier - - <![CDATA[Building A Dynamic Header With Intersection Observer]]> https://smashingmagazine.com/2021/07/dynamic-header-intersection-observer/ @@ -540,33 +552,4 @@ The post Links on React and JavaScript appeared first on CSS-Tricks. You can sup hello@smashingmagazine.com (Iris Lješnjanin) - - <![CDATA[Automating Screen Reader Testing On macOS Using Auto VO]]> - https://smashingmagazine.com/2021/06/automating-screen-reader-testing-macos-autovo/ - - 2021-06-23T09:30:00.000Z - - - hello@smashingmagazine.com (Cameron Cundiff) - - - - <![CDATA[v1.11.0]]> - https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.0 - - 2021-06-23T05:57:59.000Z - -Videos are embedded via iframe and loading accelerated by youtube-lite-embed -Ads are reduced thanks to YouTube's policy for embedded videos 🙃 -Works on mobile devices with butter smooth horizontal scroll. -Caveat: the template works only with YouTube content. You cannot mix textual RSS feed or other video sources such as Vimeo. -Changed: Default HTML template meta tag adjusted to match convention -Changed: sources in template data is now ordered by last update timestamp (as opposed to alphabetical) -Thank you @PiyushLosalka]]> - - Release notes from osmosfeed - - \ No newline at end of file diff --git a/index.html b/index.html index 04c2097..878a0e3 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,133 @@ +
+

+ +

-
  • -
    -

    freeCodeCamp.org

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

    @@ -284,7 +350,7 @@ The post Typewriter Animation That Handles Anything You Throw at It appeared fir
    (3 min) - Putting images on websites is incredibly simple, yes? Actually, yes, it is. You use <img and link it to a valid source in the src attribute and you’re done. Except that there are (counts fingers) 927 things you could (and … + Putting images on websites is incredibly simple, yes? Actually, yes, it is. You use and link it to a valid source in the src attribute and you’re done. Except that there are (counts fingers) 927 things you could (and … The post Images are hard. appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
    @@ -445,36 +511,6 @@ The post How to Get a Pixel-Perfect, Linearly Scaled UI appeared first on CSS-Tr