Randomness with PHP
When I was making my generative art I needed to generate a lot of random things. The simplest way to do that with PHP is to use the rand() function. …
WordPress and Games
When I was making my generative art I needed to generate a lot of random things. The simplest way to do that with PHP is to use the rand() function. …
These last few weeks I’ve been experimenting with Generative Art, using PHP. You can see the evolution of my latest series on Twitter. Generative Art is creating artworks through programming. …
Early on in the development of the new Gutenberg editor I asked how to get a list of all the blocks available in the new editor, then today Keith Devon …
Plugin notifications have been a problem in WordPress for a long time now. Last week I saw a conversation on Slack where a developer said he thought they were getting …
Last week I had a theme customer who wanted to translate some words on their website. The changes they wanted to make were small, and so I wanted a simple …
I recently had the idea to make a Twitter Emoji Maze bot, so I tweeted my idea and it was suggested I write a tutorial about how I made it. …
Last week Keith Devon asked if anyone knew how to fix Gutenbergs floated image blocks. For some reason the floated image gets wrapped in a containing div. I’m not sure …
Recently I wanted to duplicate a WordPress database table but I couldn’t because I got the error ERROR 1067 (42000): Invalid default value for ‘post_date’. It took a bit of …
Over the last few years privacy online has become a big topic. Lots of news stories about companies like Facebook, Amazon, and Google tracking us have raised awareness of privacy …