-
How NOT to use @media query
@media query is a good way to alter the layout of a website, but using too many @media queries is not a good practice when it comes to maintenance. Instead, you can use clamp() to achieve the same result with more lightweight and maintainable stylesheets. Here are some practical ways to use clamp() instead of…
-
Monitor OVHcloud VPS Plans Availability with Python and Telegram on Raspberry Pi
The VPS plans of OVHcloud are often out of stock, especially the Ubuntu versions. Some people get lucky by relentlessly refreshing the configuration page to grab one, but this approach isn’t ideal. To automate the process, you can use the official OVHcloud API and a small Python script to check the availability of a specific…
-
Blocking OPML links in WordPress
WordPress exposes an OPML (Outline Processor Markup Language) file at: /wp-links-opml.php. This file lists blogroll links (a legacy WordPress feature) in a machine-readable format. OPML was designed to share link lists between feed readers and blogging tools. It’s a relic from early blogging workflows.
-
Disabling Concatenated Script Loading in WordPress
Disabling Concatenated Script Loading in WordPress to gain practical benefits.
-
Design For (And With) Deaf People
Smashing Magazine has just published a useful article on practical UX guidelines for 466 million people who experience hearing loss.
-
WordPress Security in Good Hands
This handbook guides you through WordPress security by covering its foundations, current threats, practical hardening techniques, and real-world examples.
-
New HTML Block Brings CodePen Experience to Gutenberg
The latest version of the Gutenberg plugin (v22.1) brings a major upgrade to the HTML block. It now has separate tabs for HTML, CSS, JS, and a preview area—much like CodePen.
-
Lightbox in Gutenberg
How to enable lightbox effect in Gutenberg.
-
Google Search Console Now Supports Custom Annotations
Google has just released a new quality-of-life update to Search Console, allowing you to add custom annotations to specific data points in the Performance chart.