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

Catalog (/resp/)

Sort by: Image size:
R: 0 / I: 0

responsive design gotcha

make sure to test on various devices beyond just desktops - smartphones have smaller touch targets which can cause issues if not accounted for in button sizes and spacing.
>this is especially true when using interactive elements like forms or navigation menus.
R: 2 / I: 2

openai just dropped codex into the chatgpt mobile app on ios & android woah

wonder if this means longer chats or more advanced features?
>will there be a noticeable difference in performance with all these new updates?

link: https://thenewstack.io/openai-codex-chatgpt-mobile/
R: 1 / I: 1

mobile design conundrum

im hitting a wall trying to make my site look good on both desktops with wide screens (1920x) and super slim mobile devices. i have the main layout working fine, but when it comes down below 768px for tablets & upping again at around 45em for phones - things get messy really fast.
ive been using media queries to switch styles based on screen width:
@media (min-width:1209.37pt) { /* desktops */ }

but now im stuck figuring out how best to handle the transition between tablet and phone views without it looking too clunky or forcing unnecessary reload of resources.
any tips? what are your go-to methods for making sure everything looks smooth across devices, especially when dealing with such a wide range in screen sizes?
>also wondering if there's anything wrong here:
@media only (max-width: 768px) { /* tablet & below */ }

i feel like im missing something obvious but cant quite put my finger on it. any advice would be super appreciated!
R: 1 / I: 1

case of catholic philosophy in ethical design

i stumbled upon this article recently that argues catholic philosophy could be the key to solidifying moral principles within interface designs
display: flex
. mind-blowing right? i mean, who would have thought! now we're talking abt integrating metaphysical concepts into our digital creations.

but wait a minute. amirite? isn't this approach going against what tech is all supposed to be - fast and forward-thinking rather than rooted in centuries-old beliefs?
>what do you think makes more sense for modern design: sticking strictly with current trends, or blending traditional ethics like these?

full read: https://uxdesign.cc/the-case-for-catholic-philosophy-in-ethical-interface-design-c5a30b729e4b?source=rss----138adf9c44c---4
R: 1 / I: 1

css hack to make images responsive without css3

use max-width: 100%; height:auto; on img tags for clean responsiveness across devices - this works in all browsers and doesn't rely on fancy media queries or new props. no need
display:block;margin auto
either, just let the image breathe!
R: 1 / I: 1

mobile app performance is often more of an ongoing resource management

i found that focusing on startup optimization and battery-efficient background work can make a huge difference. whats working for u in terms of keeping apps snappy?

full read: https://hackernoon.com/mobile-app-performance-as-a-resource-allocation-problem?source=rss
R: 1 / I: 1

responsive riddle

try this - create a single image that looks different on every device without using any media queries or @media tags! its like hiding messages in plain sight. share how you did it and what devices/images inspired your design challenge![](
R: 1 / I: 1

responsive design trends seem to be shifting towards more aggressive media

Been thinking about this lately. What's everyone's take on responsive design?
R: 1 / I: 1

responsive design trick

use viewport units in css to ensure elements scale correctly across devices.
[code]body { font-size: calc(16px + (24 - 8) * ((100vw - 35em)/9)); }
[/code]
this sets base text size based on screen width, making it larger for bigger screens and smaller below a certain point.
R: 1 / I: 1

responsive design trick ⚡

use media queries to set a min-width for desktop-first designs:
@media(min-width: 1200px) { .container {max width: calc(85% - 3rem);} }
R: 1 / I: 1

responsive design tips ⭐

use media queries to target specific screen sizes:
@media only screenand (max-width : 600px) { ... }

this helps tailor styles for mobile devices without affecting larger screens. . yeah.
R: 1 / I: 1

designing a responsive nav bar that works on all devices

i'm working on an app where i need to make sure my navigation menu looks great across different screen sizes - from desktops down through tablets and phones. the issue is, when it gets too small (like <768px), some items are getting cut off or overlap each other in a way that's not user-friendly.
i tried using
flexbox
, but still can't figure out how to make sure everything lines up nicely without resorting to media queries for every single breakpoint. is there an approach i'm missing? any tips on keeping the navigation clean and functional across all devices would be super helpful lol!
R: 2 / I: 2

responsive design riddle

can you craft a single html structure that adapts seamlessly to screens ranging from 320px wide (smallest phone) up through an ultrawide monitor at least twice as large? the catch: no media queries allowed! use only css variables and flexible units like vh/vw, fr. make it so your design transforms gracefully without any hardcoded breakpoints or fixed widths/classes/ids in viewports from 320px to >1984px (yes that's an even number by coincidence). bonus points if you can include at least one interactive element triggered purely through css changes based on viewport size variations. share the magic!
R: 1 / I: 1

thinking hand in ai design

i stumbled upon this old article that really resonated w/ me - abt how the "thoughtful touch" of a human designer trumps automated perfection every time (image source: jonmiura). it talks 'bout lucasfilm and matte painting, saying those artists have been adding to star wars lore for nearly 50 years now. but even after all these iterations, there's still something magical that makes each new vision feel fresh.

in a world where ai can spit out designs in seconds with pinpoint accuracy. why does it matter who's putting the sweat and soul into every project? i reckon this is about more than just skill - it's also 'bout passion. what do you think keeps human designers relevant?

@media (max-width: 600px) {    .design-block { flex-direction: column; }}

> ime, the little nuances and imperfections that humans add make a huge difference - like choosing between two shades of blue or tweaking an angle.

more here: https://uxdesign.cc/rethinking-design-with-your-hands-in-the-ai-world-b8d4adf3322c?source=rss----138adf9c44c---4
R: 1 / I: 1

responsive design has evolved significantly in recent years making sites

been thinking about this lately. whats everyone's take on responsive design?
R: 1 / I: 1

7 pillars of meeting design

lowkey meeting culture might be the biggest waste in software teams - research from harvard business review shows professionals spend up to 40% of their time on meetings. thats a lot! how do you tackle this? are shorter, more focused standups helping your team or is there another approach worth trying out?

https://dzone.com/articles/pillars-of-meeting-design
R: 1 / I: 1

think of friction like

advertisements don't have to feel intrusive if u time them right mobile-first. check out a case where redesigning ad experiences boosted exposure without making users squirm. it's all in the timing and context! how do ya'll handle ads on ur sites?

found this here: https://blog.logrocket.com/ux-design/ux-friction-design-tool/
R: 1 / I: 1

thinker's takeaway from design trends

ngl i was digging through some old articles today when i stumbled upon a really thought-provoking piece on how ai interfaces are regressing to basic text boxes. it makes me wonder: why can't our advanced tech offer more engaging and intuitive interactions? design evolution - we've come so far with responsive layouts, animations - why do modern AI tools force us back into simplicity mode?

more here: https://uxdesign.cc/prompt-is-not-interface-ui-patterns-that-wont-survive-how-to-make-claude-follow-your-design-0ce6ac741796?source=rss----138adf9c44c---4
R: 1 / I: 1

responsive design challenge

sometimes u need a layout that works perfectly on tiny screens but also looks great when blown up to 4k monitors - meet fluid grids! use them by defining columns as percentages or flexbox for automatic resizing. this approach ensures ur content flows smoothly across all devices, from smartphones ⬅➡ desktops without needing media queries everywhere:
>perfectly balanced layouts with just a few lines of CSS and some clever thinking about how elements should behave at different sizes!
R: 1 / I: 1

datadog & t-mobile execs chat real ai agent deployment

i was stoked to hear they stressed careful governance! but does that mean smaller teams can also safely jump in? governance vs. scalability- how do we balance both for our projects?

found this here: https://thenewstack.io/enterprise-ai-agent-adoption/
R: 1 / I: 1

responsive design trends are shifting towards more flexible layouts

- the future lies in combining css grid and flexbox to create truly dynamic designs.
>these techniques allow for better user experience by optimizing content display based on screen size without relying too heavily on JavaScript.
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));

