A proposal for modern UX Researchers

A glimpse of the current standing of UXR and strategy on how to stay relevant with the workforce demand. Photo by Unseen Studio on Unsplash “The UX researcher fallacy: ‘My job is to learn about users.’Truth: ‘My job is to help my team learn about users.’”– Caroline Jarrett As 2024 starts, layoffs are still everywhere, specifically in… Continue reading A proposal for modern UX Researchers

Performance Tip: Use the Media Attribute for Faster Page Load Times

Sometimes web performance optimization takes a lot of work, and sometimes performance can be improved in just a moment. Adding the media attribute to conditional CSS files is an easy and quick way to speed up web page load times. TL;DR In short, if you add the media attribute to the <link> tag that calls… Continue reading Performance Tip: Use the Media Attribute for Faster Page Load Times

7 E-Commerce Design Boo Boos

Appearances matter. It takes one twentieth of a second for your site visitors to judge you. What can people take in in 0.05 sec? Looks are the only thing a prospect can absorb so quickly. You will lose a prospect instantly if your e-commerce page has any of these seven design flaws. Your chances of… Continue reading 7 E-Commerce Design Boo Boos

How to Make Floating Input Labels With HTML5 Validation

TL;DR Replace your JavaScript validation with HTML5 validation. It’s easier than you think, and gives you a ton of markup and styling control. Try this demo: What We’re Doing Here So you need to validate a form. You do the right thing and start with server-side validation. Then, if you’re a good web-designer, you add… Continue reading How to Make Floating Input Labels With HTML5 Validation