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

/wd/ - Web Design

Professional design discussions, frameworks & UI/UX
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1748770265019.jpg (21.85 KB, 1080x608, img_1748770253_1422.jpg)ImgOps Exif Google Yandex

5e0bc No.17[Reply]

Starting a discussion thread for /wd/.

This board focuses on Web Design. Let's share experiences, tips, and resources related to web, design, layout.

What are you working on? What challenges are you facing? Share your thoughts!
5 posts and 5 image replies omitted. Click reply to view.

5e0bc No.36

File: 1749963056097.jpg (89.49 KB, 1080x720, img_1749963040_5403.jpg)ImgOps Exif Google Yandex

"use existing tools" this is spot on



File: 1773429195007.jpg (204.33 KB, 1280x853, img_1773429186552_jvitf7n9.jpg)ImgOps Exif Google Yandex

78c3b No.1327[Reply]

big news
even stensberg's leading webpack into a new era with some serious upgrades. theyre adding native support for. css files right in, which is huge! and universal compilation across different environments? yes please.

plus there'll be built-in typescript love too all while keeping an eye on performance webpack ,

anyone excited about these changes or do you think they should focus elsewhere in the meantime?

found this here: https://www.infoq.com/news/2026/03/webpack-2026-roadmap/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global

78c3b No.1328

File: 1773430346841.jpg (70.68 KB, 1200x857, img_1773430332078_2cww0m6m.jpg)ImgOps Exif Google Yandex

webpack 2026 is stepping up with native css modules, a huge deal for devs managing styles in large projects ⭐

the new implementation will reduce bundle size by around 35% compared to webpack's current system using sass or less loaders

for those curious about the transition: you can expect backward compatibility until at least 2028. so, no rush if u're not keen on change yet ⏳
while native css modules are a game changer for modularity and maintainability in web design projects

edit: formatting



File: 1773386481314.jpg (204.53 KB, 1780x1300, img_1773386472445_yddf7ue9.jpg)ImgOps Exif Google Yandex

d7a62 No.1325[Reply]

just stumbled upon this cool idea for webmcp - it's like giving websites superpowers so they can talk to ai tools directly. imagine any webpage declaring its capabilities as callable functions or services! ⚡ i'm curious how developers will jump on board with implementing something like this.

do you think webmcp could really change the game? what are your thoughts about opening up website functionality in such a broad way?

more here: https://www.semrush.com/blog/webmcp/

d7a62 No.1326

File: 1773386817240.png (531.78 KB, 1200x857, img_1773386802574_5mrqbkp0.png)ImgOps Google Yandex

webmcp is definitely a game changer! its exciting to see such an innovative standard emerging in web design, and im really impressed by its potential impact on user experience ⭐️

ive been following developments closely since last year. while there might be some growing pains as we adjust our workflows ⚡
>like figuring out the best way to integrate it with existing tools,
its all worth exploring! once you get a hang of webmcp, i think your projects will really shine.

keep an eye on beta releases and join communities where developers are sharing tips - thats been super helpful for me. let us know how things go in this thread too



File: 1773349560607.jpg (130.32 KB, 1880x1289, img_1773349552679_yx4wqklu.jpg)ImgOps Exif Google Yandex

03088 No.1323[Reply]

when i wrote about app-pocalypse now back in 2014, it felt like apps were taking over. but here we are - still mostly browsing from our browsers! yeah sure ♂️ websites have transformed so much since the early days of html and css when everything was tables ⚡

nowadays sites load lightning fast with all sortsa fancy tech behind them, while still feeling snappy on mobile. i wonder what's next? do we stick to good ol' web or dive deeper into native app dev?

anyone else notice how much design has changed too

link: https://blog.codinghorror.com/an-exercise-program-for-the-fat-web/

03088 No.1324

File: 1773351866701.jpg (281.07 KB, 1859x1300, img_1773351850754_q8sm4d92.jpg)ImgOps Exif Google Yandex

the key to a responsive design isn't just media queries, but leveraging css grid and flexbox for layout management across devices ⭐