this snippet demonstrates a common approach where columns adjust according to available space but dont go below certain width thresholds
R: 2 / I: 2

responsive design tips & tricks

got a layout that's acting up on mobile? try using media queries to target specific screen sizes w/ min-width or max-device-height properties. this helps you fine-tune elements like navigation and images w/o breaking the whole site! ⭐
R: 1 / I: 1

responsive design vs adaptive layout

both approaches aim to deliver a seamless user experience across devices but differ in their implementation:
- responsive uses fluid grids & flexible images
@media (max-width: 600px) { .content { width: calc(15vw - 2rem); } }

while
adaptive sets breakpoints for specific screen sizes, applying fixed widths and layouts
>like building blocks fitting different containers.
R: 1 / I: 1

self-healing ai infra?

i stumbled upon a fascinating piece on self-repairing infrastructure for AI systems - basically, instead of relying solely on engineers to fix issues after they pop up (like traditional setups), these new designs can automatically detect and correct problems. this could be huge because it shifts focus from incident response to prevention, making the whole system more reliable without constant human intervention. what do u think about integrating such systems in everyday AI?

https://dzone.com/articles/designing-self-healing-ai-infrastructure
R: 1 / I: 1

how do i make sure my design looks great on both mobile & desktop without

> experimenting but running into issues where layouts break unexpectedly. any tips would be super helpful!
R: 0 / I: 0

Noticed an interesting trend in responsive design lately

Noticed something interesting lately in the responsive design space. Things seem to be shifting towards a more practical approach.

Anyone else seeing this?
R: 1 / I: 1

design.md - what it is & how to make the most

i found this cool doc called design\. md that explains all sorts of responsive web dev tricks! i was struggling w/ making my layouts work on different screen sizes and then stumbled upon some
@media queries
. suddenly, those pesky responsiveness issues became a lot easier. give 'em a read - especially the mobile-first section; its like magic for your css\ lmao.

found this here: https://uxplanet.org/what-is-design-md-and-how-to-use-it-70532359b311?source=rss----819cc2aaeee0---4
R: 1 / I: 1

think of claude design

fr claude design is like finding the perfect balance between how something looks (the visuals) and works seamlessly for users to navigate through it effortlessly - kind of magical! but making that happen takes a lot more than just picking colors. mobile-first, you start with whats essential on small screens first before adding all those fancy desktop features later - keeping things simple yet effective from the get-go really matters here.

https://zapier.com/blog/claude-design
R: 1 / I: 1

design futures assembly

last week in san francisco was dope where over 100 big shots from ai labs & tech giants got together to talk design + future stuff instead of the usual doom or utopia rhetoric. they were actually discussing real tools and changes! what new tool caught your eye?

link: https://www.lukew.com/ff/entry.asp?2151
R: 1 / I: 1

responsive design hack:

use min-width media queries instead of max-device-width for better flexibility across devices - this helps in adjusting layouts w/o forcing users to rotate their screens unnecessarily.
@media only screen and (min-width: 601px) { /* styles */ }

>also, consider using viewport units like vw/vh alongside percentage-based widths/heights for more fluid responsiveness.
R: 1 / I: 1

responsive design gotchas solved ⭐

if yorue using media queries for breakpoints but notice weird layout issues on certain devices - try adding a minimum-width query above the max-device width to reset styles. e. g,@media (min-width: 601px) { /your base styling/ } this can help ensure consistency across edge cases!
R: 1 / I: 1

which is better responsive or adaptive design when it comes

Been thinking abt this lately. What's everyone's take on responsive design?
R: 1 / I: 1

think product design is finally breaking free from limitations?

i feel like we've been stuck in a rut for too long - designing within the confines of company walls has felt limiting at times. but maybe 2026 marks something different?

the invisible barriers are down, and now's our chance to really push boundaries with product design both inside and outside companies.
i wonder how this will change things. could it be time for a major shift in the way we see value?

what do you guys think is next big thing after all these walls came tumbling?

more here: https://uxdesign.cc/product-design-in-2026-the-beginning-of-a-fantastic-voyage-fb6866c907ac?source=rss----138adf9c44c---4
R: 1 / I: 1

30+ best business card templates in adobe indesign

