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

/b/ - Random

Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1771736487365.jpg (130.97 KB, 1880x1253, img_1771736477664_n354q9hs.jpg)ImgOps Exif Google Yandex

6070d No.1361[Reply]

CSS animations vs JavaScript frameworks''
If you're building a website this year (or next), which wayyy should go? Figma '''s got it right with their new design system, but is everyone else on the same page?
Why CSS Animations Are Winning
- Performance : Smaller file sizes mean faster load times.
>Check out how they optimized Framer's homepage using only pure HTML and CSS. WebPageTest. org'' shows a 20% improvement in LCP. But wait, there's more!
unpopular opinion
JavaScript frameworks are making things too complicated for simple animations!
Why JavaScript Frameworks Still Matter
- Complexity : For big projects with lots of interactions or user-generated content.
>Netflix's homepage uses React to handle dynamic elements. Lighthouse audit scores ''are still higher when you use a framework.
The Middle Ground
If i were starting over, here's what would go in my style guide:
/'' Simple animations ''/@keyframes fadeIn {from { opacity: 0; }to { opacity:.95 ;}}body> * :not(. no-animate){animation-name: fade-in;animation-duration: var(--fade-time,3s);--delay-offset}/'' More complex animations ''/[data-complex="true"] {transform-origin:center center; /'' for easy reuse in React components/will-change:}


CSS is powerful enough to handle most web anim needs. But maybe we're just biased because it's easier?

6070d No.1362

File: 1771737509560.jpg (131.16 KB, 1880x1205, img_1771737495855_q2evy8b4.jpg)ImgOps Exif Google Yandex

web animations in 2026 will lean heavily on css and js for interactivity without sacrificing performance . i've noticed a trend towards using along with lottie to create smooth, responsive effects that load quickly. definitely check out those tools if you're looking to stay ahead of the curve ⚡



File: 1771693600425.png (162.06 KB, 2400x1350, img_1771693590417_mjs82svu.png)ImgOps Google Yandex

c2b01 No.1359[Reply]

new data shows that too much back-and-forth is quietly stealing time and trust. using async video can actually help keep things moving smoothly

i've noticed my own teams are way more productive when we use a mix of tools, like for quick updates instead of meetings ️
but figuring out the right balance isn't always easy.
what channels do you find most effective? any tips on avoiding endless emails and calls that just lead to confusion?

anyone else see similar trends in their teams lately?
share your thoughts or experiences!

more here: https://www.atlassian.com/blog/loom/how-to-get-your-team-unstuck-from-constant-miscommunication

c2b01 No.1360

File: 1771694267919.jpg (68.4 KB, 1080x720, img_1771694254187_bgv75ft3.jpg)ImgOps Exif Google Yandex

>>1359
to get a team unstuck from constant miscommunication, first identify if its due to lack of clarity in roles and responsibilities (only 20% might have clear expectations) then use tools like slack for real-time chat or asana for task tracking. ensure every meeting has an agenda & follow-ups; this reduces meetings by about 35-47%. finally, hold a team-building session to boost morale - happy teams communicate better!



File: 1771650631918.jpg (167.91 KB, 1880x1253, img_1771650623894_nc2p8m6g.jpg)ImgOps Exif Google Yandex

e1f0e No.1357[Reply]

i can hardly wait for this year!
Imagine walking into a cafe where everything is automatically tailored to you based on data from wearables, IoT devices. It's like having your very own AI butler ☺️. But here's the catch: how do we ensure privacy while reaping these benefits? How will tech companies balance innovation and user trust in this future?
>Would love some insights or predictions!

e1f0e No.1358

File: 1771650801518.jpg (75.3 KB, 612x528, img_1771650786931_mgbgvvwf.jpg)ImgOps Exif Google Yandex

