Web development

[ follow ]
Web development
fromRaymondcamden
1 day ago

Using Astro for a Combined RSS View and Generator

An Astro application aggregates multiple Webflow developer product RSS feeds into a unified interface and serves a combined RSS feed for easier tracking of all updates.
Web development
fromThe Verge
17 hours ago

Google accelerates Chrome release cycle

Google is accelerating Chrome's release cycle from four weeks to two weeks starting September, enabling faster delivery of performance improvements, fixes, and new features across all platforms.
Web development
fromFast Company
2 days ago

Google Chrome just dropped 3 new time-saving features

Google Chrome introduces three productivity features including Split View, which allows side-by-side tab viewing to streamline multitasking workflows for browser-based work.
#popover-api
fromSmashing Magazine
2 days ago
Web development

Getting Started With The Popover API - Smashing Magazine

The Popover API enables browsers to natively handle tooltips, eliminating the need for complex JavaScript libraries and providing built-in keyboard interaction, accessibility, and focus management.
fromCSS-Tricks
1 day ago
Web development

Popover API or Dialog API: Which to Choose? | CSS-Tricks

Use Popover API for most popovers and Dialog API only for modal dialogs, as they differ significantly in accessibility despite appearing similar.
Web development
fromSmashing Magazine
2 days ago

Getting Started With The Popover API - Smashing Magazine

The Popover API enables browsers to natively handle tooltips, eliminating the need for complex JavaScript libraries and providing built-in keyboard interaction, accessibility, and focus management.
Web development
fromCSS-Tricks
1 day ago

Popover API or Dialog API: Which to Choose? | CSS-Tricks

Use Popover API for most popovers and Dialog API only for modal dialogs, as they differ significantly in accessibility despite appearing similar.
Web development
fromWIRED
2 days ago

Make the Most of Chrome's Toolbar by Customizing It to Your Liking

Customizing Chrome's toolbar improves browsing efficiency by providing quick access to frequently used features and extensions.
fromCSS-Tricks
4 days ago

What's !important #6: :heading, border-shape, Truncating Text From the Middle, and More | CSS-Tricks

@keyframes animations can be named using strings, allowing syntax like @keyframes "@animation" { /* ... */ } with corresponding animation: "@animation" declarations. This capability has existed for 11 years across browsers, yet remains relatively unknown to many developers seeking alternative keyframe naming conventions beyond standard identifier formats.
Web development
fromInfoQ
5 days ago

Vercel Releases React Best Practices Skill with 40+ Performance Rules for AI Agents

Vercel, the cloud platform behind Next.js, has released react-best-practices, an open-source repository containing over 40 performance optimization rules for React and Next.js applications. The framework, which encapsulates over a decade of engineering knowledge from Vercel's production codebases, is structured specifically for consumption by AI coding agents and LLMs, though the team notes it is equally valuable for human developers.
Web development
fromScottjehl
1 week ago

Standard HTML Video & Audio Lazy-loading is Coming! | Scott Jehl, Web Designer/Developer

As the HTTP Archive reminds us, video and audio files are some of the heaviest resources requested by web pages. This new standard will dramatically reduce page weight and ease resource overhead all through a simple declarative HTML attribute. Lazy audio and video works just like lazy-loading of image and iframe elements work today: just add loading=
Web development
Web development
fromCSS-Tricks
4 days ago

Yet Another Way to Center an (Absolute) Element | CSS-Tricks

Absolutely-positioned elements can be centered using `place-self: center` with `inset: 0` in three lines of CSS, replacing the traditional `top: 50%; left: 50%; translate: -50% -50%` method.
Web development
fromFinbold
4 days ago

Why good PR can kill your Web3 project if legal is ignored

Effective Web3 PR amplifies project risks and becomes legally material when it shapes market expectations beyond describing current functionality.
Web development
fromShadcnspace
5 days ago

Build and ship modern web apps and websites faster with Shadcn Space - Developer guide - Shadcnspaceblog

Shadcn Space offers high-quality and production-ready components, blocks, templates, and pages built with shadcn/ui, Tailwind CSS, and modern React practices.
Web development
fromShadcnspace
5 days ago

