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:...