
👋 Oi, mga repapips, Brian Dys here! I love music, photography, and creative stuff like UX design and art. This is a place where I collect my thoughts and works. Apart all these, I’m Jaycelle’s better half and Bryce’s dad. 🥰
Study participants saw a number of charts in six different color palettes. Just like the first study, users shared first impressions, preference, and value feedback, and the speed and accuracy with which they made decisions were captured. Source
Commenting is disabled.
Working on a new WordPress Theme called NTT (entity).
To empower designers in working in the Interaction Design stage.
The arrangement of the parts to make sense of the whole.
The language that we use and the meaning that we intend.
Where to look for Nouns?
Parts of a Controlled Vocabulary
In order to begin organizing, use facets:
These are the common taxonomic patterns:
5 Ways to Organize things:
Commenting is disabled.
A new take on choreography!
In finding the best term for separating a collection of items, which to use—list or group?
Brain dump:
List implies linearity, structure.
Group implies randomness.
—
In generalizing the semantics of all items in a collection—in an HTML document—go for group.
<ul class="list group">…</ul> <div class="group">…</div> <dl class="list group">…</dl>
—
It is important to note that the all HTML elements in the examples could express hierarchy by nesting other elements—but it is in the collection of items that list or group provides semantics.
To recap:
Use list for collection of items that implies order (yes, even for <ul>).
Use group for collection of items that does not imply order.
Commenting is disabled.
It is, after all, a hypertext document.