As I work on websites and hook up new hosting and migrate customers, the issue of getting reliable outgoing email is a constant issue. Not all hosting companies have built-in email services like they used to. Running an email system is a lot of work, and you have a constant
Continue readingFix “You Have Been Locked Out” from iThemes Pro
If you have iThemes Pro like I do, you may come across an unfortunate situation where the entire site locks up for all users everywhere. All communications seem to stop, nobody can get in from any IP anywhere. Not to the backend, not to the frontend, nowhere! You can try
Continue readingAutomatically log in a user after Gravity Forms Registration
Learn how to automatically log in a WordPress user after registering via a Gravity Forms form.
Continue readingMy Favorite WordPress Plugins
This list represents my goto common plugins most sites will use. I don’t always install all of them, of course, but within their various categories I reach for these. The list is always changing as I test different plugins against each other and find issues and try new things etc.
Continue readingHow to Create a Bootable USB Drive Using Command Line
I use this technique all the time so I just stole the instructions for myself here. Insert the USB drive. Open a command prompt as administrator and type diskpart Type list disk Note the number of the USB drive. Type select disk <x> Where <x> is the disk number. Type clean << disk will
Continue readingHow To Show Thumbnail Images in Advanced Typepad Template Excerpts
If you use advanced templates with Typepad, you might not be getting optimized images in your excerpt listings. In my case, the main index page was using “thumbnails” that were sized via CSS but in fact were the full size images. This slowed down the page load time for sure.
Continue readingMediafire Discontinues Desktop Sync
I don’t know who is in charge over at MediaFire, but the last couple days have seen some scary messages. Firs this: Then a few days later I started getting a more “official” notice. “On July 30th, 2016, MediaFire will stop supporting desktop syncing through MediaFire Desktop.” I took a
Continue readingScheduled Task Batch File Isn’t Working
There are a couple things to keep in mind when you use the Task Scheduler in Windows to run a batch file. Actually there are only two that get batch files working for me on most occasions. Proper File Permissions The first thing is that the batch file itself must
Continue readingThe Best Web Hosting for a Business
There are a million articles on the Internet about who is the best webhost, or who is the best web host for “some specific purpose here“. This is not an article about the best “free” host or the best “cheap” host or the best host for web developers. This is
Continue readingHow to Monitor a Folder for Changes in Linux in Real Time
This is a handy little command I found recently. I was testing something on my CentOS server and needed to look at a particular folder to wait for a file to appear. I quickly tired of typing ll over and over to see if the folder changed. After a little
Continue reading