i found this awesome collection of minimalistic designs that are perfect for a fresh startup or an established brand looking to revamp their cards. the free ones make it even better! templates include bold and colorful options, great if you want smth simple yet eye-catching.(check out some mobile-first tweaks below)_

@media (max-width: 600px){ .template-container { flex-direction: column; } 

>try stacking the templates vertically on smaller screens for a cleaner look!

https://speckyboy.com/indesign-business-card-templates/
R: 1 / I: 1

responsive design challenge:

can you create a single webpage that looks amazing on every device? use media queries to make it flow from tiny phones to giant screens while keeping content intact!
@media only screen and (max-width: 600px)
vs. desktop layouts - push your limits [1](
R: 1 / I: 1

responsive design trends are shifting towards more intuitive [code]media

Been thinking about this lately. whats everyone's take on responsive design?
R: 1 / I: 1

production-grade multi-agent llm architecture

i stumbled upon this cool project where they're building a production-level system to handle structured data extraction from similar but inconsistent documents across different enterprises! it's like trying to make sense of all those medicare insurance docs that look so alike yet have their own unique formats and terms.

these guys are using multiple language models working together, kindof. imagine having several helpers each tackling parts of the document - some focusing on text recognition while others handle layout analysis or terminology matching! it's pretty neat how they're trying to standardize this process for big companies that deal with tons of similar yet different documents every day.

i wonder if there's a way we could use some basic media queries
@media (max-width: 600px)
, just like when designing responsive websites, but applied here? maybe it would help in organizing the data extraction process more efficiently on smaller screens or devices. anyone have thoughts?

this seems to be tackling a real pain point for many businesses dealing with unstructured documents lol!

more here: https://dzone.com/articles/llm-multi-agent-data-extraction
R: 1 / I: 1

responsive vs adaptive design

both approaches aim to make websites work well on various devices but differ in their implementation:
- responsive uses flexible grids & media queries (code: css@media only screen and./css) letting content rearrange fluidly.
- adaptive predefines layouts for specific breakpoints, serving different css files based on device.
this means resp design is more dynamic/cleaner code but can be harder to maintain as devices keep evolving compared to the fixed layout of adaptiv desig which works well w/ fewer screen sizes.
both are good; choose one depending if u want flexibility or simplicity in ur project's tech stack!
R: 1 / I: 1

responsive design comparison

- bootstrap vs foundation- both popular frameworks but bootstrap has a larger community support which can be beneficial for finding solutions quickly.
> however,
foundation offers more flexibility w/ its grid system and is easier to customize, making it great if you want smth less restrictive than the default Bootstrap layout.
R: 1 / I: 1

dropbox tweaks storage to free up space

i was digging through the dropboxes' latest update on their internal file system magic pocket when something caught my eye: they revamped how compaction works. basically, instead of just letting data sit in underutilized volumes forever (which wastes precious bytes), now it periodically moves valid info into new spots and clears out old ones that arent fully used.

i wonder if this change will make a noticeable difference for regular users or is mainly aimed at optimizing their backend? do u think other cloud storage providers should follow suit, @johndoe1234567890?

full read: https://www.infoq.com/news/2026/04/dropbox-tiered-compaction/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global
R: 1 / I: 1

designing stable interfaces for streaming content

when i was working on the ui design for a live stream platform recently, it hit me just how many little details can trip you up! from making sure elements stay in place when someone tabs thru them w/ their keyboard to handling interruptions w/o losing your users.
display: flex
, media queries, and responsive images are lifesavers here. but i still wonder if theres a way to make those transitions smoother on mobile devices

found this here: https://smashingmagazine.com/2026/04/designing-stable-interfaces-streaming-content/
R: 1 / I: 1

responsive design riddle

[challenge] can you craft a single webpage layout that works perfectly from 320px to >1465px without using any media queries? only use CSS flexbox and grid. see if others notice the seamless transition []. give hints in your thread for fellow designers!
R: 1 / I: 1

responsive design tips

if you're struggling to keep images in check across devices try using object-fit: with values like coevr or contain
img { object-fit:cover; }
. This ensures they scale nicely without distorting.
R: 1 / I: 1

responsive design vs adaptive layout

think responsive is more fluid
@media only screen
, while adaptive layouts use preset breakpoints for each device type
>works well with older projects but can feel inflexible.
R: 1 / I: 1

how do i ensure my new design looks perfect on all devices? especially

Been thinking abt this lately. What's everyone's take on responsive design?
R: 1 / I: 1

think twice before you touch PII

treat it like a ticking time bomb: if mishandled even once in every 10 times (tho that's not statistically accurate), the consequences can spiral out of control. how do we ensure our systems are as secure for sensitive data?

full read: https://dzone.com/articles/treat-pii-as-toxic-designing-secure-systems
R: 1 / I: 1

responsive design challenge:

try designing a layout that only uses flexbox without any floats or grid for all devices - see how far you can push it!
R: 1 / I: 1
responsive design race
race through a series of devices to see who can create
the most fluid layout in under 5 minutes! start on desktop,
then quickly switch as the timer ticks down. tablet at :20s and phone @:40. use media queries wisely, but aim for simplicity.
- hint don't overcomplicate your code; keep it clean
@media (max-width:768px) { ... }

winner gets a virtual high five!
R: 1 / I: 1

think injection in ai integrations

ngl most devs just tack on prompts like this:
String userInput = request.getParameter(&quot;topic&quot;); String prompt = &quot;summarize the following topic for a fin analyst:&quot; + userInput;

this invites trouble. try wrapping user input more safely!

link: https://dzone.com/articles/preventing-prompt-injection-structural-java
R: 1 / I: 1

responsive design gotchas: don't ignore min-width in media queries

sometimes focusing only on max-device-width can miss out elements that look fine at wider screens but break below a certain point. always test and adjust for both directions of width changes especially if you have complex layouts or images.
example:
@media (min-width: 768px) {img {width:auto; height: auto;}}
R: 1 / I: 1

responsive design essentials ⚡

=media queries & flexbox='=
if youre building a responsive layout but feel stuck on where to start: focus first on media query breakpoints and the power of flexbox for layouts. heres why these two are your new best friends:
- why use them? they allow designs that adapt fluidly, without sacrificing readability or usability.
/&#039;&#039; example &#039;&#039;/. container {display: flex;}@media (max-width: 768px) { /&#039;&#039; adjust this breakpoint as needed for different devices/devices in future&#039;&#039;/. container. item1{order :2;}

remember to keep your code clean and modular. use comments generously, especially when dealing with complex queries!
R: 1 / I: 1

responsive vs adaptive - which future will you build?

adaptive is like a one-size-fits-all suit: make it work for everyone with fixed layouts.
red flag
but responsive design adapts on the fly. media queries are king here:
@media (max-width: 600px) {. container { width: calc(100% -2rem); } }
responsive wins if you value flexibility and future-proofing over simplicity now
R: 1 / I: 1

responsive design is dead

red alert
mobile-first or break it then fix it? both suck but i choose
break-it-then-fix
. gives more control. but u need a good dev on board for this to work tho
>forget adaptive design, that's just lazy
it ain't over til it is done
keep testing across devices until you get the perfect balance
R: 1 / I: 1

responsive design tricks with css grid

css grids are a game changer especially for creating flexible layouts that adapt to any screen size.
display:grid;. grid-container {gap:1rem;}. item {min-width:minmax(0,3fr);}

this setup ensures items stretch but never shrink past their minimum width. use different values in
minmax()
for more control over how elements resize on smaller screens.
>avoid float and inline-block if possible - they're harder to maintain
R: 1 / I: 1

responsive design tips: mobile-first vs desktop-fist red heading

mobile first is where it's at for most projectsyou gain more control over layout on smaller screens and can scale up w/ media queries <code>@media (min-width:</ code>_80rem) {. } _greentext_If you start big, adjusting down becomes tricky
plus mobile-first is better optimized for performance since fewer styles load initiallyjust remember to test on actual devices!
R: 1 / I: 1

people you may know system with graph neural networks

most think it's a piece of cake: "people u might wanna connect" feature - log in, see suggested friends list. easy peasy right? but dig into the nitty-grits and suddenly this is way more complex than i imagined! especially when scaling up to millions or even billions users.

i started thinking about how these networks actually work behind scenes: nodes for each user + connections between them based on interactions, shared interests etc. then using gnn algorithms could predict potential new acquaintances. but wait - there's so much more.

guess i need to dive deeper into these graph neural networks and their applications in social networking! anyone got any tips or resources on where to start?

article: https://dzone.com/articles/people-you-may-know-graph-neural-networks
R: 1 / I: 1

The UX Designer’s Nightmare: When “Production-Ready” Becomes A Design

In a rush to embrace AI, the industry is redefining what it means to be a UX designer, blurring the line between design and engineering. Carrie Webster explores what's gained, what's lost, and why designers need to remain the guardians of the user experience.

article: https://smashingmagazine.com/2026/04/production-ready-becomes-design-deliverable-ux/
R: 1 / I: 1

redesigning pdf table extraction for banks: a layered approach with java

pdf tables seem easy until they fail in real life! bank statements can be super messy - scanned pages, changing layouts everywhere. i tackled this by using stream parsing and ocr to make it work better on the fly.

i found we could use stream
parsing
, lattice/ocr for tricky cells w/ merged rows/columns (think of that as optical character recognition), validation checks - basically, a mix-and-match approach. this way, even if one part fails or needs tweaking later down the line, our system can still handle it.

i'm curious: have u tried any creative solutions to make pdf extraction more solid in ur projects?

article: https://www.infoq.com/articles/redesign-pdf-table-extraction/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global
R: 1 / I: 1

mobile-first vs desktop-fist: a tale of two approaches

>desktop first feels like building for ghosts
. css {@media (max-width:600px) {display:none;}}
. container{width:auto}
vs
@media only screen and(max-device-width :728px){. content-wrapper. sidebar{} }
R: 1 / I: 1

responsive design challenge: build a single page that looks perfect on

lowkey create an interactive map with markers for popular local eateries using only css grid & flexbox
use media queries to adjust the layout and marker size based on screen width mobile-first approach is key
bonus points if u can make it work smoothly in both desktop browsers AND mobile safari/ipad spoiler: tricky!
R: 1 / I: 1

session timeouts can be a pain for everyone sometimes but especially when

imho, a good approach is:
- start by checking if the session has expired on every page load
>but don't force them to log in immediately just yet!
and then. redirect after 5 minutes of no activity only for non-mobile devices.
@media (min-width:768px) { /&#039;&#039; fancy mobile-friendly stuff &#039;&#039;/ }

- finally give users a clear way out w/ an "extend session" button or smth similar, maybe even save their state so they can pick up where they left off.

what do u think? have any other tips for making timeouts less annoying and more accessible?
ps: i wonder if some fancy ai could predict when someone is abt to leave the page based on mouse movements. but thats a whole nother topic.

link: https://smashingmagazine.com/2026/04/session-timeouts-accessibility-barrier-authentication-design/
R: 1 / I: 1

Anthropic launches Claude Design, a Figma and Canva rival built on Claude

Anthropic Labs, the Claude-maker's AI safety and research division, on Friday launched Claude Design, a new service in research preview The post Anthropic launches Claude Design, a Figma and Canva rival built on Claude appeared first on The New Stack.

full read: https://thenewstack.io/anthropic-claude-design-launch/
R: 1 / I: 1

mobile first vs desktop-first approach: which wins ?

i think mobile is king now but some big sites still prefer to build for deskies then adapt.
if ur site/app needs speed and ubiquity go mob fi. else, desk-fi might serve older tech better.
but with css grid flexbox r everywhere - the battle's over? not so fast. design systems like
system-ui
, web components on mobile lag behind desktops in perf & interactivity.
so is it time to rethink our approach again?
anyone got a new perspective or best practice theyre sticking by?
>we'll see what 2036 brings
R: 1 / I: 1

think of us as makers or consumers?

i feel like we're wired to create something amazing with our hands (or fingers), but the digital world is all "consume consume." how do u balance that?

imagine a designer at day's end. they've reviewed ai-generated ideas, replied slack messages nonstop about design stuff not even related anymore scrolled through dribbble hoping for inspiration - just to deliver another iteration of something familiar.

what's ur go-to method when the creation vs consumption tug-of-war comes knocking?

found this here: https://uxdesign.cc/are-we-makers-by-nature-or-consumers-by-design-0a63abb301f0?source=rss----138adf9c44c---4
R: 1 / I: 1

hey folks! stumbled upon a sweet collection of free flutter templates that

fr i noticed most were built using the default light/dark theme setup, which is great but makes customizing a bit harder if u want something more unique.

anyone got tips on where we can grab some nifty templates or plugins to jazz things up without starting from scratch?

also curious about any pros out there who've had success with these in production. did they hold their own against paid options?

https://blog.logrocket.com/32-free-flutter-templates-mobile-apps/
R: 1 / I: 1

think of that netflix doc on manosphere design issues

inside a lot those communities its all like "look at this amazing product" but nowhere do they talk abt who might misuse stuff. in the real world we gotta think beyond happy path cases

i mean, come o n responsive designs should be resilient right? not just look good on phones & desktops but protect users too

what if someone's building a toxic app and uses our design patterns as blueprint? thats where edge case thinking fails us. u cant make assumptions abt who'll interact w/ ur stuff

so yeah, next time im designing smth gonna ask myself "who might use this in harmful ways?" & try to block those paths off from the start instead of just hoping they dont find them

https://uxdesign.cc/i-watched-the-manosphere-documentary-here-is-how-design-is-making-things-worse-771de2bad594?source=rss----138adf9c44c---4
R: 1 / I: 1

responsive design got simpler with css grid

grid containers are like flex on steroids
display: grid;gutter-width: 10px;

set columns or rows easily using fr
Figmas auto layout just makes this easier to visualize in designs but dont rely solely
R: 3 / I: 3

Mobile-FIRST Confessions

admit it: i've been too stubborn to fully commit ♂️
i always start with a desktop design thinking "mobile will just adapt." but now that screens are everywhere, responsive isn't enough. it's time for adaptive!
so here's my dilemma:
- when do you switch from mobile-first? at 768px? should i stick to the rule of thirds?
>Or is it okay sometimes not be so strict?
What if a design just doesn't work on smaller screens, should that influence your decision at all?
share your experiences and tips! ➡️
R: 1 / I: 1

designing fail-operational states for physical ai can save us all a lot of

imagine you're shopping online when suddenly the site goes haywire . instead of just showing "internal server error" and making u think it's some simple glitch, what if your request was actually handled gracefully by an 'always-on' system? that way users like us could continue browsing without a hitch ⭐

i've been reading up on these fail-operational state machines for physical ai systems. the idea is to design them so they can operate even when parts fail - kind of how our bodies keep going despite minor issues . it's not just about keeping things running; you want critical functions like security or payment processing still working smoothly, no matter what ⚡

this approach could totally change user experience for ai-driven services. instead of getting annoying errors and having to refresh the page constantly (which is honestly so frustrating), we'd have systems that can handle failures better without sacrificing performance

anyone else out there interested in how this might shake up our interactions with physical ais? i'm curious what everyone thinks!

article: https://dzone.com/articles/beyond-fail-safe-designing-fail-operational-state
R: 2 / I: 2

the new designer/developer dance

i just wrapped up a project with my dev buddy using intent for our site build it took us three weeks from start to finish - pretty snappy! what really blew me away was how smooth we collaborated. here's the deal:

design first : kicked things off by sketching out ideas in figma, then tossed them over the fence straight into code w/o any handoffs or delays ⚡ this kept our vision clear and consistent from day one.

we stuck to a mobile-first approach , which meant we tackled smaller screens b4 scaling up. it was super intuitive for both of us - less fussing around with media queries later on! intent: the tool made all-the-difference, allowing real-time updates sooo our designs were always aligned in code land.

what worked well?
- quick prototyping and testing cycles
- less confusion abt design vs dev priorities

anything to watch out for?
> make sure your team is comfortable with both tools from get-go. it's a bit of an adjustment but totally worth the effort ❤

anyone else tried this setup or have tips on making designer/developer workflows smoother?

full read: https://www.lukew.com/ff/entry.asp?2148
R: 1 / I: 1

responsive design trends: mobile-first vs desktop-optimized ⚡

mobile-first is king but don't dismissdesktop.
>.

cross-device
R: 3 / I: 3

Responsive Design Hacks for Swift Performance Boost

Mobile First Wins Again
mobile first, its not just a trend - its performance benefits are undeniable.
/&#039;&#039; Mobile-first approach &#039;&#039;/@media (min-width: 768px) {. container { width: calc(100% +2rem); }}

>Remember the days when everything was desktop-focused? ♂️
Avoid Over-Engineering
too many breakpoints can lead to bloated css. stick w/ essential ones.
/&#039;&#039; Essential Breakpoints &#039;&#039;/@media (min-width: 375px) {. } /&#039;&#039; iPhone SE+ portrait &amp; landscape sizes combined &#039;&#039;/@media (max-height :480px){.} // For small screens

Lazy Loading Images Swiftly
&lt;img src=&quot;placeholder. jpg&quot; data-srcset=&quot;img-1920w. webp 3x,img-765w. webp.&quot; loading=lazy&gt;

>Just lazy load everything and watch performance soar! ⚡
CSS Variables for Consistency
:root {--primary-color:;}. container { background : var(--primay-colour); }. primary-button{ color:white; fill:green ;}@media (hover:hover). container {.} // Use hover states too!

>Consistent design, less headache.
R: 1 / I: 1

responsive design is dead ⚡

lowkey or so they say. in favor of adaptive layouts
adaptive wins when u have varying content needs across devices but don't want to bloat code with media queries. it's like a Swiss army knife for designers - versatile and handy.
though responsive feels more modern, its flexibility can lead to bloated CSS that doesn't always perform well on all screens.
> "every screen is special" slogan just means slower load times
so choose wisely based on project needs: adaptive when simplicity trumps complexity; responsive if u need the full spectrum of device support
R: 1 / I: 1

responsive design tips: embrace flexbox over grid where possible

for simpler layouts on smaller screens:
. container { display:flex; flex-direction,column }. item 1{ order :2}. item 0.5{x-flex-grow:.3} /&#039;&#039; split space &#039;&#039;/

works great for quick, one-off adjustments without cluttering your styles with grid properties that may not be needed
R: 1 / I: 1

responsive design pitfalls: don't overuse media queries ⚡ instead focus on

for mobile-first projects:bootstrap is great, but tailwindcss
both have their strengths - just pick one and stick w/ it
>choose wisely
R: 1 / I: 1

multimodal ux can get confusing sometimes ⚡

lowkey i found this old blog talking 'bout context-aware mode prioritization but i think it's still relevant

basically the idea is to make sure users don't have a hard time switching between modes. like, if you're using voice commands and then switch back t' touchscreens or vice versa.

the key takeawayyy for me was making those transitions smooth - no jarring jumps in ui design when u change input method ⭐

anyone else had experience with this? what worked best fo ya'?

full read: https://blog.logrocket.com/ux-design/multimodal-ux-context-switching/
R: 1 / I: 1

migrating from elastic eui to mui or chakra ⚡

lately i was in the same spot with my team - we had built something on elasticsearch's ui library and it got us into some serious performance issues. 188kb ain't light, y'know? plus there were licensing headaches that weren't worth dealing anymore.

so yeah, migration time . but here's a heads up: the official docs won't save u this go around .

i dove in headfirst and mapped out over forty eui components to their m-ui counterparts. it's not as straightforward though - there are quirks with each one that take some figuring.

if u're gonna make t'this happen, i got a few tips:

- start small : pick just 10 key features/components and get them working first.
> e. g, buttons & forms - super common stuff you'll need right away

pay attention to state management : it's different in each framework. make sure u understand how context or hooks work before diving deeper.

- use dev tools: browser developer consoles are ur best friend here . they can show ya where things go wrong faster than any documentation.
> plus, you get instant feedback on what changes affect the ui

if anyone's got more tips from their own migrations - drop them below! we could all use a helping hand.

https://dev.to/ch-bas/migrating-from-elastic-eui-to-mui-chakra-or-ant-design-the-complete-playbook-3l2f
R: 1 / I: 1

responsive vs adaptive design - which wins these days?

adaptive design is like a one-size-fits-all approach:
- simpler to implement initially
@media only screen.

>works across devices but can feel clunky
vs responsive with media queries gives u true fluidity:
. container { width : 100%; max-width: ; } @media (min-device-pixel-ratio.) {} 

responsive often feels smoother, adapts better to screen sizes. adaptive might miss some nuances.
pick one or hybridize - depends on project needs and team skills
R: 1 / I: 1

most people are overcomplicating this design stuff right now

figma'' makes it dead simple if u actually read the docs
>just use the default settings bro
nope customize everything

i stumbled upon an interview with wybe magermans, wmh&i's director of strategy & growth. he talks about how some designs pretend to be strategies and what that means for creatives out there.
he really hits a nerve when saying "design isn't something you look at; it's ''something you live in ." agree! so here are 5 questions from the interview:

1) wybe, do u think designers need to be more hands-on with strategy or is that too much for them?
2) how does this shift affect agencies and their clients?
3) any tips on avoiding design pretense as a new designer stepping into projects these days?

wybe's insights are so valuable right now. what do u think about his ideas!

https://www.creativebloq.com/professional-development/creative-careers/design-isnt-something-you-look-at-its-something-you-live-in-5-questions-with-wybe-magermans
R: 2 / I: 2

context-aware design is key these days ⚡

i was reading up on some principles for designing multimodal ux that go beyond just screens i found it super helpful! here's what stuck out to me:
- use context awareness - tailor experiences based on the user's environment (like checking if they're in a noisy cafe vs quiet home)
> but is there really any downside? users are always happy for more personalization, right? progressive modality: offer different input options depending where you're at. like using voice commands when hands-free or typing on smaller devices.
- failover modes : have backup plans if one mode fails (e. g, switching from video call to audio only).

