2021 week 47, 48—Web Accessibility Myths, Advent of Code, Gradient Background Generator
Links worth sharing for web technologies and accessibility.
I have been teaching 6-7 lectures per week for the last 4 weeks. At first, I was fine with that but the energy gradually decreased. Last Saturday was the last day of this series and I was too tired to almost fall asleep when explaining in class. Now one Python class ends and the PHP class has a holiday break until 2022 January. Just 2 lectures per week for another Python class that will end on December 28th.
Links worth sharing
→ Accessibility / Two accessibility posts
I wrote two accessibility posts, in Chinese, explaining the WAVE tool and the headingsMap extension.
使用WAVE 檢視網站無障礙錯誤- Makzan (@makzan)
無障礙:使用headingMaps 檢視網站標題結構- Makzan (@makzan)
→ Accessibility / A11y Myths
https://a11ymyths.com/
There are 22 accessibility myths listed. Those myths includes of thinking that only developers need to care about accessibility; adding alt to images are enough and all good; accessibility only helps disabilities. These are all not true. Check the website for all the 22 myths and details.
→ Programming / Advent of Code 2021
https://adventofcode.com/2021
It starts on December 1st. 25 coding puzzles until Christmas.
→ Tool / Gradient background generator
https://fffuel.co/ffflux/
This tool generates beautiful SVG gradients backgrounds.
→ Developer Tool / A "Sensors" emulator in Chrome Dev Tools
Good for debugging in-development AR webpages.
→ Fun / Emoji Mix
https://tikolu.net/emojimix/
It is really fun to see a remix of two random emojis together.
→ CSS Animation / A cool but simple rotation fade-in animation
https://codepen.io/chris22smith/pen/VwzORVZ
Until next week,
Thomas Mak