Without a doubt, blogging is a good way to promote your business and credential yourself. However, blogging is also a way for someone to explore their own personal creativity. Blogging for personal reasons often has a different motivation to blogging for business reasons and the way you go about it can differ slightly. The biggest […]
Improve Website Email Deliverability [Video]
Email from your website not getting through to yourself or website visitors? Here’s how to find out why and some potential fixes. https://youtu.be/AGryZO3NA_c The code for the DMARC Record is: v=DMARC1;p=none;
Configure WordPress To Use SSL [Video]
Once you have a SSL certificate on your webserver, you need to configure WordPress to actually use it. Here’s how. https://youtu.be/FkIrEnPRcFc The code to add to .htaccess is: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule>
Create And Install A SSL Certificate on CPanel [Video]
SSL is now imperative when running a website. To use SSL, you need a SSL Certificate on your webserver. Some webservers will provide free SSL certificates, some will only let you use certificates they provide, some will let you purchase your own but install it for you. This video shows how to created a Let’s […]
Optimize Your Images For Best Results [Video]
Images can make or break a website. One thing that many forget to do is optimize their images to ensure they load quickly and don’t use too much diskspace or bandwidth when they load. This video shows you some things you can do. https://youtu.be/sYrtAyXSmXE
Using Mailchimp Conversations [Video]
Conversations in Mailchimp are an invaluable tool, particularly around the holiday period when subscribers have turned their out of office replies on. This video shows you how to turn “Conversations” on for your campaigns and explains why you would want to use them. https://youtu.be/Tg-euCvLT9o
Finding A WordPress Media Library URL [Video]
Sometimes it’s necessary to find the direct link to a document or image uploaded to the WordPress media library. Normally so you can share the document / image directly or link to it from another site. https://youtu.be/7j37K5F5IhQ
Changing GoDaddy DNS [Video]
A Domain Name, nearly always, goes with a Hosting Service. You can purchase your hosting service from places other than where you purchased your domain name – but then you need to configure it. The video below shows you how to change your GoDaddy Name Servers so you can use hosting from another provider. Enjoy! […]
Adding Users In Mailchimp [Video]
When running your own business, the ability to delegate tasks to people is paramount and with the prevalence of online tools, it’s tempting to just share usernames and passwords. However, in some cases – like Mailchimp, you don’t have to. This video shows Mailchimp account owners how they can add an user to their account […]