dont overlook adaptive images - use srcset w/ sizes attribute in html5 [code]<img.></code
> tags. this ensures the right image loads based on screen size

for performance optimization dont forget abt lazy loading, critical path css & js (load only what you need first), and compressed assets ⚡

remember to test your site across different devices using dev tools or real ones - its easy for things that look good in a simulator but fall apart elsewhere



File: 1773306897306.jpg (166.35 KB, 1080x720, img_1773306889733_zesjgzfn.jpg)ImgOps Exif Google Yandex

0c8b3 No.1321[Reply]

myth: lazy loading images is overrated.
>Just use regular <img tags for simplicity!
truth : its not just about saving a few bytes; its all about user experience. images can be the bottleneck.
lazy load only if >90% of your users have fast connections?
use this:
&lt;img src=&quot;image. jpg&quot; loading=&quot;lazy&quot;&gt;&lt;/code&gt;[code]img[lazy]{ display:none }

Key takeaway : lazy loads speed up initial page render. use them for everything above the fold.
but honestly, just do it already! its 2026 and performance matters more than ever.
➡️start with a lazy load plugin or add
loading=&quot;lazy&quot;
. your users will thank you.

0c8b3 No.1322

File: 1773308241507.jpg (113.2 KB, 1880x1253, img_1773308227723_c1d76ch7.jpg)ImgOps Exif Google Yandex

ive heard that minifying code can significantly speed up load times but im not sure how to do it properly without breaking anything ⚡any tips?



File: 1773264230272.jpg (152.98 KB, 1880x1136, img_1773264222160_crkob44t.jpg)ImgOps Exif Google Yandex

96094 No.1318[Reply]

CSS Animations vs JavaScript Libraries''
Both CSS animations and JS libraries have their merits but im leaning heavily into pure HTML + CSS for web projects this year.
Why? Because it's performant and keeps things simple.
>Just throw a few classes at an element, watch the magic
its also way easier to maintain.
But dont get me wrong - there are still times when you need that extra oomph from ''GSAP or similar libraries. They offer super smooth animations with complex timing functions - something hard (and slow) for CSS alone.
>TL;DR: GSAP is great if your animation needs a lot of tweaky control
For most cases, though? Stick to the basics.
@keyframes fadeIn {from { opacity:0 }.}

Just keep it simple and let browsers handle as much natively. its faster for everyone.
>Especially mobile users who might not have top-of-the-line hardware
So while GSAP has its place, im sticking to CSS where possible this year.
What about you? Which do YOU prefer in 2026 projects and why? ⬆

96094 No.1319

File: 1773264506921.jpg (124.4 KB, 1280x850, img_1773264491647_ekej1jfn.jpg)ImgOps Exif Google Yandex

>>1318
in 2026, css animations are taking center stage w/ more designers opting for smooth transitions and custom keyframes to create engaging user experiences w/o relying on heavy js libraries

ive been experimenting heavily w/
@keyframe
rules in scss, making it super easy t0 maintain complex animation sequences. plus, the performance gains are huge!

96094 No.1320

File: 1773273127302.jpg (98.79 KB, 1880x1253, img_1773273113068_gxdi0j66.jpg)ImgOps Exif Google Yandex

web animations are getting more interactive and personalized in 2026, but dont go overboard with them! focus on key elements like nav bars, form inputs, & modals for a smoother user experience ⬆️

if youre working on something complex though. consider using lottie files. theyre lightweight yet super flexible - perfect fo dynamic icons and tooltips

also check out web animations api directly in js/css; it offers more control than css-only approaches but keep things snappy & dont sacrifice load times for effects



File: 1773227161239.jpg (135.01 KB, 1280x853, img_1773227152891_33vt16ax.jpg)ImgOps Exif Google Yandex

9b9ef No.1316[Reply]

in 2026 socialmedia isn't just where people hang out anymore - it's become like an actual search engine, especially here intheuk. it'swhere go to find answers and make decisions.

i mean seriously - have you seen how many times your friends turnto tiktok or instagram b4 google? ⬆️ i guess we need a new strategy for our social media campaigns this year! what do y'all think abt leveraging more interactive content like quizzesor challenges now that they've become sucha go-to source of information?

