2021-07-20 10:21:10 +01:00
|
|
|
# Why a design language?
|
2021-08-03 15:49:22 +01:00
|
|
|
Humans have an innate understanding for common, predictable and repeatable concepts. Our brains are, in fact, hardwired
|
|
|
|
to take advantage of such phenomena, which is sometimes taken to great effects in optical illusions for example.
|
2021-07-20 10:21:10 +01:00
|
|
|
|
2021-08-03 15:49:22 +01:00
|
|
|
Patterns emerge when concepts and actions, interlinked, construct a predictable outcome. With a common design language,
|
|
|
|
we hope to achieve such predictability, and supply an innate understanding of user interaction.
|
|
|
|
|
2021-11-07 01:32:06 +00:00
|
|
|
The goal isn't to have one and only design language, but to encourage new themes/interfaces to take similar steps on their
|
2021-08-03 15:49:22 +01:00
|
|
|
design processes.
|
|
|
|
|
|
|
|
## Predictability and user experience
|
|
|
|
A good book implies meaning, perhaps through environmental storytelling, or any other thought exercise that assumes
|
|
|
|
a conscious, and rational reader capable of processing information. Not just present it.
|
|
|
|
The same is true for a good UI, it shouldn't be explained, there should be an innate understanding.
|
|
|
|
|
|
|
|
### User Interface Universal Language
|
|
|
|
Web technologies as a whole contain a set of constraints for organizing web pages. This implies that all web pages have
|
|
|
|
a common structural basis.
|
|
|
|
|
2021-08-04 21:12:59 +01:00
|
|
|
Users accustomed to surfing the Web know which user interactions are acceptable and which aren't.
|
2021-11-07 01:32:06 +00:00
|
|
|
The key puzzle is how users come to know these restrictions of their Web UI. This is the crux of any
|
|
|
|
accessible Web page, an hierarchy needs to be followed as well as common standards.
|
2021-08-04 21:12:59 +01:00
|
|
|
|
|
|
|
### Canons of page construction
|
|
|
|
The aforementioned comparison between books and Web pages isn't just a coincidence, given the resemblance between the
|
|
|
|
two mediums. From their presentation to fundamental theory, it's only natural to apply core book design ideas to the Web.
|
|
|
|
|
2021-11-07 01:32:06 +00:00
|
|
|
|
|
|
|
### User customization
|
|
|
|
|
2021-08-04 21:12:59 +01:00
|
|
|
|