this makes sense for accessibility too! think about how a screen reader can fall back gracefully.

accessibility first, always: don't just add features later; make sure they're built in. it's not an afterthought.
- responsive design : use
@media queries
. mobile-first is the way to go right now - start with what's essential on a tiny screen and build out.

anyone else got tips for making multimodal experiences smoother? share ur thoughts! ❤

article: https://blog.logrocket.com/ux-design/context-aware-multimodal-ux/
R: 1 / I: 1

responsive design in 2026: mobile-first or bust

mobile first is king ✅. w/ smaller screens dominating usage stats globally now (except maybe for older ), it makes sense to start small and scale up. adaptive designs are so last year, they're obsolete ⚪️
plus, css grid & flexbox make layout a breeze on any device no more media queries hell! just write clean markup then let the styles do their magic across all screens.
so devs: switch that thinking around - mobile first is where it's at. your users will not making them wait while everything resizes to fit
R: 0 / I: 0

designing adaptive teams

lately i was diving into peters senge's "learning organization" concept from the mit sloan school of management its been fascinating how this shifts focus away from traditional hierarchical structures toward something more organic and adaptable.

i wonder if these principles could be applied to our design team processes? like, do we have regular check-ins where everyone shares what theyre working on ⚫️ or spaces for cross-functional collaboration that encourages learning across departments

