Friday, July 6, 2012

MEMBUAT FORM SEPERTI FACEBOOK

MEMBUAT FORM FACE ROCKY INI TUGAS RUMAH PEMROGRAMAN WEB <!DOCTYPE html public “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml/DTD/xhtml1- transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en” lang=”en” id=”facebook”> <head> <title>Welcome to Facebook! | Facebook</title><link rel=”shortcut icon” href=”icon.png” type=”image/x-icon” /> <style type=”text/css”> .header...

Membuat fungsi Greeting PHP

Membuat fungsi Greeting PHP 1. Membuat fungsi-fungsi greeting pada file selamatpagi.php <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml”> <head> <title>Greeting</title> </head> <body> <center> <h1> <?php function greeting() { $date = date (“G : i A”); if ($date>=0...

CARA MEMBOBOL PASSWORD FACEBOOK

CARA MEMBOBOL PASSWORD FACEBOOK akhir-akhir ini jumlah facebooker semakin membludak bahkan sudah mencapai sekitar 15.000.000.  Facebooker Indonesia Terbanyak Kedua di Dunia Jakarta – Pertumbuhan pengguna Facebook di dunia seperti tak terbendung lagi. Bagaimana dengan di Indonesia? Jumlah pengguna Facebook (Facebooker) di sinipun turut melonjak. Dengan didukung populasi yang besar, Indonesia ternyata menempati urutan ke-2 untuk...

CODE MEMBUAT TABLE

 MEMBUAT TABLE FLEKSIBEL 1. Instal Wamp Server 2.Coding Buat file php seperti di bawah ini <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd”> <html> <head> <title>Hasil Generate Tabel</title> </head> <body> <div align=”center”> <?php $rows = 1; $columns = 1; $cells = 1; ?> <?php $rows = (int) $_POST["JumlahRow"]; ?> <?php $columns = (int) $_POST["JumlahColum"]; ?> <?php $cells = (int) $_POST["JumlahCell"]; ?> <strong>Kamu...

Form Pemesanan Makan dan Minum

Form Pemesanan Makan dan Minum Adapun program aplikasi pemesanan makanan/minuman yang dibuat memiliki spesifikasi antara lain: Field Harga, Jumlah Total, Diskon, dan Jumlah Dibayar bersifat read-only Jika  pesan  disi,  maka  field  jumlah  total  secara  otomatis  akan menghitung totalnya, termasuk juga field jumlah dibayar. Rumus: Jumlah Total = ∑ (harga * pesan) Jumlah Dibayar = Jumlah Total...

Code KHS Mahasiswa dengan PASCAL

Code KHS Mahasiswa dengan Pascal source kode untuk membuat KHS Mahasiswa dengan menggunakan Record dengan Pemrograman Pascal : program record_data_mahasiswa; //uses wincrt; const nMaks = 100; Mn = 10; type matakuliah = record kodemk : string[8]; namamk : string[20]; sks : integer; nilai  : string[2]; sksxnilai : real; end; mahasiswa = record NIM : string[15]; nama : string[20]; skstotal : integer; nilaitotal: real; ip : real; nextsks : string[8]; mk :...

HTML & CSS The Complete Reference download

HTML & CSS The Complete Reference unduh klik dis...

DOWNLOAD buku panduan CSS and HTML Web Design

 CSS and HTML Web Design. DOWNLOAD buku di si...

Download Tutorial Ajax.JavaScript.and.PHP

Ajax.JavaScript.and.PHP DOWNLOAD di s...

DOWNLOAD JAVASCRIPT Techniques

Pro JAVASCRIPT Techniques.pdf DOWNL...

Download Tutorial Latihan Visual basic 6.0

Tutorial Latihan Vb 6.0 Download Downlo...

Download Source code Program Virus

Source code Program Virus Downloa...

Download code Program Hospital

Source code Program Hospital Downl...

Download code Program Billing Warnet

Source code Program Billing Warnet Downl...

DOWNLOAD E-BOOK Mahir Visual Basic 6.0

E-BOOK Mahir Visual Basic 6.0 Downl...

Friday, June 29, 2012

Calculator Program Netbine

In this tutorial we are providing you an example which illustrates you how to a create calculator in Swing with the source code and screen shot. Writing Calculator Program in Swing       In this tutorial we are providing you an example which illustrates you how to a create calculator in Swing with the source code and screen shot. For developing a small...