Puddinq.com sharing knowledge

Puddinq.com - blog

Laravel - changes to code have no effect

  One of the most annoying things in webdevelopment is cache. There is server cache, software cache, website cahe and browser cache. In laravel there are a few software cache parts you can reset to rule out laravel itself is the problem: Run the following commands to clear laravel

Run Windows 10 in Dark mode - real black

You most likely knew the new Windows 10 sidebar offers you a quick way to activate ‘Focus assist’ and ‘Night mode’. These do not give you the dark OS experience like the new Android phones give you with the ‘Night mode’. Focus assist blocks interruptions and night mode filters the blue colors. But what if […]

RaspberryPi 4 - webserver

For a few years I have had a RaspberryPi 3 running with php 5.6, 7.1, apache, webmin and virtualmin. On it some scanning software, websites and a package repository. This was all working very well webmin and virtual min were very pleasant . The RaspberryPi 3 took me a month to setup, trying everything from […]

PHPstorm auto completing html code

A short video showing what you can do with emmet in PHPstorm to automplete html structures

Programmatticaly create a WooCommerce product with variations

Sometimes you need to alter a lot of products, or create extra options. Even if bulk edit could do it and you max to editing 200 pages at once, it is still a tedious job vulnerable for human error. You need a script. The snippets below will not fix your job but give you the […]

WordPress .htaccess rule only for frontend (logged out)

So I added some apache .htaccess rows to the .htaccess in my WordPress setup and found the /wp-admin/ was not working anymore. It redirected me to the frontend and I was stuck… The rules worked as wanted frontend, but broke the backend. I needed one extra row to say: ‘only do it frontend’. This is […]

Simple 301 redirects - Bulk Check

# Simple 301 Redirects – Bulk Check # Upload your CSV and verify every redirect is working. Workflow Requirements 1 Upload the plugin * WordPress installation 2 Activate the plugin * Administrator rights 2 Open admin page: ‘Bulk Redirect’ under tools * CSV file 4 Upload CSV * Mouse to press Run 5 Press Run […]

Translated publication date

There are multiple ways to display the publication date above the post and a few ways to translate. One shorthand way is as follows.

1 5 6 7 8 9 14