Blog nedir? . . . Kendi blogunu oluştur ;)
script html php asp kodlari javascript bedava html kodlarıRSSYorum RSS
Yazılar

chat html kodu 

chat html kodu 

AÇIKLAMA:chat sizin sitenize ait görünecek ama chat yöneticisi olmayacaksınız...

KOD:<!--chatsever.com kodu başlangıcı-->

 <table border="3" width="718" height="381" cellpadding="2" bordercolor="#0269AE" style="border-collapse: collapse" cellspacing="0">
 <tr><font size="2"><B style="font-weight: 400"> <font face="Arial" size="2"><td width="714" height="377"> <p style="margin: 0 2px">
 <iframe name="I1" src="http://www.chatsever.com/chat/index.htm" width="707" height="378" scrolling="no" border="0" frameborder="0" marginwidth="1" marginheight="1" style="border: 0px solid #8FD9F1">
     Chatsever.com, rahat ve kolay chat odası!</iframe></td>  </font></b></font> </tr></table>
 <!--chatsever.com kodu bitişi-->

radyo html kodu 

radyo html kodu

RADYO KODU

KOD:    <!--MaviFM Radyo Kodu-->
    <iframe frameborder="0" height="45" marginheight="0" marginwidth="0" name="player" scrolling="no" width="605" src="http://www.mavifm.com/mavifm.htm"></iframe>
    <!--MaviFM Radyo Kodu Bitti-->

arkaplan kodu 

ARKAPLAN KODU

AÇIKLAMA:arkaplan kodu bölümüne renk kodunu gireceksiniz

KOD:<body font=purple bgcolor=ARKAPLAN KODU text=black link=blue vlink=ARKAPLAN KODU>

 

saat html kodu 

saat html kodu 

başarılı bir saat uygulaması blog siteleri ve portallar için yararlı bir html kodu 





<center>

<br /><br /><form action=''http://www.poqbum.com'' method=''post'' target=''_new''><embed allowscriptaccess="never"pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.poqbum.com/Files/FlashClock/myclockguts7na.swf" width="428" height="240" type="application/x-shockwave-flash" quality="high"></embed>



online ziyaretci html kodu 

online ziyaretci html kodu sitenizde o anda kaç kişinin online olduğu gösteren başarılı bir kod

<script src="http://fastonlineusers.com/online.php?d=SİZİN SİTENİZ"></script>



Örnek:

<script src=http://fastonlineusers.com/online.php?d=asp-html-script.bloggum.com></script>

html komutlari 1 

html komutlari

ders 1

<HEAD> .......... </HEAD> Arasında Kullanılan Komutlar

 

<TITLE> .......... </TITLE> belirteç çifti: Bu belirteç çifti arasına browser' ın (listeleyici) başlık çubuğunda görülecek olan sayfanın başlığı yazılır.

<META> belirteci: Bu belirteç ile kullanılabilen birçok seçenek vardır. Örneğin bir kullanımı, bu belirteç ile sayfanızın içeriğini yansıtan bazı anahtar kelimeler ve tanımlamalar verilmesidir. Web üzerinde arama yapan arama motorları sayfaların meta belirteçlerine bakarak gruplandırma yaparlar. Bununla ilgili aşağıdaki örnekleri inceleyiniz

<META NAME="Description"CONTENT="HTML öğrenmek için yararlı bilgiler">

<META NAME="Keywords" CONTENT="html, htm, web sayfası">

<META NAME="Author" CONTENT="Ozge Donmezer">

Başka bir kullanım, sayfadaki yazıların hangi dil ailesine ait karakterlerle yazıldığını belirtmek içindir. Yine aşağıda bunula ilgili bir örnek verilmiştir.

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8858-9"> (Türkçe' nin dahil olduğu dil ailesine ait standard tanımlaması iso-8859-9' dur.)

arkaplan html kodu 

Sabit Arkaplan Kodu

BODY { background: url(logonuz.gif) top right; background-attachment: fixed }

NOT: BU KODLARIN ÇALIŞMASI İÇİN SİZİN SEÇMİŞ OLDUĞUNUZ ARKAPLAN RESİMLERİNİN LİNK'İNİ (URL) BEDAVA BİR UPLOAD SİTESİNDEN ALINIP (logonuz.gif) YAZISININ YERİNE YAPIŞTIRILMASI GEREKİR...

 

