Similar Posts
A Twitter-like widget of fediverse posts in WordPress via RSS
The post explains how to display a Twitter-like feed of fediverse posts in the sidebar of a WordPress site. through the RSS feed.
Using both prefetch and prerender on the same source
With the introduction of Internet Explorer 11 it is not save anymore to apply prefetch and prerender to the same source.
Useful Web Development Pages
A collection of most useful links for web developers.
Credits
Programming and design sources in ingram-braun.net
Configuring Friendica with Redis
I cannot remember exactly why I chose Friendica when I wanted to take a look on the Fediverse years ago but very likely it was because it is written in PHP which I have considerable skills of. I wasn’t familiar with Docker containers at that time. So I ended up with a bare metal instance…
How to date back media uploads in WordPress?
WordPress’ media library is organized as a sequence of /year/month folders out of box. The question how to upload media files in past folders arises frequently, although this is rarely necessary. Why not simply doing HTTP status 301 redirections when converting sites to WordPress? Then it is of no importance to which folder the redirection…