博文

目前显示的是 十月 15, 2025的博文

Scripting News: Wednesday, October 15, 2025

图片
Wednesday, October 15, 2025 The accomplishments of WordPress # One more slide from the presentation . # The accomplishments of WordPress. # And with that I'm off to Ottawa, seeking fame and fortune. 😄 # PS: One more slide for the road. # Linkblog items for the day How Russell Vought Broke the U.S. Government. Totally worth a listen. Also totally depressing. podcasts.apple.com My theory is that we had.. An indisputable definition of audio. (MP3.) A really simple format for programming. (RSS.) And a popular mobile device for listening. (iPod.) A million flowers bloomed. (Podcast clients.) Impossible to siloize. (They tried.) links.daveverse.org OpenAI has five years to turn $13 billion into $1 trillion. techcrunch.com ICE Is Cracking Down on Chicago. Some Chicagoans Are Fighting Back. nytimes.com Copyright 1994-2025 Dave Winer. This email was sent ...

🔥 (239) Dynamic Slot Names, Using two script blocks, and Custom Directives

图片
Read this on my blog Hey there! I've got some great content for you this week. Enjoy! — Michael Vue Tips Collection Level up your Vue skills with bite-sized, actionable tips delivered daily: 118 carefully crafted tips covering both Vue 2 and Vue 3 Complete coverage of both APIs with examples in Options API and Composition API Daily email delivery of 3 tips for 3 months Beautiful hardcover book professionally printed in Canada Instant digital access so you can start learning right away "Michael explains complex topics in a way that's straightforward for all levels of Vue.js developers." — Ximo Belda Master Vue in 5 Minutes a Day → 🔥 Dynamic Slot Names We can dynamically generate slots at runtime, giving us even more flexibility in how we write our components: < !-- Child.vue --> < template > < div v-for = "s...