rauschma, to webdev
@rauschma@fosstodon.org avatar

nostalgia: I just clicked “surprise me” several times on wiby (a search engine for sites that have no JavaScript at all) and it’s a lot of fun.
https://www.wiby.org/

aral, to webdev
@aral@mastodon.ar.al avatar

Today on Silly Decisions That Were Made a Long Time Ago That We Still Have to Live With…

Just got reminded that submitting an HTML form with checkboxes via POST only submits checkBoxName='on' for checkboxes that are checked and… checks notes nothing at all for checkboxes that are not.

So that’s fun.

sigh

claudius,

@aral Ruby on rails had this helper that would add a hidden input with the same name attribute, but value="off" or something like that. And AFAIR the last element in the DOM gets transmitted. So when unchecked, you get "off" and when checked, you get "on".

boilingsteam, (edited ) to random
@boilingsteam@mastodon.cloud avatar
nhoizey, to random French
@nhoizey@mamot.fr avatar

🔗 “30th anniversary of licensing the Web for general use and at no cost” by @koalie

⚓️ https://nicolas-hoizey.com/links/2023/05/02/30th-anniversary-of-licensing-the-web-for-general-use-and-at-no-cost/

web, to random German
@web@derstandard.at avatar
1br0wn, to internet
@1br0wn@eupolicy.social avatar

Jesus vs . Get thee gone, SatanBot 🤣

RT @BBEditore
Sala piena per @vittoriobertola e @quinta
presso @Unicatt a parlare di frammentato, nuove sfide di e
https://twitter.com/BBEditore/status/1653442646000402460

matthiasott, to random
@matthiasott@mastodon.social avatar

Once more, @adactio is right: reducing to only the business benefits doesn’t do it justice.

The big-picture implications – like sustainability, inclusivity, and also the joy of using a snappy website – are every bit as important, because they directly affect us as human beings. 👏

https://adactio.com/journal/20154

boilingsteam, to random
@boilingsteam@mastodon.cloud avatar

MSFT is forcing Outlook and Teams to open links in Edge and IT admins are angry: https://www.theverge.com/2023/5/3/23709297/microsoft-edge-force-outlook-teams-web-links-open

aral, to programming
@aral@mastodon.ar.al avatar

Want strong typing without a build process?

(Hint: you don’t need to use TypeScript.)

  1. Use a modern editor like Helix Editor or VSCodium that supports the TypeScript Language Server (LSP).

  2. Add this line to the top of your JavaScript file (without the backticks, if you see any):

// @ts-check  
  1. Go read up on JSDoc ;)

¹ https://helix-editor.com
² https://jsdoc.app/about-getting-started.html

aral,
@aral@mastodon.ar.al avatar

(All examples taken from Domain – https://codeberg.org/domain/app – the work-in-progress free and open platform for Small Web hosts.)

aral,
@aral@mastodon.ar.al avatar

@Shini92 Nice. One very similar use case for me is database schemas for JavaScript Database (JSDB)¹, which is part of Kitten² :)

https://codeberg.org/domain/app/src/branch/main/app_modules/database/database.js

¹ https://codeberg.org/small-tech/jsdb
² https://codeberg.org/kitten/app

aral, to programming
@aral@mastodon.ar.al avatar

If you’re using HTML Validate (you should; it’s ace), update to 7.15.2. It no longer flags multiple buttons with the same name used in forms as a validation error (this is a valid pattern that lets you interpret a form differently on the server based on which button it was submitted with).

https://gitlab.com/html-validate/html-validate/-/issues/212

aral,
@aral@mastodon.ar.al avatar

PS. Kitten uses HTML Validate to show you validation issues with your pages as you develop.

:kitten:💕

https://codeberg.org/kitten/app

amberhearts, to random

Do anyone have a recommendation where to set up a container for as cheap as possible? 🐋📦

The web app I'm playing around with is very small and it can probably get away with some heavy performance restrictions.
It's just a hobby thing, so the main thing is that it needs to cost as little as possible (or free) :blobcatthinking:

