wepmaster
= ANA MENÜ =
=ANA SAYFA=
=ZİYERETÇİ DEFTERİ=
=İLETİŞİM=
=REKLAM VERİN=
=KENDİ WEP SİTENİ YAP=
=SİTEMİZE DESTEK=
=ÜCRETSİZ ARAMA MOTORUNA KAYIT=
=MAUSE KODLARI=
=HTML KODLAR 1 =
=HTML KODLAR 2 =
=HTML KODLAR 3 =
=HTML KODLAR 4 =
=HTML KODLAR 5 =
=HTML KODLAR 6 =
=HTML KODLAR 7 =
=HTML KODLAR 8 =
=HTML KODLAR 14 =
= HTML KODLAR 9 =
=HTML KODLAR 10 =
=HTML KODLAR 11 =
=HTML KODLAR 12 =
=HTML KODLAR 13 =
=HTML KODLAR 15 =
=DİĞER=
=TOPLİST=
=İCEBLUE TASARIM=
=İCEBLUE TASARIMLAR 2 =
=HTML KODLAR 5 =
=HTML KOD ARŞİVİ 5 =
Mouse ile Üzerine Gelince Değişen Menü
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; margin: 0px; } ul { float: left; position: fixed; margin-left: 20px; } li { width: 150px; height: 15px; margin-top: 3px; border-style: solid; border-width: 1px; border-color: #64acd8; font-weight: bold; font-size: 120%; background-color: #ffffff; list-style: none; padding: 3px; } li:hover { background-color: #faffd8; border-color: #004f7b; } a:link{ text-decoration: none; color: #999999;} a:hover { text-decoration: none; color: #333333; } a:visited { text-decoration: none; color: #999999;} a:active { text-decoration: none; color: #FF0000; }<a href="http://bebjo.blogspot.com">.</a>
Durumu Çubuüunda Sabit Yazı
<body onLoad="window.defaultStatus='durum çubuğu mesajı'"><a href="http://bebjo.blogspot.com">.</a>
Media Player HTML Kodları
<object id="mediaPlayer" width="320" height="300" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Microsoft Windows Media Player bilesenleri yukleniyor.." type="application/x-oleobject"> <param name="FileName" VALUE="dosya_adi.wmv"> <param name="ShowControls" value="1"> <param name="AutoStart" value="0"> <param name="ShowDisplay" value="False"> <param name="AutoRewind" value="0"> <param name="PlayCount" value="3"> <param name="ShowStatusBar" value="1"> <param name="ShowGotoBar" value="0"> <param name="AutoSize" value="0"> <param name="EnableContextMenu" value="false"> <param name="BorderStyle" VALUE="1"> <param name="DisplayForeColor" VALUE="0"> <param name="DisplayBackColor" VALUE="0"> <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" filename="dosya_adi.wmv" src="dosya_adi.wmv" name="mediaPlayer" autostart=0 showcontrols=1 showdisplay=False showgotobar=0 enablecontextmenu=false showstatusbar=1 autosize="0" width="320" height="300"> </embed> </object><a href="http://bebjo.blogspot.com">.</a>
HTML Müzik Kodları
<!-- music mid yazan yerlere müziğin adını yazın --> <embed src = "music.mid" autostart = true hidden = true> <noembed> <bgsound src ="music.mid"> </noembed><a href="http://bebjo.blogspot.com">.</a>
Sağa Sola Kayan Yazı
<marquee direction="right" behavior="alternate" style="font-size: 11pt; font-family: Verdana; font-weight: bold">Kayan Yazı Örneği - google.com</marquee><a href="http://bebjo.blogspot.com">.</a>
Resim Üzerine Yazı Yazma PHP
<?php // Dosya Türü header("Content-type: image/png"); // Resim oluşturuluyor $im = imagecreatetruecolor(400, 30); // Renkler oluşturuluyor $white = imagecolorallocate($im, 255, 255, 255); $grey = imagecolorallocate($im, 128, 128, 128); $black = imagecolorallocate($im, 0, 0, 0); imagefilledrectangle($im, 0, 0, 399, 29, $white); // Yazı yazılıyor $text = 'Deneme...'; // Font seçiliyor $font = 'arial.ttf'; // Yazıya gölge ekleneiyor imagettftext($im, 20, 0, 11, 21, $grey, $font, $text); // Resim üzerine yazı ekleniyor imagettftext($im, 20, 0, 10, 20, $black, $font, $text); // Using imagepng() results in clearer text compared with imagejpeg() imagepng($im); imagedestroy($im); ?><a href="http://bebjo.blogspot.com">.</a>
Hazır CSS Menü
<style type="text/css"> #maviblokmenu{ border: 1px solid black; border-bottom-width: 0; width: 185px; } #maviblokmenu ul{ margin: 0; padding: 0; list-style-type: none; font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif; } #maviblokmenu li a{ display: block; padding: 3px 0; padding-left: 9px; width: 169px; text-decoration: none; color: white; background-color: #2175dd; border-bottom: 1px solid #90bade; border-left: 7px solid #1958b7; } * html #maviblokmenu li a{ width: 169px; width: 169px; } #maviblokmenu li a:hover { background-color: #000069; border-left-color: #000099; } #maviblokmenu div.menutitle{ color: white; border-bottom: 1px solid black; padding: 1px 0; padding-left: 5px; background-color: black; font: bold 100% 'Trebuchet MS', Arial, sans-serif; } </style> <meta http-equiv="Content-Type" content="text/html; charset=windows-1254" /></p> <div id="maviblokmenu" style="WIDTH: 171px; HEIGHT: 315px"> <div class="menutitle">BİRİNCİ BAŞLIK</div> <ul> <li><a href="http://1.SATIR URL ADRESİ ">SAYFA ADI</a> </li> <li><a href="http://2.SATIR URL ADRESİ ">SAYFA ADI</a> </li> <li><a href="http://3. SATIR URL ADRESİ ">SAYFA ADI</a> </li> <li><a href="http://4.SATIR URL ADRESİ ">SAYFA ADI</a> </li> </ul> <div class="menutitle">İKİNCİ BAŞLIK</div> <ul> <li><a href="http://1.SATIR URL ADRESİ ">SAYFA ADI</a> </li> <li><a href="http://2.SATIR URL ADRESİ ">SAYFA ADI</a> </li> <li><a href="http://3.SATIR URL ADRESİ ">SAYFA ADI</a> </li> <li><a href="http://4.SATIR URL ADRESİ ">SAYFA ADI</a> </li> <li><a href="http://5.SATIR URL ADRESİ ">SAYFA ADI</a> </li> <li><a style="BORDER-BOTTOM-COLOR: black" href="http://6.SATIR URL ADRESİ ">SAYFA ADI & Buttonlar</a> </li> </ul> <div class="menutitle">ÜÇÜNCÜ BAŞLIK</div> <ul> <li><a href="http://1.SATIR URL ADRESİ ">SAYFA ADI</a> </li> <li><a href="http://2.SATIR URL ADRESİ ">SAYFA ADI</a> </li> <li><a href="http://3.SATIR URL ADRESİ ">SAYFA ADI</a> </li> <li><a href="http://4.SATIR URL ADRESİ ">SAYFA ADI</a> </li> <li><a style="BORDER-BOTTOM-COLOR: black" href="http://5.SATIR URL ADRESİ ">SAYFA ADI</a> </li> </ul> <div class="menutitle">Çeviri</div> <ul> <li><a onclick="naazimca('Dikkat! Bu web adresi yandaki menüyü yazan kişiye aittir.')" href="http://www.naazimca.tr.gg ">www.naazimca.tr.gg</a> </li> <li><a style="BORDER-BOTTOM-COLOR: black" onclick="adres('Dikkat! Bu mail yandaki menüyü yazan kişiye aittir ')" href="adres@mynet.com ?PHPSESSID=ad9ef0986f62d15e893964dc2d4c1dbc">adres@mynet.com</a> </li> </ul> </div><a href="http://bebjo.blogspot.com">.</a>
Arkaplanda Müzik Dinletme
<embed src="muzik.mid" autostart="true" loop="true"></embed> <noembed> <bgsound src="muzik.mid" loop="infinite"> </noembed><a href="http://bebjo.blogspot.com">.</a>
site yönlendirme kodu
<meta http-equiv="refresh" content="0;URL=http://siteadi.com"><a href="http://bebjo.blogspot.com">.</a>
SWF flash kodları
<object width="550" height="400"> <param name="movie" value="somefilename.swf"> <embed src="somefilename.swf" width="550" height="400"> </embed> </object><a href="http://bebjo.blogspot.com">.</a>
haberkuşağı.com haber kodları
<iframe width=350 height=328 frameBorder=0 name="Haber Kuşağı" src="http://www.haberkusagi.com/link/"></iframe><a href="http://bebjo.blogspot.com"/>bebjo</a>
internethaber.com haber kodları
<iframe src="http://sondakika.internethaber.com/index.html" width="320" height="300" frameborder="0"></iframe><noscript><a href="http://bebjo.blogspot.com"/>bebjo</a>
şans oyunları sonuçları kodu
<script language="JavaScript" type="text/javascript" src="http://webmasterim.com/sans_oyunlari/sans_oyunlari.php?t_g=160&t_r_1=DCDCDC&t_r_2=F5F5F5&y_g=verdana&y_b=1&y_r_1=000000&y_r_2=000000"></script><noscript><a href="http://www.venus.gen.tr/ekle/">Sitene Ekle</a></noscript><a href="http://bebjo.blogspot.com"/>bebjo</a>
son depremler kodu
<script language="JavaScript" type="text/javascript" src="http://webmasterim.com/deprem/deprem.php?t_r_1=DCDCDC&t_r_2=F5F5F5&y_g=verdana&y_b=1&y_r=000000"></script><noscript><a href="http://www.venus.gen.tr/ekle/">Sitene Ekle</a></noscript><a href="http://bebjo.blogspot.com"/>bebjo</a>
Burç Kodları
<script language="javascript" src="http://kod.anime.web.tr/burc.js"></script><noscript><a href="http://www.venus.gen.tr/ekle/">Sitene Ekle</a></noscript><a href="http://bebjo.blogspot.com" />.</a>
Sinemalar.com Kodu
<script type="text/javascript" src="http://www.sinemalar.com/script/widget.js"></script><script type="text/javascript"> writeMoviesOfCurrentWeek('000000',''); </script><noscript><a href="http://www.venus.gen.tr/ekle/">Sitene Ekle</a></noscript><a href="http://bebjo.blogspot.com" />.</a>
sitene tv ekle
<center><iframe src="http://www.izle.tv/webmaster_tvx.asp" marginwidth="0" marginheight="0" scrolling="no" border="0" frameborder="0" width="512" height="324"></iframe></center><a href="http://bebjo.blogspot.com" />.</a>
siyah takvim kodları
<embed src="http://www.seekcodes.com/Flash/calendar2.swf" width="212" height="200"></embed><a href="http://bebjo.blogspot.com" />.</a>
borazanlı takvim ekle
<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" name="flashplayer" src="http://www.wishafriend.com/calendars/swf/music2.swf" quality="high" width="260" height="300" swliveconnect="true" allowscriptaccess="samedomain" /><a href="http://bebjo.blogspot.com" />.</a>
ayıcıklı takvim ekle
<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" name="flashplayer" src="http://www.wishafriend.com/calendars/swf/dogs1.swf" quality="high" width="260" height="300" swliveconnect="true" allowscriptaccess="samedomain" /><a href="http://bebjo.blogspot.com" />.</a>
kayan haber kodları
<iframe frameborder="0" src="http://sondakika.haber7.com/sondakika-marquee.php" width="400" height="24" ></iframe><a href="http://bebjo.blogspot.com" />.</a>