BODY { background: url(logonuz.gif) top right;        background-attachment: fixed }

sozluk html kodu 

Türkçe-İngilizce,Yunanca ve Fransızca dillerine ait kelimeleri hafızasında saklı tutuyor. Herhangi bir kelmeyi seçmeniz durumunda diğer dillerde o kelimenin ne olduğunu görebiliyorsunuz.

 

<html>
<head>

<script>
n=0;
function cevir(n) {
document.ceviri.turkce.value = document.ceviri.tr.options[n].text;
document.ceviri.yunanca.value = document.ceviri.yu.options[n].text;
document.ceviri.fransizca.value = document.ceviri.fr.options[n].text;
document.ceviri.ingilizce.value = document.ceviri.ing.options[n].text;
}
</script>
</head>

<p class="baslik">Türkçe - Yunanca - Fransızca - İngilizce sözlük
<br> © Ender Üstüngel </p>

<form name="ceviri">
<div class="ortala">
<table width="90%">
<tr>
<td width="250"><p>
<select name="tr" size="1" onChange="cevir(this.selectedIndex); ">
<option>Merhaba </option>
<option>Evet </option>
<option>yeni sözcükleri buraya ekleyin </option>
</select>
</td>
<td width="200"><p>
<textarea cols="40" name="turkce">Merhaba</textarea>
</td></tr>

<tr>
<td width="250"><p>
<select name="yu" size="1" onChange="cevir(this.selectedIndex); ">
<option>Kalimera >/option>
<option>Oki </option>
<option>yeni sözcükleri buraya ekleyin </option>
</select>
</td>
<td width="200"><p>
<textarea cols="40" name="yunanca">Kalimera</textarea>
</td></tr>

<tr>
<td width="250"><p>
<select name="fr" onChange="cevir(this.selectedIndex);" size="1">
<option>Bonjour </option>
<option>Oui </option>
<option>yeni sözcükleri buraya ekleyin </option>
</select>
</td>
<td width="200"><p>
<textarea cols="40" name="fransizca">Bonjour</textarea>
</td></tr>

<tr>
<td width="250"><p>
<select name="ing" onChange="cevir(this.selectedIndex); " size="1">
<option>Hello / Hi </option>
<option>Yes </option>
<option>yeni sözcükleri buraya ekleyin </option>
</select>
</td>
<td width="200"><p>
<textarea cols="40" name="ingilizce">Hello / Hi</textarea>
</td></tr>
</table>
</div>
</form>

</body>
</html>

sitene radyo ekle 

Yapımcının açıklaması:
Sitenizde 24 saat canlı müzik yayını verebilir, aynı zamanda sitenize hareket katabilirsiniz. Sıradaki parça özelliğide mevcuttur.

<body>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="34%" id="AutoNumber1" height="102">
  <tr>
    <td width="50%" height="102" rowspan="2" align="center">
<OBJECT id=Player2 height=35 width=197
      classid=clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6>
  <PARAM NAME="URL" VALUE="http://dinle.kardelenfm.com:2000/" ref>
  <PARAM NAME="volume" VALUE="50">
  <PARAM NAME="playCount" VALUE="100">
  <PARAM NAME="uiMode" VALUE="mini">
  <PARAM NAME="rate" VALUE="1">
  <PARAM NAME="balance" VALUE="0">
  <PARAM NAME="currentPosition" VALUE="0">
  <PARAM NAME="defaultFrame" VALUE="">
  <PARAM NAME="autoStart" VALUE="-1">
  <PARAM NAME="currentMarker" VALUE="0">
  <PARAM NAME="invokeURLs" VALUE="-1">
  <PARAM NAME="baseURL" VALUE="">
  <PARAM NAME="mute" VALUE="0">
  <PARAM NAME="stretchToFit" VALUE="0">
  <PARAM NAME="windowlessVideo" VALUE="0">
  <PARAM NAME="enabled" VALUE="-1">
  <PARAM NAME="enableContextMenu" VALUE="-1">
  <PARAM NAME="fullScreen" VALUE="0">
  <PARAM NAME="SAMIStyle" VALUE="">
  <PARAM NAME="SAMILang" VALUE="">
  <PARAM NAME="SAMIFilename" VALUE="">
  <PARAM NAME="captioningID" VALUE="">
  <PARAM NAME="enableErrorDialogs" VALUE="0">
  <PARAM NAME="_cx" VALUE="5212">
  <PARAM NAME="_cy" VALUE="926">
