Web development

[ follow ]
#web-hosting
Web development
fromLogRocket Blog
7 hours ago

CSS @function: Dynamic logic without Sass or JavaScript - LogRocket Blog

CSS @function enables dynamic, reusable logic and conditional computations inside stylesheets, reducing reliance on Sass and JavaScript utilities.
Web development
fromBusiness Insider
20 hours ago

I'm an HR professional who vibe-coded an app while my baby slept. I don't want to be a parent or employee who falls behind.

An HR professional taught herself coding and built an AI-assisted family meal-planning web app during maternity leave, accelerating personal growth and career-relevant AI skills.
#bot-detection
Web development
fromMedium
21 hours ago

An easy way to turn any live website into editable code

Anima Web To Code converts any live website into clean, editable, production-ready code instantly, letting users choose stacks (React, TypeScript, Tailwind) and run interactive playgrounds.
Web development
fromjsdevspace.substack.com
3 days ago

Friday Links 28: The Latest in JavaScript (Sep 19, 2025)

Supply-chain attacks, AI-driven offensive tools, and rapid, low-cost AI model training are reshaping developer security priorities and industry competitive dynamics.
Web development
fromMarTech
3 days ago

Preventing Site Health Errors from Snowballing Globally | MarTech

Enterprise international SEO problems multiply across markets, compounding technical debt and requiring coordinated cross-regional fixes beyond isolated technical solutions.
fromjQuery Script
3 days ago

Create Interactive Spreadsheets in jQuery - Excel Grid

Excel Grid Library is a lightweight yet feature-rich jQuery plugin that allows you to create professional, interactive, Excel-style data grid s (spreadsheets). What we found particularly useful is its ability to handle real-time calculations. You can define cells with formulas that reference other cells, and the grid automatically tracks these dependencies. When a value changes, any dependent cell recalculates instantly.
Web development
#css
fromCSS-Tricks
2 weeks ago
Web development

Should the CSS light-dark() Function Support More Than Light and Dark Values? | CSS-Tricks

fromCSS-Tricks
2 weeks ago
Web development

Should the CSS light-dark() Function Support More Than Light and Dark Values? | CSS-Tricks

Web development
from2ality
4 days ago

Learning web development: Version control via Git and GitHub

Use Git and GitHub to manage web project versions; install Git, set default branch to main, and create local repositories with README and project files.
Web development
fromeLearning
5 days ago

Adding in-line hyperlinks to text in Captivate 12.6? - eLearning

Selected-text hyperlinking in the authoring tool turns the entire textbox into a link and the external link may not work when previewed locally.
Web development
fromuna.im
4 days ago

Follow-the-leader pattern with CSS anchor positioning

Use CSS anchor positioning with a single follower element and dynamically updated anchor-name to create a follow-the-leader effect across hover, focus, or JS events.
Web development
fromCSS-Tricks
5 days ago

Is it Time to Un-Sass? | CSS-Tricks

Sass adoption in 2012 streamlined CSS workflow using SCSS, Compass, and GUI tools like Scout, enabling rapid setup while preserving native CSS skills.
Web development
fromVue.js Jobs
6 days ago

Staff Web Engineer at Truecaller - VueJobs

Company provides a global AI-driven caller ID and spam-blocking service protecting users from fraud, harassment, and unwanted messages, reaching over 450 million monthly users.
Web development
from2ality
6 days ago

Learning web development: Native package managers

Install an OS package manager to get native shell commands (like curl) that npm cannot provide, enabling non-JavaScript tools for web development tasks.
#genai
Web development
fromMarTech
6 days ago

Why every technology revolution feels the same, until it isn't | MarTech

AI represents another transformative technology; lessons from past tech revolutions show adoption timelines, infrastructure, market education, and business models determine real impact.
#javascript
fromZacks
2 weeks ago
Web development

Pardon Our Interruption

Enable JavaScript and cookies and disable interfering privacy plugins to avoid being flagged as a bot and restore site access.
from2ality
3 weeks ago
Web development

