As you probably know trying to center elements in CSS can cause a headache even to experienced developers. There are many different situations and many different solutions. Sometimes it is…
Today we will start new topic – JavaScript. And what better way to start it if not with looking at JavaScript’s history and features. JavaScript is the foundation of frontend…
Visual Studio Code is the arguably the best code editor out there at the moment. Market Place offering tons of extensions to customize it exactly to your needs and helping…
There is a lot of default WordPress functions you can use to return information that you need dynamically. Here is the WordPress functions cheat sheet – list of useful default…
WordPress CLI is a tool that gives you ability to admin your WordPress website through a command line. You can execute standard functions like plugin installation or commands that are…
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…
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...