So many bots scanning your server even if you aren’t WordPress but if you are running WordPress here are 4 must have rules to help block attacks and save server bandwidth. First you need to rename your login url. A plugin will handle this for you, I recommend iTheme Security. The free version works fine. […]
Archive for the ‘code’ Category
5 Reasons your app sucks
You don’t have a desktop/website version of your app but yet you make me create an account to access your content. So I can not login on my computer to access your content. (5 Mile app this one’s for you!) I can’t export my data. You have no feature to export all my data I […]
How to remove favicon in Google Search
Annoying little Google! I just noticed when using Google to search it shows all these annoying and mostly ugly favicons next to the url in the search. After doing some Googling apparently there is no way to really turn this off. It’s suppose to be experimental. But it’s so freaking ugly Google! Stop experimenting on […]
Atom Custom File Type Detection
In this example I will show you how you can set OpenCart’s .tpl file extension to read as PHP when opening in Atom Editor. Open your config.cson file. Underneath core: add: customFileTypes: 'text.html.php': [ 'tpl' ] text.html.php is the “source” and the tpl is the file extension. Now when you open a .tpl file it […]
Gulp, SCSS and WordPress
Ive been using gulp and live reload for many years now. It’s super efficient. Gulp, SCSS aka (sass) and WordPress can be a bit tricky though. Mostly because the typical SCSS structure is to put the final files in directories that aren’t necessarily WordPress friendly or WordPress structured. Also if you are trying to compress […]
Change State Name to Postal Abbreviation in WooCommerce
Changing the states names to abbreviations in Woocommerce is pretty easy. There are a couple references online that tell you how to do this but they don’t actually supply the whole list of states in their sample. This is for US states based on WooCoomerce 3.3.4, but should work for older versions. You can file […]
Remove meta-generator tags from WordPress using PHP
WordPress is one of the most popular CMS on the web today. But there are a few really bad practices that both WordPress core and plugin developers have, which is putting the version number of their software in the html code. With the ever growing vulnerability database that is WordPress, please stop helping people with […]
Backup Buddy on GoDaddy hosting
So I have a few hosting accounts with various companies. Plus I have had many clients with all kinds of hosting accounts. I do love GoDaddy’s customer support, and their hosting is generally a little more affordable than most as they are consistently running specials. But the one bad thing is that Backup Buddy doesn’t […]
XAMPP OS 10048 Error
How to fix XAMPP’s OS 10048 Error Only one usage of each socket address (protocol/network address/port) is normally permitted. AH00451: no listening sockets available, shutting down. So Ive been dealing with this message when running a CLI script that executes the start of xammp. I searched and searched online but couldn’t really find a quick […]
Cloak Front End Email v1.3 – WordPress Plugin

Cloak Front End Email v1.3 Cloak Front End Email just got better! You can now have multiple email addresses to display on the front end of your website and the plugin will cloak them and display them via javascript. It’s a super simple admin interface. How to add your email via shortcode Once you […]