Translated by Google Translate
Public, Private, and Protected (Member Visibility) in OOP PHP

In OOP we will always find keywords Public, Private, and Protected. These three things are used to determine the visibility of members (properties and functions) that are characteristic of object-oriented programming. Are members globally accessible (public) or accessed by its class (private) or accessed by the class and subclasses. Meanwhile,...


What is AJAX and How to Use it With jQuery

Are you questioning What is AJAX, and How to Use it With jQuery? To answer the long question, we need to start it from the meaning of AJAX. No, it is not football club from Holland but AJAX is asynchronous JavaScript and XML. People use AJAX to load data from a server and then display it on the webpage without the need to reload the...


HTML Basic Part 2

Meet Again ! as
Usual This is R1O as the guest Author. I will continue explain the part from
the first tutorial in this HTML Series. If you have not yet read the first
tutorial i suggest you to read the first one otherwise you will get lost. Trust
me ...
So far we have
write this code in our text editor
<!doctype>
<html>
</html>
And...


HTML Basic Part 1
Yo folks back again this time with me as a guest writer R1O.
Today i’m Gonna Share about how to design a website From the very basic. Do you
ever wonder what website is consist of? Well no need to wonder again cause i’m
gonna tell ya. Website Is consist of HTML, CSS, JAVASCRIPT, PHP or even you
want to make more dynamic you can add...

