Survey Of All Posts!

Pimp Your bootScore
/ | Leave a CommentLinking Bootstrap and WordPress to get a responsive design is the task of bootScore, a WP-theme bringing along what the web designer actually does not want to program herself. Instead, she can now rely on an MIT-licensed preliminary work hosted on GitHub. But its ‘standard outfit’ still must be personalized, ‘pimped’ — by the work of a Web Designer? The theme is adapted — so bootScore — by modifying its “[…] .scss, .php, and .js files”. So you can pimp your bootScore easily. Here are my 13 steps from a pure bootScore to my personal ‘homepage’: […]
Using a Dell laptop and an Ubuntu computer via the same Dell monitor
/ | Leave a CommentAnother question that I unfortunately had to answer myself several times because I am so forgetful: How do I connect my Dell laptop XPS 129240 (WIN11), an Ubuntu machine (24.04), and my Dell curved monitor S3423DWC in a way, that I can use both machines with the same keyboard and monitor via the KVM switch integrated in the Dell monitor? […]
Cloning an Ubuntu Instance
/ | Leave a CommentAnother question that I unfortunately had to answer myself several times because I am so forgetful: How do I quickly set up a functionally identical Ubuntu duplicate?1 In the past, we had to fiddle around with dpkg --get-selections
and dpkg --set-selections
. Today, it’s easier — with apt-clone: […]

Customized Colors With bootScore
/ | Leave a CommentAs a “powerful, free Bootstrap starter theme for WordPress”, bootScore uses the color concept of Bootstrap by marking up its elements accordingly. Consequently, each bootScore instance initially starts with the same outfit. However, it also offers techniques to modify the default design so that a web designer can define and implement her customized colors in and with bootScore: […]

Cookies — properly managed by bootScore
/ | Leave a CommentDisplaying an appropriate cookie dialog is one thing. Giving it a real meaning is another. Because asking permission alone is not enough. We also need to evaluate the responses: We must only store those cookies on our reader’s computers they — or the law — have consented to. A JavaScript function that implements this requirement sets the semantics of the cookie dialog. Based on such a function, we use properly managed cookies. […]

Cookies — properly used in bootScore
/ | Leave a CommentWithout permission, we may not write cookies to the hard disk of our reader. Because it belongs to her, not to us. By accessing our site, she has already implicitly given her consent to store our technically necessary cookies. Because they are technically necessary to read our post. But she must explicitly permit us to save the other cookies on her computer before we are going to do so. Moreover, we must have enabled her to query what these cookies are for before we offer her to answer our request. That’s the meaning if we talk about properly used cookies. […]

My Googlized Writing Style
/ | Leave a CommentLast time it wasn’t hard anymore: Within two days my post about my ‘reset’ because of lacking an ‘inner linking’ and about the ‘right way to be crawled and indexed’ had been processed by Google. Like my revised posts, I had designed it in accordance with the recommendations of YOAST that take into account Google’s ‘unspoken’ specifications — as proclaimed by YOAST. However, by following these rules, I had also given in to the stylistic superiority of Google and YOAST: […]

Internal Linking — a Reset
/ | Leave a CommentIt’s a while ago, that I wrote about SEO. That should not be a big deal, I thought at that time. In its templates, bootScore thankfully uses semantic HTML tags by default. Thus, it should be sufficient to submit one’s own sitemap to Google & Co. Enriching the pages themselves with additional keywords should be superfluous. A good primary content would be enough. No need for a second text behind the actual one. That’s the way, I thought. Moreover, I saw no reason to talk about internal linking. Rarely has Google so embarrassingly proven me wrong: […]

Using JavaScript Compliantly
/ | Leave a CommentTo speed up deliverability, the developers mostly distribute compressed JavaScript libraries that do not contain any whitespaces, line feeds, and comments. They have minified the libs. As a result, they usually contain only very rudimentary license information — at least not the license text itself. But all FOSS licenses require us to ship some compliance artifacts with the code — especially the license text. This is the challenge for using JavaScript compliantly — in bootScore and elsewhere: […]