Web development

[ follow ]
Web development
fromMedium
3 days ago

The WCAG problem

Sharing raw WCAG links alone rarely enables teams to implement accessibility; practical, contextual guidance and support are necessary to drive meaningful accessibility improvements.
Web development
fromCSS-Tricks
1 day ago

HTTP Archive 2025 Web Almanac | CSS-Tricks

Widespread adoption of variable fonts and persistent accessibility failures (poor color contrast, removed focus styles, missing image alt text) characterize the current web.
Web development
fromInfoWorld
1 day ago

PHP language still relevant, advocate insists

PHP remains widely used and relevant in 2026, powering many websites and integrating well with modern tools and performance improvements.
Web development
fromeLearning
3 days ago

Add a Toggle Switch to Your Project - eLearning

A toggle switch can be added with HTML, styled with CSS, and its ON/OFF state read with JavaScript to control UI behavior.
Web development
fromCSS-Tricks
1 day ago

"I Heart CSS" DailyDev Squad | CSS-Tricks

DailyDev provides two ways to access content: an automatic channel and a curated community squad called I Heart CSS.
fromTechCrunch
1 day ago

The rise of 'micro' apps: non-developers are writing apps instead of buying them | TechCrunch

It took Rebecca Yu seven days to vibe code her dining app. She was tired of the decision fatigue that comes from people in a group chat not being able to decide where to eat. Armed with determination, Claude, and ChatGPT, Yu decided to just build a dining app from scratch - one that would recommend restaurants to her and her friends based on their shared interests.
Web development
#css
fromCSS-Tricks
2 days ago
Web development

What's !important #3: Popover Context Menus, @scope, New Web Platform Features, and More | CSS-Tricks

Web development
fromCSS-Tricks
3 weeks ago

text-decoration-inset is Like Padding for Text Decorations | CSS-Tricks

text-decoration-inset clips text decoration ends using independent left/right length insets, aligning decorations to glyphs and enabling transitions, animations, and precise styling.
Web development
fromCSS-Tricks
1 month ago

What's !important #1: Advent Calendars, CSS Wrapped, Web Platform Updates, and More | CSS-Tricks

A biweekly roundup highlights recent CSS, HTML, and browser feature updates, practical CSS techniques, and useful links for web developers.
fromCSS-Tricks
2 days ago
Web development

What's !important #3: Popover Context Menus, @scope, New Web Platform Features, and More | CSS-Tricks

fromCSS-Tricks
1 month ago
Web development

What's !important #1: Advent Calendars, CSS Wrapped, Web Platform Updates, and More | CSS-Tricks

#css-grid-lanes
Web development
fromSubstack
3 days ago

9 Useful Chrome DevTools Features You Might Be Missing

Chrome DevTools includes underused accessibility tools—vision impairment simulation, contrast checks (including APCA), and accessibility panel details—to improve real-world UI accessibility testing.
Web development
fromCSS-Tricks
3 days ago

Playing With CodePen slideVars | CSS-Tricks

CodePen's slideVars auto-detects CSS variables and generates an editable UI with manual configuration for input types, ranges, units, and scope.
Web development
fromLogRocket Blog
3 days ago

Build a Next.js 16 PWA with true offline support - LogRocket Blog

Design Next.js 16 PWAs to function reliably offline by caching relevant assets, storing and syncing data locally, and handling flaky or absent network connectivity.
Web development
fromBusiness Matters
5 days ago

The List of Best Business Localization Tools

Practical localization tools—starting with a Translation Management System and website version control—are essential to manage multilingual websites and maintain consistent, timely translations.
fromCSS-Tricks
5 days ago

Postcard From Web Directions Dev Summit, 2025 | CSS-Tricks

When I was a kid, there used to be a Museum railway station in Melbourne, Australia. In 1995, it changed its name to match the shopping center above it - a microcosm of how the mentality of my home city has shifted - but Sydney still has a Museum station. The aesthetics of Sydney's Museum Station evoke London Underground vibes as my train from Sydney Airport stops under Hyde Park, the oldest public park in Australia and the first to be named after its more
Web development
fromDesignlab
5 days ago

Learn to Vibe Code | Vibe Coding Camp