Learning web development: Plain objects in JavaScript

Plain JavaScript objects group related named data into properties for reading and writing; classList.toggle toggles a CSS class to show or hide DOM content.
Web development
from2ality
1 week ago

Learning web development: Authenticating users with plain Node.js

Build a Node.js web server implementing HTTP password authentication, using dynamic import for async crypto utilities, password hashing, and Base64 for binary-to-text encoding.
fromSitePoint Forums | Web Development & Design Community
1 week ago

How Are Developers Balancing Performance and Features in Modern Web Apps?

I've been thinking about how web apps nowadays seem to pack many features-from dark mode to animations, rich client-side interactions, offline support and more. All of this is great, but I keep wondering: at what point do these extras hurt performance or the user experience? A few things I'm curious about: Do developers here ever delay implementing a "nice extra" because it slows down load time? What metrics or tools do you use to measure whether a feature is "too expensive" in terms of performance (mobile especially)? Are there features you've removed / scaled back after noticing performance issues? How do you decide which features are "must-have" and which are "nice-to-have" when building something new?
Web development
Web development
fromRaymondcamden
1 week ago

Links For You (9/13/25)

Two interviews and completed demos; curated links include Intl Segmenter, streaming Microsoft Flight Simulator telemetry to InfluxDB, an extensive JavaScript/web series, and a music track.
Web development
fromLondon Business News | Londonlovesbusiness.com
1 week ago

Appy Pie launches Snappy 2.5: A faster, smarter website builder that listens to its users - London Business News | Londonlovesbusiness.com

Snappy 2.5 improves customization, speed, reliability, and integrations to help small businesses and creators build more distinctive, performant no-code websites.
fromLogRocket Blog
1 week ago

Can native web APIs replace custom components in 2025? - LogRocket Blog

The web is evolving at an incredible pace. I've been writing about web development for over a decade (and building websites even longer), but for the first time, it feels challenging to keep up. While we may never see "HTML6" or"CSS4," new standards continue to emerge and browsers are adopting them faster than ever. Features like <dialog>, <details>, and the Popover API are now widely available.
Web development
#frontend-development
fromFast Company
1 week ago

25 online business ideas you can start from anywhere

As you sit in Monday morning traffic or attend yet another boring meeting, you're probably thinking there must be a better, more satisfying, and more profitable way to spend your time. The good news? There absolutely is. The internet has created all sorts of online business opportunities, and now anyone can access them easily and inexpensively. Here are 25 of the best online business opportunities that you can establish anywhere you can find a decent internet connection.
Web development
fromSitePoint Forums | Web Development & Design Community
1 month ago

I built a "Grow a Garden Calculator" - would love your feedback

I've recently been working on a little side project for fun and practice: a Grow a Garden Calculator. It's a simple web tool that helps players calculate values and trades inside the Grow a Garden game. The idea is to make it easier for players to: check the value of different crops, pets, and items, plan fair trades, and experiment with different strategies.
Web development
fromSmashing Magazine
1 week ago

Integrating CSS Cascade Layers To An Existing Project - Smashing Magazine

The idea behind this is to share a full, unfiltered look at integrating CSS Cascade Layers into an existing legacy codebase. In practice, it's about refactoring existing CSS to use cascade layers without breaking anything. You can always get a fantastic overview of things in Stephenie Eckles' article, " Getting Started With CSS Cascade Layers ". But let's talk about the experience of integrating cascade layers into real-world code, the good, the bad, and the spaghetti.
Web development
Web development
fromJoshwcomeau
1 week ago

Color Shifting in CSS * Josh W. Comeau

Use HSL to randomize particle hues while fixing saturation and lightness for cohesive palettes; CSS hue-shifting during fade reveals limitations requiring workarounds.
Web development
fromSearch Engine Roundtable
1 week ago

Google Search Console Removes Support For Some Deprecated Structured Data Types

