Fellow #CRT users! I have made @googlechrome and @firefox plug-in that allows you to watch any and all @YouTube videos in 4:3 aspect ratio by auto cropping in full screen mode. There are options for overall overscan, as well as per video. Who wants to help me test it?
🚀 Quick Fix Update!
Version 0.426.0 of the @AceMediaCo Login Block is live!
https://t.co/a9Oi1bCkEY
✅ What's New: Fixed the selector for the form submission button.
I would love active testers for feedback. Your input helps me improve it - try it out! 🛠️
#WordPress #PluginDevelopment
This is now out on the @WordPress repo! Super stoked to have this live! My first plugin in the directory! 😃
https://t.co/a9Oi1bCSuw
I'm very much looking for feedback and input, so test it out and let me know what you think!
Next steps:
+ I'll be adding block attributes to the login block wrapper itself so it can be styled nicely. For now you can just chuck it in a group or something and style that.
+ I'll also be including a few different layout options, as well as optional default styling (to make this look nice on themes without input styling).
+ Also going to lean on native components a little more. But it's all functional. 🫡
#WordPress #WebDev
I've been seriously pushing the limits with this #WordPress plugin, and it's coming together fast! ☕️💪
The Adaptive Content Enhancer (now v0.421.0) plugin is shaping up to be a game-changer, packed with even more advanced features as I approach the first release:
⚡ Blazing-Fast React UI
Real-time, AJAX-driven field management with WP-native components for a seamless, efficient experience.
🧩 Native Block Bindings
Effortlessly add drop-downs, check-boxes, and toggles directly into the editor – fully cached and RESTful for top performance.
🔧 Developer-Ready REST API Hooks
Flexible data fetching and rendering for those building custom workflows and dynamic content.
🔒 Role-Based & Post Type Controls
Fine-tune access and visibility for ultimate control over content.
Looking for experienced testers to join the preview!
DM me if you’re up for it.
#WPPlugin #ReactJS #WebDev #Sheffield #Developer #PluginUpdate #WordPressUK @WordPress
So I did some more work on this #WordPress plugin, and well... dang!
I've made some serious progress on what I'm now calling "Adaptive Content Enhancer," adding and testing a bunch of new features as I work towards the first release:
✨ Enhanced Option Blocks
• Now support multiple types (checkboxes, radios, dropdowns, etc.), all configurable from the settings page.
🎨 Full Style Editing
• Treat Option Blocks just like regular text, with full styling options.
🛠 Seamless Integration
• Built using native WP UI components, so everything blends right in.
📤 Dynamic Frontend Outputs
• Options can be rendered as inputs, laying the groundwork for forms & signup page patterns.
🔧 Future Ready
• Started adding the ability to create new custom fields directly from the Option Block UI, making setup even smoother for 6.7 block bindings.
All still managed via a clean, simple UI - no code needed! More field types and features are on the way. 💡
#webdev #pluginupdate #WordPressPlugin #coding #CodingJourney
I'm super stoked to drop the first release of my latest plugin: Block Roles, built to streamline the #WordPress editor experience by controlling block visibility based on user roles. 🤘
Key Features:
• Role-Based Block Management: Easily configure which editor blocks are available for specific user roles, so the editing environment is clean, intuitive, and role-specific.
• AJAX-Powered Updates: Make quick changes without needing to refresh the page, for a smoother setup experience.
• JSON Import/Export: Seamlessly share or back up your block settings across different sites - ideal for multisite setups or agencies.
• Toggle All Functionality: Enable or disable blocks in bulk, speeding up your initial setup and ongoing adjustments.
Why use Block Roles?
Imagine a marketing team only seeing content blocks they need for blog posts, while the design team gets what they need to customize layouts. This plugin lets you tailor the WordPress editor to each role’s tasks, cutting down on clutter and keeping things efficient. Perfect for agencies, large teams, and streamlined site management.
Built with security in mind.
Every update request is securely processed, and the plugin structure adapts dynamically as new roles or blocks are added, keeping things flexible and robust.
Check out the full initial release here 👇
https://t.co/YH4womoQFQ
#PluginDevelopment #WebDev #ContentManagement
Here's a quick demo of the latest native-leaning #WordPress plugin I have developed: Block Roles.
I'm releasing it for free tomorrow so keep an eye on my GitHub! 🎉 🖖
With Block Roles, you can effortlessly configure which editor blocks are available for different user roles, saving tons of setup time.
It features robust security, dynamic settings, AJAX-based updates, and seamless JSON import/export for easy sharing. 🛡️📝
This is a game changer for site managers wanting to quickly lock down editor functionality per user role. 👍
#WebDev #PluginDevelopment #Sheffield #WPSheff
Decided to add in some mass toggles for each bit. Should save people some time getting things setup.
Just a couple of more bits of styling and this is good to go!
I'm excited to share that another my #WordPress plugins: "Block Roles" (currently), is almost ready for release!
It lets you customize which blocks are available for different roles (Admins, Editors, Contributors), giving you full control over your content editing experience.
Perfect for multi-author blogs, client projects, or sites where you want to limit access to specific blocks. 🤟
Just a bit of final cleanup, and it’ll be good to go.
Stay tuned! First release will be up on my GitHub this weekend!
#Gutenberg #WordPressDev
With #PHP's ongoing enhancements and #WordPress embracing native blocks and full-site editing, the future looks brighter for faster, more efficient websites.
JIT-optimized PHP can lead to quicker page loads, and native block integration offers smoother, more dynamic editing. By staying up-to-date with cutting-edge coding practices, developers can build more scalable and robust sites.
One of the most exciting possibilities with JIT is its ability to speed up CPU-intensive tasks, like complex data processing plugins or bulk data imports. By compiling frequently used operations directly into machine code, it can bypass typical bottlenecks. This means WordPress sites can handle demanding tasks—like large product imports or advanced search filtering—more efficiently, maintaining performance even under heavy load.
These advances could redefine performance and interactivity for WordPress websites, setting a new standard. I’m excited to see where this goes and grateful for all the contributors driving these innovations forward. 🙌
PHP 8.4 bumps Bcrypt’s default cost to 12 for stronger password security out of the box. Are you sticking with the defaults, or do you set custom parameters when it comes to password hashing?
For those unfamiliar, PHP’s JIT compiles code into machine code on-the-fly, bypassing the usual interpreter. This speeds up CPU-heavy tasks like data processing by analyzing 'hot' code paths and compiling them directly. Have you noticed any speed gains when using JIT?
PHP 8.4 refines the JIT compiler, promising better performance without added complexity. Have you seen a noticeable impact on speed with JIT in your projects? Would love to hear your experiences.
PHP 8.4 adds AEGIS encryption to Sodium and updates regex. Security improvements like these are subtle but crucial. Do you think most developers are using these tools to their full potential, or is there room to grow?
With array_find, array_any, array_all, and array_find_key, PHP 8.4 simplifies array searching. Cleaner code, fewer loops. What’s your favorite way to handle arrays right now, and would you switch to these new functions?
#PHP 8.4’s new property hooks let you define logic directly on property access - no more endless getters/setters. How do you see this changing your code style? Planning to refactor any existing projects with this?
#Linux users, what's your favorite #terminal emulator and why? I'm curious to hear what features or customisations make it your go-to choice.
Share your setup and why it works for you!
#LinuxCommunity#OpenSource