#accessibility
- Note
Overview There are several automated testing options to test your site for accessibility. Use the w3 valudator for checking HTML validation(validator.w3.org/nu). This has some g
- Note
Overview HTML layout is one of the most important things to be aware of for screen readers. A screen reader will read the HTML of a website from top to bottom, using headings to
- Note
Overview Why is accessibility important? Good accessibility is good design. It allows anyone to experience what you've made regardless of what technology they use. Understandi
- Note
Overview HTML Basics Each page should always have a DOCTYPE specified Each page should have a <html tag with a lang set (ex. en for english) Each <head tag should have a meta
- Blog post
My experience at BoiseCodeCamp 2024: talks on AI, OpenSCAD, and domain-specific languages, plus my first time speaking at a developer conference.