From f4a53bc38a63d5c2e3d16798e613ac003c42b080 Mon Sep 17 00:00:00 2001 From: Eric Bailey <eric.w.bailey@gmail.com> Date: Wed, 28 Jul 2021 17:36:12 -0400 Subject: [PATCH] Add resources --- src/_data/resources.json | 34 ++++++++++++++----- ...8-should-i-use-an-accessibility-overlay.md | 12 +++++++ 2 files changed, 38 insertions(+), 8 deletions(-) diff --git a/src/_data/resources.json b/src/_data/resources.json index 34548ede..0a91eb53 100644 --- a/src/_data/resources.json +++ b/src/_data/resources.json @@ -346,6 +346,12 @@ "additional": "Svetlana Kouznetsova", "url": "https://audio-accessibility.com/book/" }, + { + "title": "Technically Wrong", + "description": "In Technically Wrong, Sara Wachter-Boettcher demystifies the tech industry, leaving those of us on the other side of the screen better prepared to make informed choices about the services we use—and to demand more from the companies behind them.", + "additional": "Sara Wachter-Boettcher", + "url": "https://wwnorton.com/books/Technically-Wrong/" + }, { "title": "We Are Not Users: Dialogues, Diversity, and Design", "description": "A call to reclaim and rethink the field of designing as a liberal art where diverse voices come together to shape the material world.", @@ -743,6 +749,18 @@ "additional": "Microsoft", "url": "https://docs.microsoft.com/en-us/learn/paths/accessibility-fundamentals/" }, + { + "title": "Get Started with Web Accessibility", + "description": "Learn what accessibility is and how to make websites and apps accessible to people with disabilities.", + "additional": "Salesforce Trailhead", + "url": "https://trailhead.salesforce.com/en/content/learn/trails/get-started-with-web-accessibility" + }, + { + "title": "Introduction To Accessibility Testing", + "description": " Learn with me about what Accessibility is, why it's important to test for and how to get your team started with an Accessibility testing mindset.", + "additional": "Ministry of Testing", + "url": "https://www.ministryoftesting.com/dojo/courses/introduction-to-accessibility-testing" + }, { "title": "Introduction to Web Accessibility", "description": "Get a strong foundation in digital accessibility to make your websites and apps work well for people with disabilities, meet international standards, and provide a better user experience for everyone.", @@ -761,12 +779,6 @@ "additional": "Aquent Gymnasium", "url": "https://ethanmarcotte.com/wrote/takin-five/" }, - { - "title": "Technically Wrong", - "description": "In Technically Wrong, Sara Wachter-Boettcher demystifies the tech industry, leaving those of us on the other side of the screen better prepared to make informed choices about the services we use—and to demand more from the companies behind them.", - "additional": "Sara Wachter-Boettcher", - "url": "https://wwnorton.com/books/Technically-Wrong/" - }, { "title": "The A11Y Collective", "description": "The A11Y Collective is the e-learning platform for anyone who wants to learn more about web accessibility. The courses focus mostly on knowledge and skills that are valuable for web designers, developers, webmasters, product owners and web editors.", @@ -1285,10 +1297,16 @@ } ], "mobileApps": [ + { + "title": "Android Accessibility by Tutorials", + "description": " Learn to build accessible apps on Android using WCAG through hands-on, step-by-step tutorials.", + "additional": "Victoria Gonda", + "url": "https://www.raywenderlich.com/books/android-accessibility-by-tutorials" + }, { "title": "iOS Accessibility: Getting Started", - "description": "In this iOS accessibility tutorial, learn how to make apps more accessible using VoiceOver and the Accessibility inspector. ", - "additional": "raywenderlich.com", + "description": "In this iOS accessibility tutorial, learn how to make apps more accessible using VoiceOver and the Accessibility inspector.", + "additional": "Fayyazuddin Syed", "url": "https://www.raywenderlich.com/6827616-ios-accessibility-getting-started" }, { diff --git a/src/posts/2021-03-08-should-i-use-an-accessibility-overlay.md b/src/posts/2021-03-08-should-i-use-an-accessibility-overlay.md index 0e578878..cfdae1e4 100644 --- a/src/posts/2021-03-08-should-i-use-an-accessibility-overlay.md +++ b/src/posts/2021-03-08-should-i-use-an-accessibility-overlay.md @@ -14,6 +14,12 @@ further_reading: - title: 5 False Claims 1-Line “AI†Accessibility Script Vendors Make - Eric Eggert url: https://www.youtube.com/watch?v=e-3xlUarxRQ source: YouTube + - title: "AccessiBe and data protection?" + url: https://tink.uk/accessibe-and-data-protection/ + source: Léonie Watson + - title: "AccessiBe Is Not Your Friend" + url: https://toddl.dev/posts/accessibe-is-not-your-friend/ + source: Todd Libby - title: "AccessiBe & the fake WordPress plug-in reviews" url: https://www.joedolson.com/2021/02/accessibe-the-fake-wordpress-plug-in-reviews/ source: Joe Dolson @@ -62,6 +68,9 @@ further_reading: - title: Is there a silver bullet for ADA website accessibility? Sorry, but the answer is no. url: https://accessdefense.com/?p=5378 source: ADA and FHA Defense + - title: Largest U.S. Blind Advocacy Group Bans Web Accessibility Overlay Giant AccessiBe From Its National Convention + url: https://www.forbes.com/sites/gusalexiou/2021/06/26/largest-us-blind-advocacy-group-bans-web-accessibility-overlay-giant-accessibe/ + source: Forbes - title: Lies, Damned Lies, Overlays and Widgets url: https://www.levelaccess.com/lies-damned-lies-overlays-and-widgets/ source: Timothy Springer @@ -101,6 +110,9 @@ further_reading: - title: "The Death of Accessibility Overlays" url: https://medium.com/@krisrivenburgh/the-death-of-accessibility-overlays-5603515d8250 source: Kris Rivenburgh + - title: "There’s no such thing as fully automated web accessibility" + url: https://uxdesign.cc/theres-no-such-thing-as-fully-automated-web-accessibility-260d6f4632a8 + source: Anna E. Cook - title: "You Can’t Solve Accessibility with 1 Line of Code" url: https://www.practicalecommerce.com/you-cant-solve-accessibility-with-1-line-of-code source: Practical Ecommerce -- GitLab