javascript

  • Nice to see an update from the WP Feature (former WP Notify) project! Apparently there’s a “#JavaScript based system for displaying notifications” being worked on. You can test w/ feature plugin. make.wordpress.org/core/2023/04/2… #WordPress …

  • What a nice effect on this @CreativeSouthGA site. Load up creativesouth.com and move your cursor around. @dandenney pointed me to this post from @rachsmithtweets on a recreation w/ #CSS #JavaScript and HTML. rachsmith.com/recreating-cre… pic.tw…

  • tabSidian ( cgranier/tabSidian )

    tabSidian gathers your open tabs and turns them into a markdown list. Created by cgranier on Apr 20, 2023.

  • kv.js ( HeyPuter/kv.js )

    Fast, in-memory caching module for JavaScript. Inspired by Redis. Created by HeyPuter on Apr 17, 2023.

  • KV.JS is a fast, in-memory data store written in pure #JavaScript, heavily inspired by Redis. It is capable of handling multiple data types, including strings, lists, sets, sorted sets, hashes, and geospatial indexes. https://github.com/HeyPuter/kv.js

  • How to detect all changes to a form with vanilla #JavaScript https://gomakethings.com/how-to-detect-all-changes-to-a-form-with-vanilla-javascript/

  • Building a CodePen Type Editor from Scratch https://decode.sh/building-a-code-pen-type-editor-from-scratch #CSS #JavaScript

  • DPaint-js ( steffest/DPaint-js )

    Webbased image editor, modeled after the legendary Deluxe Paint with a focus on retro Amiga file formats: read and write Amiga icon files and IFF ILBM images Created by steffest on May 09, 2022.

  • "Very Cool – Nerd Version" DPaint.js is a "webbased image editor modeled after the legendary Deluxe Paint with a focus on retro Amiga file formats". https://www.stef.be/dpaint/ #opensource https://github.com/steffest/dpaint-js #JavaScript

  • How to convert numbers into currency strings with vanilla #JavaScript and the Internationalization API https://gomakethings.com/how-to-convert-numbers-into-currency-strings-with-vanilla-javascript-and-the-internationalization-api/

  • @Kilian shares a couple of #JavaScript patterns for checking more than one value of the same variable. https://kilianvalkhof.com/2023/javascript/a-small-javascript-pattern-i-enjoy-using/

  • javascript-algorithms ( trekhleb/javascript-algorithms )

    📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings Created by trekhleb on Mar 24, 2018.

  • Programming-language popularity by #GitHub pull requests via @lemire https://lemire.me/blog/2023/04/07/programming-language-popularity-by-github-pull-requests/ "The most popular languages are #JavaScript / #TypeScript and #Python … #PHP is falling in popularity among open source developers"

  • Very educational for #JavaScript folks: A repository contains JavaScript based examples of many popular algorithms and data structures. https://github.com/trekhleb/javascript-algorithms

  • Interesting: Croner: "Cron for #JavaScript and #Typescript" https://github.com/Hexagon/croner

  • This might be the coolest GPT-4 thing i’ve seen today… “Taxy AI” controls your browser for automation and repetitive actions. #opensource #JavaScript github.com/TaxyAI/browser… pic.twitter.com/QErPsCjPDw Video

  • Drama, conflict, and disagreements happen in any large enough community. For the #JavaScript community the topic of frameworks is one that’s been hot for a few months. I think a few points here (via Jared White) can apply to the #WordPress commu…

  • quill ( quilljs/quill )

    Quill is a modern WYSIWYG editor built for compatibility and extensibility. Created by quilljs on Jul 30, 2012.

  • I learned that you can figure out if people are hitting reload on your pages via performance.navigation.type (Navigation timing API) https://www.stefanjudis.com/today-i-learned/the-navigation-timing-api-and-the-type-of-the-current-navigation/ #JavaScript

  • "In the future everything will run on #Javascript." The future:

  • quill-mention ( quill-mention/quill-mention )

    💬 @mentions for the Quill rich text editor Created by quill-mention on Jan 08, 2018.

  • Here's a few cool things you can do in #JavaScript that don't come up often for many: https://medium.com/front-end-weekly/5-advanced-javascript-tricks-for-experienced-developers-5fe29e3e5e5e

  • validator.js ( validatorjs/validator.js )

    String validation Created by validatorjs on Oct 06, 2010.

  • validator.js is a #JavaScript library of string validators and sanitizers. github.com/validatorjs/va…

  • Devs: Progressively enhancing a table with a Web Component: https://www.raymondcamden.com/2023/03/14/progressively-enhancing-a-table-with-a-web-component #JavaScript (via @raymondcamden)

  • If you do any coding in JS “When #JavaScript Fails” via @jefgodesky is worth a read IMO. scribe.rip/@jason.godesky… “If you’ve ever waited for a page to load, then finally given up, hit the “X,”… you’ve experienced what it’s like when JavaScrip…

  • The “coolest” #JavaScript features from the last 5 years, including String.padStart() and String.padEnd() (via @PippaThompson14) dev.to/ppiippaa/some-…

  • Neat. Change favicon on switching browser tabs in #JavaScript. amitmerchant.com/change-favicon… via @amit_merchant pic.twitter.com/UqEhSb3vWp Video

  • This article from Linus Schlumberger goes through almost all of the changes of the last 3 years (and some from earlier) in #JavaScript / ECMAScript and #TypeScript. medium.com/@LinusSchlumbe…

  • snap.js is a copy and paste #JavaScript library that can be mixed into a project. thescottyjam.github.io/snap.js/#!/uti…