Hajimemashitte......!!!

Watashi wa....
Nadya Ayuning Wuryanto

Class : XI IPA 3
Absen Number : 25
School : SMAN 1 Kepanjen


My Favorite Scenery

My Favorite Scenery

Amulet Spade

Amulet Spade


Kamis, Maret 12, 2009

<html>
<body background="Glamour_Collection__Amber_No_3_by_va_deam.jpg">
<br>

<font size="5" ><center>DAFTAR SISWA</center><br />
</font>
<?php
$conn = mysql_connect("localhost","root","");
if (!$conn) {
echo "Could not connect to db";
exit(1);
}
$db = mysql_select_db("data",$conn);

$sqlText = "select * from entrydata order by induk";
$result = mysql_query($sqlText);
echo "<table border=1 align=center >";
echo "<tr><td width=150><b><center>Nama Siswa</center></b></td>
<td width=150><b><center>Nomor Induk</center></b></td></b>
<td width=150><b><center>Kelas</center></b></td></b></tr>";

while($row=mysql_fetch_object($result))
{
echo "<tr><td>$row->nama</td><td align=center>$row->induk</td><td align=center>$row->kelas</td></tr>";
}

echo "</table>";
?>
</body>
</html>

Untuk Acending/ ORDER BY NAMA


cari script :
$sqlText = "select * from entrydata order by induk";


Lalu ganti dengan :
$sqlText = "select * from entrydata order by nama";

Jaringan Informasi Sekolah

Judul

<html>
<head>
<title>
Program
</title>
</head>
<body BGcolor=#CCCCCC>
<br>
<center><font size=6 color=blue><b>PROGRAM SISTEM INFORMASI SEKOLAH<b></font></center>
<br>
<center><font size=5 color=blue><b>SMA NEGERI KEPANJEN<b></font></center>
<br>
<center><font size=5 color=red><b>( Skrip untuk Entry dan Lihat Data )<b></font></center>
<br>
</body>
</html>



Menu

<html>
<head>
<title>
</title>
</head>
<body bgcolor=#cccccc>
<font face="Comic Sans MS">
<br>
DAFTAR MENU
<br>
<br>

<A HREF="profile.html" TARGET="FRAME-3">Profile Sekolah</A><br>
Sekilas SMA<br>
Data Siswa<br>
<A HREF="entrysiswa.php" TARGET="FRAME-3">Entry Data Siswa</A><br>
<A HREF="lihatsiswa.php" TARGET="FRAME-3">Lihat Data Siswa</A><br>
Data Guru<br>
Saran Prasarana<br>
Kurikulum<br>
Humas<br>
<A HREF="bukutamu.php" TARGET="FRAME-3">Mengisi Buku Tamu</A><br>
<A HREF="lihat.php" TARGET="FRAME-3">Melihat Buku Tamu</A><br>
</font>
</body>
</html>



Prakata

<html>
<head>
<title>
</title>
</head>
<body BGcolor=#FFFFFF>
<br>
<font face="Courier New">
<h1>Selamat Datang</h1>
<P><i>
Program Sistem Informasi Sekolah ini dibuat untuk memenuhi
kebutuhan informasi yang semakin pesat. Dengan adanya program
ini diharapkan informasi semakin cepat sampai pada pihak-pihak
yang membutuhkannya.
<br>
Program ini masih sangat sederhana dan sangat membutuhkan masukan dari
berbagai pihak , demi kemajuan dimasa mendatang. Untuk itu masukan-masukan anda
sangat kami harapkan. Anda dapat mengisi buku tamu untuk memberikan saran ,
kritik atau masukan-masukan yang lain.
<br>
Untuk menelusuri bagian-bagian program ini silahkan Anda pilih
menu-menu yang berada disebelah kiri halaman ini.
<br></i>
Terimakasih
</P>



Profil Sekolah

<html>

<body background=bg2.jpg>
<br>
<font face="Courier New">
<h1>Profile Sekolah</h1>
<P>
SMA NEGERI KEPANJEN
Menuju Sekolah Bertaraf Internasional

