As a matter of fact, I’ve been working from home for over 12 years by now. Thus, looking at all the panic and craze of the rest of the world with “we have to go into home office” kinda makes me both annoyed and amuzed: So you want to reinvent the wheel, kids? 😀 Before […]
Category: development
Breaking the Curse of the Admin Redirection Loop
Second time this has happened to me: A WordPress site needed to be updated to WP 5.x and switched over to a temporary subdomain. After doing the usual dance of backup, duplicate and manual update of WP, when I was trying to access the frontend, I’ve got redirected again to the backend. The usual suspects […]
Side note: Strange cryptic characters in shortcodes
Note: Also available in German 🙂 A colleague of mine today: There is a shortcode with strange-looking, cryptic characters in one of its attributes. Something like this: eyJoYWxsbyI6IndlbHQiLCJzb25nLXRpdGVsIjp7Im1laW4iOiJnZWhpcm4iLCJkZWluIjoiZ2VoaXJuIn0sInVybCI6Imh0dHBzJTNBJTJGJTJGdXNhYmlsaXR5LWlkZWFsaXN0Lm5ldCUyRiUyM2tvbnRha3QiLCJlaW5zX3BsdXMiOnRydWV9 My comment: Looks a bit like rot13 .. His reply a bit later on: Yes, it is base64, and the result is a JSON string. Putting the […]
GTK Youtube Viewer: Using totem instead of the default players
As a matter of fact, totem aka the GStreamer framework, happens to support playing videos from Youtube directly, as well as offering a slightly cranky search dialogue. Out of no reason VLC doesnt want to work together with GTK Youtube Viewer, mplayer is a major resource hog and SMplayer doesnt let me skip / seek […]
Fun with CSS: Image Text Overlay
So I’ve been fighting this week with “Hero Images” – images with a text overlay. Now, the regular style is not a full overlay, but text usually positioned at the bottom or top of the whole scenery. What I needed was horizontally (easy) and VERTICALLY centered text (hard). So this is actually a case of […]
Ubuntu LTS 14.04: Fix Java 1.8 issues
Quick shot for fixing issues with missing Java 1.8: 1. Add PPAs Get yourself the right PPA – apparently JDK 1.8 is still not available for Ubuntu 14.04 (correct me if I’m wrong though), thus: sudo apt-add-repository ppa:openjdk-r/ppa sudo add-apt-repository ppa:maarten-fonville/ppa sudo apt-get update Source: https://askubuntu.com/a/613324 As I’m happily using Synaptic, the next line would […]
No tweets, no game!
Just been searching around for a proper twitter feed widget. One, that does not just pull in the Twitter JS API and expode everyone to it. Or grab the Twitter Widget, which is equally bad (just a different type of JS package). Either its “buy me buy me! maximum mega pro premium edition” (which gots […]
The Devil Among Us
A new site, a new host, a new beginning .. and even back to blogging with .. uhm .. WordPress. Well, it’s ClassicPress underneath, but essentially its WordPress. Plus some fancy plugins, including the lovely unsplash plugin, for all those lovely images. SOME of them are of my own creation though. And then there is […]