AI-assisted coding is transforming how digital products get built. With the right tools, you can turn a static design into a functional prototype-complete with real data, interactions, and deployment-in a fraction of the time traditional development requires. Designers, PMs, and builders who understand this new workflow can experiment faster, collaborate more effectively with engineers, and bring ideas to life with unprecedented speed.In Vibe Coding Camp, you'll learn the modern AI-powered development stack-Cursor, GitHub, Vercel, Supabase, and Figma MCP-and use them together to build and ship a working web app from scratch.
Web development
#wordpress
Web development
fromRaymondcamden
1 week ago

Links For You (1/10/26)

URL parameters can degrade web page performance; GitHub's relative-time-element uses Intl for localized relative dates and should include a title attribute for exact times.
Web development
fromSubstack
1 week ago

Friday Links #33 - Fresh JavaScript Tools & Trends

ChatGPT Health provides integrated, privacy-focused personal health tools that analyze app and EHR data while the JavaScript ecosystem continues to produce new tools and releases.
Web development
fromVue.js Jobs
1 week ago

Sidestream Working Student Fullstack Typescript Developer F M D - VueJobs

Join Sidestream to do impactful full-stack development using modern technologies with mentorship, flexible remote-friendly work, and a collaborative, fun culture delivering production code.
Web development
fromSlicker
1 week ago

Tutorial: Mobile Shake Detection

Detect device shakes by measuring acceleration magnitude, requesting iOS motion permission on user interaction, and debouncing shake events to avoid repeats.
Web development
fromGitHub
1 week ago

GitHub - tonycarpenter21/audioq: Audio Channel Queue

Lightweight browser audio manager providing multi-channel queues, pause/resume, volume ducking, looping, priority queuing, TypeScript support, zero dependencies, and event callbacks.
Web development
fromMeyerweb
4 weeks ago

Targeting by Reference in the Shadow DOM

ShadowRoot.referenceTarget lets shadowed components expose internal elements as reference targets so attributes like for, popoverTarget, and ARIA can correctly target them.
fromkrasimirtsonev.com
1 week ago

Streaming JSON in just 200 lines of JavaScript

I was continueing my exploration of React server components when I stumbled upon on this article about progressive JSON. Dan Abramov describes a technique for streaming JSON from a server to a client in chunks, allowing the client to start rendering parts of the data before the entire payload has been received. This can significantly improve perceived performance, especially for large datasets.
Web development
#javascript-libraries
fromwww.jqueryscript.net
1 week ago
Web development

Weekly Web Design & Development News: Collective #638

Curated updates and tools provide modern JavaScript, CSS, AI, and design resources, plus Top 10 library audits and practical dev utilities for 2026.
fromwww.jqueryscript.net
2 weeks ago
Web development

Weekly Web Design & Development News: Collective #637

Updated Top 10 library lists for 2026; new UI liquid glass effects; serverless URL-based text editor; local AI watermark removal; many tools and freebies.
Web development
fromMedium
1 week ago

How the tools we use change the products we design

Design tools shape and constrain web design practices by influencing what designers create and how they create it.
#jquery
fromeLearning
2 weeks ago

Carousel Widget - easily re-order pages - eLearning

Without having to recreate each page in my carousel widget - is there a way to reorder the pages? Specifically, I forgot to add the instruction at "page 1" and have added it at "page 4" ideally, I would love to just drag and drop page 4 to page 1. I looked up instructions that keep telling me to: I can't seem to locate said "Content" on the properties panel either. I would appreciate any help.
Web development
fromInfoQ
1 week ago

DuckDB's WebAssembly Client Allows Querying Iceberg Datasets in the Browser

DuckDB-Wasm enables browser-based, serverless end-to-end query, read, and write access to Iceberg REST catalogs and object storage without infrastructure setup.
#core-web-vitals
fromDebugbear
1 month ago
Web development

2025 In Review: What's New In Web Performance? | DebugBear

Core Web Vitals expanded beyond Chrome in 2025 with LCP and INP gaining broader browser support, tooling integration improving performance measurement and recommendations.
#bot-detection
fromSpeckyboy Design Magazine
1 month ago

How to Choose the Best WordPress Agency Hosting - Speckyboy

When WordPress is your platform of choice, choosing the right hosting provider isn't just about uptime or page speed. It's about how well that hosting setup fits your workflow, your team, and your clients. Agencies don't need a one-size-fits-all solution. They need reliability, control, scalability, and smart tools that actually save time. Bad hosting wastes time. When your team is troubleshooting server issues, fixing plugin conflicts caused by caching layers, or manually restoring backups,
Web development
Web development
fromtempertemper Web Design
2 weeks ago

