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...


OOP Concept in PHP for Beginner

Object oriented programming has begun in era of PHP3, but still simple and not perfect. While web technologies and cloud computing grows up then PHP 5 has been developed to support full OOP. OOP become popular among web programmers. For example, many CMS like Joomla, WordPress, PrestaShop and Moodle are built with OOP. Furthermore, trend...


PHP for Beginners, Fast and Simple Learning

To start learning PHP, you should have basic knowladge of HTML. There are 2 ways to create PHP file, which embadded script and non embadded script. Embadded script is PHP that placed in HTML script. While non embadded script is PHP script wrote without placed in HTML script. Here's the difference between embadded script and non embadded...


HTML for Beginners, Knowing Forms (Web Design)
In the recent web design tutorial we have learnt first HTML How To Make Table and now we will learn about Forms in HTML. What is form?? Maybe you ever seen a form in real life, such at psycho test or collage registration. And for example look at a simple psycho test form below.
Picture 1. Registration Form
The registration...


HTML for Beginners, How Table Make Layout (Web Design)

Many people says that HTML stands for Hyper Text Markup Language. But I have my own stands for HTML. In my experience when I begn autodidactiong HTML I learn how to make the layout. And I find the simple way to design the layout is using table tags. If you looking the web layout without fill (color and picture), you will got it. Look...