</OBJECT></font><font face="Tahoma"><br>
  <script>

// Type the messages into the text-Array. Add as many as you like.
var text=new Array("Kardelen FM", "24 Saat Canlı Yayın", "İstek Yap", "Yayını Dinle")

// Type a link for each message. If you don't want to add a link add a "#" instead
var textlink=new Array("http://www.kardelenfm.com","http://www.kardelenfm.com/","http://www.kardelenfm.com/ilet","http://www.kardelenfm.com/yayin.htm")

// Type the target-window for each link. Acceepted values are "_blank", "_top",
// "_parent" or the name of any frame
var texttarget=new Array("_top","_top","_top","_top")

// Set the font for the headline-fader
var textfont="Arial"

// Set the font-color for the headline-fader (hexadecimal triplet values recommended)
var textfontcolor="#99ccff"

// Set the rollover-color for the headline-fader (hexadecimal triplet values recommended)
var textfontcolorrollover="#ffff00"

// Set the font-size for the headline-fader (points)
var textfontsize=11

// Set the background-color for the headline-fader (hexadecimal triplet values recommended)
var textbgcolor="#000000"

// Set the width of the headline-fader (pixels)
var textwidth=180

// Set the height of the headline-fader (pixels)
var textheight=120

// Set the pause between the messages (seconds)
var textpause=2

// Set the borderwidth (pixels)
var textborder=3

// Set the border-color (hexadecimal triplet values recommended)
var textbordercolor="#99ccff"

// Set the horizontal text-position. Allowed values are "center" or "left" or "right"
var textalign="center"

// Set the vertical text-position. Allowed values are "middle" or "top" or "bottom"
var textvalign="middle"

// Set the number of snowflakes (more than 20 - 30 not recommended)
var snowmax=20

// Set the colors for the snow. Add as many colors as you like
var snowcolor=new Array("#99ccff","#ddddFF","#ccccDD")

// Set the fonts, that create the snowflakes. Add as many fonts as you like
var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")

// Set the letter that creates your snowflake (recommended:*)
var snowletter="*"

// Set the speed of sinking (recommended values range from 0.3 to 2)
var sinkspeed=0.6

// Set the maximal-size of your snowflaxes (points)
var snowmaxsize=16

// Set the minimal-size of your snowflaxes (points)
var snowminsize=8

// Set font-style. Acceptable values are "normal" or "italic"
var textitalic="normal"

// Set font-weight. Acceptable values are "normal" or "bold"
var textweight="bold"

// do not edit below this line
var textdecoration="none"
var transparency=100
var transparencystep=5
var x_pos=0
var y_pos=0
var i_text=0
if (textitalic=="italic") {var textitalicA="<i>"; var textitalicB="</i>"}
else {var textitalicA="<i>"; var textitalicB="</i>"}
if (textweight=="bold") {var textweightA="<b>"; var textweightB="</b>"}
else {var textweightA=""; var textweightB=""}
var textweightA="<b>"
var textweightB="</b>"
var tickercontent
var pausefade=40
var oneloopfinished=false
var snow=new Array()
var marginbottom
var marginright
var timer
var i_snow=0
var x_mv=new Array();
var crds=new Array();
var lftrght=new Array();
var textfontsizeHTML=Math.floor(textfontsize/4)
textpause*=1000

if (textfontsizeHTML<1) {textfontsizeHTML=1}
if (textfontsizeHTML>=7) {textfontsizeHTML=7}

var browserinfos=navigator.userAgent
var ns4=document.layers
var ns6=document.getElementById&&!document.all&&!browserinfos.match(/Opera/)
var ie=document.all&&!browserinfos.match(/Opera/)
var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
var opera=browserinfos.match(/Opera/)

function changecontent() {
getcontent()
i_text++
if (i_text>=text.length) {i_text=0}
if (ie) {
ticker.innerHTML=content
fadein()
}
if (ns6) {
document.getElementById('ticker').innerHTML=content
fadein()
}
if (opera) {
document.getElementById('ticker').innerHTML=content
var texttimer=setTimeout("changecontent()",textpause*1.5)
}
if (ns4) {
document.roof.document.ticker.document.write(content)
document.roof.document.ticker.document.close()
var texttimer=setTimeout("changecontent()",textpause)
}
}

