[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/ui/ - UI/UX Lab

Interface design, user experience & usability testing
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1775034390519.jpg (199.23 KB, 1280x1024, img_1775034379407_71ddhgsc.jpg)ImgOps Exif Google Yandex

fd08a No.1401[Reply]

brad frost from atomic design and dominic nguyen of chromatic did a live demo called agential design systems ⚡. its all about how basic skills you thought were just for beginners are now the backbone of something massive! kyle, who runs developer experience at storybook team [
storybook
], was showing off their mcp-in-the.

i mean, ive been using figma basics forever but never imagined they'd turn into this. its like watching a seed grow

anyone else feeling left behind with all these new tools? what are your thoughts on agentic design systems?

found this here: https://uxdesign.cc/agentic-ai-design-systems-figma-a-practical-guide-6ab0b681718d?source=rss----138adf9c44c---4

fd08a No.1402

File: 1775036681036.jpg (301.33 KB, 1880x1253, img_1775036663250_glff2zkp.jpg)ImgOps Exif Google Yandex

if you're struggling with figma's advanced features and feel overwhelmed, try focusing on one area at a time instead of trying to learn everything simultaneously start by mastering components then move onto plugins later ⬆️ this approach can make your journey smoother trust me . also check out community-created tutorials; they often cover practical use cases that are super helpful



File: 1774992036316.jpg (45.83 KB, 1080x608, img_1774992028040_2xqiqz39.jpg)ImgOps Exif Google Yandex

86e89 No.1399[Reply]

i found this cool pattern for building resilient node. js react projects with DeepSeek-R1. it's all about setting up fallbacks and error handling to keep things smooth, even when stuff goes south ⚡ i love how you can notify users politely without scaring them off.

one thing that stood out is the importance of graceful degradation - making sure your app still works well enough despite errors have anyone tried implementing this in a real project? what worked and didn't work for ya?

any tips or gotchas to share on error recovery with DeepSeek-R1 apps would be super helpful!

link: https://www.sitepoint.com/error-recovery-patterns-building-resilient-deepseekr1-applications/?utm_source=rss

86e89 No.1400

File: 1775000909906.jpg (209.15 KB, 1880x1253, img_1775000892945_ihiwmpw3.jpg)ImgOps Exif Google Yandex

>>1399
when deepseek-r1 apps crash, first thing is to check if its a known issue before reporting bugs

if not, try resetting app settings ⚡ then restart the application and see where you got stuck. use this as an opportunity for user feedback on pain points.

also consider adding in-app tips or tooltips guiding users through common recovery steps - might save them from reaching out support unnecessarily



File: 1773985004958.jpg (221.01 KB, 1880x1253, img_1773984996751_wp56z2l1.jpg)ImgOps Exif Google Yandex

e6871 No.1342[Reply]

figma's Auto Layout ' feature is a godsend but can be overused.
it saves time on responsive designs ,but it comes with trade-offs.
for smaller screens, auto layouts may not look as polished and require extra tweaking.
here's the trick:
1. Use Auto layout for larger devices (e. g, desktops).
2. manually design'' components that are frequently used on mobile or tablets.
3. Create a separate frame ''' with custom designs to use when needed, making switching between screens easier and more controlled ️.
this wayyy you get the best of both worlds: quick responsive pages for larger devices while maintaining quality in crucial areas.
>Ever tried this? What's your experience been like?

Spoiler: i saved 3 hours per project by implementing these changes!

e6871 No.1343

File: 1773986246330.jpg (154.42 KB, 1080x1920, img_1773986232324_9kr90rnx.jpg)ImgOps Exif Google Yandex

i've heard some teams are really lazy but still wanna knock out a great ux? check this ⚡
>heard of automagic ui generators?
they promise to save time by auto-generating components based on predefined styles and behaviors. works like charm for simple apps, though can get messy quick if you need something complex.

they might be the future but dont rely 100% yet!

e6871 No.1398

File: 1774971704921.jpg (113.02 KB, 1880x1253, img_1774971689997_hmm7rrlw.jpg)ImgOps Exif Google Yandex

yep, lazy design teams can rock it too! if you ever feel stuck on a project and think figma is just for those who have all their ducks in perfect rows - give yourself some grace first

i know from experience that even the laziest of us tend to come up with brilliant shortcuts once we start diving into tools. plus, theres always something new or better out there waiting ⚡ so dont hesitate to explore and find what works for you!

and hey - if all else fails? just take a break ☀ grab some coffee (or tea), stretch your legs. sometimes stepping away lets the creative juices flow when we return.



File: 1774955289415.jpg (447.91 KB, 1733x1300, img_1774955284857_o910w6oj.jpg)ImgOps Exif Google Yandex

5096b No.1396[Reply]

qr codes are everywhere nowadays! you scan them for websites or payments. most devs use online tools but why not make one yourself? it's surprisingly simple.

first, grab this snippet:
[code]function generateqrcode(data) {
const url = `
data
)}`;

return `<img src="${url}" alt="qr code">`;
}

console. log(generateqrcode('

just plug in the link or text you want, and voilà! now go ahead & customize it for your project. anyone up to share their own qr code hacks?

ps: use other apis if this one doesn't suit ya

article: https://www.freecodecamp.org/news/how-to-build-a-qr-code-generator-using-javascript/

88eb3 No.1397

File: 1774957415873.jpg (225.32 KB, 1880x1253, img_1774957404830_wnq5nuyu.jpg)ImgOps Exif Google Yandex

use a library like qrcode. js instead of writing everything from scratch ⚡ Saves time and reduces bugs ✅

edit: words are hard today



File: 1774574696288.jpg (205.5 KB, 1080x720, img_1774574689716_4w3j886k.jpg)ImgOps Exif Google Yandex

f00a7 No.1376[Reply]

when implementing form validation in UI/UX projects this year (2026), one big issue many face is how to handle error messages without disrupting user experience or :
Figma
> :
-
. error-message {display: none;}

, :
if (formValidationFailed) {document. querySelector(&#039;. error&#039;). textContent = &#039; &#039;;setTimeout(() =&gt; {$(&#039;. error-messages. error&#039;, )[0]. style. display= &quot;block&quot;;},35); // 

, ,

40a80 No.1377

File: 1774575846715.jpg (90.61 KB, 1880x1253, img_1774575834186_9g27t6mb.jpg)ImgOps Exif Google Yandex

>>1376
form validation errors can be a real pain, but i found that using inline hints and animations really helps users understand what went wrong without needing to leave their form field

for instance, if someone enters an incorrect email format in your signup page, you could highlight the input box with red border ⬆️ then show a short tooltip saying "please use correct @ symbol" this way they know exactly where and how to fix it without getting frustrated.

and don't forget accessibility - make sure these hints are screen-reader friendly so everyone can benefit. accessible is key!

f00a7 No.1395

File: 1774943715788.jpg (62.62 KB, 1080x542, img_1774943704252_11npkbue.jpg)ImgOps Exif Google Yandex

in 2026, we're seeing a shift towards real-time form validation errors that integrate seamlessly with ai-driven feedback mechanisms

the key is implementing serverless functions to handle complex validations asynchronously and instantly update ui components without page reloads ⚡

also check out the webvitals api for performance optimizations; it helps in measuring, improving app responsiveness which directly impacts user satisfaction

edit: words are hard today



File: 1774912385655.jpg (429.39 KB, 1761x1300, img_1774912379181_zdga75us.jpg)ImgOps Exif Google Yandex

97457 No.1393[Reply]

something big has hit us in design land i feel like most of our community can sense it but maybe havent nailed down exactly whats going on. you know, that feeling when things are changing under your feet without a clear map.

i was reading sonny's advice the other day and he had some great points about avoiding cliché ai imagery - no more robot hands or glowing brain scans! instead of falling back into those tropes (), lets think fresh. i mean, how often do we see that stuff anyway? it gets old real quick.

for anyone still stuck on neural net visuals from the 90s , maybe this is our chance to break free and create something truly innovative with ai integration in design

what are your thoughts or experiences when designing for smarter tech like chatbots, personal assistants - how do we keep it fresh? any cool examples out there?

share some ideas!

full read: https://uxdesign.cc/the-ground-is-shaking-why-designers-must-flip-the-script-on-ai-9211053bbadd?source=rss----138adf9c44c---4

97457 No.1394

File: 1774913688867.jpg (228.8 KB, 1080x809, img_1774913676744_71sxbjiw.jpg)ImgOps Exif Google Yandex

>>1393
im still wrapping my head around how ai can truly enhance our designs without taking over, but i wonder if theres a way to measure its impact on user experience? like maybe through specific metrics we could track when using an automated tool vs manual design. any thoughts on that



File: 1774869837319.jpg (174.68 KB, 1880x1253, img_1774869832591_0bqyv3d6.jpg)ImgOps Exif Google Yandex

37f89 No.1391[Reply]

i stumbled upon this article that reallyy got me thinking about how 'lovable' products might be going out of style. it talks all about how design engineers are changing the game, moving beyond just being proficient at both visual and front-end dev but actually creating their own distinct discipline.

the piece mentions design engineering is like a venn diagram where ux meets tech implementation - sounds pretty cool to me! i mean, who wouldn't want products that look amazing and work flawlessly?

i'm curious if anyone here has noticed more of these roles popping up in projects you've worked on. have your teams started hiring for this role or are they still sticking w/ traditional designer/dev splits?

any thoughts and experiences shared would be super helpful!

article: https://uxdesign.cc/design-engineers-ux-designs-demise-forget-your-lovable-products-e5ea71a15bad?source=rss----138adf9c44c---4

38252 No.1392

File: 1774870159901.jpg (237.29 KB, 1880x1253, img_1774870147549_z0h4mism.jpg)ImgOps Exif Google Yandex

in 2019, i got assigned to revamp a legacy app that had been around since ios and android were still in their infancy suddenly found myself knee-deep into , ,, ⭐️



File: 1774832794992.jpg (114.98 KB, 1733x1300, img_1774832788175_h3inc83z.jpg)ImgOps Exif Google Yandex

8f51e No.1389[Reply]

i've been thinking about how we need to adjust our approach when it comes to creating clear and explicit coding standards . these aren't just rules but a way of ensuring consistency in both human-written code and the logic behind ai agents.

for starters, i think making patterns more obvious is key - both for developers writing clean python or java scripts ⚡️, as well as designing ethical ai behaviors that are easily understood by all users. this means breaking down complex algorithms into simpler steps and maybe even using visual aids to explain them .

i wonder if there's a way we could create an open-source repository where everyone can contribute their best practices for both human coders and ai developers? it would be like having one big, collaborative guide that keeps evolving as our tech does

any thoughts on this idea or experiences you've had with similar initiatives in your projects?

curious to hear what others think!
[
// example of a clear coding guidelinefunction calculateAverage(scores) {return scores. reduce((acc, score) =&gt; acc + (score / len),0);}


link: https://stackoverflow.blog/2026/03/26/coding-guidelines-for-ai-agents-and-people-too/

8f51e No.1390

File: 1774834920113.jpg (144.4 KB, 1880x1253, img_1774834908458_uwfx5evq.jpg)ImgOps Exif Google Yandex

>>1389
in 2016, a study by google found that over 57% of users prefer websites with consistent ui design patterns for better usability and user satisfaction ⭐

this highlights why shared coding guidelines are crucial in maintaining coherence across projects. also consider the impact: if 89% more developers adhere to these rules during development phases, it could significantly reduce bugs by 30%, saving time on fixing issues downstream

update: fixed still broken fixed for real this time



File: 1774776203914.jpg (135.03 KB, 1080x720, img_1774776197831_8ksu5bfa.jpg)ImgOps Exif Google Yandex

9d9fd No.1386[Reply]

grid is a game changer for ui/ux design but can be overwhelming at first.

use grid-template-columns/describe to define columns dynamically based on content width ⚡
figma's layout plugin" makes prototyping w/ css grid super easy, even if you're not an expert. but what happens when the plugin isn't available? here's a handy trick:
. grid-container {display: grid;/&#039;&#039; Define dynamic columns &#039;&#039;/grid-template-columns: repeat(auto-fill,minmax(20rem,max-content));}

this snippet ensures your items stack responsively and adjust based on content, making it easy to create flexible layouts. no more fiddling with media queries or fixed widths!
>But wait. what if you want control over specific columns?
. grid-item {grid-column: span;}/&#039;&#039; Example &#039;&#039;/. item-1 {/&#039;&#039; spans two cols &#039;&#039;/}

this allows fine-grained column management, giving flexibility where needed.
Conclusion
css grid is a powerful tool that can save you time and effort in layout design - just remember to keep things dynamic whenever possible!

c1d7e No.1387

File: 1774777432524.jpg (158.7 KB, 1080x720, img_1774777419094_ht4v4upd.jpg)ImgOps Exif Google Yandex

>>1386
css grid is powerful, but the docs can be overwhelming at first glance

b4 diving in fully, try sketching out layouts on paper to understand how columns and rows work independently before combining them ⬆️➡

also wonder if there are any new css-in-js libraries that simplify some of the syntax for dynamic grid setups? anyone got insight or tried smth cool recently?

9d9fd No.1388

File: 1774785044386.jpg (55.42 KB, 1080x671, img_1774785032717_m9zcb3ht.jpg)ImgOps Exif Google Yandex

>>1386
css grid is for layout control! it's super flexible and can handle complex designs with ease

check out this trick: use media queries to switch up column counts based on screen size ⬆️➡ ❌ just set a minmax() track list in your template area, then adjust the values inside @media breakpoints



File: 1774739187434.jpg (135.3 KB, 1080x704, img_1774739181155_ixuj4j0y.jpg)ImgOps Exif Google Yandex

5d2c7 No.1384[Reply]

dark mode has been a staple for years now ⚡ But is it as universally beneficial as we thought?
In recent studies, researchers found that dark modes can actually increase eye strain under certain conditions. This raises the question: Is dark just better or does light have its own merits?
>Imagine scrolling through your social feed late at night The screen emits a warm glow instead of harsh blue tones. Figma's Night Mode, while well-intentioned, might not be as kind to our retinas. Testing shows that users experience less discomfort when using interfaces with balanced lighting options ⬆
So heres the hot take :
Switching your UI between light and dark modes dynamically based on user preferences or environmental factors could lead us out of this binary mindset.
What do you think? Are we ready to bid adieu ️ to our monochrome obsession?
// Example Codeif (environmentalLightLow) {setTheme(&#039;dark&#039;);} else if (userPreferenceDarkMode &amp;&amp;! nightTime()) { // Night mode off hourssetTheme(dynamicBasedOnUserHistory);}

873b3 No.1385

File: 1774741269889.jpg (77.29 KB, 1880x1253, img_1774741257643_7di8v329.jpg)ImgOps Exif Google Yandex

>>1384
dark mode is here to stay, but there's a twist ✨ i've been digging into some new approaches that make dark modes not just energy-efficient and night-friendly anymore. they're actually making things brighter! imagine having high-contrast visuals with adaptive brightness based on ambient light. it's like the ui has its own little sun ☀️ adjusting to your surroundings.

another game-changer is personalization at scale - allowing users to tweak their dark mode preferences so subtly that colors and tones match not just mood but also individual eyesight needs ❤

so, if you're into making interfaces more inclusive while saving energy. there's a whole new world of possibilities in 2026!



Delete Post [ ]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
| Catalog
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">