The final nail in the HTML5 document outline coffin

HTML5's document-outline algorithm intended modular sections to use h1 and let browsers compute heading levels, but browsers never fully implemented accessibility support.
Web development
fromPaolo Melchiorre
2 weeks ago

Looking Back at Python Pescara 2025

Python Pescara grew into a confident, connected community in 2025 through consistent meetups, local partnerships, experimentation, and links to the wider Python ecosystem.
Web development
fromMedium
1 year ago

SSE vs WebSockets

SSE and WebSockets offer real-time communication: SSE for uni-directional server-to-client streams and WebSockets for full-duplex, low-latency bidirectional channels.
Web development
fromRaymondcamden
2 weeks ago

year plus plus...

Ended a difficult year on a high note with a new job, steady health, consistent output, improved site metrics awareness, and plans to increase conference submissions.
Web development
fromInfoWorld
2 weeks ago

Builder CEO: Where JavaScript is headed is super interesting

Builder enables non-developers and developers to visually compose customized UI components, connect them to APIs and data stores, and manage workflows without sacrificing code-level control.
#container-queries
fromVue.js Jobs
3 weeks ago

Prozis Front End Developer - VueJobs

Prozis is a powerhouse product developing company. Every day we make new products. That is only possible because we developed our own proprietary technology that ensures that we bring you high quality, beautiful and fair priced products. We endure in our philosophy of a 4.0 vertical process, manufacturing in our own facilities or with the help of our super partners. We do everything: idea, concept, design, manufacturing, quality control, marketing, sales, logistics, printing, distribution, client support, software development, photo, video, 3D and philosophy.
Web development
Web development
fromMoneyLion
3 weeks ago

Best Skills To Learn To Make Money Online

Learning web development, Adobe Illustrator, photography, and other digital skills enables earning income online through freelancing, side projects, and diverse monetization strategies.
Web development
fromThe JetBrains Blog
2 months ago

What Does Bad Code Mean To Developers | The Qodana Blog

Bad code reduces readability, maintainability, scalability, performance, and security, often caused by unclear naming, inconsistent style, poor documentation, bugs, and inefficiency.
Web development
fromLogRocket Blog
3 weeks ago

Frontend Wrapped 2025: The 10 storylines that defined the year - LogRocket Blog

TypeScript and Tailwind solidified dominant roles in 2025, AI reshaped workflows, and major updates set new directions for frontend development into 2026.
fromDEV Community
3 weeks ago

String3D: Forcing 3D to Obey CSS

Let's kill the magic expectations right now: String3D is not "CSS 3D". There are no tricks here where the browser suddenly learned to render meshes natively. Under the hood, it's a standard 3D renderer in a canvas living above the page. The difference lies elsewhere. String3D synchronizes 3D objects with DOM elements every frame, but it takes its behavioral instructions from CSS custom properties. The DOM remains the DOM:
Web development
#javascript
Web development
fromCSS-Tricks
3 weeks ago

Thank You (2025 Edition) | CSS-Tricks

CSS-Tricks saw 20 million unique views in 2025, a 23% year-over-year decline driven by Google's AI summaries in search, requiring adaptation to a new publishing reality.
Web development
fromTechCrunch
3 weeks ago

Lemon Slice nabs $10.5M from YC and Matrix to build out its digital avatar tech | TechCrunch

Lemon Slice-2 generates live-streamable digital avatars from a single image, enabling interactive video agents integrated with knowledge bases on a single GPU.
#squarespace
fromCNET
3 weeks ago
Web development

Thinking About Starting a Website? Learn to Build a Squarespace Website Without Learning a Line of Code

fromCNET
3 weeks ago
Web development

Thinking About Starting a Website? Learn to Build a Squarespace Website Without Learning a Line of Code

fromCSS-Tricks
4 weeks ago

Masonry Layout is Now grid-lanes | CSS-Tricks

In that same GitHub thread, you'll read that Tab Atkins-Bittner shared a "hacky" way to go about it with CSS Grid. You can have Grid do Masonry if you know the heights of the items ahead of time. It's a bit hacky, but you set the grid container to grid: auto-flow dense 1px / <column widths here>;, then set each item to grid-row: span <pixel height as integer>; (for example, if the item is 50px tall, use grid-row: span 50;).
Web development
Web development
fromSearch Engine Roundtable
4 weeks ago

Google JavaScript SEO Docs Now Says Non-200 HTTP Status Code Might Not Be Rendered

