Sometimes you forgo the data, and make a gut call due to the nature of the problem and the macro goal you’d like to reach. And believe me, though it sounds like a ludicrous situation, time-sensitive problems crop up all the time in product development!
Chris Lee
Category: UX Design
-
Sometimes You Forgo the Data
-
Philippines Becoming a Cash-lite Society
Clearly, the BSP sees the benefits of going cashless. Cash is costly to handle – you need to employ people to count, store or transport it, hence the fees banks charge consumers. It can also be dangerous to carry around.
On the other hand, mobile and other digital payments are quick and easy to scale, which translates to lower fees. They’re also transparent, as transactions are recorded electronically and can be tracked.
Most important of all, they allow the poor and unbanked to participate more broadly in the financial economy.
That’s why the central bank is doing its best to pave the way for a cash-lite society. It may be some way off, but experts think the Philippines is on the cusp of a digital payments revolution.
-
Why do so many web pages require scrolling when the info could easily be displayed all at once? There are a number of pages I access daily that only need a click but I must scroll down to do it.
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.
-
Is good UX design like mind control?
Good UX design is more of influencing the users’ moods and behaviors than controlling or manipulating their minds.
-
Revisiting HTML – Content Categories and Sectioning Roots
It’s good to revisit several concepts in HTML for the purpose of optimally structuring it—for all kinds of usage and accessibility.
Content Categories
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.
SourceSectioning Roots
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 -
What’s a good practice to completely redesign an existent CSS?
Styling in CSS is always dependent on the structure of HTML. If you have control over the structure of HTML, plan to redesign it also.
A good rule of thumb is to first, set up a system.
- Usability and Accessibility (e.g., making a link’s target area large enough for touch or pointing device, making the structure of HTML accessible to screen readers)
- Visual Design
- Nature (style of the element as a standalone)
- Layout (style of the element in relation to other elements)
- Colors (with nature and layout alone, the design should be able to work even in black and white colors)
- Graphics (border, border-radius, box-shadow)
- Typography (style of text)
- Transitions and Animations
You could notice that this system is designed to build on top of the previous one. Meaning usability and accessibility come first before visual design. The same goes for the considerations under visual design.
-
It’s Centered That
A screenshot of the website It’s Centered That. 29 November 2018 Source: www.supremo.co.uk/designers-eye/
-
A Pull Quote
See the Pen A Pull Quote by Brian Dys (@briandys) on CodePen.
-
A Bohemian Rhapsody Movie Poster
See the Pen A Bohemian Rhapsody Movie Poster by Brian Dys (@briandys) on CodePen.
-
What the Web Browser Has Become
The web browser has become a non-destructive editor.
See the Pen Rachel Yamagata – Happenstance – Album Cover by Brian Dys (@briandys) on CodePen.