If you spent some time blogging, you already know that this could be really time-consuming. But did you know that WordPress has many really useful keyboard shortcuts that will make…
Now that you know what an array and how to create one, let’s look at some ways to sort arrays in PHP in ascending or descending order using built-in PHP…
Now that we covered IF – ELSE statements in this article and now it’s perfect time to take a look at PHP switch statements. IF – ELSE VS Switch In…
In this article we will moving further into learning PHP and will talk about PHP strings. What Is String In PHP A string as you may know is a group…
If you are reading this post, probably you maybe new to PHP and programming in general. And in that case if you need and intro into what is PHP variables…
Let’s start this series with an introduction to PHP. PHP stands for Hypertext Preprocessor. PHP is server-side scripting language designed for web development specifically. You can embed PHP code in…
If you want to understand JavaScript arrays but cant’t quite get grips of them, this article will be just what you were looking for. As you may know, web developers…
In this post let’s look at some VS Code extensions for HTML that will make writing and editing websites easier. HTML End Tag Labels The whole idea is that rather…
Maybe you are wondering how this CSS code is actually applied to HTML...
Previously I talked about HTML (Hypertext Markup Language), coding language that is the foundation for all web development. If HTML is the first language to learn when starting to build…