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...)
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...)
#Development #Approaches
Naturalest sort · Ways to order strings in a human-friendly way https://ilo.im/16bgfe
_____
#Programming #Coding #Sorting #Algorithms #JavaScript #AI #WebDev #Frontend #Backend #Comparisons
“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
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.
started some basic kerning code
#1bit #pixelart #ドット絵 #oc #픽셀아트 #пиксельарт #solodev #javascript #webdev #webapp #mobiledev #60Grid
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é.
How to Use Queue With shift and push
FIFO. shift for dequeue. push for enqueue.

