|
You are here |
neurrone.com | ||
| | | | |
hiredigitally.com
|
|
| | | | | [AI summary] The article discusses how to improve the accessibility of single-page applications (SPAs) by using semantic HTML, proper form elements, and other best practices. | |
| | | | |
www.mardahl.dk
|
|
| | | | | [AI summary] The author shares extensive notes from a 2012 workshop providing practical techniques, resources, and guidelines for implementing web accessibility and usability in technical communication. | |
| | | | |
codedrivendevelopment.com
|
|
| | | | | [AI summary] This article explains the importance of web accessibility for frontend engineers, covering guidelines, best practices, and tools for creating inclusive websites. | |
| | | | |
aaronluna.dev
|
|
| | | Hugo includes a built-in syntax-highlighter called Chroma. Chroma is extremely fast since it is written in pure Go (like Hugo) and supports every language I can think of. Chroma's speed is especially important since syntax highlighters are notorious for causing slow page loads. However, it lacks one vital feature - an easy way to copy a code block to the clipboard. I decided to document my implementation using only vanilla JS since every blog post I found for this issue relied on jquery to parse the DOM,... | ||