Did someone say or boost something here about links to HTML IDs not being reliable? I’m sure I saw something but can’t find it.
2024-08-19 22:07:02
I know this was all very well considered. But I find it baffling that WordPress always comes to the conclusion that the best thing to do would be to reinvent the wheel… and the tyre… and the axle, creating maintenance burden on its own developers; making people that already understand wheels learn the new wheel; and hampering developers that learn the new wheel because their wheel is different to everyone else’s. And for what benefit? I don’t get it.
2024-08-18 23:16:28
I've kinda run out of interesting things to do with Turbo Admin, so instead of doing useful real world stuff, I'm building fun easter eggs! 😂
2024-08-17 22:59:20
YES! I DID IT!!!
#WordPress plugin actions from Turbo Admin.
I wanted this for SO long. It was harder than you'd think.
Will be in a release soon.
And yes, plugins do weird stuff that might mean this is messy. I don't care. I do the basics. I can't handle every situation. It's flippin dark magic as it is!!
2024-08-17 12:43:18
😀 I don’t mean to be trite or dismissive of all the bad stuff in the world, but we need to laugh more and be excited about small things.
I love Dave and Chris on Shop Talk Show podcast. They just sound like they’re having a good time chatting.
I love The Vergecast. They’re enjoying hanging out.
So much “content” is stale and boring and safe.
I want to hear more people enjoying themselves.
2024-08-17 00:02:59
JavaScript question/help…
Context: I’m building a bunch of DOM elements from an array of configuration objects.
The objects might have callbacks that need to be called on events on the created DOM elements.
Question: Is it OK to just add the callbacks as “custom properties” on the DOM elements when creating them? Is that bad for some reason? Is there a better way?
Thanks in advance.
P.S. This is vanilla JS. No framework!!
2024-08-16 22:31:15
Today I was reminded that a well known Laravel guy made an interesting-looking #WordPress plugin release automation service!
2024-08-16 22:29:12
This is good. Outlining is apparently something I take for granted, but others don’t? I'm not sure it's the advertised 10x speed improvement. But definitely a better way of approaching some tasks.
2024-08-14 23:01:24
So what happened today that made loads of the Uk decide Twitter is bad?
2024-08-14 14:04:10
Note: You need to turn this on in the options box!
2024-08-14 13:55:06
Turbo Admin for #WordPress update today. v1.16.0 fixes a bug discovered by Phil Kurth (https://philkurth.com.au/) – thank you – and introduces a new menu-hiding feature.
This is great if you have a cluttered left-hand admin menu. You can alt/option-click items to move them to a new expandable section and then just access those items using the command palette! Yay! This is early/experimental – let me know what you think.
2024-08-14 12:35:42
Ahh, I like Rhys’s newsletter. #WordPress, SEO and gaming. What’s not to like? And he’s just a nice chap! 😃
https://toot.wales/@rhyswynne/112960017887096594
2024-08-14 11:15:06
What's a #WordPress plugin that totally unnecessarily adds a top-level menu item? (In your opinion)
2024-08-11 22:48:12
Creating a settings page for a browser extension isn't that hard after all. Mostly re-used code from the pop-up.
This opens up whole worlds of stuff for Turbo Admin!!!
2024-08-11 17:46:32
I got a bit stuck with this this week. I think the docs aren't quite right and neither Google not ChatGPT helped me out. So I'm helping me and you out!
#WordPress REST API Auth nonces in POST requests:
https://rosswintle.uk/2024/08/wordpress-rest-api-auth-nonces-in-post-requests/
2024-08-11 15:04:19
Nice things…
2) For some weird reason I never discovered the Logitech wired game controller I bought a while back didn’t work with some games on my Mac. But I finally bought an 8Bitdo wireless controller and it’s a really nice bit of kit and has got me playing No Mans Sky again. It’s so much better on the Mac than the Switch. Making me happy!!
2024-08-11 14:59:48
Nice things…
1) Our recent holiday was at this place: https://www.bournemouthbeachlodges.co.uk/
The lodges are really cute and well designed and equipped. Was great with 12+8 yo, but I think it would be hard with older kids as there are no “rooms”. It’s like a two-storey open plan caravan. But we were quite happy there! 😃
Recommended!!
2024-08-11 10:23:45
LOL. Well done Reform UK’s web developers, who were using a Facebook tracking pixel without consent.
“It said the tracking tool had been embedded because Reform’s site was made using a template that included it”
“A spokesperson for the party said any issues with the Meta pixel appeared to be “cock-up rather than conspiracy”.”
Amateurs. 🙄
https://www.theguardian.com/politics/article/2024/aug/10/reform-uk-tracked-private-user-information-without-consent
2024-08-10 15:35:00
Was gonna see if I could quickly add plugin activate/dectivate to Turbo Admin's command palette, but turns out it needs some bigger changes to make that happen.
I know how to do it now though. And I know it's possible. So it WILL be on the roadmap!
2024-08-10 12:27:35
Trying to get the #WordPress REST API to let me activate/deactivate a plugin using login cookies and a nonce.
Still getting 401 responses – unauthorized.
Is this simply not possible? Is it required to have an application password or something?