rss

About Me

My Photo
irnanto dwi saputra
View my complete profile

23 March 2011

History of PHP

PHP was first invented by Rasmus Lerdorf in 1994. Originally, PHP stands for Personal Home Page (Personal Site) and used to

record the number and to find out who his visitors on the homepage. Rasmus Lerdorf is one of the supporters of open source.Oleh therefore, he issued a Personal Home Page Tool version 1.0 for free. By removing the Personal Home Page Tools versions 1.0 to open source, so many programmers who are interested to participate in developing PHP.

In November 1997, released PHP 2.0. In this release, the PHP interpreter has been implemented in C program In this release also included the extension modules significantly enhance the ability of PHP.

In 1997, a company called Zend PHP interpreter to rewrite a cleaner, better, and faster. Then in June 1998, the company released a new interpreter for PHP and the formalizing such as the release of PHP 3.0 and PHP acronym was changed to recurring acronym for PHP: Hypertext Preprocessing.

In mid-1999, Zend released a new PHP interpreter and release is known with PHP 4.0. PHP version PHP 4.0 is the most widely used at the beginning of the 21st century. This version is widely used due to its ability to build complex web applications but still has the speed and stability.

In June 2004, Zend PHP 5.0 release. In this version, the core of the PHP interpreter underwent major changes. This version also includes object-oriented programming model into the PHP programming language to respond to developments in the direction of object-oriented paradigm.

Read more.....

Make Font Color

To make writing more interesting on the web, we can add color to the text. Example:

<FONT COLOR="red"> This red color. </ FONT>
<FONT COLOR="blue"> It's blue. </ FONT>
<FONT COLOR="green"> This green color. </ FONT>
<FONT COLOR="yellow"> This yellow color. </ FONT>
<FONT COLOR="cyan"> This is the color of cyan. </ FONT>
<FONT> This black color (without writing a color, you are writing a black as default. </ FONT>

Then the results will be displayed on the web brouser is:

This red color.
It's blue.
This green color.
This yellow color.
This color cyan.
This black color (without writing a color, you are writing a black as default.)

his black color (no color writing, your writing is black as the default.)

We can only make some colored paper using color names, to use another color, we can use colors using hexadecimal code. Examples of the use of colors using hexadecimal:

This color="#99FF00"> <font faded green color </ font>
This color="#663300"> <font brown </ font>

Then the results will be displayed in a web browser is:

This green color faded
This brown color

We can combine the font size, font type, color, and type text simultaneously.

<FONT SIZE="4" FACE="Comic Sans MS" COLOR="green"> <B> This bold, use Comic Sans MS font, size 4, green. </ B> </ FONT>

Then it will be like below.

This bold, use Comic Sans MS font, size , yellow.

Read more.....

Use The Heading Format

Heading is custom-sized letters used to write the title of the chapter or sub chapter. There are six levels of headers from H1 to H6. Header H1 is the largest and H6 is the smallest header. Example header format:

<html>
<body>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
</body>
</html>

The results as below.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5

Heading 6

Read more.....

Change Typeface

Web browsers use the default font, but we can change this using the FACE attribute.

<FONT FACE="Arial"> It uses arial font. </ FONT>
<FONT FACE="Arial Black"> It uses the font arial black. </ FONT>
<FONT FACE="Comic Sans MS"> It uses comic sans MS font. </ FONT>
<FONT FACE="Courier New"> It uses the font courier new. </ FONT>
<FONT FACE="Helvetica"> It uses Helvetica font. </ FONT>
<FONT FACE="Impact"> It uses the font Impact. </ FONT>
<FONT face="Times New Roman"> It uses Times New Roman font. </ FONT>
<FONT FACE="Verdana"> It uses the font Verdana. </ FONT>

The results will be displayed in a web browser like below.

It uses arial font.

It uses the font arial black.

It uses comic sans MS font.

It uses the font courier new.

It uses Helvetica font.

It uses the font Impact.

It uses Times New Roman font.

It uses the font Verdana.

Keep in mind that if we choose a font, must consider compatible with the client computer. Because not all types of letters on each client computer.

We can combine the font size, font type, color, and type text simultaneously.

<FONT SIZE="4" FACE="Comic Sans MS" COLOR="green"> <B> This bold, use Comic Sans MS font, size 4, green. </ B> </ FONT>

Then it will be like below.

This bold, use Comic Sans MS font, size 4, green.

Read more.....

Adjust The Font Size on Web

To create or manage the size of an inscription on a web page, we need to use tags like the following:

<FONT SIZE="1"> Font size 1 </ FONT>
<FONT SIZE="2"> Font size 2 </ FONT>
<FONT SIZE="3"> Font size 3 </ FONT>
<FONT SIZE="4"> Font size 4 </ FONT>
<FONT SIZE="5"> Font size 5 </ FONT>
<FONT SIZE="6"> Font size 6 </ FONT>
<FONT SIZE="7"> Font size 7 </ FONT>

Results of the HTML tags above can be seen below.

Font size 1

Font size 2

Font size 3

Font size 4

Font size 5

Font size 6

Font size 7

We can combine the font size, font type, color, and type text simultaneously.

<FONT SIZE="4" FACE="Comic Sans MS" COLOR="green"> <B> This bold, use Comic Sans MS font, size 4, green. </ B> </ FONT>

Then it will be like below.

This bold, use Comic Sans MS font, size 5, red.

Read more.....
 

Site Info

Google Pagerank Powered by  MyPagerank.Net My Ping in TotalPing.com TopOfBlogs My Zimbio Blog Directory