Shadcn Space Creating extraordinary UI in a world full of components, blocks, and templates - Shadcnspaceblog Introducing Shadcn Space - Modern UI Components, Blocks & Templates for React Developer

Frontend development has changed dramatically over the last few years.We've moved from bulky UI frameworks to lightweight, composable systems.Developers want control.Designers want consistency.
Web development
fromInfoWorld
6 days ago

The browser is your database: Local-first comes of age

Local-first technologies like PGlite and RxDB embed feature-rich databases directly in browsers, enabling instant interactivity while maintaining server synchronization through background sync engines.
fromCSS-Tricks
6 days ago

A Complete Guide to Bookmarklets | CSS-Tricks

A JavaScript script saved as a bookmark is called a 'bookmarklet,' although some people also use the term 'favelet' or 'favlet.' Bookmarklets have been around since the late 90s. The site that coined them, bookmarklets.com, even remains around today. They're simple and versatile, a fact evidenced by most of the bookmarklets listed on the aforementioned site are still working today despite being untouched for over two decades.
Web development
Web development
fromSearch Engine Roundtable
1 week ago

Google Won't Use Your Sitemap File If Its Not Convinced Of New/Important Content

Google may ignore sitemap entries when it believes the site lacks new, important content or when crawling limitations exist; sitemaps do not guarantee indexing.
fromSitePoint Forums | Web Development & Design Community
1 week ago

How I excluded specific CSS files from optimization in WordPress using a simple filter