Boosts appreciated! :boost_requested:

jarilehtinen, to internet Finnish

Wait a second… Why is it, that we need a search engine to use the web? I mean, the web wouldn’t be as useful without one. Web is too dependent on Google/DuckDuckGo/Bing/etc – and there is no fix.

petersuber, to random
@petersuber@fediscience.org avatar

Always worth remembering. The could have been proprietary infrastructure.
https://www.npr.org/2023/04/30/1172276538/world-wide-web-internet-anniversary

"30 years ago this week…something called the World Wide Web launched into the public domain… owned Berners-Lee's invention and…had the option to license [it] out…for profit. But Berners-Lee believed that keeping the web as open as possible would help it grow…[He] eventually convinced CERN to release the World Wide Web into the without any or fees."

alainmi11, to random French
@alainmi11@mamot.fr avatar

Cela fait désormais 30 ans (depuis le 30 avril 1993) que le a été placé dans le domaine public par le CERN où il a été créé, sous l'impulsion de son inventeur Tim Berners-Lee, changeant de manière définitive la vie de plusieurs milliards de personnes aujourd'hui.
https://www.w3.org/blog/2023/04/30th-anniversary-of-licensing-the-web-for-general-use-and-at-no-cost/

paul, to random
@paul@oldfriends.live avatar

On April 30, 1803, The United States purchases the Louisiana Territory from from the French First Republic for $15 million, more than doubling the size of the country.

Also, that's $40 billion in today's dollars.

France only controlled a small fraction of this area, most of which was inhabited by Native Americans which the U.S. would have to obtain by treaty or by conquest.


:wikipedia: https://en.wikipedia.org/wiki/Louisiana_Purchase

paul, (edited )
@paul@oldfriends.live avatar

April 30, 1993, announces would be free.

After the NCSA released the Mosaic web browser later that year, the Web's popularity grew rapidly as thousands of websites sprang up in less than a year.

Earlier, The Gore Bill helped fund the National Center for Supercomputing Applications, which team developed the Mosaic web browser.



:wikipedia: https://en.wikipedia.org/wiki/World_Wide_Web#History

https://cds.cern.ch/record/1164399/

https://en.wikipedia.org/wiki/High_Performance_Computing_Act_of_1991

HarveyEsq,
@HarveyEsq@mastodon.world avatar

@paul
"April 30, 1993, announces would be free."

But what has CERN done for us lately?

[I'm still waiting for them to find the graviton, so I can have a hoverboard.]

strypey, to random
@strypey@mastodon.nzoss.nz avatar

about , which according to their website;

"... is being proposed as a standard at the Web Platform Incubator Community Group":

https://webmonetization.org/

damngoodtech, to programming
@damngoodtech@mastodon.social avatar

You know those times when you're working on a or project and you forget what port a service is on?

There's a site just for that: https://whatport.net

Bookmark the page, refer back to it whenever you need to refer to a port number.

Includes a copy feature for

web, to random German
@web@derstandard.at avatar
TiffyBelle, to infosec

Search have now completely removed their dependence on MS Bing's API for search results. Results now come 100% from their own crawler:

https://brave.com/search-independence/

Not only do they have one of the most private search engines, it is now fully independent. Search engines not tied to either Google or Bing crawlers are good for the web in general. 👍

@infosec

fvg, to webdev

💡 My new blog post about building my website from scratch is out!

🛠️ I talk about modern WebDev practices, security, complexity, accessibility and more..

https://www.fvg.io/blog/AB1414/building-my-website-devsecops-practices

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • rosin
  • normalnudes
  • everett
  • DreamBathrooms
  • ethstaker
  • magazineikmin
  • thenastyranch
  • Youngstown
  • GTA5RPClips
  • slotface
  • khanakhh
  • vwfavf
  • kavyap
  • megavids
  • mdbf
  • Leos
  • Durango
  • tacticalgear
  • InstantRegret
  • cubers
  • osvaldo12
  • ngwrru68w68
  • anitta
  • tester
  • modclub
  • cisconetworking
  • JUstTest
  • All magazines