function fadein() {
if (transparency<100){
transparency+=transparencystep
if (ie) {
document.all.ticker.filters.alpha.opacity=transparency
}
if (ns6) {
document.getElementById('ticker').style.MozOpacity=transparency/100
}
var fadetimer=setTimeout("fadein()",pausefade)
}
else {
clearTimeout(fadetimer)
setTimeout("fadeout()",textpause)
}
}

function fadeout() {
if (transparency>0){
transparency-=transparencystep
if (ie) {
document.all.ticker.filters.alpha.opacity=transparency
}
if (ns6) {
document.getElementById('ticker').style.MozOpacity=transparency/100
}
var fadetimer=setTimeout("fadeout()",pausefade)
}
else {
clearTimeout(fadetimer)
setTimeout("changecontent()",1000)
}
}

getcontent()
function getcontent() {
if (ie) {
var tablewidth=textwidth-2*textborder
var tableheight=textheight-2*textborder
}
else {
var tablewidth=textwidth
var tableheight=textheight
}
if (ie || ns6 || opera) {
var padding=parseInt(textborder)+3
content="<table width="+tablewidth+" height="+tableheight+" cellpadding="+padding+" cellspacing=0 border=0><tr valign="+textvalign+"><td align="+textalign+">"
content+="<a href=""+textlink[i_text]+"" target=""+texttarget[i_text]+"" style="position:relative;font-family:'"+textfont+"';font-size:"+textfontsize+"pt;font-weight:"+textweight+";text-decoration:"+textdecoration+";color:"+textfontcolor+";font-style:"+textitalic+";" onMouseOver="this.style.color='"+textfontcolorrollover+"'" onMouseOut="this.style.color='"+textfontcolor+"'">"
content+=text[i_text]
content+="</a></td></tr></table>"
}
else {
content="<table width="+tablewidth+" height="+tableheight+" cellpadding="+textborder+" cellspacing=0><tr valign="+textvalign+"><td align="+textalign+">"
content+="<a href=""+textlink[i_text]+"" target=""+texttarget[i_text]+"" style="position:relative;font-family:'"+textfont+"';font-size:"+textfontsize+"pt;font-weight:"+textweight+";text-decoration:"+textdecoration+";color:"+textfontcolor+";font-style:"+textitalic+";">"
content+=text[i_text]
content+="</a></td></tr></table>"

framecontent="<table width="+tablewidth+" height="+tableheight+" cellpadding=0 cellspacing=0 border="+textborder+"><tr><td>"
framecontent+="<font color=""+textbgcolor+"">"
framecontent+="."
framecontent+="</font>"
framecontent+="</td></tr></table>"
}
}

function randommaker(range) {
rand=Math.floor(range*Math.random())
return rand
}

function initsnow() {
marginbottom = textheight
marginright = textwidth
var snowsizerange=snowmaxsize-snowminsize
for (i=0;i<=snowmax;i++) {
crds[i] = 0;
lftrght[i] = Math.random()*15;
x_mv[i] = 0.03 + Math.random()/10;
snow[i]=document.getElementById("s"+i)
snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
snow[i].size=randommaker(snowsizerange)+snowminsize
snow[i].style.fontSize=snow[i].size
snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
snow[i].sink=sinkspeed*snow[i].size/5
snow[i].posx=randommaker(marginright-snow[i].size)
snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
snow[i].style.left=snow[i].posx
snow[i].style.top=snow[i].posy
}
movesnow();changecontent()
}

function movesnow() {
for (i=0;i<=snowmax;i++) {
crds[i] += x_mv[i];
snow[i].posy+=snow[i].sink
snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
snow[i].style.top=snow[i].posy

if (snow[i].posy>=marginbottom || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
snow[i].posx=randommaker(marginright-snow[i].size)
snow[i].posy=0
}
}
var timer=setTimeout("movesnow()",50)
}

