rysiek, to webdev
@rysiek@mstdn.social avatar

This is as good a moment as any to show-off my blog archive interface:
https://rys.io/en/contents.html

You can filter blogposts by tags and by languages they are available in. Go on, click on the shiny knobs! Behold the transitions!

You can also link to a specific tag, for example:
https://rys.io/en/contents.html#tag:decentralization

…and the filtering UI works as expected.

And all of this is done with zero — not a single one — lines of JavaScript.

symfonystation, to Symfony
@symfonystation@phpc.social avatar

Explore the March 3, 2023 @symfonystation Communiqué of Symfony, Drupal, PHP, Fediverse, and Cybersecurity news. https://www.symfonystation.com/Symfony-Station-Communique-03-March-2023 #Symfony #PHP #Drupal #Cybersecurity #Mastodon #Fediverse #Flipboard #HTML #CSS :symfony: :elephpant_purple: :drupalicon: :wordpress: :mastodon: :fediverse: :PHP: :magento: :phpstorm: :apiplatform: 🇺🇦 #ThrowbackThursday

kaiserkiwi, to webdev German
@kaiserkiwi@corteximplant.com avatar

It's crazy that in 2023 it still happens that input/text areas have font sizes below 16px. iOS Safari zooms in when the font size of an input is below 16px.

This has been happening since the first version of mobile Safari. Still, many websites set it to 12-15 pixels. (which is too small anyway).

khalidabuhakmeh, to webdev
@khalidabuhakmeh@mastodon.social avatar

Another nice feature of #JetBrainsRider (#WebStorm), is that it warns you when two #CSS classes are overriding the same exact properties.

nhoizey, to javascript French
@nhoizey@mamot.fr avatar
nhoizey, to webdev French
@nhoizey@mamot.fr avatar
cheeaun, to webdev
@cheeaun@mastodon.social avatar
tomw, to webdev
@tomw@mastodon.social avatar

I don't really want "what's new in ".

I want "what's kinda new, but not that new, and actually supported in all the main browsers now, not just a few of them, and no it doesn't count if it is behind a feature flag"

noelle, to webdev

Guess I'd better work on coding my blog 😆 haven't been working on it as much as I should 😅

winslowjosiah, to webdev
@winslowjosiah@hachyderm.io avatar

You know what really annoys me?

When my phone decides to #cache some parts of my #website and not update them while it's in active #development.

My fancy nav menu shows up on my phone as a standard list of links. Apparently the #CSS isn't updating, but the #HTML is. Weird.

winslowjosiah,
@winslowjosiah@hachyderm.io avatar

Strangely enough, my phone does update both the #HTML and #CSS if I use #IncognitoMode in #Chrome. But only if I use Incognito Mode.

For it to show the updated #website otherwise, I have to manually delete my browser's cache.

nucliweb, to webdev
@nucliweb@webperf.social avatar

How CSS cane about, by Håkon Wium Lie

iamdtms, to webdev
@iamdtms@mas.to avatar
box464, to webdev
@box464@mastodon.social avatar

Another find this weekend was the Dracula css theme. I mean, I've used it. But I didn't know how much fun the creators were having with it! Now it has a dear place in my heart. :BlobhajHeart:

Check out the site, really cute.

https://draculatheme.com/

The basic theme color palette can be found here:

https://github.com/dracula/dracula-theme

tantramar, to webdev
@tantramar@nojack.easydns.ca avatar

it’s amazing how much better CSS works when you spell things correctly. 🤦‍♂️

5t3ph, to webdev
@5t3ph@front-end.social avatar

What trips you up about custom properties?

And - are you using them:

a) not at all

b) sometimes

c) most of the time

d) absolutely every project

Luke, to webdev
@Luke@typo.social avatar

All hail the CSS Zen Garden by @daveshea which changed my career and life as result:
HTTPS://www.csszengarden.com

https://tilde.zone/@daveshea/110336776097729617

alberniweather, to webdev
@alberniweather@mstdn.ca avatar

The fun thing about the substitutions/translations on the website into Nuuchanulth is that after a few words I started to get the hang of the Unicode entities and could put them in without consulting the reference list… just writing another language… to write another language :).
https://www.alberniweather.ca
Code for the forecast grabber is on GitHub: https://github.com/chrisale/ECForecastGrabber
#Indigenous #Tseshaht #Hupacasath #language #learning #coding #html #css #perl

A black screen screenshot of code shows a list of Unicode entries for special characters.
Another code screenshot showing a list of substitutions for various weather words in the raw Unicode.

kaiserkiwi, to webdev
@kaiserkiwi@corteximplant.com avatar

I still hate so much that still doesn’t support the :has() selector. That makes everything so much harder than it should be in 2023…

iamdtms, to random
@iamdtms@mas.to avatar

Sufficient browser support available for new features:

Container Queries ✅
Style Queries 🚫
:has() ✅
nth-of syntax ✅
initial-letter 🚫
Dynamic viewport units ✅
Cascade layers ✅
Nesting🚫
Trigonometric functions ✅
Individual transform properties ✅

mortendk, to webdev
@mortendk@mastodon.social avatar

for fuck sake hubspot do you need to put a 10 digit z index into your chatbot ?

2001 called and wants its shitty index numbers back

symfonystation, to Symfony
@symfonystation@phpc.social avatar

Explore today's @symfonystation Communiqué of Symfony, Drupal, PHP, Fediverse, and Cybersecurity news. https://www.symfonystation.com/Symfony-Station-Communique-12-May-2023 #Symfony #SymfonyCasts #PHP #Drupal #Cybersecurity #Fediverse #CSS :symfony: :elephpant_purple: :drupalicon: :fediverse: :mastodon: 🇺🇦

box464, to webdev

A find this weekend was the Dracula Theme. I mean, I've used it. But I didn't know how much FUN the creators were having with it!

Now it has a dear place in my heart. ​:BlobhajHeart:​

Check out the site, really cute. The basic theme colors are open-source, you can use them in your own apps.

notwoods, to webdev
@notwoods@hachyderm.io avatar

Quick TIL post: I learned you can natively display math formulas with just , no or required!
https://tigeroakes.com/posts/til-math-latex-without-css/

u0421793, to random
@u0421793@functional.cafe avatar

2023 has hammered home how depressing the state of hypertext in 2023 has become

Given a simple web site of a handful of SVG/HTML/CSS pages, each containing a lot of identical content for eg header; nav; footer, there’s still no way that I can ascertain to just have those common parts inserted into each page – I’m having to have multiple copies in place in each page, which isn’t a problem once they settle down, but is a problem while I’m making changes

How have we gotten this far and not allowed HTML to insert common page parts as though they were actually typed in?

  • 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