@Schepp@mastodon.social
@Schepp@mastodon.social avatar

Schepp

@Schepp@mastodon.social

This profile is from a federated server and may be incomplete. Browse more on the original instance.

stvfrnzl, to webdev
@stvfrnzl@mastodon.online avatar

At this point I stop pitching to because either my topics are trash and / or I'm not influential enough in the scene.

I applied to small and big ones and they all have one thing in common: Ghosting me after I asked why they rejected me.

They're probably busy and don't have time to do that but it would have been nice. ๐Ÿคทโ€โ™‚๏ธ

Schepp,
@Schepp@mastodon.social avatar

@stvfrnzl what kind of topics would you like to talk about?

Schepp,
@Schepp@mastodon.social avatar

@stvfrnzl that sounds like you should (and probably do) propose to non technical conferences. Pointing to the impending European Accessibility Act should open doors especially with e-commerce focused conferences. You could pitch your ideas to conferences like https://scd.shopware.com/ (probably too late for this year, pinging @leichteckig) or https://www.jtl-connect.de/

ryantownsend, to random
@ryantownsend@webperf.social avatar

@bramus reading through the Virtual Keyboard shenanigans and your name pops up a lot. Firstly, thank you for trying to make some sense of it all / standardise ๐Ÿ™

Is there a reason there's no viewport unit for this? (kinda like a modified svh) or has that idea been proposed/rejected for some reason?

Unless I'm missing something, it seems overly complex to change how the viewport behaves across a whole site just for the occasional situation you need something to float above a keyboard?

Schepp,
@Schepp@mastodon.social avatar

@ryantownsend @bramus Apart from some future meta[name="viewport"] path, right now there is only the Visual Viewport API that you can use. You could dig a little into this, although meant as bug report, but probably picturing your use case: https://schepp.dev/demos/webkit-visual-viewport-api-bug/

I do agree that it would be good to have one more dynamic viewport height unit that factors in soft keyboards.

Schepp,
@Schepp@mastodon.social avatar
Schepp, to random German
@Schepp@mastodon.social avatar

@tunetheweb Hey Barry, if I could which for an article topic on web.dev, it would be how the Speculation Rules API and Service Workers relate to one another and why the former one won't work if there is the latter one present. I couldn't find anything documented yet.

MoritzGiessmann, to random
@MoritzGiessmann@mastodon.social avatar

TIL: MAMP kommt hier aus der Gegend.

#karlsruhe #landau #worth
https://www.mamp.info/de/mac/

Schepp,
@Schepp@mastodon.social avatar

@MoritzGiessmann Wenn der Autor jetzt noch Mampfred hieรŸe... ๐Ÿ’‹

MoritzGiessmann, to random German
@MoritzGiessmann@mastodon.social avatar

Is there something like the Apple Podcasts directory but for blogs with feeds?

Schepp,
@Schepp@mastodon.social avatar
MoritzGiessmann, to random German
@MoritzGiessmann@mastodon.social avatar

Social media seems to be all about complaining. And Iโ€™m also guilty of it.

Iโ€™d love to see examples where it is about positivity, creativity, and good craft. Keep it coming! ๐ŸŒŠ

#changemymind

Schepp,
@Schepp@mastodon.social avatar

@MoritzGiessmann given that you are in Japan I can very much recommend this book: https://play.google.com/store/books/details/Kerstin_Fels_Fettn%C3%A4pfchenf%C3%BChrer_Japan?id=tLjVDwAAQBAJ

Have a great time there!

Schepp, to random German
@Schepp@mastodon.social avatar

Found @zachleat in the Museum Kunstpalast in Dรผsseldorf and people are laying down flowers to his honor.

Room full of paintings and flowers

Schepp,
@Schepp@mastodon.social avatar

@marcus @zachleat @matuzo very likely!

Schepp,
@Schepp@mastodon.social avatar

@marcus @zachleat @matuzo "Moved to Graz" is his standard answer to why he's not to be found in Vienna any more. Sure, Manuel, sure!

Sure GIF

keithjgrant, to random
@keithjgrant@front-end.social avatar

I made mint chip ice cream with fresh mint. Itโ€™s delicious but itโ€™s kind of a whole different thing. I think next time Iโ€™ll still add a couple drops of the artificial stuff

Schepp,
@Schepp@mastodon.social avatar

@keithjgrant it's probably also very dependent on the kind of mint you use. Peppermint is probably too "spicy" whereas the milder maroccan mint should be better suited. Which one did you try?

Schepp, to random German
@Schepp@mastodon.social avatar

TIL that if you need to have a form control (aka input) inside a form but at same time do not want to have it be part of the list of controls being sent to the server upon submit, you can either make it an "unsuccessful control" or you can rewire it to be part of another form (even if that doesn't exist):

https://codepen.io/Schepp/pen/VwNdxYB

Schepp,
@Schepp@mastodon.social avatar

@bastianallgeier @webrocker My use case was that I had a facetted product search, to which I added a toggle to hide products that you've already bought. The corresponding code only acts client-side and therefore the input value shouldn't be sent to the server. But the HTML structure didn't allow me to put it outside the search form element if I wanted it to be co-located with the search options.

PS: <xmp> is amazing and I think there was one more that acts similarly.

Schepp,
@Schepp@mastodon.social avatar

@bastianallgeier @webrocker no-one stops you from using <xmp>! It's just not encouraged to be used any more. Maybe add a role="code" to it, to be safe.

The other one is <listing> ๐Ÿ‘‰ https://www.w3.org/TR/WD-html2/html-spec_5.html#SEC37

Schepp, to random German
@Schepp@mastodon.social avatar

TIL that sessionStorage doesn't sync across multiple browser tabs whereas localStorage does.

Schepp,
@Schepp@mastodon.social avatar

@schizanon I wanted to have the current user's preferences stored locally for faster access and then again wiped when their session ends.

Data gets populated once via fetch upon window load.

But then I noticed that when I used multiple windows and I changed preferences in one, these changes were not replicating to the others.

Schepp, to random German
@Schepp@mastodon.social avatar

Can anyone tell me how to make it so that a Raspberry Pi 5 with Raspberry OS "Bookworm" Desktop autostarts the Chromium browser with a certain web page upon bootup? I tried all kinds of howtos but so far none worked. ๐Ÿ˜ญ I'd like to add that I'm a total Raspberry Pi beginner!

Schepp,
@Schepp@mastodon.social avatar

@erikKroes I probably followed plenty of guides that describe how things work before Bookworm and its GUI Wayland. I think, @walterebert might have pointed me to the right path, as I dug up this "ultimate" guide which also covers Wayland: https://forums.raspberrypi.com/viewtopic.php?t=314455

Schepp, to random German
@Schepp@mastodon.social avatar

@jensimmons wanna let you know of a WebKit bug related to the Visual Viewport API, that I just filed: https://bugs.webkit.org/show_bug.cgi?id=271051

More explanation and a demo / test-case here: https://schepp.dev/demos/webkit-visual-viewport-api-bug/

Schepp, to random German
@Schepp@mastodon.social avatar

โ™ฅ๏ธ

image/jpeg

Schepp, to random German
@Schepp@mastodon.social avatar

If anybody amongst my followers is interested in visiting Patterns Day in Brighton in two days (Thursday, March 7th) just hit me up. I bought a ticket a few months back but came to the realization that I can't make it for a bunch of reasons. I'd pass it on for free. Underrepresented folks preferred ๐Ÿ‘‡
https://patternsday.com/

mia, (edited ) to CSS
@mia@front-end.social avatar

Form controls use the system accentColor (which authors can access but not set in CSS), unless we provide an accent-color (which authors can set but not access in CSS).

Obviously.

https://codepen.io/miriamsuzanne/pen/OJqBGzp?editors=1100

Schepp,
@Schepp@mastodon.social avatar

@mia what do you mean with accent-color cannot be accessed? I tried to find something in the spec in that regards but couldn't and then I tried window.getComputedStyle(document.getElementById('demo')).getPropertyValue('accent-color') which worked. Puzzled! ๐Ÿค”

kizu, to random
@kizu@front-end.social avatar

Guess who will be speaking at this year's ?

Tickets are still available, and this is the best conference you could go to (though, I guess, now I'm biased when I say this, haha)

https://cssday.nl/2024

Schepp,
@Schepp@mastodon.social avatar

@matthiasott @kizu Of course! Not gonna miss this ๐Ÿ˜

mia, to random
@mia@front-end.social avatar

๐Ÿค”

<css-demo>
<style contentEditable>
@scope {
:scope {
container: demo / size;
block-size: 100%;
}
> style { display: block; }

/* demo styles */
}
</style>
<!-- demo html -->
</css-demo>

Schepp,
@Schepp@mastodon.social avatar

@mia That's basically what @leaverou did/does in her custom slides/presentation system and what Vincent De Oliveira created for Reveal.js - but taken to the next level. I think everyone doing CSS live coding would find that super useful!

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