🔧 jQuery: smooth scroll to anchor when navigating from another page
Two proven jQuery solutions for smooth scrolling to an anchor: a basic script with a hash clearing trick and an…
Two proven jQuery solutions for smooth scrolling to an anchor: a basic script with a hash clearing trick and an…
dashicons.min.css adds 30 KB to page load even if you do not use the icons. Three ways to disable it: code in…
Increase upload limits, hide your site from search engines, disable directory browsing and protect wp-config.php: 4…
Step by step guide to migrating your site from Joomla to WordPress with K2 content transfer: from backup via Akeeba…
How to set up OpenVPN on a DUNE HD media player: from buying a subscription to starting the tunnel. The dune_plugin_VPN…
Defer, async, programmatic loading on load and Intersection Observer: four ways to speed up your site for Google…
Three ways to display posts in a grid instead of a vertical feed: the native Query Loop block, The Post Grid plugin,…
What xmlrpc.php is in WordPress, what attacks target this file, and 5 ways to disable or block it — from plugins to…
The xmlrpc.php file is a WordPress vulnerability for brute force and DDoS attacks. Four blocking methods: htaccess,…
Three working approaches to input filtering: HTML attributes, keydown blocking, and input cleanup. Ready-to-use…