@rtfmkiesel +9001%
#noJS is an act of self- and mutual defense...
It's also #ableist af since #accessibility-oriented browsers like #Lynx don't support it!
#lynx #Accessibility #ableist #nojs
Hey #AskFedi,
I'm thinking of writing an article about browsing Web 1.0 in the modern world (i.e., no JS, sometimes no CSS, sometimes no graphics at all).
Do any of you guys use online services that work well without JS?
Care to share for my post? :D
Y'all are amazing #FediFriends <3
#askfedi #fedifriends #nojs #htmlolfia #theoldweb #web1 #webonepointzero
Introducing the popover API - Chrome Developers #html #css #feature #nojs https://developer.chrome.com/blog/introducing-popover-api/
Ca ressemble à une alternative à htmx, en peut-être encore plus simple https://twinspark.js.org/ #html #dynamic #nojs #opensource #library #web
#web #library #opensource #nojs #dynamic #html
Finally playing with :has; looks like it can fix most the issues I had (ab)using :target, like preserving normal text fragments behaviour, and art directed pages. https://codepen.io/cadars/pen/jOZaWrv
#css #html #nojs
Did you know that responsive web is not limited to text and page layout. It also allows us to define and select the image with correct size from a list of sources depending on viewport size. Best part is, all of this is part of HTML5. No JS needed.
https://kurtextrem.de/posts/modern-way-of-img
You can also compare images of different formats and sizes to see how much perceptual difference they make.
https://storage.googleapis.com/demos.webmproject.org/webp/cmp/2022_10_04/index.html
#responsivedesign #imgtag #nojs #html5
This dude's answer made me smile:
Pastebin raw text version, for my #htmLOLfia #noJS peeps:
Vous avez aimé le #serverless, le #noSQL et le #nocode ? Sautez dans le train pour la prochaine révolution, le #noJS avec avec django-htmx pour vos applications web : https://fly.io/blog/a-no-js-solution-for-dynamic-search-in-django/
#serverless #nosql #nocode #nojs
@Kaedu00 como um #Monocular / quase #Cego, ativista de #SoftwareLivre, #Acessibilidade, #NoScript / #NoJS, #Sustentabilidade e #Segurança, posso não ser experiente, mas com a evolução do #HTML e formas de processar #XML com #XPath e construir formulários do lado do servidor, então acho bom dar atenção ao processamento do lado do servidor e a #Padrões de #Interoperabilidade, pois os usuários têm se preocupado com a portabilidade de tudo, para qualquer servidor/fornecedor.
#monocular #cego #softwarelivre #acessibilidade #noscript #nojs #sustentabilidade #seguranca #html #xml #xpath #padroes #interoperabilidade
Form validation in #WebDevelopment has always been a pain to deal with.
Today, I created a dead simple, #NoJS template using #TailwindCSS and tricky, modern #CSS selectors.
#webdevelopment #nojs #tailwindcss #css #webdesign
Form validation in #WebDevelopment has always been a pain to deal with.
Today, I created a dead simple, #NoJS template using #TailwindCSS and tricky, modern #CSS selectors.
https://jsfiddle.net/rareyman/5t4dgpho/
(JSFiddle is best viewed in a desktop browser, by the way…)
#webdevelopment #nojs #tailwindcss #css #webdesign
Cela fait une semaine que j'ai désactivé Javascript dans mon navigateur. C'est assez intéressant de voir quels sont les sites qui fonctionnent et ceux qui bloquent complètement. J'économise de la bande passante, l'affichage de pubs, des scripts de profilage commercial, navigation plus rapide. Bref #nojs #nojavascript et si besoin impérieux j'autorise.
adfeno@vira-lata.org - @Kriptolix @dausacker Estive na #Matrix, saí pois: clientes ruins para um #Monocular quase #Cego; falta de recursos nos clientes/servidores (*igual* no #XMPP); poder receber links falsos via #Element tal como [falso](real); navegadores como clientes com suporte a #JavaScript autoexecutável possivelmente não #SoftwareLivre no cliente, ou incomparável por ser ofuscado.
#Acessibilidade #Accessibility #Blind #LowVision #NoJS #JSExtensions #UserScript #WebExtensions #XUL #UXP
#matrix #monocular #cego #xmpp #element #javascript #softwarelivre #acessibilidade #accessibility #blind #lowvision #nojs #jsextensions #userscript #webextensions #xul #uxp
A very elegant way to have pure-CSS expandable trees, using lists, but also summary and details tags:
#WebKit still uses a lot of RAM without JS, but not as bad
~ $ surfram(){ ps axo rss,command |grep -ie ' [s]urf' -e '[w]ebkit' |awk '{r+=$1}; END {r/=1024; print "ram="r}';}
~ $ for opt in -S -s; do
> for site in https://{old.reddit.com,{suckless,perlmonks,npr,en.wikipedia,blog.codeberg}.org,lemmy.ml,{ebay,amazon,nytimes}.com}; do #10 popular sites
> surf $opt $site &>/dev/null & sleep 10; done
> sleep 60; surfram; sleep 4; killall surf; killall -r webkit; done
ram=3993.57 #js
ram=3511.48 #nojs
Grumium Buttons ❤️
#Clean #Minimalist #Purple #Frontend #CSS #HTML #NoJS
Demo: https://hhyxjp.csb.app/
Code: https://codesandbox.io/s/suspicious-bogdan-hhyxjp
#nojs #html #css #frontend #purple #minimalist #clean
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist
No need to use #javascript for having a dropdown with type-to-filter capabilities!