Bluesky requires JavaScript to function as a heavily interactive web application, although basic HTML interfaces are possible but not implemented.
Standard browser compatibility notice informing users about JavaScript being disabled and providing guidance for enabling it or switching browsers.
A technical message indicating a website security verification process is in progress with a prompt to enable JavaScript and cookies to proceed.
A technical verification page appears to be displayed, requesting JavaScript and cookies to be enabled for website access.
A detailed exploration of bookmarklets and custom URL schemes reveals their underutilized potential for enhancing browser functionality through JavaScript-enabled bookmarks and custom protocol handlers. The functionality allows users to create custom buttons that can interact with both web content and local applications, enabling powerful browser-to-application workflows. The technology demonstrates the possibility of more extensible and powerful GUIs, though implementation currently requires some technical expertise.
Cloudflare has initiated legal proceedings against LaLiga over IP blocking measures that affected millions of unrelated website users. The dispute arose after LaLiga blocked two pirate streaming platforms using Cloudflare's technology, affecting shared IP addresses that hosted thousands of legitimate domains.
A developer documents their journey of replacing Disqus with Mastodon-powered comments on their blog, detailing the technical implementation process and considerations. The solution involves fetching comments via Mastodon's API and displaying them using JavaScript, while maintaining a blacklist system for content moderation.
Vine is a new programming language designed for web development that aims to combine modern features with simplicity and performance. The language emphasizes safe concurrency, static typing, and seamless JavaScript interoperability while maintaining a familiar syntax for experienced developers.
Wasm_of_ocaml, a fork of Js_of_ocaml compiler that translates OCaml bytecode to WebAssembly, has released its first feature-complete version 6.0.1. The compiler offers better performance than Js_of_ocaml while maintaining compatibility, showing 2x-8x improvements in benchmarks and leveraging WasmGC for enhanced JavaScript interoperability.
BritCSS is a JavaScript library enabling traditional English spelling for CSS properties through client-side conversion. The library supports multiple implementation methods including file-based CSS, inline styles, and programmatic usage.