Coding Stories

Tagline? Anyone?

  • Home
  • How tos
  • Tools
  • Services
  • Contact us

Archives: How to

Natural sorting of multi-dimensional array in PHP

December 5, 2019 webbamboo 0

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. […]

No Image

How to test if a string is serialized data php

January 20, 2018 Pavel Petrov 0

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 […]

How to get notified when your server HDD gets low

November 23, 2017 Pavel Petrov 0

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 […]

How to hide VueJS elements before load

November 23, 2017 Pavel Petrov 0

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 […]

How to do polling with VueJS

November 18, 2017 Pavel Petrov 2

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 […]

How to serve file downloads from WordPress plugin

November 15, 2017 Pavel Petrov 0

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 […]

How to enable HTTP2 in Apache

November 11, 2017 Pavel Petrov 0

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 […]

How to redirect in WordPress after form submission

November 9, 2017 Pavel Petrov 0

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 […]

How to show tags under post content in WordPress

November 1, 2017 Pavel Petrov 0

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 […]

How to run WordPress actions with Linux Cron

October 31, 2017 Pavel Petrov 1

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 […]

Posts pagination

« 1 2 3 4 »

Stop Ads

Newsletter Signup

Copyright © 2026 | WordPress Theme by MH Themes