If you’re new to WLED, one of the things you’re probably wondering is how you can turn the lights on at a specific time and off at a specific time. This is pretty easy, but I find this a bit confusing due to how things are named in WLED, so I wrote up a how-to. […]
Tagged: tutorial
How to import a site into Local when the import fails.
I’ve been using Local by Flywheel for years now and I love it. It’s a great environment for spinning up & developing WordPress sites. Better yet, you don’t have to use it with Flywheel hosting, you can just use it develop WordPress locally. Now that Local “Lightning” is out, Local is much faster. It’s a […]
How to Properly Link to an Address on the Web
Fix Spotlight Search in iOS 11
When I updated to iOS 11 one of the first things I noticed was that search was broken. I would search for “Ama” and iOS would find Amazon Music but not the Amazon app. I could also search for “Shop” and it couldn’t find the Shopkick app. In these examples, they’d only show if I […]
How to mass remove URLs from Google quickly.
Google indexes everything it finds and sometimes it finds things that it shouldn’t. Google has a nice removal tool that temporarily removes URLs from Google and this is actually really good when you want something out rather quickly. In my experiences, it remove pages from Google Search within 24 hours. The downside to Google’s removal tool is […]
I made my own HDTV antenna.
Accelerated Mobile Pages are simple to setup in WordPress.
Accelerated Mobile Pages (or AMP) are the latest way in which Google and others are trying to make the web faster. Turns out, the more features you add to a site, the slower it gets. Since no-one wants to simplify their website, AMP pages were born. They’re a stripped down version of your website that […]
Clone the WordPress Administrator Role
If you’re looking to create new roles in WordPress, and you’re open to using a plugin, I recommend User Role Editor. It works very well. However, sometimes you don’t need a plugin. If you want to clone the Administrator role and all the capabilities you don’t need a plugin for that. Here’s the code to […]
How To Mass Delete iOS Music
PHP fixes security bug then takes down websites (502 error) when they upgrade.
I have manage my own Ubuntu server (12.04.4 LTS with Nginx) over at DigitalOcean and when I ran the upgrade command tonight (sudo apt-get upgrade) everything went offline. Instead of websites, I was getting an 502 bad gateway error. Turns out, PHP updated and fixed a security issue, that then took my websites offline as the server didn’t […]