I ran into a situation where some CSS files from Elementor were breaking when optimization/minification was applied globally. Instead of disabling optimization completely, I used a small snippet to exclude only specific CSS files while allowing others to remain optimized. I added this using the Code Snippets plugin and ran it everywhere. Here is the code: add_action('wp_enqueue_scripts', 'bhavin_remove_unused_elementor_css', 100); function bhavin_remove_unused_elementor_css() { // Check if Elementor is active if (!did_action('elementor/loaded')) { return; }
Web development
Web development
fromLogRocket Blog
1 week ago

Anti-libraryism: 10 web APIs that replace modern JavaScript libraries - LogRocket Blog

Major browsers provide native Web APIs that replace many common JavaScript libraries, enabling smaller bundles, improved runtime performance, and reduced dependency maintenance.
#css
#bot-detection
Web development
fromZDNET
1 week ago

I tested Chrome's soon-to-be-released vertical tab feature, and it makes the browser so much better

Chrome is adding vertical tabs (currently in Canary) to improve tab management, visibility, and screen real estate, with wider release expected soon.
fromEngadget
1 week ago

Get 20 percent off at Squarespace -- and see how easy it is to build a website with Blueprint AI

Blueprint AI helps you design a website from the ground up using Squarespace, with custom website templates that can be personalized to your business. Follow the easy-to-use interactive builder process from scratch, even choosing from bespoke adaptive templates for inspiration. All you need to do is answer a few questions about your business, industry, and goals, and using machine learning, Blueprint AI will provide the direction to to get your website mapped out and ready to go.
Web development
fromMozilla Hacks - the Web developer blog
2 weeks ago

Launching Interop 2026 - Mozilla Hacks - the Web developer blog

The group, including Apple, Google, Igalia, Microsoft, and Mozilla, takes proposals of features that are well defined in a sufficiently stable web standard, and have good test suite coverage. Then, we come up with a subset of those proposals that balances web developer priorities (via surveys and bug reports) with our collective resources. We focus on features that are well-represented in Web Platform Tests as the pass-rate is how we measure progress, which you can track on the Interop dashboard.
Web development
Web development
fromFrontendmasters
2 weeks ago

Anchored Menus and a Lesson in Scoping

Creating a light-DOM web component for anchor-positioned menus simplifies attribute setup but introduces JavaScript fragility and CSS scoping issues that can break positioning.
fromCSS-Tricks
1 week ago

Distinguishing "Components" and "Utilities" in Tailwind | CSS-Tricks

Here's a really quick tip. You can think of Tailwind utilities as components - because you can literally make a card "component" out of Tailwind utilities. @utility card { border: 1px solid black; padding: 1rlh; } This blurs the line between "Components" and "Utilities" so we need to better define those terms. The Great Divide - and The Great Unification
Web development
Web development
fromInfoWorld
2 weeks ago

WebMCP API extends web apps to AI agents

WebMCP API lets web apps expose client-side tools so AI agents can interact with pages and collaborate with users within the same web interface.
#wordpress
Web development
fromEntrepreneur
2 weeks ago

Every Business Needs a Website-This Service Makes It Affordable

A three-year IONOS Web Hosting Plus subscription provides unlimited sites, enterprise-style reliability, security, and operational tools for $49.97, lowering hosting cost and friction.
Web development
fromSearch Engine Roundtable
2 weeks ago

Google Warns About Serving "Not Available" With JavaScript Before Content Loads

Avoid showing 'not available' placeholder text in HTML before JavaScript loads actual content, because Google may index the page as unavailable and not include it.
#web-accessibility
fromThe Drum
2 weeks ago
Web development

4 ways all agencies can benefit from using AI-powered web accessibility solutions

fromThe Drum
2 weeks ago
Web development

4 ways all agencies can benefit from using AI-powered web accessibility solutions

fromGitHub
2 weeks ago

GitHub - mental-os/Aurora-OS.js: Aurora OS.js - extensible web OS game and hacking simulator framework for developers and gamers. Virtual OS experience with scripting, apps, terminals & sandboxed gameplay, set in the mental.os() universe.

Aurora OS.js isn't just a web-based OS. It's a portal. Born from the intersection of digital art and cyberpunk culture, this project reimagines the operating system as an immersive game world. It is a high-fidelity hacking simulator built on modern web technologies (React, Vite, Electron), designed to blur the line between utility and gameplay. Currently in its pre-Alpha stage, it serves as the foundation for a future MMO hacking universe - a persistent world where you script, hack, and uncover the lore
Web development
Web development
fromCSS-Tricks
2 weeks ago

What's !important #5: Lazy-loading iframes, Repeating corner-shape Backgrounds, and More | CSS-Tricks

Topics include developer productivity losses, responsive breakpoint timing, lazy-loading above-the-fold iframes, SVG corner-shape backgrounds, and CSS usage research.
Web development
fromInfoQ
2 weeks ago

Shadcn Releases Visual Project Builder

shadcn offers a visual project builder via npx shadcn create that lets developers configure themes, components, and frameworks before generating project code.
Web development
fromTheregister
2 weeks ago

Anthropic's AIbuilt C compiler is not all that impressive

Anthropic's AI-built C compiler is largely a demo, replicating existing knowledge and failing practical basics; it does not signal a revolution in software engineering.
Web development
fromWebKit
2 weeks ago

WebKit features for Safari 26.3

Safari 26.3 adds Zstandard compression, Navigation API improvements, visionOS fullscreen video dimming, and multiple bug fixes for performance and reliability.
#css-grid
fromSitePoint Forums | Web Development & Design Community
2 weeks ago

How to connect GTM and lat,lon within WordPress

As I understand, we have GTM credentials and connects website using the default scripts. When I try to connect the API and GTM, how to put credentials into WordPress to show weather conditions? <script> ! function(e, t, a, n) { e[n] = e[n] || [], e[n].push({ "gtm.start": (new Date).getTime(), event: "gtm.js" }), n = t.getElementsByTagName(a)[0], (a = t.createElement(a)).async = !0, a.src = "https://www.googletagmanager.com/gtm.js?id=GTM-XYZ", n.parentNode.insertBefore(a, n) }(window, document, "script", "dataLayer"); </script>
Web development
fromLogRocket Blog
2 weeks ago

A complete guide to React performance optimization - LogRocket Blog

Today's users expect fast, smooth experiences by default. Performance is no longer just a "nice to have"; it's a real product advantage that directly impacts retention, conversions, and revenue. The challenge is that debugging performance issues can feel overwhelming because there are so many reasons an app might be slow. In this guide, I'll share a step-by-step framework for optimizing React apps from bundle analysis all the way to server-side rendering.
Web development
Web development
fromTalkpython
3 weeks ago

Fly inside FastAPI Cloud

FastAPI Cloud aims to make deploying FastAPI apps as simple as one command, offering a Pythonic cloud and strengthening the open-source FastAPI ecosystem.
#seo
fromCSS-Tricks
2 weeks ago

Approximating contrast-color() With Other CSS Features | CSS-Tricks

There have been a few drafts of a specification function for this functionality, most recently, contrast-color() (formerly color-contrast()) in the CSS Color Module Level 5 draft. But with Safari and Firefox being the only browsers that have implemented it so far, the final version of this functionality is likely still a ways off. There has been a lot of functionality added to CSS in the meantime; enough that I wanted to see whether we could implement it in a cross-browser friendly way today. Here's what I have: color: oklch(from <your color> round(1.21 - L) 0 0);
Web development
#full-stack-development
Web development
fromVue.js Jobs
3 weeks ago

Senior Software Developer at genesys - VueJobs

Genesys Cloud delivers AI-powered, multi-tenant experience orchestration to drive personalized, scalable customer and employee engagement, loyalty, and operational efficiency.
Web development
fromGSMArena.com
3 weeks ago

WhatsApp Web is finally getting voice and video calls

WhatsApp Web beta now supports one-to-one voice and video calls with screen sharing, while group calls, call links, and scheduling will roll out later with end-to-end encryption.
#javascript
fromwww.jqueryscript.net
3 weeks ago
Web development

Weekly Web Design & Development News: Collective #643

Essential 2026-ready JavaScript and CSS libraries, AI tools, developer resources, design assets, and updated top-10 audits for modern web development.
fromZacks
1 month ago
Web development

Pardon Our Interruption

Enable cookies and JavaScript and disable any browser plugins that block scripts to regain access when the site triggers anti-bot checks.
Web development
fromjQuery Script
3 weeks ago

Simplest Ajax Loader With jQuery And CSS3 - jmspinner

jmspinner displays a CSS3-powered loading indicator for AJAX-loaded content, with easy initialization, customizable styling, size options, and removal.
Web development
fromInfoQ
3 weeks ago

Cloudflare Launches Vertical Microfrontend Template for Path-Based Edge Routing

Vertical Microfrontends map independent Cloudflare Workers to URL paths, enabling team-owned vertical stacks with low-latency edge routing and SPA-like transitions.
fromLogRocket Blog
3 weeks ago

Is A2UI the Telegram Mini App of AI? - LogRocket Blog

A2UI (Agent to UI) is a UI protocol from Google that lets AI agents generate user interfaces on demand. It introduces declarative mini-apps where UI components and actions are defined in a schema, and the agent can operate them automatically. Think Telegram-style mini-apps: small, self-contained interfaces that work without custom integration code. Instead of a long question-and-answer loop, agents can now send interactive, native interfaces directly to the client.
Web development
Web development
fromMedium
11 months ago

5 Top Lovable Alternatives in 2025

Explore Lovable alternatives for greater flexibility, component reuse, and composable architectures like HopeAI when building modular, maintainable React-based web applications.
Web development
fromRaymondcamden
3 weeks ago

Links For You (2/8/26)

Returning to Mac prompted exploration of PowerShell scripting, with links on recreating touch, invoker HTML commands, and State of JavaScript survey results.
#vuejs
fromFrontendmasters
1 month ago

Performance-Optimized Video Embeds with Zero JavaScript

Every embedded video comes with a real cost to page load performance. Each player loads extra resources, whether the user ever hits play or not, as Chris Coyier noted in his blog post on "YouTube Embeds are Bananas Heavy and it's Fixable". The approach of using in that article works well when the video appears further down on the page and loads outside of the initial viewport. If the video is directly in the initial viewport, it can still cause a cumulative layout shift (CLS).
Web development
Web development
fromHardik Pandya
1 month ago

Power Prompts in Claude Code

Use Claude Code to run parallel audit agents, capture pre/post screenshots across breakpoints, update documentation, and create a reusable skill to preserve site appearance while improving performance.
fromprojectwallace.com
3 weeks ago

The CSS Selection - 2026 Edition - Project Wallace

Welcome to The CSS Selection 2026! In this article we're having a look at how CSS is used at scale on over 100,000 websites. We'll look at what things are common on most websites and discover interesting outliers. This is the first edition of what I hope to be many, so this is meant as a baseline for future editions, setting up the first numbers to compare with in coming years.
Web development
Web development
fromTech Times
3 weeks ago

Build Website Profits: Complete Website Monetization Guide to Passive Income

Building a properly targeted, well-hosted website on the right platform can produce passive income through ads, affiliates, product sales, services, or subscriptions.
fromRaymondcamden
3 weeks ago

Building a Bluesky Sentiment Dashboard with Alpine and Chrome AI

Good morning, programs! Today I'm sharing yet another example of Chrome's on-device AI features, this time to demonstrate a "Bluesky Sentiment Dashboard". In other words, a tool that lets you enter terms and then get a report on the average sentiment for posts using that word. I actually did this before (and yes, I forgot until about a minute ago) last year using Transformers.js: Building a Bluesky AI Sentiment Analysis Dashboard.
Web development
Web development
fromVue.js Jobs
3 weeks ago

PHP Developer (Laravel-VueJS) at Octal Philippines Inc. - VueJobs

Fullstack Web Developer required to build and maintain secure, scalable web applications using PHP/Laravel, Vue.js/React, Google Cloud Platform, databases, APIs, and healthcare data security.
Web development
fromPeter-hoffmann
3 weeks ago

Local macOS Dev Setup: dnsmasq + caddy-snake for python projects

Use dnsmasq with a .lan wildcard and a vhost proxy to give each local service a stable subdomain, avoiding port conflicts and easing development.
fromVue.js Jobs
3 weeks ago

Staff-level Frontend Engineer (TypeScript/JavaScript, VueJS) - Hybrid working model 100%, Ho Chi Minh City at SMG Swiss Marketplace Group - VueJobs

Welcome to SMG Vietnam! SMG Swiss Marketplace Group simplifies lives with innovative online marketplaces in Automotive, Real Estate, General Marketplaces, and Finance & Insurance. As SMG's innovation hub, SMG Vietnam develops cutting-edge solutions in a collaborative, empowering environment. Recognized among the 2023 Asia & Vietnam Best Workplaces, we attract top digital talent to create exceptional user experiences for Switzerland. Guided by our core values-Better Together, Aim High, and Act Responsibly-we drive innovation and meaningful change.
Web development
fromSpeckyboy Design Magazine
3 weeks ago

Tips for Streamlining Your Web Development Workflow - Speckyboy

Web development is an ever-evolving industry. That means we're constantly adapting to what's new, all while maintaining quality and efficiency. No sooner are we comfortable with something than it changes on us. This applies to our workflow just as much as it does to other parts of our business. The way we build websites must align with modern best practices. The good news is that you don't have to scrap your tried-and-true processes. Rather, it's about adjusting to your project's needs.
Web development
fromVue.js Jobs
4 weeks ago

Fullstack Developer (Vue/.Net) - Fully Remote (UK/Europe) at Journi Limited - VueJobs

The Role As a Full Stack Engineer with expertise in .NET and Vue, you'll take on a hands-on role in building web applications while working vertically in both the frontend and the backend. Your responsibilities will involve designing, developing, and fine-tuning web applications, using .NET 6+, MediaTR, EF.Core and VueJS 2/3 to create engaging and user-friendly interfaces. You'll work closely with the client's team to deliver a solution that meets their requirements.
Web development
fromTechCrunch
3 weeks ago

The Wayback Machine debuts a new plugin designed to fix the internet's broken links problem | TechCrunch

"Link rot" is the unfortunate phenomenon whereby online articles become populated by broken links - URLs that once led to active pages but now result in error messages or dead ends. A Pew Research study from 2024 showed that nearly 40% of links that existed in 2013 were no longer active. Such "digital decay" occurs across a broad diversity of webpages, from news and government sites to Wikipedia pages to tweets.
Web development
fromGadget Review
4 weeks ago

Best Website Builders with Integrated AI (2026)

By AI website builders have stopped being a novelty. They're tools now. Real ones that save hours of work and produce sites that don't look like templates from 2015. The tech got good enough that you can describe your business in a few sentences and have a working site in under an hour. No coding. No template hunting. The AI handles structure, writes copy, picks colors, and suggests images.
Web development
Web development
fromSearch Engine Roundtable
4 weeks ago

Google's Top Crawling Challenges For 2025

Excessive URL parameter variations—especially faceted navigation and action parameters—cause Googlebot to overcrawl, increasing server load and wasting crawling resources.
fromLogRocket Blog
4 weeks ago

How to build agentic frontend applications with CopilotKit - LogRocket Blog

The web is full of AI assistants that appear to understand application UIs, user data, and intent. In practice, however, most of these systems operate outside the application itself. When you try to build one from scratch, you quickly run into a core limitation: large language models have no native understanding of your React state, component hierarchy, or business logic.
Web development
Web development
fromLogRocket Blog
4 weeks ago

Shadcn UI adoption guide: Overview, examples, and alternatives - LogRocket Blog

Shadcn UI provides copy-pastable component source built on Tailwind CSS with Radix/Base UI primitives, supporting major frameworks and prioritizing developer flexibility over prepackaged components.
Web development
fromCSS-Tricks
4 weeks ago

No-Hassle Visual Studio Code Theming: Building an Extension | CSS-Tricks

Creating a custom syntax-color theme for a website using Astro and Shiki with CSS variables can be done in a few hours and easily refined.
Web development
fromVue.js Jobs
1 month ago

PHP Developer P - Pepac at IRIUM Portugal - VueJobs

Full-stack PHP Developer role in Lisbon building secure, accessible systems with PHP 8.2, Symfony and MySQL; hybrid onsite 3x/week.
Web development
fromCmsreport
4 weeks ago

Preserving CMS Report: Why We Are Transitioning to a Permanent Archive

CMS Report will be transitioned into a permanent archive: no new content or updates will be published while existing material remains online and accessible.
fromSitePoint Forums | Web Development & Design Community
1 month ago

Custom CSS code

Can you formulate the css code to apply the glassmorphism (GM) effect b/g to the tasks below: Glassmorphism code snippet background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(5px); border: 1px solid rgba(255, 255, 255, 0.1); 1.1 Apply the GM effect to the Share B/G, Gallery B/G & Vid B/G icons during onmouseout. 1.2 Apply the GM effect to the Social icons pop-up panel B/G during onmousehover on the Share icon.
Web development
Web development
fromThe Drum
1 month ago

Website search and Google are a completely different ball game

Users expect on-site search to match Google's relevance; managing expectations and investing in high-quality search tools prevents poor UX and potential brand damage.
Web development
fromCSS-Tricks
1 month ago

What's !important #4: Videos & View Transitions, Named Media Queries, How Browsers Work, and More | CSS-Tricks

CSS view transitions combined with JavaScript pageswap/sessionStorage can preserve media state across pages while cascade layers and CodePen 2.0 enhance CSS workflows and projects.
Web development
fromInfoQ
1 month ago

WASM Components are a FaaS' Best Friend

Wasm components enhance FaaS runtimes by enabling modular, efficient, portable, and resource-aware function execution, simplifying building FaaS systems with wasmCloud.
fromAlways Twisted
1 month ago

Introducing ReliCSS: A Tool for Front-End Archaeology

As a contracting front-end developer and Design Systems consultant, I don't always get to work on new things. Sometimes I work within codebases. Sometimes alongside them. Sometimes these codebases are years and years old. When you dive into these projects, you're not just reading code, you're excavating years of decisions, technological limitations, and creative workarounds from days gone by. Over the last decade, I've called this Front-End Archaeology.
Web development
Web development
fromRaymondcamden
1 month ago

Interrogate Your PDFs with Chrome AI

Create an in-browser PDF question-and-answer system using PDF.js and Chrome's on-device Prompt API with client-side parsing and feature detection.
fromVue.js Jobs
1 month ago

Frontend Developer at HICX - VueJobs

We're looking for a creative and self-sufficient Front-End Developer who loves building exceptional user experiences using the Vue ecosystem. You'll join a cross-functional team working on a complex, modular platform that combines SSR apps, embedded widgets, and AI-powered features. If you thrive in an environment where challenges appear daily - and you enjoy turning chaos into clarity - this is your place.
Web development
[ Load more ]