Javascript

Javascript

340 bookmarks
Newest
JavaScript Obfuscator Tool
JavaScript Obfuscator Tool
JavaScript Obfuscator is a free online tool that obfuscates your source code, preventing it from being stolen and used without permission.
·obfuscator.io·
JavaScript Obfuscator Tool
Learn Alpine JS in this free interactive tutorial
Learn Alpine JS in this free interactive tutorial
Alpine.js is a rugged, minimal framework for composing Javascript behavior in your markup. That's right, in your markup! It allows you to write most of your JS inline in your HTML, making it easier to write declarative code (as opposed to procedural code). According to its creator Caleb Porzio,
·freecodecamp.org·
Learn Alpine JS in this free interactive tutorial
Digging into Alpine.js
Digging into Alpine.js
Alpine touts itself as “jQuery for the modern web”. It’s got a minimal but powerful set of features, let me walk you through the basics and demonstrate how quick it is to start using Alpine.
·verpex.com·
Digging into Alpine.js
Master JavaScript
Master JavaScript
Check out our interactive course to master JavaScript from start to finish to build your dream projects.
·webtips.dev·
Master JavaScript
Webtips
Webtips
Get your weekly dose of webtips on the world of web technologies - Learn about web development with bite-sized tutorials
·webtips.dev·
Webtips
Templating in HTML
Templating in HTML
I’m Kitty Giraudel, a non-binary trans frontend developer based in Berlin, focused on accessibility and inclusivity.
·kittygiraudel.com·
Templating in HTML
Mithril.js
Mithril.js
Mithril.js is a modern, small, fast client-side Javascript framework for building Single Page Applications.
·mithril.js.org·
Mithril.js
Writing JavaScript that responds to media queries
Writing JavaScript that responds to media queries
I wanted to change the layout of [my blog](https://simonwillison.net/) on mobile screens such that the content from the "Elsewhere" right hand column combined with the main column in the correct order
·til.simonwillison.net·
Writing JavaScript that responds to media queries
JavaScript date objects
JavaScript date objects
A few notes on JavaScript `Date` object, based on trying to do some basic things with them in Observable notebooks. ## Parsing ISO format strings into a Date object I had date times that looked like
·til.simonwillison.net·
JavaScript date objects
Implementing a "copy to clipboard" button
Implementing a "copy to clipboard" button
I had to figure this out while building [datasette-copyable](https://github.com/simonw/datasette-copyable/) - demo [here](https://covid-19.datasettes.com/covid/ny_times_us_counties.copyable?state=Texa
·til.simonwillison.net·
Implementing a "copy to clipboard" button