Minggu, 22 November 2009

Pertemuan 8

Finally finished the end of the meeting in the middle of the semester at 5 internet programming courses 2..
wednesday we will midterm for internet programming courses 2..
but I'm not worried.. I was ready.. can not wait..

8th meeting was discuss the marterial to be learned for the exam later.
from for to array, cut the words, search words, create tables and the number of the sentences.
we'd also have the opportunity to practice with Mr. Saluky to create a web with exam question later.
nothing other than making the web.. many entries that I got..

seems to here first.. we go after UTS..

bye.. ^^

Minggu, 15 November 2009

Pertemuan 7

Huft.. tak terasa uda pertemuan ke 7.. minggu depan pertemuan terakhir ne,terus bersiap-siap untuk UTS.. =(


::: 11 November 2009 :::

pembelajaran selanjutnya.. tentang while dan array..while mirip kaya For..Array merupakan perintah untuk mengurutkan, memperbanyak suatu input secaraotomatis tanpa perlu mengetik satu-satu kode.. dengan array semua bisaterselesaikan secara cepat.. =)

tadi kami mencoba membuat suatu form tanggal lahir.. dengan menggunakan array..hiii...

I Like.. semua tersusun rapi..


huah, tak ada kata-kata lagi.. huft.. apa ya? sekian aja deh..
we meet next week.. =)
Ganbate!!

Senin, 09 November 2009

Pertemuan 6

Wuih.. pertemuan 6 beud.. makin puyeng makin asik...hihihi..
"FOR".. yuhuu,, tadi belajar itu loh... waktu dikelas gampang, tapi pas dirumah kokjadi lupa mua ya?
ada apa gerangan... di suruh bikin tabel. kita masukanberapa jumlah kolom dan baris dari htm, dan ketika di klik otomatis akan men setsendiri dalam kode PHP, seperti contoh kode nya :

$kolom=$_POST['kolom'];
$baris=$_POST['baris'];
echo"";
for($i=1;$i<=$baris;$i++){
echo"";
if($i%2==0){
$warna="#FFFFFFF";
}
else if($i==1){
$warna="#FF0000";
}
else if($i==$baris){
$warna="#FF0000";
}
else{
$warna="#9FCCFF";
}
for($k=1;$k<=$kolom;$k++){
echo"";
}
echo"";
}
echo"
";
?>

nah, yang aku lupa, cara supaya header n' footer nya aja yg warnanya berbedadari baris yang lain? lupa euy...bentar age UTS ne... 1x pertemuan age..

Jia You!!!

Minggu, 01 November 2009

Pertemuan 5

yeah.. pertemuan 5!!! tinggal beberapa pertemuan lagi UAS deh.. ^^
I've not patient.. =).. I want it..

tadi di kelas qta buat deain web sederhana loh, pake Microsoft frontpage n' crimsson editor.. yah, disainnya menggunakan PHP.. jadi tampilannya WOW..

aku bingung caranya lupa2 ingat,, seperti contoh gini ne :

$var=$_GET['var'];
switch($var){
case"profil":
include"profil.htm";
break;

case"about":
include"about.htm";
break;

case"home":
include"index.htm";
break;

case"produk":
include"produk.htm";
break;
}
?>

bagi teman2 yang baca tolong ajarin ya klo ngerti? ^^..

aku coba buat web proyek di rumah pake itu (gabungan kode PHP), kok tampilan web nya malah jadi tambah ancur???!!.. mendingan tampilan yang dulu, yang ga pake PHP code.. bersih, kinclong.. pake PHP Code kok malah jadi aneh, ukuran widht nya kok melebar, padahal widht nya uda aku atur kok..? huhuhu.. gimana ya?

Mr. Saluky, Please teach me!! huhuhu..