Last weekend, I read this wonderful article titled, Yes, websites really are starting to look more similar. It highlighted the same observations that I have been making about most websites. All of them, in some way or another, are starting to look the same. In my line of work, most […]
User Interface
I am highly sensitive to bad user interface design. It’s a given due to my specialization in front end development. It justifies the improvements I do to help other people. One day in late 2018, I paid a visit to the Social Security Administration office in Chicago. Automated machines generated […]
So what is the return on investment for implementing a UI library project in an organization? There are three main organizational benefits of having a UI library. First, it brings consistency to web applications. If your organization has multiple products, you want them to look very similar in order for […]
I have been reading and hearing a lot about Design Systems in the last few days. Maybe Twitter and Google algorithms are raising those article topics to me given my specialization. In any case, I have noticed that several authors are describing Design Systems as UI Libraries. I want to […]
I mentioned last time that I love Overlays on the UI. It is another way for the architects and designers to add another, ahem, layer of interactive functionality to data-rich web application screens. And in the financial industry, there’s still this prevailing idea that the more information presented to the […]
I love overlays in a web application. That’s because most of the applications that I develop in the financial industry have so much data present on the screen. Some designers try to incorporate meaningful white space into the screens. However, inexperienced product managers want so much data on each page […]
A modal dialog, with a twist A product team once came to me requesting something that, on the surface, sounded quite simple. They wanted me to create a type of overlay that behaved similar to a modal dialog but with a twist. The modal dialog would need to allow the […]
Early last year, I interviewed at an aerospace company named Jeppessen based in Colorado. The company’s primary focus is providing navigation and flight planning products for airlines around the world. At the time, the company was about to embark on a major revamp of one of its main navigational products. […]
The scenario where multiple toasts are presented There are some scenarios where incorporating multiple toast notifications on the same web page is necessary. As explained in my previous article, toast messages should be temporary notifications that come in and leave after a few seconds; otherwise, you will have a stacking problem. […]