Now that we covered IF – ELSE statements in this article and now it’s the perfect time to take a look at PHP switch statements. IF – ELSE VS Switch…
Earlier we discussed the importance of site speed to the success of your WordPress website or blog. So now let’s talk about one of the easiest and fastest ways to…
Now that we have covered constants, strings, and logic operators in PHP, maybe it’s time to learn about PHP if – else statements. PHP Conditional Statements As you may guess,…
Now that we covered strings in PHP and some built-in functions to manipulate strings, let’s talk about all kinds of PHP operators. What Are Operators In PHP Operators are symbols…
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.…