Natural sorting of multi-dimensional array in PHP
What is natural sorting Natural sort order is an ordering of strings in alphabetical order, except that multi-digit numbers are ordered as a single character. […]
What is natural sorting Natural sort order is an ordering of strings in alphabetical order, except that multi-digit numbers are ordered as a single character. […]
Very weird problem in the PHP world is testing if data is unserializable, because PHP throws a notice which passes the try…catch block and can […]
Ever since the PageSpeed hype started I’m starting to see this more and more. In order to cover all Google’s terms for high PageSpeed people […]
Have you ever worked on a VueJS projectonly to see that all components initially flash when the page loads? Every rookie in the VueJS world […]
What is Polling? The web (or HTTP 1.1 to be correct) is build on top of request – response cycle, in this way of communication […]
Every once in a while plugins you develop will have to serve dynamically generated files. Eg. you have some data and you want the user […]
Why should you move to HTTP2 How to enable HTTP2 support in Apache Why you should move to HTTP2 Because HTTP 1.1 was drafted 18 years […]
Dealing with forms in WordPress plugins sooner or later you’ll have to redirect the user on successful or failed submission. An example situation is that […]
If for some reason your theme does not show post tags, or you’re designing a custom theme and are wondering how to display the tags […]
Every once in a while your plugin will require a time-based running schedule, for example you have a plugin that renews all Let’s encrypt certificates […]
Copyright © 2026 | WordPress Theme by MH Themes