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.
Website Accessibility: What is it, Why it Matters, & How to Get Started January 05, 2024 UI/UX Design, Web Development, Accessibility The internet has become an integral part of our lives, serving as a platform for communication, information dissemination, and interaction. As our use and the adoption of internet services continues to grow, it becomes imperative to ensure that everyone, regardless of their abilities, can access and navigate websites seamlessly. This is where website accessibility and the Web Content Accessibility Guidelines (WCAG) step in to pave the way for a more inclusive online environment.
Improve Your Content Editing Experience in 5 Minutes January 04, 2024 Web Development There will always be a need for WYSIWYG editors; they provide content editors the ability to create large blocks of paragraph-based content with common elements like lists, links, images, blockquotes, and standard formatting like bold, italics, underlines, etc. The problem most content editors will experience is that the style displayed within the editor will only sometimes display the same to end-users.
Video Check out StyleX, a New User Interface Framework December 29, 2023 Web Development Earlier this month, Meta open-sourced their system for styling web applications. Named StyleX, this system powers the CSS for most of their public-facing properties, including Facebook, Instagram, WhatsApp, and more.
Designing and Developing with Icons? Check Out Bootstrap Icons December 28, 2023 UI/UX Design, Web Development Font Awesome has been a staple for designers and developers to add icons to their websites for over a decade. According to a survey from Wappalyzer in 2023, Font Awesome is used on approximately 25% of all websites that utilize third-party font libraries. Bootstrap Icons sits in 6th place, with only 0.5% usage.