Jual hosting unlimited disk space

jual web hosting unlimited dengan harga super murah, hanya Rp80.000 PER TAHUN lho www.hostation.org

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

HTML chat online check



Terkadang kita melihat di beberapa website atau blog ada icon untuk mengetahui apakah sang pemilik sebuah id yahoo atau skipe sedang dalam keadaan online atau offline bgaimanakah caranya? yaitudengan menggunakan beberapa script java dan html bawaan dari yahoo dan skype tersebut, script ini memang sengaja dibuat oleh perusahaan atau website tersebut sebagai feature tambahan untuk pelanggan mereka berikut contoh scriptnya

Skype Online Check

script dibawah ini menggunakan account jinkfix jadi jika account jinkfix digunakan atau dalam keadaan on maka icon akan menunjukkan on.Ganti tulisan jinkfix dengan username kamu.

My status



<a href="skype:jinkfix?chat">
<img src="http://mystatus.skype.com/smallclassic/jinkfix" style="border: medium none ;" alt="My status" width="114" height="20" /></a>


Yahoo online check

Script dibawah ini juga menggunakan nick jinkfix ganti nick jinkfix dengan nick anda untuk dapat mengetahui status online anda.





<a href="ymsgr:sendIM?jinkfix"><img border="0" src="http://opi.yahoo.com/online?u=jinkfix&m=g&t=2"/></a>

Semoga bermanfaat dan selamat mencoba

css image opacity



image opacity on, britney spears could teach you build a popular blog in 1 hourimage opacity hover







Mengatur opacity pada css dapat memberikan efek animasi yang terkadang memberikan efek menarik pada web kita sekarang saya coba untuk membagi pengalaman saya dalam mengatur css opacity berikut potongan scriptnya :


<html>
<title></title>
<head>
<style type="text/css">
.image {
border:1px solid #6495ED;
padding:2px;
cursor:pointer;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;

}
.image:Hover {
border:1px solid #ffc35a;
background-color: #fff;
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:100;
}
</style>
</head>
<body>
<img class="image" src="images.jpeg" />
</body>

</html>


Oh iya gambar yang digunakan hanya satu gambar sistem kerjanya bukan mengganti gambar nanum hanya opacitynya saja yang dimanipulasi oleh script css nya.ingetyah cuman satu gambar jdi tidak perlu menyiapkan dua gambar.
silahkan dipelajari dan selamat mencoba kalau coment anda terbaca saya akan coba menjawabnya ehehe sok sibuk.