Search
Close, Exit, Cancel: How to End User Interactions Well
16.10.2024
What’s in a word? Actions. In the realm of user interfaces, a word is construed as the telltale of a control’s action. Sometimes it points us in the correct direction, and sometimes it leads us astray. We talk a lot …
Close, Exit, Cancel: How to End User Interactions Well originally...
Help! I’m Trapped In Starfield’s Menus And Can’t Get Out
1.9.2023
In the several hours I’ve played since Starfield’s September 1 Early Access kicked off, I’ve been consistently confused by the menus and user interfaces of Bethesda’s latest RPG. I remain miffed by its starmap, baffled by its inventory, and at a loss when it comes to my ship’s HUD–and don’t even...
Help! I’m Trapped In Starfield’s Menus And Can’t Get Out
1.9.2023
In the several hours I’ve played since Starfield’s September 1 Early Access kicked off, I’ve been consistently confused by the menus and user interfaces of Bethesda’s latest RPG. I remain miffed by its starmap, baffled by its inventory, and at a loss when it comes to my ship’s HUD–and don’t even...
Help! I’m Trapped In Starfield’s Menus And Can’t Get Out
1.9.2023
In the several hours I’ve played since Starfield’s September 1 Early Access kicked off, I’ve been consistently confused by the menus and user interfaces of Bethesda’s latest RPG. I remain miffed by its starmap, baffled by its inventory, and at a loss when it comes to my ship’s HUD–and don’t even...
Redditors Are Competing To Make The Worst User Experience Possible
20.5.2023
As the recent Reddit commercials have made clear, there’s a community for everything. Nihilist horror, Game of Thrones’ Hodor, avocado food porn (because why not)...you can always find your people. Case in point, there’s a subreddit dedicated to atrocious user interfaces, which is now seeing...
ECB Chooses Amazon and 4 Other Companies to Help Develop Digital Euro
18.9.2022
The European Central Bank (ECB) has selected five companies to help develop user interfaces for a digital euro. Each company will work with the ECB and focus on one specific use case of the digital euro. Amazon has been chosen to focus on e-commerce payments. ECB Collaborates With 5 Companies...
Study Finds Working In VR Isn’t Very Pleasant Or Productive
16.6.2022
All the rich Zuckerbergs and like-minded tech bros of the world are convinced that the future is all of us living, loving, and working in a virtual reality “metaverse.” But a new study’s findings suggest that working in virtual reality will not actually increase a worker’s productivity, comfort,...
Icon Glassmorphism Effect in CSS
8.11.2021
I recently came across a cool effect known as glassmorphism in a Dribble shot. My first thought was I could quickly recreate it in a few minutes if I just use some emojis for the icons without wasting time …
The post Icon Glassmorphism Effect in CSS appeared first on CSS-Tricks. You...
QA Testing Games Like Dance Central Is Apparently Grueling And Smelly
2.9.2021
Performing quality assurance testing on traditional video games can be grueling, having to sit in front of a monitor for hours on end, performing the same sequences while keeping an eye out for bugs and glitches. But you know what sounds much worse? Doing QA testing for games requiring physical...
Introduction to the Solid JavaScript Library
24.8.2021
Solid is a reactive JavaScript library for creating user interfaces without a virtual DOM. It compiles templates down to real DOM nodes once and wraps updates in fine-grained reactions so that when state updates, only the related code runs.
This …
The post Introduction to the Solid...
Always Show Arrows for Number Input
21.6.2021
While I enjoy small details that make user interfaces more elegant, I also believe that less is more, especially when it comes to native behavior. One native behavior I dislike is that <input type="number" /> elements only show the increment and decrement arrows when the input is focused....
Serverless Functions: The Secret to Ultra-Productive Front-End Teams
31.5.2021
Modern apps place high demands on front-end developers. Web apps require complex functionality, and the lion’s share of that work is falling to front-end devs:
building modern, accessible user interfaces
creating interactive elements and complex animations
managing complex application...
Collective #621
3.9.2020
Component Driven User Interfaces * Present * Increment: APIs * Omatsuri * Stitches
The post Collective #621 appeared first on Codrops
Neumorphism and CSS
20.3.2020
Neumorphism (aka neomorphism) is a relatively new design trend and a term that’s gotten a good amount of buzz lately. It’s aesthetic is marked by minimal and real-looking UI that’s sort of a new take on skeuomorphism — hence the name. It got its name in a UX Collective post from December 2019,...
Neumorphism.io
12.2.2020
I was sort of making fun of neumorphism the other day. I don't actually care that much. I mostly just think it only works on some flat colored backgrounds, mostly really light colors, and somehow that feels weirdly limiting. (nope, sure, sure, nope 🤷‍♂️).
Anyway,...
Making an Audio Waveform Visualizer with Vanilla JavaScript
12.11.2019
As a UI designer, I’m constantly reminded of the value of knowing how to code. I pride myself on thinking of the developers on my team while designing user interfaces. But sometimes, I step on a technical landmine.
A few years ago, as the design director of wsj.com, I was helping to re-design...
Graphical User Interfaces for Git
3.7.2019
Git is command-line-driven software, but that doesn't mean you have to use the command line to make it work. There are lots of options! Some of the deepest programmer nerds I know prefer to use GUIs for Git (Graphic
User Interface, or you know, software you can see things and click stuff), and some...
Use Vue.js Data Binding Options for Reactive Applications
17.6.2019
Vue.js is known as a "progressive framework for building user interfaces". There's a lot to unpack in this simple statement. It's easy to get started with Vue.js, with a minimal feature set, and th
Testing React and Redux Apps with Jest
5.2.2019
React is a popular library for building user interfaces created by Facebook. Redux on the other hand is a wonderful s
Testing React and Redux Apps with Jest
5.2.2019
React is a popular library for building user interfaces created by Facebook. Redux on the other hand is a wonderful s