mirror of
https://github.com/osmoscraft/osmosfeed-template.git
synced 2026-03-11 14:44:24 +00:00
deploy: 1f5684a2ae
This commit is contained in:
parent
06b8a10fc1
commit
74787a2d0f
3 changed files with 345 additions and 391 deletions
240
cache.json
240
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=<replace_with_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 <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 …\nThe post Images are hard. appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"description": "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 …\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 <u> 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
215
feed.atom
215
feed.atom
|
|
@ -1,12 +1,107 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>urn:2021-07-22T00:40:09.618Z</id>
|
||||
<id>urn:2021-07-23T00:39:59.846Z</id>
|
||||
<title>osmos::feed</title>
|
||||
<updated>2021-07-22T00:40:09.618Z</updated>
|
||||
<updated>2021-07-23T00:39:59.846Z</updated>
|
||||
<generator>osmosfeed 1.11.0</generator>
|
||||
<link rel="alternate" href="index.html"/>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[10 CSS Tricks to Improve Your Next Coding Project (Cheatsheet)]]></title>
|
||||
<title type="html"><![CDATA[Organize your CSS declarations alphabetically]]></title>
|
||||
<id>https://css-tricks.com/?p=344960</id>
|
||||
<link href="https://ericwbailey.design/writing/organize-your-css-declarations-alphabetically/"/>
|
||||
<updated>2021-07-22T22:33:29.000Z</updated>
|
||||
<summary type="html"><![CDATA[Eric, again not mincin’ no words with blog post titles. This is me:
|
||||
The most common CSS declaration organization technique I come across is none whatsoever.
|
||||
Almost none, anyway. I tend to group them by whatever dumps out of my …
|
||||
The post Organize your CSS declarations alphabetically 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[How to Screenshot on Mac – Take a Screen Capture with a Keyboard Shortcut]]></title>
|
||||
<id>60f969ee1d2b080797b8160a</id>
|
||||
<link href="https://www.freecodecamp.org/news/how-to-screenshot-on-mac-take-a-screen-capture-with-a-keyboard-shortcut/"/>
|
||||
<updated>2021-07-22T22:05:03.000Z</updated>
|
||||
<summary type="html"><![CDATA[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]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[CSS Box Model Properties – Explained With Examples ✨]]></title>
|
||||
<id>6063b98a9618b008528a9d92</id>
|
||||
<link href="https://www.freecodecamp.org/news/css-box-model-explained-with-examples/"/>
|
||||
<updated>2021-07-22T17:31:57.000Z</updated>
|
||||
<summary type="html"><![CDATA[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]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How to Use Python to Detect Music Onsets]]></title>
|
||||
<id>60f716ab1d2b080797b80532</id>
|
||||
<link href="https://www.freecodecamp.org/news/use-python-to-detect-music-onsets/"/>
|
||||
<updated>2021-07-22T16:56:17.000Z</updated>
|
||||
<summary type="html"><![CDATA[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]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How to Use Webmentions with Gatsby.js – A Beginner's Guide]]></title>
|
||||
<id>60af854611ffb70827ef8526</id>
|
||||
<link href="https://www.freecodecamp.org/news/how-to-use-webmentions-with-gatsby-beginners-guide/"/>
|
||||
<updated>2021-07-22T16:33:55.000Z</updated>
|
||||
<summary type="html"><![CDATA[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]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Using Google Drive as a CMS]]></title>
|
||||
<id>https://css-tricks.com/?p=344580</id>
|
||||
<link href="https://css-tricks.com/using-google-drive-as-a-cms/"/>
|
||||
<updated>2021-07-22T14:44:26.000Z</updated>
|
||||
<summary type="html"><![CDATA[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 …
|
||||
The post Using Google Drive as a CMS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||||
<author>
|
||||
<name>Nathan Babcock</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Hashnode: A Blogging Platform for Developers]]></title>
|
||||
<id>https://css-tricks.com/?p=344330</id>
|
||||
<link href="https://css-tricks.com/hashnode-a-blogging-platform-for-developers/"/>
|
||||
<updated>2021-07-22T14:39:09.000Z</updated>
|
||||
<summary type="html"><![CDATA[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.
|
||||
The post Hashnode: A Blogging Platform for Developers 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[Learn CSS Flexbox in This Crash Course]]></title>
|
||||
<id>60f245ca66c61b07d458e512</id>
|
||||
<link href="https://www.freecodecamp.org/news/learn-css-flexbox/"/>
|
||||
<updated>2021-07-22T13:58:50.000Z</updated>
|
||||
<summary type="html"><![CDATA[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]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Adding Time To Your Schedule As A Professional]]></title>
|
||||
<id>https://smashingmagazine.com/2021/07/time-schedule-professional-trafft/</id>
|
||||
<link href="https://smashingmagazine.com/2021/07/time-schedule-professional-trafft/"/>
|
||||
<updated>2021-07-22T12:30:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[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.]]></summary>
|
||||
<author>
|
||||
<name>hello@smashingmagazine.com (Matthew Talebi)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[CSS Cheat Sheet – 10 Tricks to Improve Your Next Coding Project]]></title>
|
||||
<id>60f55f3e66c61b07d458ee8c</id>
|
||||
<link href="https://www.freecodecamp.org/news/10-css-tricks-for-your-next-coding-project/"/>
|
||||
<updated>2021-07-21T22:39:42.000Z</updated>
|
||||
|
|
@ -79,26 +174,6 @@ The post ECMAScript proposal: JSON modules appeared first on CSS-Tricks. You can
|
|||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[13 Freelance Developer Portfolios to Inspire You]]></title>
|
||||
<id>60f5c9b866c61b07d458f2af</id>
|
||||
<link href="https://www.freecodecamp.org/news/13-awesome-freelance-developer-portfolios/"/>
|
||||
<updated>2021-07-21T15:24:57.000Z</updated>
|
||||
<summary type="html"><![CDATA[Article by @study_web_dev]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[CSS Background Image – With HTML Example Code]]></title>
|
||||
<id>60f66b6f66c61b07d458f93c</id>
|
||||
<link href="https://www.freecodecamp.org/news/css-background-image-with-html-example-code/"/>
|
||||
<updated>2021-07-21T15:20:18.000Z</updated>
|
||||
<summary type="html"><![CDATA[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]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[A Step-By-Step Process for Turning Designs Into Code]]></title>
|
||||
<id>https://css-tricks.com/?p=344337</id>
|
||||
|
|
@ -133,26 +208,6 @@ The post The Nine States of Design appeared first on CSS-Tricks. You can support
|
|||
<name>Robin Rendle</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[HTML Underline Text – How to Use the <u> Tag with Example Code]]></title>
|
||||
<id>605301d528094f59be257c67</id>
|
||||
<link href="https://www.freecodecamp.org/news/html-underline-text-how-to-use-the-u-tag-with-example-code/"/>
|
||||
<updated>2021-07-20T22:48:13.000Z</updated>
|
||||
<summary type="html"><![CDATA[In this article, we are going to learn about the <u> 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]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Programming VS Coding VS Development – What's the Difference?]]></title>
|
||||
<id>60f2dbac66c61b07d458e5c9</id>
|
||||
<link href="https://www.freecodecamp.org/news/programming-coding-developement-whats-the-difference/"/>
|
||||
<updated>2021-07-20T20:04:12.000Z</updated>
|
||||
<summary type="html"><![CDATA[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]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Your Image Is Probably Not Decorative]]></title>
|
||||
<id>https://css-tricks.com/?p=344944</id>
|
||||
|
|
@ -166,16 +221,6 @@ The post Your Image Is Probably Not Decorative appeared first on CSS-Tricks. You
|
|||
<name>Chris Coyier</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How to Scale a System With Process Splitting and Redis]]></title>
|
||||
<id>60ed44c866c61b07d458d023</id>
|
||||
<link href="https://www.freecodecamp.org/news/scale-system-split-processes/"/>
|
||||
<updated>2021-07-20T19:26:45.000Z</updated>
|
||||
<summary type="html"><![CDATA[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]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Typewriter Animation That Handles Anything You Throw at It]]></title>
|
||||
<id>https://css-tricks.com/?p=344497</id>
|
||||
|
|
@ -202,7 +247,7 @@ The post Typewriter Animation That Handles Anything You Throw at It appeared fir
|
|||
<id>https://css-tricks.com/?p=344404</id>
|
||||
<link href="https://css-tricks.com/images-are-hard/"/>
|
||||
<updated>2021-07-19T20:51:07.000Z</updated>
|
||||
<summary type="html"><![CDATA[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 …
|
||||
<summary type="html"><![CDATA[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 …
|
||||
The post Images are hard. appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||||
<author>
|
||||
<name>Chris Coyier</name>
|
||||
|
|
@ -307,28 +352,6 @@ The post How to Get a Pixel-Perfect, Linearly Scaled UI appeared first on CSS-Tr
|
|||
<name>hello@smashingmagazine.com (Zara Cooper)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Build Complex CSS Transitions using Custom Properties and cubic-bezier()]]></title>
|
||||
<id>https://css-tricks.com/?p=344249</id>
|
||||
<link href="https://css-tricks.com/build-complex-css-transitions-using-custom-properties-and-cubic-bezier/"/>
|
||||
<updated>2021-07-14T14:31:02.000Z</updated>
|
||||
<summary type="html"><![CDATA[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 …
|
||||
The 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.]]></summary>
|
||||
<author>
|
||||
<name>Temani Afif</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[A Bashful Button Worth $8 Million]]></title>
|
||||
<id>https://css-tricks.com/?p=344407</id>
|
||||
<link href="https://cloudfour.com/thinks/a-bashful-button-worth-8-million/"/>
|
||||
<updated>2021-07-14T14:25:08.000Z</updated>
|
||||
<summary type="html"><![CDATA[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 …
|
||||
The post A Bashful Button Worth $8 Million 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[Frustrating Design Patterns: Broken Filters]]></title>
|
||||
<id>https://smashingmagazine.com/2021/07/frustrating-design-patterns-broken-frozen-filters/</id>
|
||||
|
|
@ -339,17 +362,6 @@ The post A Bashful Button Worth $8 Million appeared first on CSS-Tricks. You can
|
|||
<name>hello@smashingmagazine.com (Vitaly Friedman)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Links on React and JavaScript]]></title>
|
||||
<id>https://css-tricks.com/?p=344316</id>
|
||||
<link href="https://css-tricks.com/links-on-react-and-javascript/"/>
|
||||
<updated>2021-07-13T19:57:10.000Z</updated>
|
||||
<summary type="html"><![CDATA[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 …
|
||||
The post Links on React and JavaScript 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[Building A Dynamic Header With Intersection Observer]]></title>
|
||||
<id>https://smashingmagazine.com/2021/07/dynamic-header-intersection-observer/</id>
|
||||
|
|
@ -540,33 +552,4 @@ The post Links on React and JavaScript appeared first on CSS-Tricks. You can sup
|
|||
<name>hello@smashingmagazine.com (Iris Lješnjanin)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Automating Screen Reader Testing On macOS Using Auto VO]]></title>
|
||||
<id>https://smashingmagazine.com/2021/06/automating-screen-reader-testing-macos-autovo/</id>
|
||||
<link href="https://smashingmagazine.com/2021/06/automating-screen-reader-testing-macos-autovo/"/>
|
||||
<updated>2021-06-23T09:30:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[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.]]></summary>
|
||||
<author>
|
||||
<name>hello@smashingmagazine.com (Cameron Cundiff)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[v1.11.0]]></title>
|
||||
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.0</id>
|
||||
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.0"/>
|
||||
<updated>2021-06-23T05:57:59.000Z</updated>
|
||||
<summary type="html"><![CDATA[Added: support an experimental template for YouTube feed 📺 Demo | Source
|
||||
|
||||
Aggregate content from any YouTube channel rss url https://www.youtube.com/feeds/videos.xml?channel_id=<replace_with_channel_id>
|
||||
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]]></summary>
|
||||
<author>
|
||||
<name>Release notes from osmosfeed</name>
|
||||
</author>
|
||||
</entry>
|
||||
</feed>
|
||||
281
index.html
281
index.html
|
|
@ -15,6 +15,133 @@
|
|||
|
||||
<body>
|
||||
<!-- %after-body-begin.html% -->
|
||||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-07-22">2021-07-22</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">Organize your CSS declarations alphabetically</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://ericwbailey.design/writing/organize-your-css-declarations-alphabetically/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>Eric, again not mincin’ no words with blog post titles. This is me:
|
||||
The most common CSS declaration organization technique I come across is none whatsoever.
|
||||
Almost none, anyway. I tend to group them by whatever dumps out of my …
|
||||
The post Organize your CSS declarations alphabetically 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">Using Google Drive as a CMS</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/using-google-drive-as-a-cms/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(9 min)</span>
|
||||
<span>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 …
|
||||
The post Using Google Drive as a CMS 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">Hashnode: A Blogging Platform for Developers</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/hashnode-a-blogging-platform-for-developers/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>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.
|
||||
The post Hashnode: A Blogging Platform for Developers 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.freecodecamp.org/news">freeCodeCamp.org</a></h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How to Screenshot on Mac – Take a Screen Capture with a Keyboard Shortcut</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-screenshot-on-mac-take-a-screen-capture-with-a-keyboard-shortcut/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>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</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">CSS Box Model Properties – Explained With Examples ✨</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/css-box-model-explained-with-examples/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>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</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How to Use Python to Detect Music Onsets</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/use-python-to-detect-music-onsets/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(4 min)</span>
|
||||
<span>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</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How to Use Webmentions with Gatsby.js – A Beginner's Guide</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-use-webmentions-with-gatsby-beginners-guide/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(6 min)</span>
|
||||
<span>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</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Learn CSS Flexbox in This Crash Course</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/learn-css-flexbox/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(16 min)</span>
|
||||
<span>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</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">Adding Time To Your Schedule As A Professional</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/time-schedule-professional-trafft/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(9 min)</span>
|
||||
<span>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.</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-07-21">2021-07-21</time></h2>
|
||||
<ul class="sources card">
|
||||
|
|
@ -53,7 +180,7 @@ The post ECMAScript proposal: JSON modules appeared first on CSS-Tricks. You can
|
|||
<summary class="article-expander__title">A Step-By-Step Process for Turning Designs Into Code</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/a-step-by-step-process-for-turning-designs-into-code/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(14 min)</span>
|
||||
<span class="article-reading-time">(15 min)</span>
|
||||
<span>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 …
|
||||
The 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.</span>
|
||||
</div>
|
||||
|
|
@ -68,7 +195,7 @@ The post A Step-By-Step Process for Turning Designs Into Code appeared first on
|
|||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">10 CSS Tricks to Improve Your Next Coding Project (Cheatsheet)</summary>
|
||||
<summary class="article-expander__title">CSS Cheat Sheet – 10 Tricks to Improve Your Next Coding Project</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/10-css-tricks-for-your-next-coding-project/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(4 min)</span>
|
||||
|
|
@ -121,28 +248,6 @@ The post A Step-By-Step Process for Turning Designs Into Code appeared first on
|
|||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">13 Freelance Developer Portfolios to Inspire You</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/13-awesome-freelance-developer-portfolios/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(9 min)</span>
|
||||
<span>Article by @study_web_dev</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">CSS Background Image – With HTML Example Code</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/css-background-image-with-html-example-code/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>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</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</li>
|
||||
<li class="source">
|
||||
|
|
@ -213,45 +318,6 @@ The post Typewriter Animation That Handles Anything You Throw at It appeared fir
|
|||
</article>
|
||||
</section>
|
||||
</li>
|
||||
<li class="source">
|
||||
<section>
|
||||
<h3 class="source-name"><a class="source-name__link" href="https://www.freecodecamp.org/news">freeCodeCamp.org</a></h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">HTML Underline Text – How to Use the <u> Tag with Example Code</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/html-underline-text-how-to-use-the-u-tag-with-example-code/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(2 min)</span>
|
||||
<span>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</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Programming VS Coding VS Development – What's the Difference?</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/programming-coding-developement-whats-the-difference/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>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</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How to Scale a System With Process Splitting and Redis</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/scale-system-split-processes/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(4 min)</span>
|
||||
<span>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</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>
|
||||
|
|
@ -284,7 +350,7 @@ The post Typewriter Animation That Handles Anything You Throw at It appeared fir
|
|||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/images-are-hard/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>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 …
|
||||
<span>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.</span>
|
||||
</div>
|
||||
</a>
|
||||
|
|
@ -445,36 +511,6 @@ The post How to Get a Pixel-Perfect, Linearly Scaled UI appeared first on CSS-Tr
|
|||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-07-14">2021-07-14</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">Build Complex CSS Transitions using Custom Properties and cubic-bezier()</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/build-complex-css-transitions-using-custom-properties-and-cubic-bezier/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(7 min)</span>
|
||||
<span>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 …
|
||||
The 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.</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">A Bashful Button Worth $8 Million</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://cloudfour.com/thinks/a-bashful-button-worth-8-million/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(9 min)</span>
|
||||
<span>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 …
|
||||
The post A Bashful Button Worth $8 Million 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>
|
||||
|
|
@ -497,24 +533,6 @@ The post A Bashful Button Worth $8 Million appeared first on CSS-Tricks. You can
|
|||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-07-13">2021-07-13</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">Links on React and JavaScript</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/links-on-react-and-javascript/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>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 …
|
||||
The post Links on React and JavaScript 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>
|
||||
|
|
@ -867,32 +885,6 @@ The post Links on React and JavaScript appeared first on CSS-Tricks. You can sup
|
|||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-06-23">2021-06-23</time></h2>
|
||||
<ul class="sources card">
|
||||
<li class="source">
|
||||
<section>
|
||||
<h3 class="source-name"><a class="source-name__link" href="https://github.com/osmoscraft/osmosfeed/releases">Release notes from osmosfeed</a></h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">v1.11.0</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.0">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(1 min)</span>
|
||||
<span>Added: support an experimental template for YouTube feed 📺 Demo | Source
|
||||
|
||||
Aggregate content from any YouTube channel rss url https://www.youtube.com/feeds/videos.xml?channel_id=
|
||||
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</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>
|
||||
|
|
@ -908,24 +900,13 @@ Thank you @PiyushLosalka</span>
|
|||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Automating Screen Reader Testing On macOS Using Auto VO</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/automating-screen-reader-testing-macos-autovo/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>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.</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<time id="build-timestamp" datetime="2021-07-22T00:40:09.591Z">2021-07-22T00:40:09.591Z</time>
|
||||
<time id="build-timestamp" datetime="2021-07-23T00:39:59.824Z">2021-07-23T00:39:59.824Z</time>
|
||||
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.11.0</a></span>
|
||||
</footer>
|
||||
<script src="index.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue