reillypascal, to Blog
@reillypascal@hachyderm.io avatar

I did a write up of setting up Webmentions on my site! I had mentioned it earlier, but there was one stumbling block that took me longer to figure out.

Webmentions let me get notified when people share my posts, respond to my comments on other sites, etc., and lets me use my site for a lot of the kinds of interactions I'd otherwise have to do on social media.

https://reillyspitzfaden.com/blog/05-21-2024

#IndieWeb #Blog #Webmentions #Microformats #WebDev #WebDevelopment #Programming #Coding

schizanon, to CSS
@schizanon@mastodon.social avatar

> The #CSS #AnchorPositioning #API is a game-changer in #web #development because it lets you natively position elements relative to other elements, known as anchors. This API simplifies complex #layout requirements for many interface features like menus and submenus, tooltips, selects, labels, cards, settings dialogs, and many more.

https://developer.chrome.com/blog/anchor-positioning-api

#webDev #cssAnchorPositioning

cferdinandi, to webdev
@cferdinandi@mastodon.social avatar
weirdwriter, to webdev

If anybody wants to stop Firefox from opening PDF's in the browser, I honestly don't get why browsers try to even render PDFs anyway, change this value to true. pdfjs.disabled. Change pdfjs.disabled to true. #PDF #WebDev

lunarloony, to webdev
@lunarloony@dosgame.club avatar

Got a very odd #WebDev problem. I have two web servers: one hosted on Azure VM, the other on @beasts
I have a PHPMailer script on each one, and set up in exactly the same way, using the same version of PHP. When trying to send mail through Office 365 SMTP, the Beasts server works perfectly, but Azure does not.

The error I get is "535 Incorrect authentication data" (could not authenticate). How can this be, when the creds are the same either side and one works fine?

(Boosts appreciated)

access42, to accessibility French
@access42@social.a11y.fr avatar

Blog 📝 — Vous ne comprenez pas pourquoi vos zones live ARIA ne sont pas restituées par les lecteurs d’écran ?

Découvrez des pistes d'explications dans ce nouvel article de notre collègue Cécile Jeanne !

https://a42.fr/aria-live-regions-restitution

#a11y #ARIA #webdev #RGAA #HTML

kubikpixel, (edited ) to web
@kubikpixel@chaos.social avatar
cferdinandi, to webdev
@cferdinandi@mastodon.social avatar
grndrg, to Help French
@grndrg@mamot.fr avatar

Mon amoureuse a reçu un mail de menace de procès pour utilisation d'une typographie de la part de
https://www.hvdfonts.com/
Mais c'est une typo qui se trouve partout "free for personal use", par exemple là : https://befonts.com/brandon-grotesque-font-family.html
Est-ce que quelqu'un a déjà eu ce genre de problème ?
Est-ce qu'on risque gros concrètement ?
(ils demandent 300$ pour les 4 dernières années...)
#help
#typographie
#graphisme #webdev
Merci !!

markstos, to webdev
@markstos@urbanists.social avatar

For those who do and , there's a PR proposing to be v4 of the popular httpie testing tool.

It includes features like:

  • Viewing the TLS cert
  • Forcing custom DNS resolution for testing pre-launch sites
  • Explicitly forcing IPv4 or IPv6 DNS resolution
  • Support for HTTP/3

Overall, it closes more than 20 issues filed against httpie:

https://github.com/httpie/cli/pull/1531

If you use the tool and care about one of these, test the PR and leave some feedback.

combatwombat, to webdev German
@combatwombat@hachyderm.io avatar

netbeep - An annoying little Chrome extension that beeps on each network request. Plays different sounds for different request types.

Get an audio summary of your websites performance. Makes you appreciate simple, clean sites and ad blockers :>

https://github.com/combatwombat/netbeep

Feedback welcome. The sound sometimes stops on slower machines.

#webdev

video/mp4

cferdinandi, to webdev
@cferdinandi@mastodon.social avatar

🐝🎧 New ADHD ftw! Podcast:
Episode 10 - Second brain tool: Obsidian https://adhdftw.com/podcast/second-brain-tool-obsidian/ #WebDev #ADHD #AuDHD #neurodivergent

joelanman, to webdev
@joelanman@hachyderm.io avatar

In a web app, I'm trying to do image upload with the option to use the camera or select from gallery. Currently using this code and getting this weird screen from it. Any ideas?

#webdev

<input type="file" accept="image/*">  
urlyman, to webdev
@urlyman@mastodon.social avatar

1/3
I skim read https://normalflow.pub/posts/2024-02-08-patterns-for-style-composition-with-html-and-web-components and note it prioritises code concerns as:

  • performance
  • then resilience
  • then flexibility

The first is user-focused, the second and third are broadly developer-focused.

I’m willing to bet that by 2030 we’ll see a distinct shift towards

resilience with a user focus, with performance as a support to that.

How far we go toward that remains to be seen.

For now, for the most part, the notion of intermittency is not remotely on devs’ radar

#webDev

noellemitchell, to webdev
@noellemitchell@mstdn.social avatar

I really should be learning CSS faster 😅 :blobcatfearful:

My Neocities blog looks really plain at the moment. :blobcatamused:

#WebDev #coding #CSS

davidbisset, to CSS
@davidbisset@phpc.social avatar

“Why don’t we talk about minifying anymore?” https://blog.sentry.io/why-dont-we-talk-about-minifying-css/

tildezero, to music
@tildezero@mastodon.social avatar

I'm building
https://emptyfm.river.sh/

Some more features has to come in, but thus far my mother is using and finding it useful - let me know!

jrjurman, to webdev
@jrjurman@fosstodon.org avatar

The GPT store is slowly rolling out to free users, which is super exciting because...

Codepen Link Generator 🔗

You can ask this GPT in any chat (using @) to build a Codepen link with the generated HTML, CSS, and JS. This is super valuable when you want to turn a code-snippet into something you can interact with!

This has been valuable when working with my new library (also a custom GPT), and asking this GPT to turn those samples into links!

https://chatgpt.com/g/g-pfpjDYrnX-codepen-link-generator

#WebDev #Codepen #ChatGPT

joelanman, to javascript
@joelanman@hachyderm.io avatar

trying to implement a form submission progress bar in js, but XHR follows the success redirect without telling me (I want to access it and redirect the browser).

Fetch can opt out of that but doesn't have a progress api!

I think I found a workaround for XHR:

xhr.onreadystatechange = function() {

 if (this.readyState === this.DONE) {  
 window.location.href = this.responseURL  
 this.abort()  
 }

}  

skry, to webdev
@skry@mastodon.social avatar

“hello! i am currently seeking new employment opportunities in art, design and/or web development, ux & marketing consultation
resume :: ‪https://encipherdesign.com‬”

—> @brentpruitt

cory, to music
@cory@social.lol avatar
stvfrnzl, to Astro
@stvfrnzl@mastodon.online avatar

Good news: I got working locally with @astro ! 🥳

Bad news: They're not showing in production, there's not even a request, nor is my try & catch throwing me an error 🤡

Why is it SO HARD to get them working with ?? Meanwhile the community has tons of resources on how to do it...

I assume that it's some client-side issue but I've had enough of this, time to start the weekend

SteveFaulkner, to accessibility
@SteveFaulkner@mastodon.social avatar

Drag and drop accessibility has always been a thorny subject to provide useful practical advice for, until @siblingpastry mapped out:
The Road to Accessible Drag and Drop (1-3) read all 3 parts!
https://www.tpgi.com/the-road-to-accessible-drag-and-drop-part-3/

dlesieur, to webdev
@dlesieur@fosstodon.org avatar

Can't recommend enough the Hypermedia Systems ebook to web developers. Not only a great resource for learning and "getting" , and acquiring key best practices for using it, but it also makes the case for the classic system architecture, which has been somewhat disregarded over the last decade or two. Should be a worthwhile read, regardless of the framework or app architecture you intend to use.
https://hypermedia.systems/

nebyoolae, to webdev
@nebyoolae@masto.neb.host avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines