Tootfinder

Opt-in global Mastodon full text search. Join the index!

@loleg@fosstodon.org
2024-04-09 09:09:28

Same HTML. 200 (very!) different ways to look at it in the CSS Zen Garden #webdesign #retro csszengarden.com/pages/alldesi…

A screenshot of the Zen Garden website
@tylersticka@social.lol
2024-05-10 16:48:19

I still have all of these issues with WordPress and portable patterns: cloudfour.com/thinks/wordpress
But, it’s really heartening to see what the @…

@keithjgrant@front-end.social
2024-02-29 16:38:47

Leap day, MEAP day!
All Manning early access books are 50% off today, including CSS in Depth
manning.com/books/css-in-depth

Leap Day, MEAP Day! Half off all MEAPs
@aral@mastodon.ar.al
2024-03-26 10:40:39

Thanks to a prod from @…, I finally fixed the issue with full-screen videos looking inverted on my personal site in dark mode.
Also, just updated my blog post on how to implement quick and dirty dark mode support in a few lines of code using CSS filters with the additional code:

@ben@a11y.info
2024-05-09 16:08:14

Right now, @… is sharing an excellent and incredibly thought-provoking talk about the philosophy of treating styles as hints to the browser. It's so good, y'all.
conf.11ty.dev

@JorgeStolfi@mas.to
2024-03-08 16:27:59

The worst language I ever had to use is that of TeX/LaTeX. (Perl is a close second. HTML5 CSS Javascript is striving to surpass the two.)
But at least TeX lets you do things you cannot do with any other software.
The worst language IN RELATION TO WHAT IT CAN DO must be the git command line interface. Proof: the sheer number of websites that try to explain how you do even the simplest operations, like creating a branch or uploading your changes. All in vain...

@roland@devdilettante.com
2024-03-26 14:37:15

How To: Get all links with a CSS class and open them to find out redirects for translations of Thunderbird Knowledge Base articles using Ruby and Nokogiri: rolandtanglao.com/2024/03/26/p

@matthiasott@mastodon.social
2024-05-02 12:54:18

My son asked for a little web dev challenge, so I tasked him with filtering a list with a few selects.
First of all: he solved it! 🥳
But when I looked at the code, I noticed that he had used HTML data attributes and was accessing them in JS via the dataset property. When I asked him about it, he replied: “Yes, I read that in a post by @… on …

@aardrian@toot.cafe
2024-03-24 23:58:57

CSS-Tricks might be back?
This first post in nearly a year is authored by a Digital Ocean dev advocate:
“Accessible Forms with Pseudo Classes”
css-tricks.com/accessible-form
Yes, …

For readers, I want to caution against following both the examples in this post exactly.

If you are going to color the background of the entire form, then consider something that does not have such a dramatic contrast difference. For some readers too much of a change (dark to light, for example) can cause pain. If they are using a screen magnifier then their entire screen could become a glare fest. A subtler change, such as a semi-transparent color might be better.

Scaling text (even making i…
@mgorny@social.treehouse.systems
2024-03-07 15:11:01

#RethinkDNS has "assets.gentoo.org" (used to help CSS and images for #Gentoo websites) on its blocklists. Except that when I open the blocklists, I can't find anything that would match. WTF?
And why is it so hard to find a place to report this?! Do they only provide support for allistic people who don't mind going all over the place and asking people if that's the right place?
rethinkdns.com/search?q=assets

@keithjgrant@front-end.social
2024-04-24 18:23:23

Manning Flash Sale! 50% off all MEAPS today only.
Use code flash0424au to get half off CSS in Depth, Second Edition and loads of other great books
manning.com/books/css-in-depth

Flash sale today only! 50% off all MEAPs. Use code flash0424au
@aral@mastodon.ar.al
2024-03-25 11:16:11

Just learned from @… that the text-wrap property in #CSS has two new(ish) values: balance and pretty.
“The balance value is good for headings, and tries to balance the number of characters on each line so that each line of the heading is about the same lengt…

@keithjgrant@front-end.social
2024-02-28 01:04:37

A common talking point of CSS & separation of concerns is the idea that you can just swap out the CSS for different CSS to have a whole new design.
That’s neat and all, but the real-world need is the opposite: the HTML changes ALL. THE. TIME. Write your CSS so it works with changing content.
#css #webdev

@aardrian@toot.cafe
2024-05-01 22:17:23

Holy cow this piece of custom CSS on YouTube results pages is ace:
```
ytd-shelf-renderer {
display: none;
}
```
*Seems* to get rid of the ‘recommended’ and ‘nobody also watched’ boxes where YouTube stuffs all the white supremacist shit (or in my case, videos of kids getting life sentences and videos of blisters).

@aardrian@toot.cafe
2024-05-01 22:17:23

Holy cow this piece of custom CSS on YouTube results pages is ace:
```
ytd-shelf-renderer {
display: none;
}
```
*Seems* to get rid of the ‘recommended’ and ‘nobody also watched’ boxes where YouTube stuffs all the white supremacist shit (or in my case, videos of kids getting life sentences and videos of blisters).

@gedankenstuecke@scholar.social
2024-03-18 17:47:03

This project was/is a really fun, multimedia learning experience across the board for me:
- The immediate learning about all those places.
- The actual photography/making of the photos.
- The different analog steps, like developing the film & creating the wet prints.
- Lastly, the digital workflows, getting back into desktop publishing (last time I touched it was for my highschool year book), getting more into CSS for the web page & even doing more rayshader stuff in R.

@aral@mastodon.ar.al
2024-02-23 16:48:05

Kitten breaking change: Route handlers, etc., now take parameter objects
Just pushed the API updates I’d posted about earlier to main and to the latest Kitten release.
This change affects:
- Route handlers (all types of routes)
- `onConnect()` handlers
- The default export on main.script.js files
I’ve updated all the examples, documentation, etc., on Kitten to use the new API but if you see anything I’ve missed, please let me know.

Screenshot of the ubiquitous counter example (Kitten version) in Kitten’s readme on https://codeberg.org/kitten/app:

1. Create a directory for the example and enter it:

mkdir counter
cd counter

2. Create a file called index.page.js and add the following content to it:

if (kitten.db.counter === undefined) kitten.db.counter = { count: 0 }

export default () => kitten.html`
  <page css>
  <h1>Counter</h1>
  <${Count} />
  <button name='update' connect data='{value: -1}' aria-label='decrement'>…
@arXiv_mathST_bot@mastoxiv.page
2024-03-01 08:41:51

This arxiv.org/abs/2311.08168 has been replaced.
initial toot: mastoxiv.page/@arXiv_mat…

@aral@mastodon.ar.al
2024-02-13 15:53:11

Anyone working with htmx have any thoughts on this?
#htmx