.

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Kamis, 14 Maret 2013

Materi Desain Web


Jenis Halaman Web
Web dinamis memiliki ciri:
1.         Konten statis.
2.         Perubahan secara manual.
3.         Informasi hanya satu arah.
4.         Ditulis menggunakan html.
5.         Mampu berdiri sendiri.

Web dinamis memiliki ciri:
1.         Konten berubah-ubah.
2.         Perubahan pada data , bukan kode program.
3.         Memungkinkan terjadi komunikasi dua arah  ( server to client dan client to server ).
4.         Ditulis menggunakan bahasa pemrograman web ( PHP, ASP, JSP ) atau kombinasi dengan HTML.
5.         Memungkinkan koneksi dengan database.
6.         membutuhkan web  server.

Jenis Program dalam pemrograman web dilihat dari platform untuk menjalankannya:
1.         Desktop base
2.         Web base
3.         Mobile base

Dalam membuat web dinamis minimal diperlukan 3 software, yaitu:
1.         Bahasa Pemrograman
2.         Web server
3.         Database server

Ada beberapa cara dalam menuliskan scrip PHP, yaitu:
1.         <? script php ?>
2.         <?php script php ?>
3.         <% script php %>
4.         <script language="php"> script php </script>

Variabel
Variabel digunakan sebagai tempat penyimpanan data sementara.
Variabel di PHP diawali dengan tanda $. Penulisan varibel dengan karakter $ diikuti dengan huruf sebagai karakter pertama setelah $, kemudian bisa diikuti  kombinasi karakter dan angka. Dalam penlisan variabel tidak boleh ada spasi kosong  dan tanda baca dalam penamaannya, kecuali karakter_( garis bawah , under score ).