</P>
</font>
</body>
</html>



Index

<HTML>
<HEAD>
<TITLE>Program Sistem Informasi Sekolah</TITLE>
</HEAD>
<FRAMESET ROWS="180,*" border=1>
<FRAME SRC="judul.html" SCROLLING=NO NORESIZE>
<FRAMESET COLS="200,*">
<FRAME SRC="menu.html" NORESIZE>
<FRAME SRC="prakata.html" NAME="FRAME-3">

</FRAMESET>
</FRAMESET>

</HTML>







Untuk Acending/ ORDER BY NAMA
cari script :
$sqlText = "select * from entrydata order by induk";


Lalu ganti dengan :
$sqlText = "select * from entrydata order by nama";

Soal TIK-nya Pak Welly

1. Tag HTML untuk membuat link adalah:
A. < a href=”URL/nama file”> </a>
B. < link=”URL/nama file”> </link>
C. < a link=”URL/nama file”> </a>
D. < href=”URL/nama file”> </href>

2. HTML singkatan dari:
A. High Text Multi Language
B. Hyper Text Markup Language
C. Hyper Text Multi Languange
D. High Text Markup Language

3. CSS singkatan dari:
A. Cascading Sensitive Sheet
B. Cascading Style Sheet
C. Case Sensitive Sheet
D. Case Style Sheet

4. Properti yang berguna untuk mengatur warna bingkai tabel adalah:
A. border-style
B. color-border
C. border-color
D. table-color

5. Suatu bentuk hubungan interaktif dimana client dapat mengirimkan masukan ke server, dan server mengolah masukan tersebut kemudian dikembalikan kepada client, adalah konsep dari:
A. CGI
B. Internet
C. HTML
D. Javascript

6. Perl adalah singkatan dari:
A. Practical Extraction and Reporting Language
B. Practical Emulation and Reporting Language
C. Principal Extraction and Reporting Language
D. Principal Emulation and Reporting Language

7. Tag HTML yang menandakan kita menggunakan Javascript adalah:
A. < script language=”javascript”> </script>
B. < javascript> </javascript>
C. < script=”javascript”> </script>
D. < language=”javascript”> </language>

8. Apa guna function dalam Javascript:
A. memanggil script Java
B. menentukan jenis bahasa yang dipakai
C. elemen yang harus ada pada Javascript
D. menyatukan beberapa perintah

9. Tag yang digunakan untuk ganti baris:
A. < a>
B. < b>
C. < p>
D. < br>

10. Tag HTML untuk menjalankan program Javascript yang disimpan dalam bentuk file adalah:
A. < script language=”file.js”> </script>
B. < script=”file.js”> </script>
C. < script src=”file.js”> </script>
D. < script> “file.js” </script>

11. Tag yang digunakan untuk membuat paragraf adalah:
A. < p>
B. < b>
C. < pr>
D. < br>

12. Pasangan tag <STYLE> dan </STYLE> digunakan untuk:
A. Membuat link
B. Membuat paragraf
C. Mendefinisikan style sheet
D. Memberi komentar dalam HTML

13. Bahasa pemrograman yang ditempatkan/ditempelkan pada HTML dan akan diproses oleh web client adalah:
A. Javascript
B. ASP
C. PHP
D. ASP .Net

14. Tag HTML untuk menampilkan gambar adalah:
A. < src img=”file.jpg”>
B. < scr img=”file.jpg”>
C. < img scr=”file.jpg”>
D. < img src=”file.jpg”>

15. Untuk membuat judul tabel digunakan tag
A. < table>
B. < td>
C. < th>
D. < tr>

Rabu, Maret 04, 2009

Belajar Bikin Buku Tamu

Firstly siapkan dulu Programs-programs kayak di bawah ini :
TOOL : WEB SERVER (WAMP/ XAMP)


Download Link :
http://www.apachefriends.org/download.php?xampp-win32-1.7.0-installer.exe

, NOTEPAD atau Macromedia Dreamweaver



Download link :
http://www.soft32.com/download/63-59360/Dreamweaver8-en.exe

