Low-Contrast Text: Understanding and Fixing the Most Common Accessibility Issue April 25, 2024 UI/UX Design, Accessibility Low-contrast text is the most common accessibility failure. A staggering 81% of the top 1,000,000 homepages had low-contrast text in the 2024 WebAIM Million report. Here's why it's a problem and how you can fix it.
The Role of Micro-interactions in Enhancing User Experience April 17, 2024 Marketing, UI/UX Design, Web Development Micro-interactions are small, yet powerful design features that can significantly enhance user engagement and satisfaction on websites and apps. These subtle interactions provide feedback to users about their actions, making digital environments more intuitive and interactive.
Video Site Management with DNN Prompt — The Gorilla Learning Lab (#21) April 05, 2024 Web Development, Videos In this episode of The Gorilla Learning Lab, Paul Czech introduces us to DNN Prompt and different ways that it can be utilized.
4 Tips for Mobile Website Design March 29, 2024 UI/UX Design, Web Development As of February 2024, over 65% of online traffic came from mobile devices. This makes it more crucial than ever that your website is optimized to provide the best mobile experience.
Featured Video Turning Your DNN Website Into a Progressive Web App — The Gorilla Learning Lab (#20) March 22, 2024 Web Development, Videos Image Credit: Adobe Firefly AI
HTML Headings: Why They Matter March 22, 2024 Marketing, Web Development, Accessibility Reading a book without titles or chapters is similar to browsing a website lacking a clear heading hierarchy. Headings on websites, from <h1> to <h6>, help organize the information so both people and search engines can find their way around easily.
Using HTML Lists for Better Accessibility March 14, 2024 Web Development, Accessibility HTML lists allow web developers to group a set of related items in a concise and organized manner. Lists are essential for creating easily navigable websites, helping users understand content hierarchy and relevance. Moreover, they are particularly beneficial for screen readers used by visually impaired users, making your website more inclusive and accessible.
How the color-mix() CSS Feature Can Help Simplify Your Site's Colors March 11, 2024 Web Development, Accessibility Although CSS preprocessors have had the ability to mix and modify colors for quite a while now, there hasn't been a clean way to achieve the same thing with vanilla CSS. Luckily, this seems to be changing with the help of a CSS feature that is now supported in all major browsers.
86% of Sites Have this Issue, Here’s How to Fix It February 13, 2024 UI/UX Design, Web Development, Accessibility The most common accessibility issue is poor color contrast, with 83% of websites audited in 2023 by WebAIM having color contrast issues. Low contrast makes it difficult for readers to distinguish the shapes and edges of the characters, reducing reading speed and comprehension.