SuperGeekery: A blog probably of interest only to nerds by John F Morton.

A blog prob­a­bly of inter­est only to nerds by John F Mor­ton.

Link List

Wel­come to my link library. These are not links to con­tent I have cre­at­ed unless you see that men­tioned in the link’s descrip­tion. These are links I found inter­est­ing enough to want to keep track of. If you read Craft Link List, the Craft CMS newslet­ter I used to write, this page is a replace­ment of sorts for that exer­cise. Enough talk. Let’s hit the links.

25Jul2024

Editor | JSON Crack

JSON Crack Edi­tor is a tool for visu­al­iz­ing into graphs, ana­lyz­ing, edit­ing, for­mat­ting, query­ing, trans­form­ing and val­i­dat­ing JSON, CSV, YAML, XML, and more.

18Jul2024

The Pitfalls of In-App Browsers

You should know that in-app brows­er can and do lit­er­al­ly inject JavaScript into the web­sites you vis­it with them with track­ing scripts from the app you’re inside of. And that’s just one thing that sucks about them.

08Jun2024

WhoCanUse

A tool that brings atten­tion and under­stand­ing to how col­or con­trast can affect peo­ple with dif­fer­ent visu­al impair­ments.

04Jun2024

Promises From The Ground Up

The Promis­es” API is a sur­pris­ing­ly tricky part of mod­ern JavaScript. With­out the right con­text, it doesn’t make much sense at all! In this tuto­r­i­al, you’ll build an intu­ition for how Promis­es work by get­ting a deep­er under­stand­ing of JavaScript and its lim­i­ta­tions.

03Jun2024

Working with SVGs in P5JS

P5JS does­n’t offer native SVG sup­port, there is how­ev­er a way to run P5 in an SVG’ mode using zenozeng’s SVG run­time. Run­ning P5 in this SVG mode also requires a lot of inter­ac­tion with the DOM, which we’ll dis­cuss in this post.