, BROWSER

Preparation :

1.PAstikan web server sudah terpasang dengan cara di panggil dari browser http://localhost



2.Buat di PHP my admi data base baru

Create database : latihan
Crate table : bukutamu field 3
Nama fieldnya :
NAMA VARCHAR 30
PESAN TEXT
TANGGAL DATE




BUAAT PROGRAM PHP :
Buat 3 buah file PHP yakni :
1.bukutamu.php
2.isi.php
3.lihat.php

File bukutamu.php



<html>
<head>
<title>Halaman Buku tamu</title>
</head>

<body>
Buku tamu - <a href="lihat.php">lihat isi buku tamu</a><br />
<br />
<hr>
Isilah buku tamu kami<br />
<br />
<br />
<form id="form1? name="form1? method="post" action="isi.php">
nama
<input type="text" name="nama" id="nama" />
<br />
<br />
pesan
<textarea name="pesan" id="pesan" cols="45? rows="5?></textarea>
<br />
<br />
<hr>
<input type="submit" name="Submit" id="Submit" value="Submit" />
</form>
</body>

</html>

file isi.php




<html>
<head>
<title>Input Data dari Form ke MySQL</title>
</head>

<body>
<?php
$nama = $_POST['nama'];
$pesan = $_POST['pesan'];
$conn = mysql_connect("localhost","root","");
if (!$conn) {
echo "Could not connect to db";
exit(1);
}
$db = mysql_select_db("latihan",$conn);

$sqlText = "insert into bukutamu(nama, pesan,tanggal)
values('$nama','$pesan',NOW(''))";
mysql_query($sqlText);


?>
Buku tamu - <a href=lihat.php>lihat isi buku tamu</a><br />
</body>
</html>


file lihat.php




<html>
<head>
<title>Daftar Data yang ada di MySQL</title>
</head>

<body bgcolor="#000000">
<a href=bukutamu.php>Isi Buku Tamu</a><br />
<font color="#FFFFFF" size="3">Isi buku tamu<br />
<br />
<?php
$conn = mysql_connect("localhost","root","");
if (!$conn) {
echo "Could not connect to db";
exit(1);
}
$db = mysql_select_db("latihan",$conn);

$sqlText = "select * from bukutamu";
$result = mysql_query($sqlText);
while($row=mysql_fetch_object($result))
{
?>
<strong>Nama</strong>: <?php echo $row->nama;?><br />
<strong>Pesan</strong>: <?php echo $row->pesan;?><br />
<br />
<?php } ?>
<marquee>
---
</marquee>
</font> <font color="#FFFFFF">
<marquee>
</marquee>
</font>
<marquee>
<font color="#FF0000" size="3">AYO KAMU BISA BIKIN PROGRAM PAKE PHP
running text</font>----
</marquee>
</body>
</html>

Jangan lupa copykan 3 buah file PHP yakni :
1.bukutamu.php
2.isi.php
3.lihat.php

Ke Folder c:\xampp\htdocs



Untuk mencoba ketikkan di browser :

http://localhost/bukutamu.php

Selesai deh.....Semoga Berhasil ya Pren!!

Shugo Chara!

Shugo Chara! (しゅごキャラ!, Shugo Kyara!?) is a Japanese shōjo manga series created by the manga author duo, Peach-Pit. The story centers on elementary schoolgirl Amu Hinamori, whose popular exterior, referred to as "cool and spicy" by her classmates, contrasts with her introverted personality. When Amu wishes for the courage to be reborn as her would-be self, she is surprised to find three colorful eggs the next morning, which hatch into three Guardian Characters: Ran, Miki, and Su.


The heroine of the story, Amu Hinamori, is a student at Seiyo Elementary. At first glance, her classmates deem her "cool and spicy" and rumors speculate about her personal life. However, her real personality is that of a very shy girl who has trouble showing her true personality. One night, Amu wishes for the courage to show her "would-be" self, and the next morning finds three brightly colored eggs—red, blue, and green—in her bed. At first, she is alarmed, but realizes she must have really wished to change. These eggs hatch into three Guardian Characters: Ran, Miki, and Su. The Guardian Characters aid Amu in discovering who she truly is and help fulfill Amu's dreams. Amu's life becomes much more complex as she struggles to deal with her "would-be" selves and the Seiyo Elementary's Guardians, who recruit Amu to search for X Eggs and X Characters, the corrupted forms of peoples' dreams.

