
đź‘‹ 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. 🥰
There are many different kinds of interaction in an information environment like web pages.
Clicking and scrolling are just two of them. And both have different mental models when accessing information.
One limitation of any information environment is that there’s only a limited number of information that can be displayed all at once, at the same time. Besides, a user could focus only on a limited number of information at once.
Clicking and scrolling could be combined, though, to optimize the interaction—meaning, the easier for the user to perceive and get to the information, the better.
Commenting is disabled.
I could admit that I’m a collector. I’m a hoarder. And a procrastinator when it comes to exporting photographs that should’ve shared to people who cared. A different kind of holiday rush is happening to me as I am editing last year’s December photos.
I’m glad because I’m making progress and I’m down to the last two albums that will finally see the light of day. I also managed to sweep off clean my 2018 queue folder. But lo and behold! This is not the case for years 2016 down to 2005—when I started going digital with Canon EOS 350D (I miss that that little gadget).
Good UX design is more of influencing the users’ moods and behaviors than controlling or manipulating their minds.
It’s good to revisit several concepts in HTML for the purpose of optimally structuring it—for all kinds of usage and accessibility.
Every HTML element is a member of one or more content categories — these categories group elements that share common characteristics. This is a loose grouping (it doesn’t actually create a relationship among elements of these categories), but they help define and describe the categories’ shared behavior and their associated rules, especially when you come upon their intricate details. It’s also possible for elements to not be a member of any of these categories.
Source
A sectioning root is an HTML element that can have its own outline, but the sections and headings inside it do not contribute to the outline of its ancestor. Besides <body> which is the logical sectioning root of a document, the following elements often introduce external content to the page: <blockquote>, <details>, <fieldset>, and <figure>.
Source