If you are reading this post, probably you may be new to PHP and programming in general. In that case, if you need an intro into what is PHP variables…
Let’s start this series with an introduction to PHP. PHP stands for Hypertext Preprocessor. PHP is a server-side scripting language designed for web development specifically. You can embed PHP code…
Continuing JavaScript tutorials let’s talk about JSON. JSON – JavaScript Object Notation, is a format for sharing data. Although as its name suggests, JSON is derived from JavaScript, actually it’s…
If you are new to web development and just created some HTML page then perhaps you are in a situation where you do have not enough content on your page…
Do you have a WordPress website using a free theme or just decided that you want a website and want it to be unique? The benefits of having a self-hosted…
As you may guess we all started blogging from the beginning and made some mistakes. But knowing some WordPress basics can help you avoid mistakes that can easily be averted.…
When you are creating a website for business you may need to implement Google Maps. That’s easy. But what if you need it to be responsive? In this article, I…
HTML is a powerful markup language that can be used to give our web applications structure and provide powerful accessibility benefits, but only when used appropriately. So in this article,…
So you made a WordPress website on localhost and now want to make it live for everyone to see? In this article, we will be looking at how to move…
Margin and padding in CSS are the most used properties of spacing out elements. A margin is the space outside the element and padding is the space inside the element.…