Meanwhile, the Easter Company is extracting people's eggs in search of a special egg called the Embryo. The Embryo is believed to able to grant any wish to the one who possesses it. However, the process creates X Eggs and X Characters.

All Characters

All Characters

Amu, Shugo Chara and Amulet

Amu, Shugo Chara and Amulet

Amu and Ikuto

Amu and Ikuto

Amu In Winter

Amu In Winter

Cool Amu

Cool Amu

Wings Of Words

nagusamenagara fukinshin dakedo
naiteru kao mo kirei de aseru yo
tomodachi no kyori sukoshi chidjimetara
kimi wa itoshii kowaremono datta

kujikezu yume wo miru koto wa
jibun to tatakatteru koto
higoto ni fueru surikizu wo
jiman shitemo ii kurai sa

sora wa tobenai kedo tsubasa nara ageyou
sore wa mou hitori ja nai to
kimi no kodoku hagasu kotoba
donna peshimisuto mo koi wo shite kawaru
eranda michi ga moshi ikidomari nara soko de
mayoeba ii

kagen no tsuki ga naifu no you da ne
sou iinagara dejavu kanjiteru

yokan to tomadoi no naka de
hitomi wa kimi wo sagashiteta
futari ja nai to hirakanai
tobira ga aru kono sekai de

sora wa tobenai kedo tsubasa nara aru no sa
sore wa futo fureta shisen de
kimi ga sasayaiteta shigunaru
itsuka riarisuto wa shounen ni modoru
sono toki boku wa kimi no tame ni donna yume wo
miru no darou

nazeka tagai no tsubasa wo motte
bokura wa umarete kita
mirai e to mukau tame ni
You know love has a gift
The Wings of Words...

sora wa tobenai kedo tsubasa nara ageyou
sore wa mou hitori ja nai to
kimi no kodoku hagasu kotoba
donna peshimisuto mo koi wo shite kawaru
eranda michi ga moshi ikidomari nara soko de
mayoeba ii

Tears by X-Japan

doko ni yukebaii anata to hanarete
ima wa sugisatta toki ni toikakete
nagasugita yoru ni tabidachi wo yume mita
ikoku no sora mitsumete kodoku wo dakishimeta
nagareru namida wo toki no kaze ni kasanete
owaranai anata no toiki wo kanjite
DRY YOUR TEARS WITH LOVE
DRY YOUR TEARS WITH LOVE

LONELINESS YOUR SILENT WHISPER
FILLS A RIVER OF TEARS
THROUGH THE NIGHT
MEMORY YOU NEVER LET ME CRY
AND YOU, YOU NEVER SAID GOOD-BYE
SOMETIMES OUR TEARS BLINDED THE LOVE
WE LOST OUR DREAMS ALONG THE WAY
BUT I NEVER THOUGHT YOU'D TRADE YOUR SOUL TO THE FATES
NEVER THOUGHT YOU'D LEAVE ME ALONE

TIME THROUGH THE RAIN HAS SET ME FREE
SANDS OF TIME WILL KEEP YOUR MEMORY
LOVE EVERLASTING FADES AWAY
ALIVE WITHIN YOUR BEATLESS HEART
DRY YOUR TEARS WITH LOVE
DRY YOUR TEARS WITH LOVE

nagareru namida wo toki no kaze ni kasanete
owaranai kanashimi wo aoi bara ni kaete
DRY YOUR TEARS WITH LOVE
DRY YOUR TEARS WITH LOVE
nagareru namida wo toki no kaze ni kasanete
owaranai anata wo toiki wo kanjite
DRY YOUR TEARS WITH LOVE
DRY YOUR TEARS WITH LOVE
DRY YOUR TEARS WITH LOVE
DRY YOUR TEARS WITH LOVE

