Jumat, 11 Juli 2014

Making Company Profile

 Making Movie trailer
Membuat Perhitungan Gaji

 Membuat Database book Finder

Rabu, 02 Juli 2014

Membuat Teks Berjalan

<marquee direction="left" scrollamount="2" align="center">Victor mau jalan ke kiri</marquee>
<marquee direction="right" scrollamount="2" align="center">Teks Tulisan Berjalan Dari Kiri Ke Kanan</marquee>
<marquee direction="right" scrollamount="2" align="center"><blink>Teks Tulisan Berjalan Dari Kiri Ke Kanan Berkedip</blink></marquee>
<marquee direction="right" scrollamount="2" align="center" behavior="alternate">Teks Tulisan Berjalan Bolak Balik Dari Kanan Ke Kiri</marquee>
<marquee direction="down" scrollamount="2" align="center">Teks Tulisan Berjalan Dari Atas Ke Bawah</marquee>
<marquee direction="up" scrollamount="2" align="center">Teks Tulisan Berjalan Dari Bawah Ke Atas</marquee>

Membuat Text Area menggunakan PHP



<html>
<head><title>Gaji Pegawai</title></head>
<?php
function GajiPeg(){

$nama_peg = "Victor Suteh";
$NIP="0017";
$Masa_kerja=5;
$gaji= 2500000;
$tunjangan;
$gaji_total;
$bonus;

if($Masa_kerja > 6){
$tunjangan = 100000;
}
else if($Masa_kerja>=4){
$tunjangan=75000;
}
else if($Masa_kerja>=2){
$tunjangan=50000;
}
else {
$tunjangan=25000;
}
 
if($Masa_kerja>=6){
$bonus="MOTOR";
}          
else if($Masa_kerja>=4){
$bonus="LAPTOP";
}    
else if($Masa_kerja>=2){
$bonus="SEPEDA";
}
else {
$bonus="PAYUNG";
}


$gaji_total=$gaji+$tunjangan;
       print"<br/><br/>";
        print ("<br/>=====Sistem Penggajian Berbasis Java=====");
        //print ("<br/>#########################################");
 
        print ("<br/>Nama Pegawai   : $nama_peg");
        print ("<br/>NIP            :$NIP");
        print ("<br/>Masa Kerja     : $Masa_kerja" ." Tahun");
        print ("<br/>************************************");
     
        print ("<br/>Gaji Bersih    :  Rp $gaji");
        print ("<br/>Tunjangan      :  Rp    $tunjangan");
        print ("<br/>===================================== +" );
        print ("<br/>Total Gaji     : Rp $gaji_total");
        print ("<br/>Bonus          : $bonus");
        print ("<br/>=====================================");    
     
    }


GajiPeg();
?>

</html>

Minggu, 01 Juni 2014


Summary This has been an incredibly busy lesson, and you've covered a lot. Congratulations! We have learned how to: Make ordered and unordered lists Change the color, size and type of font Add comments to our HTML file Change the page's background color Align text Bold and italicize text Instructions You're done with this lesson—press Save & Submit Code to finish. If you want to be a real boss, test out your new skills on a project and make something to show your pals! Toy Story

Toy Story Movie

is a 1995 American computer-animated buddy-comedy adventure film produced by Pixar Animation Studios

Player name

  1. Tom Hanks as Woody, a cowboy pull string doll
  2. Tim Allen as Buzz Lightyear, a Space Ranger action figure
Making HTML Basic
The Kingest of Kongs

I'm male, 25 years old, and i am a programmer, im from Indonesia.

  • Interests

    • Bananas
    • Climbing stuff
    • HTML
  • Jobs

    1. Programmer
    2. Web developer
  • Where I Went to School

    1. Diddy Kong Jr. High School
    2. Donkey Kong Sr. High School
  • Favorite Quotes

    • "If at first you don't succeed, climb a giant building."
    • "A banana in the hand is worth two on the tree."