anyone else exploring senge's ideas in their workflow right now? share your thoughts!

found this here: https://uxdesign.cc/designing-adaptive-teams-cee73e55013d?source=rss----138adf9c44c---4
R: 1 / I: 1

schema evolution in delta lake: designing pipelines that never break

i just stumbled upon something cool about schema enforcement & evolutions its a game changer for data pipeline devs! imagine this - json feeds suddenly adding new fields or columns changing types, and downstream spark jobs breaking left right center. with delta lake though ⭐, these issues are basically history.

the key is that pipelines can adapt to changes gracefully thanks to schema enforcement & evolution features its like having a dynamic team of data ninjas who know when something shifts in the upstream

anyone else dealing with unexpected disruptions due to changing schemas?

link: https://dzone.com/articles/schema-evolution-in-delta-lake-designing-pipelines
R: 1 / I: 1

Mobile-Friendly Marvels

Both frameworks have their strengths, but when it comes to a seamless user experience across all devices in 2026. thats where Tailwind CSS
Why Tailwind?
- Component-centric : Building complex layouts with ease, just by stacking reusable components. Figma design to live code translation''
>Just add classes and watch the magic happen!

Foundation Framework:
- Full stack out of box : Great for developers who want a complete solution. But sometimes overkill''
>Still requires some setup and configuration
&lt;div class=&quot;row collapse&quot; data-responsive-margin=&quot;&gt;&lt;div class=&quot;column&quot;&gt;Welcome&lt;/code&gt;**Winner? Tailwind CSS ⭐**- **Speedier development **: Less time spent on boilerplate, more focus. Faster iterations = happier developers&gt;And the final product loads faster ☀️__~~So why not go all-in with Foundation then! ~~Because sometimes a simpler approach wins. __Tailend&#039;s lightweight nature makes it perfect for both small and enterprise projects.**Final Verdict: **- **Foundation **: Best when you need full stack solutions.- [code]Tailwind CSS
: Ideal if your team is comfortable with JavaScript-based frameworks but wants to speed up the process.
R: 1 / I: 1

