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.
Featured Video Image Filters in 2SXC Using Instagram.css February 09, 2024 Web Development, Videos Image Credit: Adobe Firefly AI
Video Voice Commands Using the Web Speech API February 02, 2024 UI/UX Design, Web Development, Videos In this episode of The Gorilla Learning Lab, Paul Czech explores the Web Speech API and how it might affect the future of the internet.
Prioritizing Website Accessibility January 29, 2024 UI/UX Design, Web Development, Accessibility Just as public spaces are required to accommodate individuals with physical disabilities, websites are subject to legal standards ensuring access for everyone.
Automatically Optimizing Images in 2SXC January 26, 2024 Web Development An important part of reducing website load times is ensuring the loaded images are properly optimized. Luckily, 2SXC offers a lot of customizability regarding automatic cropping and resizing of images.
10 Tips to Take Your Website to the Next Level January 17, 2024 Marketing, UI/UX Design, Web Development, AI 2024 will be an exciting year for the World Wide Web. 2023 saw the explosion of cultural relevance in artificial intelligence tools like ChatGPT, Dalle, Google Bard, and others. As we continue to see a surge in the use and adoption of AI tools, we must continue enhancing our websites to leverage these tools and services. Here’s our list of things you should be looking at for 2024.
Embracing Multicultural Perspectives for Improved Inclusivity January 08, 2024 UI/UX Design, Web Development, Accessibility Inclusivity in web accessibility extends beyond the technical aspects of making digital content usable for people with disabilities; it also encompasses cultural sensitivity, ensuring that web experiences are welcoming and accessible to users from diverse cultural backgrounds.
5 Ways to Turbocharge Your SASS Development January 06, 2024 Web Development Sass, the dynamic preprocessor for CSS, is not just about nesting, variables, functions, and mixins. Beyond the popular --watch flag, Sass offers a variety of lesser-known compiler flags that can optimize your development workflow. Let’s uncover these hidden features, providing insights into their uses and ideal application scenarios.
Avoiding Code Repetition in 2SXC Razor Templates in the DNN CMS January 05, 2024 Web Development One of the most important and impactful ways to improve the maintainability of a codebase is to avoid code repetition as much as possible. By not keeping multiple copies of the same code in different places, you reduce the number of instances that must be updated if needed.