|
::ABOUT
ME::
<?php
$name="Eka Budi Mahardhika Putra";
$nick="Dhika Cikul or only Cikul";
$address="Jl. S.Supriadi VI/2385 Malang - 65147";
$email="dhika@cikul.or.id";
$birth="15 July 1981";
$homephone="(0341)355395)";
$mobilephone="08155505003";
if(!$address)
{
echo("I went to somewhere, you can
call to $mobilephone");
}
$work=array("Web Programmer @<a
href=\"http://Seemadata.com\">","Freelance
Programmer @<a href=\"http://dutahost.net\">");
$study=array("TK"=>"TK Indryasana II Malang",
"SD"=>"SDN
Kauman II Malang",
"SMP"=>"SLTPN
II Malang",
"SMU"=>"SMUN
I Malang",
"College"=>"Computer
Technique @ <a href=\"http://www.mitek.unibraw.ac.id\">");
$work_history=array("Technician and Marketing @ Syper Computer Malang,
1999",
"Technician
and Marketing @ Expertindo Komputama Malang, 2000",
"Network
Installation with Novell Netware 4.11 @ Yayasan Sriwedari Malang, 2000",
"Network
Installation with Novell Netware 4.11 @ SLTPN 5 Surabaya, 2001",
"Network
Installation with Novell Netware 4.11 @ SLTPN 2 Malang, 2002",
"Lecture
Assistant of Pascal Programming at <a
href=\"http://www.mitek.unibraw.ac.id\">, 2000",
"Lecture
Assistant of Internet Programming at <a
href=\"http://www.mitek.unibraw.ac.id\">, 2000",
"Lecture
Assistant of Internet Programming at <a
href=\"http://www.mitek.unibraw.ac.id\">, 2001",
"Instructor
@ \"HIMAMITEK SHORT COURSE\", The Training Includes : Theory
and simulations of HTML, PHP and MySQL database, 2001",
"Instructor
@ \"HIMAMITEK SHORT COURSE\", The Training Includes : Theory
and simulations of HTML, PHP and MySQL database, 1-6 April 2002",
"Instructor
@ \"INFORMATION TECHNOLOGY TRAINING SPECIAL FOR WEB PROGRAMMING\",
The
Training Includes : Theory and simulations of HTML, PHP and MySQL database,
MWEB Brawijaya, 23-30 July 2002",
"Web
Programmer @ <a href=\"http://seemadata.com\">,
April 2002 - Now",
"Programmer
@ <a href=\"http://dutahost.net\">,
July 2002 - Now");
$portfolio=array("PHPIndo.com, Indonesian PHP Resources <a
href=\"http://phpindo.com\">, still develop",
"Dutahost.net,
Web Hosting Company <a href=\"http://dutahost.net\">,
almost Finish",
"Gapensi
Surabaya, <a href=\"http://gapensi-surabaya.or.id\">,
Finishing Touch",
"SMUN
2 Sby, Online School <a href=\"http://smun2-sby.sch.id\">,
Finishing Touch",
"Mimbar
Mahasiswa, Online press, website closed");
?>
|