Google sends all pages with a 200 HTTP status code to its rendering queue; pages returning non-200 status (for example 404) may have rendering skipped.
Web development
fromFrontendmasters
1 month ago

Different Page Transitions For Different Circumstances

Use pagereveal/pageswap DOM events to conditionally add viewTransition types and target those types in CSS to customize per-URL view transition animations.
Web development
fromRaymondcamden
1 month ago

Using Chrome AI for Color Suggestions

Chrome's built-in AI can convert natural-language color descriptions into 1–5 web-ready hexadecimal RGB values plus a brief explanatory description.
fromCNET
4 weeks ago

Building a Website Doesn't Have to Be Hard. Here's How to Build a Wix Website, Without Learning a Line of Code

visual design editor allows you to build many types of websites without coding, but there's still plenty to learn before you start creating your site. I'll walk you through everything you need to know to build a Wix website, from how to choose a domain to some basic principles for writing your first blog post. I'll focus on building for-fun hobby sites, professional portfolios and service-based business websites, as Wix is most effective for these types of sites. If you're building an e-commerce website, I recommend using Squarespace or Shopify instead.
Web development
Web development
fromBkardell
1 month ago

Standards Queues

Queues and limited implementers create bottlenecks in web standards, causing ideas to stall and become harder to evaluate and implement.
Web development
fromCSS-Tricks
1 month ago

Responsive List of Avatars Using Modern CSS (Part 2) | CSS-Tricks

Use CSS offset-path with offset-distance calculated from sibling-index()/sibling-count() to arrange responsive avatar images evenly around a circle.
fromWeb Performance Calendar
1 month ago

How to load CSS (fast)

Loading styles on the web is something that looks trivial at first. You just add a<link rel=stylesheet> to your page (or <style> for inline styles) and you're done. But if you wanted to load CSS fast, all of the sudden you run into trouble... Assuming you have a traditional web app (or what the kids call Multi-Page App/MPA), you now need to make tradeoffs:
Web development
Web development
fromLogRocket Blog
1 month ago

5 weird web APIs that'll make you fall back in love with the browser - LogRocket Blog

Obscure browser APIs enable playful, practical interactions and accessibility improvements beyond typical fetch() and addEventListener() patterns.
Web development
fromMedium
1 month ago

Developers aren't the enemy

Developers often lack accessibility knowledge because many are self-taught and learn from low-quality beginner resources, causing accessibility issues to be overlooked.
Web development
fromBarchart.com
1 month ago

Can Nextdoor Stock Hit $4 Before the End of 2025?

Save chart setups as templates, switch the Market flag for country-specific data, open the Interactive Chart menu by right-clicking, and navigate symbols with up/down arrows.
Web development
fromSparkbox
1 month ago

During Helene, I Just Wanted a Plain Text Website

Emergency websites failed during Hurricane Helene due to heavy media, slow interactive maps, and poor low‑bandwidth design, leaving residents without critical information.
Web development
fromInfoQ
1 month ago

React Advanced 2025: Type Safe URL State Management Takes Center Stage with Nuqs

Storing application state in URL search parameters enables shareable, restorable views and type-safe synchronization across React apps using Nuqs' useQueryState.
Web development
fromFrontendmasters
1 month ago

Thoughts on Native CSS Mixins

Native CSS mixins would enable reusable, parameterized blocks of styles with nesting and composition, reducing preprocessor reliance and duplicated compiled CSS.
#html
Web development
fromCSS-Tricks
1 month ago

Creating Scroll-Based Animations in Full view() | CSS-Tricks

view() in the CSS animation-timeline runs animations according to an element’s visibility inside a scrollport, enabling scroll-driven effects like Intersection Observer.
Web development
fromCSS-Tricks
1 month ago

HTML Web Components Proposal From 1998 | CSS-Tricks

Web components and style encapsulation originated decades earlier, with proposals dating back to 1998, reflecting long-term development and historical context.
Web development
fromComputerworld
1 month ago

With Workspace Studio, Google wants workers to build their own AI agents

Google launched Workspace Studio, a no-code tool enabling employees to create customizable AI agents using natural language and multi-step actions to automate business processes.
Web development
fromDefector
1 month ago

'The Chair Company' Is A Show About How Fun It Is To Use The Computer | Defector

Ron Trosper’s navigation of website footers reveals a taste for overlooked digital detective work and signals a focus on mundane internet rituals.
[ Load more ]