#javascript

[ follow ]
#bot-detection
#cookies
#web-development
JavaScript
fromjQuery Script
1 week ago

Performant Drag And Drop JavaScript Library - Draggabilly

Draggabilly provides performant, touch-friendly draggable behavior with containment, grid snapping, custom handles, and drag-state styling for any DOM element.
Web development
fromRaymondcamden
1 week 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.
fromSearch Engine Roundtable
2 weeks ago

Google Shopping Crawlers Are Too Fast To See JavaScript/Dynamic Structured Data

Yes, the shopping crawler has to consume shopping structured data incredibly fast so it has up-to-date pricing, inventory, availability and so forth for the Google Shopping Graph. Because of the speed and quanity of feeds it needs to consume over-and-over again, it does not have time to wait for JavaScript to dynamically generated the structured data.
E-Commerce
fromSlicker
3 weeks ago

Newton's Cradle Tutorial

Step 2: Initialize Canvas and Constants Set up the canvas context and define the physical parameters of your cradle: const canvas = document.getElementById('canvas'); const ctx = canvas.getContext('2d'); const numBalls = 5; // Number of balls in cradle const ballRadius = 20; // Radius of each ball const stringLength = 150; // Length of pendulum string const frameY = 50; // Y position of top frame const spacing = ballRadius * 2 + 2; // Space between balls const centerX = canvas.width / 2; // Center of canvas let balls = []; let dragging = null; // Track which ball is being dragged
JavaScript
JavaScript
fromwww.jqueryscript.net
3 weeks ago

Carousel & Marquee Like Scrolling List Plguin - Scrollbox.js

Scrollbox is a lightweight, customizable ES6+ JavaScript plugin (optional jQuery) for smooth vertical or horizontal content carousels with autoplay and dynamic feeding.
Web design
fromSmashing Magazine
4 weeks ago

Masonry: Things You Won't Need A Library For Anymore - Smashing Magazine

Native CSS Masonry enables masonry-style layouts without heavy JavaScript, reducing reliance on JS and encouraging use of CSS platform features for layout tasks.
Web development
fromTreehouse Blog
4 weeks ago

Front-End Web Development: Build and Design Interactive Websites

Front-end development enables creation of visual, interactive websites using HTML, CSS, and JavaScript and offers an accessible path for beginners.
Software development
fromInfoQ
1 month ago

Aspire 13 Delivers Multi-Language Support and Significant Enhancements Across the Platform

Aspire 13 transforms Aspire into a polyglot application platform with first-class Python and JavaScript support alongside existing .NET capabilities.
Web frameworks
fromInfoWorld
1 month ago

Writing code is so over

Web development evolved from single-file HTML pages with decorative GIFs and blinking text to dynamic JavaScript/CSS experiences, jQuery DOM control, and many JavaScript frameworks.
Web development
fromwww.jqueryscript.net
1 month ago

Weekly Web Design & Development News: Collective #632

Weekly roundup of web development and design resources: JS/CSS libraries, code snippets, UI components, AI tools, design freebies, and major news like Gemini 3 Pro.
[ Load more ]