-Gizle-
-Gizle-
Anasayfa   En Yeni 50    Kod En Popüler 50 Kod Sende Yaz Kod Test Et Bize Ulaşın  
Arama


Kategoriler
  »  ADO.NET - ADO - (2)
  »  ASP - (56)
  »  ASP.NET - (19)
  »  C # - (5)
  »  C ++ - (28)
  »  CGI - (3)
  »  COMPONENT - (5)
  »  DATABASE - (6)
  »  DELPHI - (11)
  »  FLASH - (18)
  »  HTML - (443)
  »  JAVA - JSP - (45)
  »  JAVA SCRIPT - (133)
  »  PASCAL - (38)
  »  PERL - (11)
  »  PHP - (25)
  »  VISUAL BASIC - (30)
  »  VISUAL BASIC.NET - (6)
  »  WML - (9)
  »  XML - (2)

Reklam

Hazir-Kod Merkezinde her türlü web ve program kodlari mevcuttur. Sitene ekle, html, asp, php, kodlar, kod, hazirkod, hazir kod, hazirkod, hazir kod, Ado.net - Ado, Asp, Asp.net, C # , C ++ , Cgi, Componenet, Database, Delphi, Flash, Html, Java - Jsp, JAVA Script, Pascal, Perl, Php, Visual Basic, Visual Basic.net, Wml, Xml, html kod, htmlkod, html kodlari, html kodu, logo, logolari, resim, resimleri, pictures, picture Hazir-Kod Merkezinde her türlü web ve program kodlari mevcuttur. Sitene ekle, html, asp, php, kodlar, kod, hazirkod, hazir kod, hazirkod, hazir kod, Ado.net - Ado, Asp, Asp.net, C # , C ++ , Cgi, Componenet, Database, Delphi, Flash, Html, Java - Jsp, JAVA Script, Pascal, Perl, Php, Visual Basic, Visual Basic.net, Wml, Xml, html kod, htmlkod, html kodlari, html kodu, logo, logolari, resim, resimleri, pictures, picture Hazir-Kod Merkezinde her türlü web ve program kodlari mevcuttur. Sitene ekle, html, asp, php, kodlar, kod, hazirkod, hazir kod, hazirkod, hazir kod, Ado.net - Ado, Asp, Asp.net, C # , C ++ , Cgi, Componenet, Database, Delphi, Flash, Html, Java - Jsp, JAVA Script, Pascal, Perl, Php, Visual Basic, Visual Basic.net, Wml, Xml, html kod, htmlkod, html kodlari, html kodu, logo, logolari, resim, resimleri, pictures, picture Hazir-Kod Merkezinde her türlü web ve program kodlari mevcuttur. Sitene ekle, html, asp, php, kodlar, kod, hazirkod, hazir kod, hazirkod, hazir kod, Ado.net - Ado, Asp, Asp.net, C # , C ++ , Cgi, Componenet, Database, Delphi, Flash, Html, Java - Jsp, JAVA Script, Pascal, Perl, Php, Visual Basic, Visual Basic.net, Wml, Xml, html kod, htmlkod, html kodlari, html kodu, logo, logolari, resim, resimleri, pictures, picture Hazir-Kod Merkezinde her türlü web ve program kodlari mevcuttur. Sitene ekle, html, asp, php, kodlar, kod, hazirkod, hazir kod, hazirkod, hazir kod, Ado.net - Ado, Asp, Asp.net, C # , C ++ , Cgi, Componenet, Database, Delphi, Flash, Html, Java - Jsp, JAVA Script, Pascal, Perl, Php, Visual Basic, Visual Basic.net, Wml, Xml, html kod, htmlkod, html kodlari, html kodu, logo, logolari, resim, resimleri, pictures, picture Hazir-Kod Merkezinde her türlü web ve program kodlari mevcuttur. Sitene ekle, html, asp, php, kodlar, kod, hazirkod, hazir kod, hazirkod, hazir kod, Ado.net - Ado, Asp, Asp.net, C # , C ++ , Cgi, Componenet, Database, Delphi, Flash, Html, Java - Jsp, JAVA Script, Pascal, Perl, Php, Visual Basic, Visual Basic.net, Wml, Xml, html kod, htmlkod, html kodlari, html kodu, logo, logolari, resim, resimleri, pictures, picture Hazir-Kod Merkezinde her türlü web ve program kodlari mevcuttur. Sitene ekle, html, asp, php, kodlar, kod, hazirkod, hazir kod, hazirkod, hazir kod, Ado.net - Ado, Asp, Asp.net, C # , C ++ , Cgi, Componenet, Database, Delphi, Flash, Html, Java - Jsp, JAVA Script, Pascal, Perl, Php, Visual Basic, Visual Basic.net, Wml, Xml, html kod, htmlkod, html kodlari, html kodu, logo, logolari, resim, resimleri, pictures, picture Hazir-Kod Merkezinde her türlü web ve program kodlari mevcuttur. Sitene ekle, html, asp, php, kodlar, kod, hazirkod, hazir kod, hazirkod, hazir kod, Ado.net - Ado, Asp, Asp.net, C # , C ++ , Cgi, Componenet, Database, Delphi, Flash, Html, Java - Jsp, JAVA Script, Pascal, Perl, Php, Visual Basic, Visual Basic.net, Wml, Xml, html kod, htmlkod, html kodlari, html kodu, logo, logolari, resim, resimleri, pictures, picture

Parlayan yazı yaz
Hazir-Kod Tarafından 16.01.2010 Tarihinde Eklenmiş, 952 Kere Okunmuş.
Açıklama : Parlayan yazılar yazmak için güzel bir kod.
<!---hazir-kod.net kod başlangıc--->
<center>
<table border="0" cellpadding="0" cellspacing="0" width="700">
<tr>
<td><span id="theText" style="width:100%"><h2 align="center">---------------- www.hazir-kod.net ----------------</h2>
</span>
<p><script>
<!--
//range of glowing
var from = 5;
var to = 11;

//speed of pulsing
var delay = 55;

//color of glow
var glowColor = "red";


//NO MORE EDITING!!!
var i = to;
var j = 0;

//can be called here or whenever you want the text to start pulsing
textPulseDown();

function textPulseUp()
{
if (!document.all)
return
if (i < to)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}

if (i = to)
{
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}


}

function textPulseDown()
{
if (!document.all)
return
if (i > from)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}

if (i = from)
{
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
}

//-->
</script>

<!---hazir-kod.net kod bitişi--->

Anasayfa   Bize Ulaşın    © 2008 Hazir Kod Kodlama - Türkiye