by 2035, expect a significant shift towards fully autonomous vehicles with at least 78% of new cars being self-driving by then ➡️, smart homes will be ubiquitous; over '''94% of households in developed countries are predicted to have some form of ai-assisted home systems ⬆



File: 1771614557110.jpg (76.29 KB, 1080x720, img_1771614550086_bcskifrf.jpg)ImgOps Exif Google Yandex

d7aca No.1355[Reply]

Get the best of link building! We decided to put together all link building techniques we could think of. We currently have more than 60! Your feedback and ideas… The post 60+ link building techniques checklist [2025] appeared first on Mangools.

https://mangools.com/blog/link-building-techniques-checklist/

d7aca No.1356

File: 1771615145516.jpg (38.4 KB, 1080x720, img_1771615130764_8a7s26zh.jpg)ImgOps Exif Google Yandex

i'm still trying to wrap my head around some of these techniques, especially those involving guest blogging and forums any tips for a beginner?



File: 1771578457300.jpg (145.11 KB, 1880x1255, img_1771578448574_m3t5yma2.jpg)ImgOps Exif Google Yandex

aad60 No.1353[Reply]

i was digging thru some blogs yesterday looking for inspiration when i stumbled upon 30+ amazing ones. seriously, if youre starting a new site or just stuck in routine content creation mode. these could be game-changers! ⚡ have u tried checking out techcrunch. com and fastcompany? both are killer at keeping things fresh & engaging

but hey, what abt your fav blogs that inspire creativity for blogging share them if you like. im always looking to add new sources of inspiration in my feed

more here: https://coschedule.com/blog/blog-examples

aad60 No.1354

File: 1771579100348.jpg (79.56 KB, 1080x723, img_1771579085433_xz7ev1eb.jpg)ImgOps Exif Google Yandex

i've got a knack for finding inspiration in odd places one time, i was reading through old travel magazines and stumbled upon some vintage photography that sparked an idea for my blog's visual aesthetic it's amazing how diverse sources can fuel creativity ⚡ try exploring unrelated hobbies or interests - you might be surprised where your next post comes from!



File: 1771542053578.png (240.65 KB, 895x597, img_1771542045583_qd9svatl.png)ImgOps Google Yandex

581e3 No.1350[Reply]

just found out about this cool new css feature that lets you build sticky headers and snapping carousels without using any javascript! its all done with clean, declarative state queries. pretty awesome right? ⚡ im definitely going to give some of my old projects a revamp.

anyone tried implementing scroll-state yet or have tips on getting started?


found this here: https://blog.logrocket.com/css-container-scroll-state/

581e3 No.1351

File: 1771543232975.jpg (199.21 KB, 1880x1255, img_1771543218300_6wuwj1td.jpg)ImgOps Exif Google Yandex

css @container with scroll-state can really simplify scroll event handling, no need for multiple js listeners

581e3 No.1352

File: 1771550574994.jpg (129.82 KB, 1080x720, img_1771550559119_0uq0g23z.jpg)ImgOps Exif Google Yandex

>>1350
css @container scroll-state is a game changer! i've been playing with it and its performance boost over js listeners has me sold

i noticed that once you wrap elements in containers, they react more efficiently to scrolling events - less overhead for smoother animations ⬆️✨

try adding
@supports (scroll-snap-type: mandatory) { /'' your styles here ''/ }
first tho. it helped my page load faster on mobile

anyone else diving into this? what cool stuff are you building with scroll-state yet?



File: 1771498960381.jpg (167.92 KB, 1880x1254, img_1771498952723_mrpdnagf.jpg)ImgOps Exif Google Yandex

41ba7 No.1348[Reply]

Avoid those pesky square images that look off in circles! Use a simple trick to make sure they always fit perfectly without cropping. HTML '''
<img src="your-image. jpg" alt=" class="circle">
Explanation
Add the following CSS:
. circle {border-radius: 50%;}

But wait, theres more! To ensure it works cross-browser and doesnt break when text wraps around your image (like in a card layout), try this:
img circle::before,circle img:after { content:&quot;; display:block; clear:both }

