javascript
-
How to detect whether an HTTP request was submitted via HTML form or with #JavaScript to the server. https://austingil.com/http-javascript-vs-html/
-
Neat! Draw #SVG rope using #JavaScript muffinman.io/blog/draw-svg-… pic.twitter.com/PN5wYqJDGM
-
Going WAY back: What appears to be #JavaScript emulation of “WorldWideWeb” the first web browser/editor (written in 1990) running on a NeXT machine. worldwideweb.cern.ch/browser/
-
If you do #JavaScript, here’s a post on the FormData API that “allows serializing form fields and provides methods to get, set, and update values.” (via @chrisferdinandi) 12daysofweb.dev/2022/formdata-…
-
Guide to some lesser known #JavaScript APIs – Page Visibility API – Web Share API – Broadcast Channel API – Internationalization API smashingmagazine.com/2022/09/javasc…
-
Lesser known #JavaScript APIs – Page Visibility API– Web Share API– Broadcast Channel API– Internationalization API https://www.smashingmagazine.com/2022/09/javascript-api-guide/
-
Nice looking intro: “Baby Steps With #TypeScript (#JavaScript with a type system)” telerik.com/blogs/baby-ste…
-
Min is a free and #opensource “minimal” web browser with focus on privacy… written w/ #CSS and #JavaScript using Electron. Seems Mac only for now. minbrowser.org github.com/minbrowser/min
-
If you do #JavaScript and like advent calendars here are coding challenges every day of December: adventjs.dev
-
Tiny and elegant #JavaScript HTTP client based on the browser Fetch API: github.com/sindresorhus/ky
-
Dynamic Tab-Size Demo Using #CSS Custom Properties In #JavaScript (via ) bennadel.com/blog/4366-dyna…
-
How to both simulate a slow-loading jQuery plugin and to wait for it to load from a #Cypress test. #JavaScript glebbahmutov.com/blog/slow-load…
-
sQuery: a super minified ES6+ modern jQuery that’s less than 9.5KB and that works great w/ modern #JavaScript frameworks. squery.vercel.app
-
"Speeding up the #JavaScript ecosystem – one library at a time" https://marvinh.dev/blog/speeding-up-javascript-ecosystem/ How the most popular libraries can be sped up by avoiding unnecessary type conversions or by avoiding creating functions inside functions.
-
Interesting: Expiration Cap removed from #JavaScript cookies in WebKit browsers. simoahava.com/privacy/first-…
-
sQuery: a super minified ES6+ modern jQuery that’s less than 9.5KB and that works great w/ modern #JavaScript frameworks. (via @ExisVR) squery.vercel.app
-
Cryptboard.io is an #opensource web clipboard that allows to send text messages and files between multiple devices with end-to-end encryption github.com/MihanEntalpo/c… #JavaScript
-
Interesting #JavaScript experiment: Recreating Apple’s “Dynamic Island” 🏝️ cho.sh/w/9F7F85
-
Neat. Hydra is live code-able video synth and coding environment that runs directly in the browser. #opensource #JavaScript hydra.ojack.xyz
-
Interesting developer thing: A secure sandbox to execute untrusted user #JavaScript, in a web browser, without any risk to your own domain/site/page. github.com/markwylde/work…
-
A fully #opensource & end-to-end encrypted note taking alternative to Evernote. #JavaScript github.com/streetwriters/…
-
How to use open data to visualize active fires 🔥 around the world with #Javascript. Sidenote: terrifying how many are in Africa. 🌍 blog.znote.io/2022/znote-cli…
-
Simple colored logging for your #JavaScript CLI output (via @mazzarolomatteo) mmazzarolo.com/blog/2022-08-2…
-
WP React Plugin Boilerplate is a “starter #WordPress plugin to develop WordPress Plugin via React and Rest API.” #JavaScript github.com/codersantosh/w…
-
async and await in #JavaScript gomakethings.com/async-and-awai…
-
Bookmarking: “How to Build an E-commerce Site with a Perfect Lighthouse Score” with Fresh (framework that “sends zero #JavaScript to client by default”) and Shopify’s storefront API. deno.com/blog/ecommerce… fresh.deno.dev
-
This Seinfeld “web development” moment was too good not to share. #JavaScript #bananajs
-
#JavaScript devs: TIL (via @mmatuzo) that you can use the :scope pseudo class to select direct children of an element w/ .querySelectorAll(). matuzo.at/til/til47/
-
Nutshell is a #JavaScript tool for a blog to make “expandable explanations” that can include embeds, re-use explanations from other websites and authors, etc. ncase.me/nutshell/
-
“Using Automation to Improve my Public Speaking” I think is cool just to see how using #JavaScript and Puppeteer can help w/ automation stuff like this. (via @james_a_rob) automating.life/posts/using-au…