#javascript

[ follow ]
#bot-detection
#cookies
fromSlicker
20 hours ago

Mini Logo Interpreter in 100 lines of pure JS

Logo is a programming language designed in the 60s. Its most famous feature is turtle graphics: the programmer controls the "turtle" (cursor) with instructions like forward, left, right, repeat and the turtle leaves a 'trace' on the screen. Today we'll build a compact, single-file logo interpreter in about 100 lines of pure JavaScript. To keep the code short, we'll only implement the four instructions above, plus color_cycle (not part of the standard Logo) that cycles through 36 HSV hues.
JavaScript
JavaScript
fromSubstack
5 days ago

Friday Links #34: Fresh JavaScript Tools & Releases

Pinterest claims parity with ChatGPT in search volume and emphasizes visual search and e-commerce integrations to capture commercial intent and buying journeys.
Privacy professionals
fromZacks
6 days ago

Pardon Our Interruption

Browser settings, rapid navigation, or extensions that block JavaScript or cookies can trigger anti-bot protections and block access until cookies and JavaScript are enabled.
fromLogRocket Blog
6 days ago

How to solve package validation pain with Publint - LogRocket Blog

Package validation is the process of verifying that your library is correctly structured, configured, and ready to be consumed by others before you publish it. It's not about checking whether your logic works. That's what tests are for. It's about making sure your package metadata, entry points, module formats, and published files all line up so that consumers can install and use it without unexpected runtime errors.
Node JS
JavaScript
fromwww.sitepoint.com
6 days ago

How to display output of JavaScript calculation in html form?

Attach oninput handlers that read and parse price and quantity values, compute total (price * quantity), and immediately set the Total field value.
Node JS
fromCodeberg.org
1 week ago

promethee

Promethee provides UEFI bindings that let JavaScript code in script.js run as a freestanding bootloader and call UEFI services.
Web development
fromwww.jqueryscript.net
1 week ago

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.
fromVue.js Jobs
3 weeks ago

Senior Frontend Developer | Vue.js (Remote) at iubenda - VueJobs

We're iubenda, the team turning compliance into a growth engine. We help over 110K businesses all around the world build trust, boost performance, and grow without limits. Now part of team.blue (https://team.blue/), we're scaling privacy tech with confidence, creativity, and a little bit of attitude. Join a team that moves fast, thinks big, and makes privacy feel exciting again! 🎯 Mission & Core Purpose We're looking for a brilliant and motivated Senior Vue.js Developer to join our team.
Web development
Privacy technologies
fromZacks
2 weeks ago

Pardon Our Interruption

Access blocked for bot-like behavior; enable JavaScript and cookies and disable extensions that block scripts, or slow automated navigation to regain access.
#temporal-api
JavaScript
fromAllthingssmitty
2 weeks ago

Explicit resource management in JavaScript - Matt Smith

JavaScript adds explicit resource management ('using') to guarantee automatic cleanup of opened resources without verbose try/finally code.
Information security
fromDroids On Roids
3 weeks ago

When ZeroWidth Isn't Zero: How I Found and Fixed a Vulnerability | Blog

Unicode Variation Selectors can inflate UTF-16 storage size while still passing perceived-length checks, enabling payload injection, performance issues, and possible database crashes.
fromInfoWorld
3 weeks ago

Using JavaScript's built-in objects

The toString() method is very simple. You can call it on anything, and if nothing has been defined, it'll use the default version. Many objects, like arrays, do define their own version. Custom objects can also define a version. When you interpolate an object into a string literal- console.log("This is my object: " + myObject)-it will call the toString() method.
JavaScript
Web development
fromInfoWorld
3 weeks ago

5 ways to use JavaScript promises

Promises provide a simple, standardized mechanism to handle asynchronous operations in JavaScript by using resolve and reject to deliver results or errors.
fromTreehouse Blog
4 weeks ago

JavaScript Basics: From Syntax to the DOM

JavaScript is the layer of the web that turns static pages into interactive experiences. While HTML structures content and CSS controls presentation, JavaScript responds to user actions, updates content dynamically, and connects logic to what happens in the browser. For many beginners, JavaScript is also where learning starts to feel less abstract. You write code, refresh the page, and immediately see something change. This direct feedback helps explain not just how JavaScript works, but why it matters. Many learners first encounter JavaScript through online coding courses, where short exercises make it easier to experiment and understand how code affects real pages.
JavaScript
Web development
fromjQuery Script
1 month ago

Realistic Fireworks Animations Using Canvas - fireworks.js

fireworks.js generates realistic, configurable HTML5 canvas fireworks animations with multi-framework support and responsive, nonintrusive background placement.
Web development
fromeLearning
1 month 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.
[ Load more ]