Symbol Accessibility
Sometimes we use symbols instead of words to convey meaning and we would like the intent of these symbols to be correctly interpreted by assistive technology.Read More →Accessible Language in Technical Writing
Technical writing is a vital skill, but you need to make sure that what you produce is widely accessible and not harmful to your audience.Read More →Accessible Text
When producing content for websites and web applications it’s important to be sure that all visual and auditory elements on the page can be identified and understood with alternate senses and/or the use of assistive technologies.Read More →Inline Frame (iframe) Accessibility
Nearly every accessibility project involves some amount of 3rd party content (such as a video) loaded using an iframe, so this article addresses the accessibility implications of this approach.Read More →Easier Firebase Development with Emulators
Development of cloud native applications on serverless platforms is much faster and easier when you can do testing and development on your local computer.Read More →JavaScript Promises Demystified
A deep dive into JavaScript promises and how to use them.Read More →Firebase Storage Rules
Write complex security rules for your Firebase Storage Bucket based upon data from your Firestore database.Read More →Drop Caps Then and Now
Drop caps have been around for for centuries but on the web they haven't been so easy to create. Let's look at the new CSS initial-letter property and how we can use to make a drop cap.Read More →Creating dialogs without a library
Did you know there is a dialog element with built in methods and CSS selectors that can be used to created and style dialogs? Let's take a look at how it works and implement one together.Read More →