by SRD | Apr 24, 2023 | Internet
If you need a spreadsheet of all countries and their corresponding states, provinces and territories, you can access the sheet here. by SRD | Apr 21, 2023 | Microsoft Office Tips
You may receive an error Error synchronizing folder [800CCC0E-0-0-560] when trying to download subfolders into Outlook. In Outlook 2016, right-click on the Inbox folder, select IMAP Folders Click the Query button Hopefully you will see the missing folders of Inbox... by SRD | Jun 26, 2021 | Web Development
Following some tutorials will produce a 500 internal server error. This post only uses CSS to remove the sidebar from bbPress when using the Divi theme. Simply add the following CSS to your Divi > Theme Options > Custom CSS: .bbpress #sidebar {display: none;}... by SRD | May 26, 2021 | Web Development
Add the following to the top of your .htaccess file in the root public folder of your website: <IfModule mod_deflate.c> # Compress HTML, CSS, JavaScript, Text, XML and fonts AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE... by SRD | May 23, 2021 | Web Development
If you try and add the Google Tag Manager script code directly into your header.tpl or head.tpl files, unfortunately, your front end styles will break. To overcome this, wrap your GTM code in a literal: {literal} <!– script code here –> {/literal}... by SRD | Dec 5, 2020 | Web Development
To improve the security of your website extra headers can be added to your website using .htaccess. If you’re using Divi in your WordPress website, add the following to your .htaccess file (at the top). # Server Security <IfModule mod_headers.c> Header set... by SRD | Nov 25, 2020 | Happiness
“Be happy with what you have. Be excited about what you want.”— Alan Cohen “Happiness is when what you think, what you say, and what you do are in harmony.”— Mahatma Gandhi “Doing what you like is freedom. Liking what you do is happiness.”— Frank Tyger “We tend to... by SRD | Nov 19, 2020 | Web Development
Add the following to your custom CSS or child theme: .et-l.et-l–footer .et-menu li {display: block;} by SRD | Nov 14, 2020 | Uncategorized
Benjamin Hardy is inspiring. He also keeps it simple. by SRD | Aug 14, 2020 | Mobile Development
You need to accept the licenses through the terminal/prompt e.g on linux: cd ~/Library/Android/sdk/tools/bin/ Run the sdkmanager as follows: ./sdkmanager –licenses e.g on Windows: cd /d “%ANDROID_SDK_ROOT%/tools/bin” Run the sdkmanager as follows:... by SRD | Aug 2, 2020 | Web Development
How do I update npm? npm install -g npm Please note that this command will remove your current version of npm. Make sure to use sudo npm install -g npm if on a Mac. You can also update all outdated local packages by doing npm update without any arguments, or global... by SRD | Dec 2, 2019 | Web Development
You’re using WampServer and you may of recently moved your local host website files into OneDrive. You now receive the error: ( ! ) Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 ( ! ) Fatal error: Unknown: Failed opening... by SRD | Oct 12, 2016 | Wordpress
If you’re using Elegant Theme’s Divi, and you have a full width slider at the top of your page you wish to extend down to the bottom of the view port, at first add a css class name to< that particular slider module, say: my_slider. After that add the... by SRD | Aug 18, 2016 | Internet
Scenario: you see a digital image on Facebook, it might be a great photo, or a digital print of a great piece of artwork you love. You want to find out more about this image. Solution: use Google reverse image lookup. If you’re in Facebook, click the image to... by SRD | Aug 15, 2016 | Software Recommendations
For Website Owners Yoast SEO – Search Engine Optimization BackupWordpress – Automated file and database Backups Wordfence – Security Gravity Forms – Contact Forms W3 Total Cache – Improve the speed of your website using caching For Web... by SRD | Jul 13, 2016 | Website Management
If you visit Product Hunt, you’ll be prompted by your browser (if your browser is Chrome, Firefox, Safari, or Android) if you wish to receive notifications from this site: If you click yes, every time Product Hunt release a new blog post, your computer will... by SRD | Jun 20, 2016 | Software Recommendations
You may need to record videos of your screen to show clients how to do stuff or show support staff what is not working properly. One of the best solutions I’ve found to do this is the software Snag It. The only problem is this piece of handy software costs... by SRD | Jun 18, 2016 | Book Recommendations, Happiness
This book validates my personal work experience, where a small number of clients generate the most work and income for me, and I get the most amount of happiness and satisfaction from a smaller amount of personal relationships. There is a way to relax, enjoy life, put... by SRD | Jun 18, 2016 | Windows Tips
Windows 10 Photo app is not as user friendly as the original Windows Photo Viewer in Windows 7. Read on for the solution to Windows Photo Viewer being missing in Windows 10. by SRD | Jun 18, 2016 | Software Recommendations
If you’re on a Windows PC, you might need to use an external hard disk drive to extend your available disk space, perhaps for photos, movies, images, graphics – your work. You might find that the external HDD works fine when you start Windows, but after an...