Tag javascript

16 bookmarks have this tag.

JavaScript is the native scripting language of web browsers, which is now used for everything. When used too much, results in pain, like now.

2024-03-27

1208.

DOM.js

gist.github.com/OrionReed/4c3778ebc2b5026d2354359ca49077ca

3D DOM viewer, copy-paste this into your console to visualise the DOM topographically. - DOM3D.js

2024-02-27

1158.

JavaScript Bloat in 2024 @ tonsky.me

tonsky.me/blog/js-bloat

2024-02-07

1132.

jQuery 4.0.0 BETA! | Official jQuery Blog

blog.jquery.com/2024/02/06/jquery-4-0-0-beta

Yay jQuery 4! I don't do such things nowadays, but this release made me glad. I wish it an even brighter future.

2023-11-23

908.

szymonkaliski/cartographist

github.com/szymonkaliski/cartographist

Cartographist is an ‘experimental web browser optimized for rabbit-holing’ notable for its paned user interface. It is written in Node JS. I haven't tried it out yet.

See also blog announcement. The development seems stalled.

2023-11-12

851.

HTML First

html-first.com

Principles to make building web software easier, faster and more inclusive.

2023-10-18

773.

(t,i,x,y) => "creative code golfing"

tixy.land

A minimalist coding environment. Control 16x16 points with a single JavaScript function.

2023-09-29

648.

Effective TypeScript › The Saga of the Closure Compiler, and Why TypeScript Won

effectivetypescript.com/2023/09/27/closure-compiler

This post looks at the Closure Compiler, Google's tool from the mid-2000s for adding types to JavaScript. It looks at how its focus on minification led to very different design choices than TypeScript, and how this and a few other factors led to TypeScript becoming the ubiquitous solution for JavaScript + types. The Closure Compiler represents an alternative path that JavaScript could have taken, and it gives us perspective on TypeScript as it exists today.

2023-09-24

638.

</> htmx ~ Why htmx Does Not Have a Build Step

htmx.org/essays/no-build-step

2023-08-12

562.

shivrm/feedpub

github.com/shivrm/feedpub

A NodeJS application that aggregates items from your RSS and Atom feeds into an E-book.

2023-08-07

543.

Adactio: Journal—Relative times

adactio.com/journal/20377

With this JavaScript script, you can keep your relative timestamps up-to-date without reloading. I'll do that if I ever fall into the trap of relative time.

2023-07-19

477.

HTMX

grishaev.me/htmx

Гришаев рассказывает, что хорошего и плохого в хтмх и аналогах. Самое крутое, что с ним на динамическом фронтенде пропадает состояние.

Когда автор писал это, он явно забыл про существование нединамических сайтов, которые решают большинство проблем.

2023-07-16

473.

</> htmx ~ Introduction

htmx.org/docs#introduction

2023-05-15

244.

Introduction | Phoenix

kasper.github.io/phoenix/getting-started/introduction

Something about configuring your puter with JavaScript.

2023-04-05

146.

Adactio: Journal—Suspicion

adactio.com/journal/19029
145.

Algebraic Data Types in JavaScript - w3future.com

w3future.com/weblog/stories/2008/06/16/adtinjs.xml
144.

Why I Still Love PHP and Javascript After 20 years | the scapegoat dev

the.scapegoat.dev/why-i-love-php-and-javascript

TL;DR: they get stuff done.