if (ie || ns6 || opera) {
if (ns6) {
textwidth-=2*textborder
textheight-=2*textborder
}
document.write("<table border=0 cellpadding=0 cellspacing=0><tr><td width="+textwidth+" height="+textheight+" valign=top>")
document.write("<div id="roof" style="position:relative;width:"+textwidth+"px;height:"+textheight+"px;font-family:'"+textfont+"';border-style:solid;border-color:"+textbordercolor+";border-width:"+textborder+"px;background-color:"+textbgcolor+";overflow:hidden">")

document.write("<div id="ticker" style="position:absolute;top:"+-textborder+"px;left:"+-textborder+"px;width:"+textwidth+"px;height:"+textheight+"px;font-family:'"+textfont+"';font-size:"+textfontsize+"pt;font-weight:"+textweight+";font-style:"+textitalic+";border-style:solid;border-color:"+textbordercolor+";border-width:"+textborder+"px;background-color:"+textbgcolor+";overflow:hidden;filter:alpha(opacity=100)">")
document.write("</div>")
for (i=0;i<=snowmax;i++) {
document.write("<div id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</div>")
}
document.write("</div>")
document.write("</td></tr></table>")
window.onload=initsnow
}

else if (ns4) {
document.write("<table border=0 cellpadding=0 cellspacing=0><tr><td width="+textwidth+" height="+textheight+" valign=top>")
document.write("<ilayer name="roof" width="+textwidth+" height="+textheight+">")
document.write("<layer name="tickerframe" width="+textwidth+" height="+textheight+" top=0 left=0 bgcolor="+textbgcolor+">")
document.write(framecontent)
document.write("</layer>")
document.write("<layer name="ticker" width="+textwidth+" height="+textheight+" top=0 left=0>")
document.write()
document.write("</layer>")
document.write("</ilayer>")
document.write("</td></tr></table>")
window.onload=changecontent
}
    </script>
    <p> </td>
    <td width="50%" height="19" align="center">
    <p align="center"><b><font face="Book Antiqua" color="#0078F0">Kardelen
    </font><font face="Book Antiqua" color="#FF0000">FM</font><font face="Book Antiqua" color="#0078F0"> 
    'de Şu An</font></b></td>
  </tr>
  <tr>
    <td width="50%" height="83" align="center">
  <iframe scrolling="no" frameborder="0" src="http://www.kardelenfm.com/online.php" width="257" height="129" name="I1"></iframe>
    </td>
  </tr>
</table>
</body>

cookie sayac kodu 

cookie sayaç kodu

<script language="Javascript"><!--
// www.necroshine.tk
function getCookieVal (offset) {
  var endstr = document.cookie.indexOf (";", offset);  if (endstr == -1)
    endstr = document.cookie.length;
  return unescape(document.cookie.substring(offset, endstr));}
function GetCookie (name) {  var arg = name + "=";  var alen = arg.length;
  var clen = document.cookie.length;  var i = 0;  while (i < clen) {
    var j = i + alen;    if (document.cookie.substring(i, j) == arg)
      return getCookieVal (j);    i = document.cookie.indexOf(" ", i) + 1;
    if (i == 0)       break;  }  return null;}function SetCookie (name, value) {
  var argv = SetCookie.arguments;  var argc = SetCookie.arguments.length;
  var expires = (argc > 2) ? argv[2] : null;
  var path = (argc > 3) ? argv[3] : null;
  var domain = (argc > 4) ? argv[4] : null;
  var secure = (argc > 5) ? argv[5] : false;
  document.cookie = name + "=" + escape (value) +
    ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
    ((path == null) ? "" : ("; path=" + path)) +
    ((domain == null) ? "" : ("; domain=" + domain)) +
    ((secure == true) ? "; secure" : "");}function DeleteCookie(name) {
  var exp = new Date();  FixCookieDate (exp); // Mac Bug için düzeltme
  exp.setTime (exp.getTime() - 1);  // cookies geçmişi
  var cval = GetCookie (name);  if (cval != null)
    document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();}
var expdate = new Date();var num_visits;
expdate.setTime(expdate.getTime() + (5*24*60*60*1000));
if (!(num_visits = GetCookie("num_visits")))  num_visits = 0;num_visits++;
SetCookie("num_visits",num_visits,expdate);//--></script>
<script language="Javascript"><!--
document.write("<font size=3 face=tahoma><b>"+num_visits+"</b></face> kere bu sayfaya girdiler.");//-->
</script>