How do ppl write #html, #css, & #JavaScript on #iOS devices? Anyone doing #neocities with an iOS app?

(kinda #IndieWeb. I think I'm at a breaking point where I might leave neocities as my main & instead use something more like GrapesJS...)

Naturalest sort

Gea — Lightweight Reactive UI Framework via @hibachrach https://lobste.rs/s/uacwjr #javascript #web
https://geajs.com/
Gea — Lightweight Reactive UI Framework

0 comments

Lobsters

“As a developer, I want to kill myself when working with Wayland code.”

https://www.p4m.dev/posts/29/index.html

This is why we’re stuck with electron everywhere. The desktop failed to provide unified ergonomic apis

#c #linux #wayland #x11 #electron #javascript

I Hate: Programming Wayland Applications

https://www.enable-javascript.com/

> You may want to consider linking to this site, to educate any script-disabled users on how to enable #JavaScript in five most commonly used browsers.

Educate my ass. Disabled JS is a choice and not from ignorance. Mature up.

How to enable JavaScript in your browser and why

Instructions on how to enable (activate) JavaScript in web browser and why.

Ah, the joys of web browsing in 2023: the captivating saga of "Enable #JavaScript and #cookies to continue" 🍪🔒. As if anyone needed more reasons to avoid airport security lines, now we get a side of ICE with our TSA pat-down. 🙄✈️
https://www.politico.com/news/2026/03/22/homan-confirms-ice-airports-monday-00839426 #webbrowsing #technology #airportsecurity #frustrations #HackerNews #ngated
Tom Homan confirms ICE to be at airports starting Monday

The border czar said he is discussing plans to deploy immigration agents to airports around the nation as the partial government shutdown continues.

Politico

Curieux (ou pas) :

En #javascript, une fenêtre parente peut donner le #focus à une fenêtre fille :

const child = window.open('child.html');
child.focus();

Par contre, si vous essayer de faire l'opération inverse depuis la fenêtre fille, ça ne marche pas 🤔

// Dans la fenêtre fille
window.opener.focus(); // Ne donne rien

Je ne sais pas si c'est le cas dans tous les navigateurs web.

Et on parle de deux pages (mère et fille) de même origine, donc pas de restriction de sécurité.

Question to #Symfony folks. How do you test your #Stimulus controllers with #AssetMapper? I really, really don't want to go WebPack route and install Node and half of the Internet just for testing. Any help is appreciated. #PHP #JavaScript

How to Use Queue With shift and push

FIFO. shift for dequeue. push for enqueue.

#javascript #queue #shift #howto

https://www.youtube.com/watch?v=nh93kO66gJc

How to Use Queue With shift and push #shift

YouTube
×

𝗦𝗼𝗿𝘁𝗮𝗯𝗹𝗲:

#JavaScript #Sort #Table #Sortable

https://thewhale.cc/posts/sortable

Makes any table with class="sortable", sortable. The user can click on a table header and change the sorting of the table rows.