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...
Tagged: tutorial
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.
Over Thanksgiving I decided to hook up our living room TV to the antenna on the roof. For a long time it was just using Roku and that works for most everything, but I wanted to watch the Macy’s Thanksgiving Day parade on NBC so I thought I’d get it hooked up. Turn out, I couldn’t....
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
I’ve got iTunes Match turned on and every now and then I want to remove a bunch of music from my iPhone. I’m not talking about what’s in iCloud, but what’s been downloaded onto my phone. Most places say that you can only do it one song at a time. I’ve been there, spending hours trying...
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...
How To Fix Video.js’ Flash Player Fallback
I used video.js for the first time this week and it works well, but there is some confusion in the documentation as to how to get the Flash fallback to work. It’s actually pretty simple. First off, do not use the CDN version. Use the self hosted version. When you use the self hosted version,...
How To Get Gmail’s Priority Inbox Back – Guaranteed
Have you tried out Gmail’s new inbox groups? They’re kind of nice, but I’m not a fan of the pre-defined categories. I’d rather see those tabs as some of my labels. That’d be much more productive for me. If you want to switch back to Gmail’s Priority Inbox first click on the gear icon and...
How to create a Facebook application or convert your old FBML Facebook pages.
So you want to create a Facebook application? Well the good news is it’s relatively simple. What I’m going to show you here is the very basics. I’m not going to go into APIs or anything like that. This is also how you go about converting your FBML tabs to Facebook iFames. Since Facebook is...