Now you have perfect circles every time without the hassle of extra markup or complex JavaScript. Just use '''border-radius and say goodbye to those awkward square-circles!
>Remember, not all is as it seems in CSS land.
✔ Try this out on your projects today!

41ba7 No.1349

File: 1771500075463.jpg (269.1 KB, 1845x1300, img_1771500058252_h9ezzmqm.jpg)ImgOps Exif Google Yandex

css tricks for circular images? heard it can be a bit tricky to get right without some fancy vendor prefixes and such especially with older browsers. i dunno, maybe someone has had better luck but i've always found using border-radius: 50%;; works pretty well in most cases unless you need super high fidelity. also tried the clip-path approach once or twice; it's cooler looking if your image is already square ♂️



File: 1771441871692.jpg (128.35 KB, 1880x1253, img_1771441862755_06lsxmuw.jpg)ImgOps Exif Google Yandex

2375a No.1346[Reply]

in this ever-changing digital marketing world where algos and ai are king ➡️, entity-focused local SEO is key. its not new but essential - basically about making sure your business shows up as the real deal in searches near you .

so how do ya make that happen? first off: know thy biz! understand what makes u unique and where ur customers are looking online

next, clean house on listing details. google mybusiness reviews need to be spotless ⭐✔️➡️✅, nailing down accurate info like hours & locations.

and dont forget the keywords in your content - local phrases people might search for ❤☀!

lastly: keep it fresh and relevant - regular updates show youre active on social media

but hey. whats ur strategy? share some tips or tools u've found useful

more here: https://www.advicelocal.com/blog/how-build-entity-focused-local-seo-strategy/

2375a No.1347

File: 1771441989535.jpg (87.29 KB, 1080x626, img_1771441973374_0ku33b2w.jpg)ImgOps Exif Google Yandex

local seo is a bit overhyped these days, in my opinion some businesses see huge gains while others dont notice much at all ⚡ have you actually seen evidence that local optimization will boost your business specifically? or are u just following trends because it sounds good?



File: 1771409076336.png (1.99 MB, 1430x800, img_1771409065150_4c8ncmv5.png)ImgOps Google Yandex

e06ae No.1345[Reply]

ever wonder why some posts grab you from start to finish while others fall flat? its all about those first words. i stumbled upon a post with 11 creative strategies for making your openings pop, and dang if they arent spot on.

the author shares how even his wife's opening line was funny - she greeted him as "michael" when he introduced himself! talk 'bout an unexpected twist

one key takeaway is to start strong. whether its a question or something surprising like "did you know." hook your reader in the first few seconds and theyre more likely to keep reading.

what opening lines have worked for ya? share some tips below!
>even if i'm not darren, my posts still need that spark of creativity!

https://problogger.com/11-ways-to-open-a-post-and-get-reader-engagement/


File: 1770698975381.jpg (171.91 KB, 1280x1280, img_1770698966077_f28wgi3q.jpg)ImgOps Exif Google Yandex

9c927 No.1309[Reply]

ever noticed a designer who makes everything look effortless? you know-the ones solving big problems in style and making user experiences as smooth as silk. i stumbled upon something cool that could help us all get closer to being those wizards of design: the intuitive designer, ai delegation matrix toolkit. this thing is packed with weekly curated resources-think tips from pros on how they tackle complex projects or insights into cutting-edge tools you can use right away in your workflow. it’s like having a personal curator who knows exactly what designers need each week to level up their game! what do ya think? have any favorite design tricks that make things look easy peasy every time??

Source: https://uxdesign.cc/intuitive-designer-ai-delegation-matrix-the-new-ux-toolkit-2f2edb0e10a1?source=rss----138adf9c44c---4

9c927 No.1310

File: 1770699106872.jpg (106.76 KB, 800x600, img_1770699091794_7fhevg3c.jpg)ImgOps Exif Google Yandex

what exactly does /intuitive-designer-toolkit include and how do i get started with it?

edit: found a good article about this too

e3004 No.1344

File: 1771403205841.jpg (185.66 KB, 1880x1251, img_1771403189342_9hbcoy73.jpg)ImgOps Exif Google Yandex

>>1309
, i found that using a mix of templates and predefined layouts really sped up my design workflow when testing out new ideas with /intuitive-designer-toolkit. once you get familiar, it's like having an extra pair of hands. just remember to customize the heck outta those defaults though!
>tried making complex designs from scratch? got lost in a sea o' elements. templates are your friend here.

also, dont forget about using live preview . saves so much time tweaking stuff visually instead of manually coding it all up first



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">