SLIDE-5-TITLE-HERE

Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com[...]

SLIDE-2-TITLE-HERE

Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com[...]

SLIDE-3-TITLE-HERE

Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com[...]

If you are going [...]

SLIDE-4-TITLE-HERE

Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com[...]

SLIDE-5-TITLE-HERE

Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com[...]

Senin, 12 Oktober 2009

macam macam pemrograman

Untuk mendesain sebuah web kita tidak melakukan hal tersebut begitu saja tanpa suatu yang membuatnya ada. Dalam membuat web memerlukan suatu kode-kode yang dapat membuat web menjadi lebih menarik untuk dilihat. Kode-kode itu dapat berupa kode HTML, Java Script, CSS, Java Applet, dan ActiveX Control.

HTML

HTML adalah suatu bahasa pemrograman yang sering digunakan untuk desain web. Biasanya memiliki format penyimpanan yaitu .html, .htm, atau .shtml. Pada kode HTML sering digunakan cara membuka dan menutup tag. Kerangka dasar dokumen HTML adalah sebagai berikut :

Title


Deskripsi



Java script

Java script adalah suatu bahasa pemrograman yang ada di dalam HTML. Fungsinya adalah untuk menambah kemampuan dokumen HTML. Java script diproses pada sisi klien, contoh program Java script adalah sebagai berikut

CSS

CSS juga digunakan untuk menambah kemampuan documen html agar tampil lebih menarik. CSS sering digunakan untuk membuat style tulisan dan layout agar tampaklebih menarik, CSS ini dapat digunakan secara berulang-ulang sehingga tidak perlu dibuat berkali-kali. Kerangka dasar CSS adalah sebagai berikut

Java Applet

Java Applet adalah suatu program kecil dalam bahasa java yang dapat diambil seperti kita mengimport gambar. Applet memiliki suatu kemampuan yang lebih yaitu dapat bereaksi terhadap sebuah masukan dari pemakai dan berubah secara dinamis. Contoh Java Applet adalah sebagai berikut
import java.applet.*;
import java.awt.*;
Public class helloworld extends Applet{
Public void paint(Graphics g) {
g.drawString

By Danang saputra with No comments