When updating the front-end of your website whether it’s WordPress, another framework or a custom build, you can really make it pop when you know where to find great front-end resources. In this article I will cover 5 of the best front-end resources that I use time and again on all of the websites that…
Blog
How To Build A WordPress Blog
Are you ready to build your WordPress website? Follow this guide to learn how. I’ll show you how to build a WordPress site starting directly after a fresh installation. If you haven’t installed WordPress yet, follow my article on “how to start a blog“. In this guide I’ll go step by step over the components…
Top 10 Essential WordPress Plugins
WordPress Plugins WordPress Plugins provide a simple way for you as a blog owner to extend and expand the functionality of your WordPress site. Automatically install plugins from the WordPress Plugin Directory or manually upload a plugin in .zip format by clicking the button at the top of the plugin page on your admin dashboard.…
How To Monetize Your Blog In 7 Proven Ways In 2020
Once you’ve started a blog and are drawing more visitors to your website each month it’s time to monetize your blog. In this guide I’ll show you how to make money by monetizing your blog. Are you ready to make money online by monetizing your blog? Then this guide is for you. A bloggers guide…
How To Grow Your Blog In 3 Easy Steps In 2020
Do you want to grow your blog by increasingly drawing more visitors to your website? In this guide I’ll not only show you how to grow your blog by consistently attracting more visitors to your website but also how to retain them once they visit. If you haven’t started your blog yet check out my…
How To Start A Blog In 10 Easy Steps In 2020 (And Make Money)
Ready to learn how to start a blog and make real money online? This guide is for you. Get up and running in no time by following these 10 simple steps to starting a blog in 2020. But first, why should you read this particular guide? Why do we need yet another guide on how…
PHP Operators
PHP Operators An operator is something that takes one or more values (or expressions, in programming jargon) and yields another value (so that the construction itself becomes an expression). Unary Operator – requires one operand Binary Operator – requires two operands Ternary Operator – requires three operands Precedence – defines the order of operations, which…
Complete List of Standard HTML5 Tags
= New in HTML5 <!DOCTYPE> is not a tag, but rather a declaration. All HTML documents must start with a <!DOCTYPE> declaration. In HTML5, the declaration is <!DOCTYPE html>. Structural Tags Tag Description <a> Defines a hyperlink or an anchor. <article> Defines self contained content like a blog post or forum post. <aside> Defines some…
Learn HTML5 The Basics
HTML5 is the relatively new (as of 20 Oct 2014) standard for HTML. Let’s go over the basics of what it is, the differences between HTML4 and HTML5 and the reasons behind the new standard. The Reasoning Behind HTML5 First off, a quick refresher of Hypertext Markup Language (HTML) will get us started. HTML is…
Visual Studio Code Remote SSH
I’ve been running into an issue lately with VSCode trying to access a remote server using SSH with authentication keys. I’ll preface this by saying I’m running VSCode on a Windows 10 machine and attempting to SSH to an AWS instance running Linux. This is the error that appears. Notice that it says “Permissions 0644…