Google removed Search Console and Rich Result Test support for six deprecated structured data types on September 9; the API supports them through December 2025.
Web development
fromVue.js Jobs
3 weeks ago

Senior Frontend Engineer - UI Developer at CC Staffing International - VueJobs

Senior frontend UI developer building performant, accessible, scalable web interfaces with Astro and Vue.js, collaborating across design and backend.
fromSitePoint Forums | Web Development & Design Community
4 weeks ago

VS Code and Live Server Extension

Like many, I use VS Code to write and manage code. Having recently got into PHP, I needed a means to display the results of my PHP code and discovered that the Live Server extension doesn't include PHP. I then learned that another extension, PHP Server, would allow me to display PHP content; however, I can no longer invoke Live Server by right clicking. It's still installed, but apparently there is a conflict between PHP Server and Live Server.
Web development
Web development
fromSearch Engine Roundtable
2 weeks ago

Google Says Go With Traditional TLD Even If You Need A Hyphen In Domain Name

Use a traditional TLD (for example .com) even with hyphens rather than a cheap or spammy TLD like .xyz to avoid trust and recognition issues.
Web development
fromCSS-Tricks
2 weeks ago

Composition in CSS | CSS-Tricks

CSS composition is inherent and occurs both via HTML class addition and within CSS files through mixins or utilities; utility-based composition is not fundamentally different.
Web development
from2ality
2 weeks ago

Learning web development: Installing npm packages and bundling

Web apps use npm libraries, tests, and a bundling build step that outputs a single bundle and follows a project file structure.
Web development
fromSubstack
2 weeks ago

JavaScript Weekly Highlights: Friday Picks #27

Google's Nano Banana rapidly achieved massive adoption and integrated image-generation across multiple Google platforms while the JavaScript ecosystem saw diverse tooling and framework updates.
fromFrontendmasters
3 weeks ago

The `-path` of Least Resistance (Part 2)

Now it's time to break free from containment entirely. In this second part, we're shifting from shapes that hold things in place to paths that guide movement. We're moving from clip-path to offset-path, where your elements don't get clipped into new shapes, they travel along custom routes. We talk about reduced motion for accessibility later in this post, but not all the demos in this post implement that media query
Web development
fromZDNET
2 weeks ago

WordPress.com review: A heavyweight site builder that makes you work for it

is supposed to be the easy way to run a WordPress site without dealing with the headaches of hosting, security, or server maintenance. You pay them, they keep the lights on, and you get to focus on your content. Simple enough. The platform's been around forever, starting life as a humble blogging tool. Now, it powers a huge chunk of the internet. Everyone from travel bloggers to small businesses to online stores leans on it. The problem is, in 2025,
Web development
Web development
fromGeeky Gadgets
2 weeks ago

Claude Code Starter Template & Beginners Guide to Building Apps

AI-powered starter templates and tools like Claude Code make app development accessible, speeding setup, integrating databases, and simplifying deployment for beginners.
Web development
fromLogRocket Blog
2 weeks ago

Don't vibe code your backend: The hidden dangers of BaaS - LogRocket Blog

Vibe coding uses LLMs to let developers build apps via natural language, often relying on BaaS for rapid backend features but risking security and privacy.
fromNooshu
3 weeks ago

Hack to the Future - Frontend

Studying past best practices and legacy systems is crucial for understanding the evolution of technology and making informed decisions today. By examining the problems old practices were designed to solve, we gain a deeper appreciation for current best practices and avoid repeating past mistakes. As the philosopher George Santayana once said: Those who cannot remember the past are condemned to repeat it. This historical perspective also reveals enduring principles like progressive enhancement, which remains vital for creating accessible and resilient systems on the web.
Web development
Web development
fromTreehouse Blog
2 weeks ago

Designing Responsive Websites

Use flexible layouts, fluid media, and CSS media queries to create websites that adapt seamlessly across smartphones, tablets, laptops, and large monitors.
Web development
fromVue.js Jobs
1 month ago

Full Stack Developer - Vue.js / Laravel / MongoDB (Remote) at Animals First - VueJobs

