99 topics found for:

“accessible user interfaces”

Mobile-First

A design strategy that prioritizes the mobile user experience by designing for mobile devices first before scaling up to larger screens. Crucial for creating accessible and responsive designs that work well on all devices.

Suffix Effect

The phenomenon where people have a reduced ability to recall the last items in a list when additional, unrelated information is added at the end. Crucial for designing information presentation to optimize memory retention.

i18n

Numeronym for the word "Internationalization" (I + 18 letters + N), enabling localization for different languages, regions, and cultures without requiring extensive rework. Important for expanding product reach to global markets.

Scanning Pattern

Common reading patterns users follow when scanning web content, such as the F-pattern, where users read across the top and then scan down the left side. Important for designing layouts that align with natural reading behaviors, improving content engagement and usability.

MVC

Model-View-Controller (MVC) is an architectural pattern that separates an application into three main logical components: the Model (data), the View (user interface), and the Controller (processes that handle input). Essential for creating modular, maintainable, and scalable software applications by promoting separation of concerns.

LLM

Large Language Model (LLM) is an advanced artificial intelligence system trained on vast amounts of text data to understand and generate human-like text. Essential for natural language processing tasks, content generation, and enhancing human-computer interactions across various applications in product design and development.

KOS

Knowledge Organization System (KOS) refers to a structured framework for organizing, managing, and retrieving information within a specific domain or across multiple domains. Essential for improving information findability, enhancing semantic interoperability, and supporting effective knowledge management in digital environments.

Iconography

The visual images, symbols, or modes of representation collectively associated with a subject, often used in design to communicate ideas quickly and effectively. Important for creating cohesive and meaningful visual systems.

API

Application Programming Interface (API) is a set of tools and protocols that allow different software applications to communicate and interact with each other. Essential for integrating different systems and enabling functionality in digital products.