Articles
Practical Wordpress & Web Development
Solutions, experiments and lessons from real projects using Wordpress, Bricks Builder, PHP, CSS & Javascript.
Latest Article
Web Development • Wordpress
Persistent Object Cache WordPress Warning: How to Easily Fix It in Site Health
Seeing “You should use a persistent object cache” in WordPress Site Health? Learn what persistent object caching does, when you need it, and how to enable it using LiteSpeed Cache with Redis or other practical alternatives.
16 min read
31st August, 2026
8
| Last 30 Days: 8
Recent Articles
View All Articles
Javascript • Web Development
Allow Pasting Chrome Console: Why Chrome Blocks JavaScript and the Simple Fix
If Chrome refuses to let you paste JavaScript into the Developer Console, you’re seeing an important security feature called Self-XSS…
12 min read
26th July, 2026
32
| Last 30 Days: 32

Javascript • Web Development • Wordpress
Why I Prefer jQuery in WordPress Over Javascript
jQuery is not the right choice for every modern project, but it remains practical inside WordPress. Here is why I…
17 min read
24th July, 2026
5
| Last 30 Days: 5

Web Development
How Chrome Developer Tools Helps Me Find and Fix Website Problems Faster
Chrome Developer Tools is one of the most useful tools available for web developers. Here is how I use it…
7 min read
17th July, 2026
13
| Last 30 Days: 13

CSS • Web Development
CSS Variables Explained: Write Cleaner, Reusable CSS with Custom Properties
CSS Variables are one of the most useful additions to modern CSS. Learn how to use them for colors, spacing,…