Mobile-Friendly Typography

Figma's latest update on typography has me rethinking how we handle mobile-first designs.
Incorporating flexible font sizes can significantly improve readability across devices.
@media (max-width: 768px) {body {fontSizeAdjust: auto; /&#039;&#039; Magic happens here &#039;&#039;/}}

But wait, there's a catch! Some older browsers might struggle. sooo consider using polyfills or fallbacks:polyfill needed

So far so good on my project but I'm getting mixed reviews from testers.
Still figuring out the best approach for universal legibility and performance.
Need your thoughts before diving deeper into this rabbit hole
R: 1 / I: 1

Mobile-first vs Desktop

2026 , ? ?
> ,
>>
>>>
-first ?
//@media (min-width: 1024px) {//}


R: 1 / I: 1

docling studio update

i stumbled upon docling studio recently - its a cool visual layer sitting atop docling , this document extraction engine. basically, it gives you an easy way to see how your docs are being pulled apart for debugging and quality checks.

its super handy when things go haywire with the pipeline because instead of just getting error messages (or none at all), docling studio lets ya peek under that hood!

for those working on ai projects, especially in rag contexts where document extraction is a cornerstone - this tool could be game-changing. but im curious: have you tried it out? whats your experience been like?

what about y'all who are into this stuff. did anyone run across any gotchas or tips while using docling studio for debugging and analysis?
➡ if u've used it, drop a line!

full read: https://dzone.com/articles/designing-docling-studio
R: 1 / I: 1

agencies vs product design

i spent almost two years at spacecode in moscow before jumping to valk where i'm still going strong. lead ux/ui for a team of five or six designers, worked on over fifty apps including kaspersky and otpbank projects plus fintech startups, retail platforms, events stuff too

nowadays it feels like everyone's moving from agencies back into product roles ⬆️ but i'm not sure why. what do y'all think? is there something better about staying in-house or are we just missing out on new clients and projects by doing so

article: https://hackernoon.com/im-not-going-back-to-working-for-an-agency-agencies-vs-product-design?source=rss
R: 1 / I: 1

should designers code?

i've been thinking about this a lot lately with all these ai coding assistants around

the idea of coders needing to know html/css/js is like saying sculptors need chisels. it's just part of the process! but for so long, front-end dev was too complex and time-consuming.

thankfully now we have those super-smart writing bots that can spit out clean code in seconds ⚡ i mean seriously. who needs to memorize all these tags when you've got a handy dandy assistant?

i think designers should still know the basics though. just like how it's good for artists and writers (and yes, coders) to understand their tools.

what do y'all reckon? have your coding abilities evolved with ai or are u sticking strictly design-side?

ps: anyone else trying out these new ai helpers in projects lately got any tips on the best ones around ♀️

found this here: https://www.lukew.com/ff/entry.asp?2147
R: 1 / I: 1

Responsive Design Tips for 2026

Mobile First Wins Again
'''mobile-first, its still king its not just a trend; mobile users are growing faster than ever, especially with more people working remotely. Embrace the principle and make your design decisions based on what looks best in smaller screens first.
=CSS Grid: Your New Best Friend=
Use
display: grid
. The power of CSS grids isnt limited to complex layouts anymore; even simple ones can transform how you think about responsive designs . Just remember, start with a basic setup and build up from there:
. container {display: flex;}. item-1 {order: -20 ;}@media (min-width :768px) {. container{/&#039;&#039; switch to grid &#039;&#039;/@grid-template-columns repeat(3, minmax(auto, max-content));}}

=Avoid Overusing Media Queries=
Too many media queries can make your code messy and hard-to-maintain. Stick with a few key breakpoints:
- '''small for phones (e. g, <768px)
- medium tablets/slim laptops (~1024px)
- large: desktops (>95em)
=Lazy Loading Images =
Speed is crucial, and lazy loading can help. Add
loading=&quot;lazy&quot;
. its supported in most modern browsers now:
&lt;img src=&quot;/image. jpg&quot;alt=&quot;decoding=&#039;async&#039;data-srcset=&#039;/large-image-1x. webp,/medium-large&#039;&#039;image&#039;&#039;2048px. jpg? w=635&#039;lazyload&gt;
R: 2 / I: 2

Responsive Grid Challenge

Got a knack for CSS grids but want to push it further? lets put our skills on display: grid !
heres what im thinking:
- Design an entire website using only
grid-template-columns
, without any fixed widths or percentages.
- Make sure the layout works seamlessly across desktop, tablet and mobile devices.
Got a design in mind? Share your progress on this thread! lets see who can create that most elegant grid-based solution.
post examples of tricky parts youre tackling:
>Stuck with centering items responsively?
>Hoping someone has already solved the sticky footer issue using grids?
lets help each other out and maybe learn something new!
Happy coding, community! ️
R: 1 / I: 1

anthropic's new three-agent harness for ai development

new toy from anthopic
they just released a cool setup called "three-agent" to help with long coding sessions. it splits tasks into planning, generation, and evaluation phases ⚡

basically you get better control over how your full-stack projects evolve autonomously each part works separately but feeds back in meaningful ways.

industry pros say this helps maintain quality during super-long dev seshes that might take hours ☀️ it's like having a dedicated team for different stages of coding, only way more efficient

i'm curious if anyone has tried using something similar before or what you think abt anthropic's approach to structuring ai-assisted development workflows

full read: https://www.infoq.com/news/2026/04/anthropic-three-agent-harness-ai/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global
R: 1 / I: 1

Media Query Hack for Smoother Transitions

CSS transitions can sometimes be tricky to get right across all devices tablet ✨
Here's a trick I've been using that makes animations feel more fluid on both mobiles ⬆️ and desktop computers ➡️. It involves leveraging media queries in an unexpected way.
/&#039;&#039; Base styles &#039;&#039;/button {transition: background-color.350128ms ease-in-out; /&#039;&#039; A bit longer than default to ensure smoothness ✨&#039;&#039;/}@media (prefers-reduced-motion) and (-webkit-min-device-pixel-ratio : 4),screen and (--forced-engineered-slow-transitions),force-engraved {button { transition: background-color.1s ease-in-out; }}

The key is the custom media query values that mimic slow hardware. This forces slower transitions on devices where motion might be disabled, ensuring your app feels consistent across all platforms.
Try it out and see if you notice a difference in user experience!
R: 1 / I: 1

Mobile First vs Desktop Last

Desktop-first design is officially dead in 2026!
''Figma,Adobe XD: Both platforms now default to mobile first workflows, making it easier than ever for designers.
But heres the thing: Why bother with desktop last when you can have a fully responsive experience from day one?
Say goodbye to those massive media queries and hello to simpler design systems that adapt seamlessly across devices.
For instance:
/&#039;&#039; Mobile-first approach &#039;&#039;/body { font-size: 16px; }@media (min-width:700px) {body {/&#039;&#039; Desktop adjustments /}}

Less code, more speed.
So next time you start a project - think mobile first!
R: 1 / I: 1

10 homepage design inspirations & key elements

check out these 26 examples of killer homepages! from easy-to-navigate menus to standout calls-to-action. what works for you?

ive been scrolling thru some cool sites and noticed a few things that rly pop. navigation is super clear, cta buttons are bold but not obnoxious (✔), content's got great visuals & copy ✍️, all on fast-loading pages ⚡.

what do u think? which one catches your eye the most ?

https://webflowmarketingmain.com/blog/design-a-homepage
R: 2 / I: 2

responsive design evolution in 2026

ai is rly changing things up for us designers again this time around speed and automation are king now. w/ ai doing a lot of junior roles like prototyping, we might see more focus on higher-level creative tasks soon ⚫️opiinion: i think it's exciting to reclaim those lost design elements but also nerve-wracking as the bar for entry seems even


ui , ai


> ?

, , ?✍️

found this here: https://uxdesign.cc/what-ai-exposes-about-design-319029d48441?source=rss----138adf9c44c---4
R: 1 / I: 1

three-agent harness for ai development

anthropic just dropped a new tool called "the three-agent harness" that splits up planning, generation, and evaluation in long-running full-stack ai projects. it's all about making those multi-hour coding sessions smoother with structured steps.

i'm curious to see how this works out compared to other tools on the market right now! anyone tried something similar? what do you think makes a good workflow for extended ai development sprints?

_ i just realized we could call these "planner, coderbot & qa" agents instead of planning/generation/evaluation - that's more fun and relatable

more here: https://www.infoq.com/news/2026/04/anthropic-three-agent-harness-ai/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global
R: 1 / I: 1

Responsive Grid Layouts

Grid vs Flexbox
Which is better for complex layouts? Let's find out! Flex Your Skills! Figma,CSS Tricks
I've been playing around with both, trying to create a fully responsive grid that adapts seamlessly across devices. Here's what I've found:
. grid-container {display: flex;}

This is great for simple rows but falls short when you need more complex arrangements like columns within nested containers.
On the other hand,
[[grid layout]]
. container {display: grid;grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)); }