Strong technical skills in Vue.js, Laravel, and MongoDB are essential for the full stack developer position.
Web development
fromLogRocket Blog
2 weeks ago

The silent shift to Vite: What it means for your stack - LogRocket Blog

Vite surpassed Webpack with 140 million weekly downloads, offering faster builds and instant hot reloads that shift developer adoption away from traditional bundlers.
fromjQuery Script
2 weeks ago

Multi-Directional Infinite Scroll Plugin for jQuery - scrollPaging.js

scrollPaging is a lightweight jQuery plugin that adds infinite scroll functionality to your web pages. It automatically fetches content from an external data source via AJAX and appends it to the end of an existing container as the user scrolls. This creates a continuous browsing experience that loads more content on demand, without the need of writing complex pagination logic.
Web development
Web development
fromwww.jqueryscript.net
3 weeks ago

Weekly Web Design & Development News: Collective #620

Weekly collection of essential web development and design tools, libraries, AI assistants, UI kits, performance tips, and free assets for building faster, modern web apps.
#html
fromJoeldare
3 weeks ago
Web development

Why I'm Writing Pure HTML & CSS in 2025

Pure HTML and CSS enable lightweight, fast, low-maintenance websites that load quickly, reduce resource use, and simplify hosting and deployment.
fromFrontendmasters
3 weeks ago
Web development

Opening a Details Element from the URL

Hash-link to an element inside a <details> so the browser opens that <details> automatically when a URL contains the fragment.
fromjQuery Script
3 weeks ago

Modern, Customizable jQuery Modal Plugin for Tailwind CSS

Tailwind-jQuery Modal is a lightweight jQuery modal plugin that creates responsive, modern, customizable modal dialogs for web apps styled with the Tailwind CSS framework. It combines the utility-first approach of Tailwind CSS with jQuery's DOM manipulation capabilities to provide smooth anf flexible modal experiences across different devices. Features: Multiple Modal Types: Support for standard dialogs, slide panels, and image/video modals. Animation Framework: CSS3-powered transitions with customizable timing and effects. Media Modal Support: Built-in image zoom and YouTube video embedding capabilities.
Web development
Web development
fromRaymondcamden
3 weeks ago

Adding a Web Debugger to BoxLang (First Version)

ColdFusion's built-in debugging output provides detailed per-request diagnostics—queries, component timings, template timings, variables and exceptions—useful for identifying performance bottlenecks in development.
fromOreilly
3 weeks ago

Modern JavaScript

ECMAScript is a standard for several scripting languages, including JavaScript. Since 2015, a new version of the ECMAScript spec has been published annually. These versions-ES6, ES7, and ES8, respectively-don't deprecate any old syntax, so you'll be able to safely run legacy ES5 code in future web browsers or standalone JavaScript engines, but they also include lots of new syntax elements that make the process of writing JavaScript code more productive.
Web development
Web development
fromPiccalilli
3 weeks ago

The interpolate-size property is a great example of progressive enhancement

interpolate-size enables CSS transitions between intrinsic size keywords (auto, min-content, max-content, fit-content), allowing smooth animations to computed sizes like height:auto.
from2ality
3 weeks ago

JavaScript's trademark problem

During its lifetime, JavaScript has had several names: During development, its name was Mocha. In the Netscape Navigator 2.0 betas (September 1995), it was called LiveScript. In Netscape Navigator 2.0 beta 3 (December 1995), it got its most common name, JavaScript. Why that name? JavaScript was going to be a glue language for components written in Java. The first standard for JavaScript was published in 1997, hosted by Ecma International (called ECMA at the time).
Web development
Web development
fromArs Technica
3 weeks ago

Blogging service TypePad is shutting down and taking all blog content with it

TypePad, the hosted blogging service created by Six Apart, has been discontinued and its content risks being lost except via archives like the Wayback Machine.
fromSearch Engine Roundtable
3 weeks ago

