mamot.fr is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mamot.fr est un serveur Mastodon francophone, géré par La Quadrature du Net.

Server stats:

3.2K
active users

#webdev

322 posts249 participants4 posts today

🦖 HTMLSelectElement: willValidate property
✅ Widely available (from Dec 2018)

developer.mozilla.org/en-US/do

The willValidate read-only property of the HTMLSelectElement interface indicates whether the <select> element is a candidate for constraint validation. It is false if any conditions bar it from constraint validation, such as when its disabled property is true.

The MDN Web Docs logo, featuring a blue accent color, displayed on a solid black background.
MDN Web DocsHTMLSelectElement: willValidate property - Web APIs | MDNThe willValidate read-only property of the HTMLSelectElement interface indicates whether the <select> element is a candidate for constraint validation. It is false if any conditions bar it from constraint validation, such as when its disabled property is true.

I'm currently learning React and I have to say, so far I'm really enjoying it! The ability to write reusable components with HTML-like markup and easily populate them with data is just incredibly useful and timesaving! I'll be learning about state management next. I like that React lets you write mostly normal JS and HTML and plays nicely with various other libraries and frameworks. It's a very developer-friendly technology I would say!

I understand that there are problems React can cause for websites such as slower page load times and pages not being visible to bots, etc. These are largely addressed by Next.js or a similar framework. React is not a framework so I wouldn't expect it to do everything by itself.

I get it, for a small website you might not need to use a tool like React. But by using tools like this you can make bigger, more complex websites with the same amount of time and energy, and I think that's really cool!

In case you are interested, here's course I am following, I highly recommend it: youtu.be/x4rFhThSX04

Just wrote a new blog post, "Adding base64 placeholder background images to eleventy-img"

In which I add base64-encoded placeholder background images to <img> tags on my Eleventy site, automagically, to reduce Layout Shift and make the site feel super snappy

blog.chobble.com/blog/25-04-16

blog.chobble.comAdding base64 placeholder background images to eleventy-imgAdd a low-quality webp placeholder image to the HTML of your site

On the schedule for today:

First year #chemistry is taking a molarity and dilutions quiz. Then, we'll do some pre-lab work for their microscale titration tomorrow.

Second year chemistry is finishing up a pH data collection lab. They diluted acetic acid and ammonia, collected pH, and are now graphing the molar relationships.

#Webdev finished their technical proposals for an update to a school website and are now starting their coding for proofs of concept.

#teaching :cupofcoffee:

So it's official: TLS certificate lifetimes will reduce from the current max of 398 days to:
* 200 days in March 2026
* 100 days in March 2027
* 47 days in March 2029

For web servers/proxies etc. it's reasonably simple, at least for smaller orgs but for e.g. network kit it might be more of a challenge. Having a timeframe to aim at definitely focusses the mind!

Via @riskybiz / risky.biz/risky-bulletin-ca-b-

risky.bizRisky Bulletin: CA/B Forum approves 47-days TLS certs - Risky Business MediaThe CA/Browser Forum passed a ballot to reduce the maximum validity of TLS certificates from the current 398 days to just 47 days by 2029. [Read More]
#TLS#PKI#InfoSec

From: blenderdumbass . org

I want to document the way you might have a possibility to use the same software to make a similar website. @Madiator2011 already done that with blog.madiator.com. Lets go over: where you get the code, how do you set it up, how do you publish, how do you manage accounts, and most importantly, how do you modify everything, so it will look like your own thing.

Read or listen: blenderdumbass.org/articles/ho

blenderdumbass . orgHow to Make a Blog Like Mine Using BDServer Software?