Sangatsu Kokonoka by Remioromen

Nagareru kisetsu no mannaka de
Futo hi no nagasa wo kanji masu
Sewashiku sugiru hibi no naka ni
Watashi to anata de yume wo egaku

San gatsu no kaze ni omoi wo nosete
Sakura no tsubomi wa haru he to tsuduki masu

Afuredasu hikari no tsubu ga
Sukoshizutsu asa wo atatame masu
Ookinaa kubi wo shita ato ni
Sukoshi tereteru anata no yoko de

Arata na sekai no iriguchi ni tachi
Kiduita koto wa hitori ja naitte koto

*Hitomi wo tojireba anata ga
Mabuta no ura ni iru koto de
Dore hodo tsuyoku nareta deshou
Anata ni totte watashi mo sou de aritai

Suna bokori hakobu tsumuji kaze
Sentaku mono ni karamari masu ga
Hirumae no sora no shiroi tsuki wa
Nan daka kirei de mitore mashita

Umaku wa ikanu koto mo arukeredo
Ten wo aogeba sore sae chiisa kute

Aoi sora wa rinto sunde
Hisu ji kumo wa shizuka ni yureru
Hanasaku wo matsu yorokobi wo
Waka chiaeru no de areba sore wa shiawase

Kono saki mo tonari de sotto hohoen de

[* Repeat]

Amu's Shugo Chara Eggs

Amu's Shugo Chara Eggs

Ran

Ran

Miki

Miki

Amu, Ran, Miki and Suu

Amu, Ran, Miki and Suu

Amu, Ran, Miki and Suu

Amu, Ran, Miki and Suu

Amulet Clover, Amulet Heart and Amulet Spade

Amulet Clover, Amulet Heart and Amulet Spade

Amulet Cross

Amulet Cross

Amulet Aqua

Amulet Aqua

Amulet Cat

Amulet Cat

Amulet Angel

Amulet Angel

Amulet Diamond

Amulet Diamond

Diamond

Diamond is Amu's fourth Guardian Character, with a musical flair. She became an X egg, and then hatched as an X Character in after being discovered by Utau. Unlike previous X Characters, she had a human like form, with 60's styled clothes, instead of being a black human shape with an "X" on the forehead. Shortly after this, the character that emerged performed a Character Transforms with Utau, becoming "Dark Jewel," and made a reappearance in a fight against Amulet Angel. Her special moves with Utau were "Shining Black," in which a dark light attacks the opponent and "Glitter Particle," where a strong wave of energy overwhelms her opponents, disabling their Character Transformations. Dia became an X egg because of the change in surroundings, like Kukai graduating and Nadeshiko studying abroad.

As Amu does not know Dia's real name, and still does not, she just calls her "Dia", a shorter form of "Diamond".

Later on, Amu purifies Dia, sparking a Character Transformation, and making both lock and key react and "Amulet Diamond" was formed. Amu wears a futuristic, yellow and cream colored idol outfit, with pleats on the inside of the uniform and pigtails, with a white headband. The Humpty Lock shines yellow. Her skill is "Starlight Navigation," an attack involving rings of light. Dia's true form differs from her X-form; her true self is portrayed as a rather giddy and excited character, much like an idol may appear, whereas her X-self was often seen as inapproachable. Her outfit changes from a 60s style dress, to a two piece with white boots. Her hair, which was at first portrayed as a 60s-style ponytail, became pigtails—both hairstyles included incredibly long hair, much unlike Amu's other characters. She has red (orange) hair and orange eyes.

Dia went back into her egg for slumber after transforming with Amu, waiting for Amu to shine again. But she secretly come out at times.

Amulet Clover

Amulet Clover

Amulet Clover

Amulet Clover

Amulet Clover

Amulet Clover

Amulet Spade

Amulet Spade

Amulet Spade

Amulet Spade

Amulet Spade

Amulet Spade

Amulet Spade and Miki

Amulet Spade and Miki

Amu Hinamori and Miki

Amu Hinamori and Miki