Some Sites Are Seeing Crawl Rate Declines In Google Search Console

There are several posts in the Search Central Forum about this, and I just saw the issue pop up for a client. Google's Crawl Stats reporting drops heavily around 8/8. There is no impact to rankings and traffic, but all the sites posting about this see it happen on 8/8. My client is not blocking crawling of Googlebot, and Bing seems totally fine crawling-wise.
Web development
Web development
fromjQuery Script
3 weeks ago

Inline Image Crop/Resize/Zoom/Pan Plugin - mosaico-cropper

mosaico-cropper provides a touch-enabled inline jQuery image cropper supporting crop, resize, zoom, pan, and back-end processing with simple dependency-based integration.
fromCSS-Tricks
3 weeks ago

A Radio Button Shopping Cart Trick | CSS-Tricks

This post covers a design referred as infinite selection. Metaphorically infinite. Here's how it works: That's right, you click an item and it jumps right into the shopping cart, complete with a smooth transition that shows it happening. You can add as many items as you want! And guess what: all of it is done in CSS - well, except the part that keeps count of selected items - and all it took is a combination of radio form inputs in the markup.
Web development
Web development
fromFrontendmasters
1 month ago

Quick Dark Mode Toggles

Chrome, Firefox, and Safari offer DevTools controls to emulate prefers-color-scheme for light/dark testing, with Chrome's control in Rendering and a nonstandard automatic dark mode.
Web development
from2ality
3 weeks ago

Learning web development: Web servers

URLs consist of protocol, host, and pathname; they identify how and where a browser retrieves web resources, with directory paths commonly mapping to index.html.
Web development
fromSmashing Magazine
3 weeks ago

Optimizing PWAs For Different Display Modes - Smashing Magazine

Configuring PWA display modes requires adapting app UI to replace browser features users expect when browser chrome is hidden.
Web development
fromjQuery Script
3 weeks ago

Smart jQuery Tooltips with Perfect Arrow Positioning - HoverMe

HoverMe provides animated, responsive jQuery tooltips with smart arrow placement, multiple positions, data-attribute overrides, CSS transitions, and full color customization.
Web development
fromMedium
3 weeks ago

A Developer's Practical Guide to Prompting Hope AI

A two-phase process transforms designs into production-grade, scalable applications with reusable components using Hope AI and Bit Cloud.
Web development
fromwww.jqueryscript.net
4 weeks ago

Weekly Web Design & Development News: Collective #619

Weekly roundup of essential web development and design tools, libraries, AI resources, code snippets, and free assets for practical use and experimentation.
fromMedium
3 months ago

Another stupid side project-whatbin.fyi

There is this small thing called AI that you may have heard everyone talk about. In particular, products that allow people to describe what they want, and it creates it for them. That obviously sounds great. And it is. But it can also be bad. Trash in, trash out. There's a billion articles and opinions about this, so I won't add another. But I will talk for 3 minutes about how I used one of these products, Lovable,
Web development
Web development
fromVue.js Jobs
1 month ago

Senior Frontend Engineer - Remote Europe at Reedsy - VueJobs

Reedsy seeks an experienced Vue.js front-end developer to build responsive, mobile-friendly apps, create visualizations, and collaborate with designers and back-end engineers.
Web development
fromWebKit
1 month ago

Rolling the Dice with CSS random()

Random functions in programming languages are amazing.You can use them to generate variations, to make things feel spontaneous and fresh.Until now there was no way to create a random number in CSS.
Web development
fromHackernoon
1 month ago

Want Stronger Frontend Skills? Spend a Week On-Call | HackerNoon

You're going to hate me for saying this, but I actually like being on-call.
...
It's taught me more about frontend quality than any bug tracker ever did.
Web development
fromNew Relic
1 month ago

Enhancing Performance Troubleshooting: Connecting Core Web Vitals with Session Replays

Integration of Core Web Vitals with Session Replays displays LCP and INP on replay timelines, enabling faster root-cause identification and prioritized fixes.
[ Load more ]