-
Problems Importing CSV into Google Contacts
I had a lot of problems importing a list from AirTable into Google Contacts. (read more)
-
Adding Google OAuth Authentication to the Symfony HWI OAuth Bundle
This is based on the tutorial included with the bundle, with a few changes to work with the current configurations included with the bundle. We’ll use the HWI OAuth Bundle and Symfony to create… (read more)
-
IP Address Change, DNS, Icecast2, Ezstream
Symptom: the system sometimes comes up, and sometimes fails. There’s a nest of dependencies, but the fix is really simple: more DNS servers. Our IP addresses are being changed, and I’ve gone through the… (read more)
-
Python Data Science Study
Finally, I have some reason to study this. I had been using R sporadically, but a lot of less advanced work is done in Python. I am not advanced, nor intermediate, nor even really… (read more)
-
WordPress Custom HTML Block Strips the LINK and SCRIPT Tags; Workaround with WP-Coder
This article addresses a recent technical hurdle encountered during the management of a WordPress website. The LINK and SCRIPT tags were being stripped from the custom HTML block. The SuperAdmin on a MultiSite installation… (read more)
-
PHP Attributes Overview, plus Symfony, Doctrine ORM, laravel-php-attributes
PHP8 includes a feature called Attributes, that’s similar to docblock annotations familiar to framework users, or annotations in Java or other languages. The main difference is that Attributes are built into PHP. (read more)