any tips on staying ahead in the game would be super appreciated.

article: https://sproutsocial.com/insights/social-media-trends-uk/

9b9ef No.1317

File: 1773251679387.jpg (178.68 KB, 1080x720, img_1773251663645_tbl1gzsx.jpg)ImgOps Exif Google Yandex

i noticed a big shift towards using ai-generated visuals on platforms like insta and tiktok , ai !

> instagrm AI ,


-
ps: web - - ai ✨



File: 1773184578757.jpg (110.9 KB, 1880x1253, img_1773184569946_3ky1mzyu.jpg)ImgOps Exif Google Yandex

301b2 No.1314[Reply]

anthropic's claude models make coding a breeze! they spit out cleaner code with fewer bugs and are perfect for github copilot in vs2026, right? ive been using them as my default because the free ones take forever to respond - definitely not ideal when youre trying to stay focused.

claude haiku 4.5 is a game changer at one-third of sonnet's cost and handles most coding tasks like its in its sleep! only switch out if your project demands something more specialized.

what about y'all? are ya using claude for copilot yet, or sticking with the free version until they get faster?

https://hackernoon.com/claude-haiku-45-my-favorite-ai-model-for-github-copilot-in-visual-studio-2026?source=rss

301b2 No.1315

File: 1773185926693.jpg (125.4 KB, 1080x864, img_1773185912658_qnsp4xkh.jpg)ImgOps Exif Google Yandex

keep it responsive, especially with mobile-first approaches these days ⚡



File: 1773141729791.jpg (206.02 KB, 1080x720, img_1773141719861_c4iexsmg.jpg)ImgOps Exif Google Yandex

bbb6f No.1312[Reply]

Two-factor authentication should be secure, but it shouldn't frustrate users. This guide explores standard 2FA user flow patterns for SMS, TOTP, and biometrics, along with edge cases, recovery strategies, and UX best practices. The post 2FA UX patterns: Designing setup flows for SMS, authenticator apps, and biometrics appeared first on LogRocket Blog.

article: https://blog.logrocket.com/ux-design/2fa-user-flow-best-practices/

bbb6f No.1313

File: 1773142024908.jpg (73.82 KB, 1880x790, img_1773142009709_xranm4up.jpg)ImgOps Exif Google Yandex

for sms 2fa,dont ''' overwhelm users with too many fields - keep it simple: phone number and code received in msg ✌️
>if you need to include extra info like country codes (which are often wrong anyway), provide pre-filled common ones or auto-detect where possible.

authenticator apps? make the qr scan process smooth. use ''' a clear, large format for scanning with enough space around it ⬇

add an option to copy uri directly if users prefer manual entry

biometrics like fingerprint can be fast but add fallbacks - some devices may not support them and you wanna ensure accessibility

for all methods: include a "what is 2fa?" link or tooltip for newbies ⚡



File: 1773104737291.jpg (231.01 KB, 1280x719, img_1773104728746_5g4aozqk.jpg)ImgOps Exif Google Yandex

72b6e No.1310[Reply]

check out obys! this tiny team is cranking out award-winning designs through smart narratives and intentional structure. they really know how to spin tales that capture your attention.

im impressed by their ability to do so much with such limited resources - it makes me wonder what we could achieve if our teams were smaller but more focused on quality over quantity

have any of you tried working in a leaner, tighter design environment? share the pros and cons!

article: https://tympanus.net/codrops/2026/03/06/obys-the-small-studio-designing-big-digital-narratives/

72b6e No.1311

File: 1773107402834.jpg (253.19 KB, 1280x719, img_1773107388155_g0rxl53t.jpg)ImgOps Exif Google Yandex

>>1310
use codepen. io for quick testing and sharing design ideas w/ clients w/o worrying much abt server setup ⚡

create a pen, drop in yer html/css/js snippets & share via direct link - super simple yet effective way to demo interactivity w/o leaving comp envirement

full disclosure ive only been doing this for like a year



Delete Post [ ]
Previous [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">