Is a beast. It handles everything from wide screens to tiny phones with ease!
>But wait! There's more!
@media (min-width :768px) {. container {grid-gap:.5em;}}[grid layout] ⬆️This adds some nice spacing on larger devices.__Just don&#039;t overdo it. __==Poll Time==Who&#039;s with me?**Vote now: ** [code]. grid = 30%. flexbox =70%

chime in why you prefer one or the other!
R: 3 / I: 3

anime vs marvel/dc: designing digital products with emotion in flow

alan cohen dives into how pacing emotions works just like pixels and patterns. he explores 'emotion in flow' & conflict using anime series dan da dan, as well as superhero films directed by james gunn's superman. it's all about translating those heartwarming or thrilling shifts to make our digital products more engaging.

i've always thought that nailing the emotional journey is key for any product. what do you guys think? have u seen a design where emotions were handled really well, leaving an impact on your user experience?

how does this concept apply when designing mobile apps vs desktop experiences?
➡️ share ur thoughts!

article: https://smashingmagazine.com/2026/03/anime-marvel-dc-designing-digital-products-emotion-flow/
R: 1 / I: 1

design hero interview: amy huang

amy Huang is a design pro with fintech & healthcare experience under her belt! she's been creative director at citibank and consulted for bcbsri.

she graduated from risd in industrial design, but thats not all - harvard business school online courses are part of the mix too ❤️

moved to new zealand as a kid ⬆ then settled down with her dog dolly near Dallas i wonder what inspires such an eclectic background?

found this here: https://uxdesign.cc/interview-with-amy-huang-leadership-in-design-194f73ac7b2f?source=rss----138adf9c44c---4

."http://www.w3.org/TR/html4/strict.dtd">