Having a click-able button on your website that allows users to copy text can be easily achieved by using the document.execCommand() method. Unfortunately support for the execCommand() method is lacking in many old … [Read more...] about How to Copy Text to the Clipboard with HTML and JavaScript
Programming
Html Tutorial Hello World Example with Code
Typically, when people are trying to learn a programming language, their very first experience working with that programming language is creating the hello world example, sometimes known as a hello world program. In … [Read more...] about Html Tutorial Hello World Example with Code
How to Remove the WordPress Gutenberg Stylesheet
If you have just installed any version of WordPress 5.0 or higher and don't plan to use the Gutenberg editor, then you may want to remove the Gutenberg style sheet as a minor performance tweak. Since Gutenberg is part … [Read more...] about How to Remove the WordPress Gutenberg Stylesheet
How to Remove The “Powered by Shopify” Link in your Footer
One thing that really bothers me when I’m working with any paid web platform is extra links or branding for the software I am using on my website. It just seems tacky, unprofessional, and personally, when I see a … [Read more...] about How to Remove The “Powered by Shopify” Link in your Footer
How to Add a Link in Your Tumblr Description
Are you trying to figure out how somebody put a link in their Tumblr description? The process is actually quite simple, but it does require some extremely basic knowledge of HTML. I’ll also demonstrate how you can … [Read more...] about How to Add a Link in Your Tumblr Description