Coding
Venn’s diagram applied to web agency life and software development
Thoughts about Venn's diagram and making software.
Can you tell me why scrolling page with the scrollbar causes text selection?
A nice solution found by chatGPT
WP Gutenberg notes
Collection of notes and thoughts on Wordpress Gutenberg blocks development.
Optimizing LCP, Largest Contentful Paint result
Notes about Core Web Vitals optimization challenge
Find values recursively inside complex json objects in PHP
A PHP function to to quickly search complex, nested php structures for specific values.
Scroll to DIV by ID without jQuery
Use scrollIntoView instead of jQuery animate.
React links
Collection of links and notes while approaching React.js, next.js and related topics.
Come realizzare in PHP un bot per il controllo di accesso ad un gruppo Telegram
Ho raccolto in questo post una serie di appunti per la realizzazione di un bot di controllo di un gruppo Telegram, non è un vero e proprio tutorial, ma è sicuramente utile per ripercorrere il progetto.
Test page for Bright Links plugin
To test the plugin hover your mouse to a link, or tap the link on mobile device.
Updating a metabox after Gutenberg updates
When press on "Update" refresh a custom metabox under gutenberg editor.
Machine learning links
Collection of links about Machine Learning topic, built while studying ml
Count coloured cells on Google Sheets with reference
In a Google spreadsheet if you need to count cells based on their background color you can use this code…
Two post types share the same taxonomy in WordPress
Sharing a WordPress taxonomy between two post types is useful especially if you want to create a relation between different…
MYSQL add counter in a query
Use mysql variables to create a counter in SQL, PHP code to use an SQL counter and what does the i mean in mysqli?
Modify the language attribute based on category in WordPress
How to modify the language attribute in your Wordpress theme using a specific value
WordPress Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
How I've beat the php mysterious fatal error unknown in Wordpress caused by caching plugin WP Fastest Cache
WordPress Gutenberg doesn’t parse Istagram oembed url
Sometimes Instagram embed doesn't work, why?
Hacking del sistema di irrigazione Claber
Modificare il sistema di irrigazione della Claber per utilizzarlo con Arduino e una app realizzata ad hoc
Stop sending email to new user in WordPress admin registration
A code snippet to prevent WordPress to send notification emails when you manually create new users. It uses a pluggable function.
A new avatar generator for WordPress with get_avatar and Flathash
Brand new avatars for WordPress Gravatar service
3 ways to add author’s image in WordPress
Add author's image in WordPress without a plugin
Orari trenord, corri solo quando ce n’è bisogno
Hai presente quando corri in stazione per prendere il treno al volo e, quando arrivi, ti accorgi che il treno ha 12 minuti di ritardo?
Add Internet Explorer class to body to detect old browser
When you have clients that still uses an old browser, you need to handle it. This javascript function detects the…
Add filter on wp_title not working with Yoast SEO plugin
For SEO purposes, in a specific template that has a list of items with pagination, I need to have different…
Generate all old PDF preview images with WordPress 4.7
WordPress 4.7 generates thumbnails for PDF files while uploading them in the media library, this is a really good thing…