Forum'da ara:
Ara


Yazar Mesaj
Mesaj11.11.2010, 17:44 (UTC)    
Mesaj konusu:

maxyblog yazmış:
Lnklere Gökkuşağı Efecti Kodu?


Merhabalar,
Buyrun deneyin-->>

Kod:
<SCRIPT LANGUAGE=”JavaScript”>
<!– Begin hide from old browsers

function createHexArray(n)
{
this.length = n;
for (var i = 1; i <= n; i++)
this[i] = i - 1;
this[11] = ”A”;
this[12] = ”B”;
this[13] = ”C”;
this[14] = ”D”;
this[15] = ”E”;
this[16] = ”F”;
return this;
}

hx = new createHexArray(16);

function convertToHex(x)
{
if (x < 17)
x = 16;

var high = x / 16;
var s = high+”";

s = s.substring(0, 2);
high = parseInt(s, 10);

var left = hx[high + 1];
var low = x - high * 16;

if (low < 1)
low = 1;
s = low + ”";
s = s.substring(0, 2);
low = parseInt(s, 10);

var right = hx[low + 1];
var string = left + ”" + right;
return string;
}

function makeRainbow(text)
{
text = text.substring(0, text.length);
color_d1 = 255;
mul = color_d1 / text.length;
for(var i = 0; i < text.length; i++) {
color_d1 = 255*Math.sin(i / (text.length / 3));
color_h1 = convertToHex(color_d1);
color_d2 = mul * i;
color_h2 = convertToHex(color_d2);
k = text.length;
j = k - i;
if (j < 0)
j = 0;
color_d3 = mul * j;
color_h3 = convertToHex(color_d3);
document.write(“<FONT COLOR=\”#” + color_h3 + color_h1 + color_h2 + ”\”>” + text.substring(i, i + 1) + ”</FONT>”);
}
}

// End  hide from old browsers –>
</script>

</HEAD>

<body>
<center>
<strong>
<font size=6>

<script>
<!–
makeRainbow(“MyDesign | Kod Arşivi”);
document.write(“<br>”);
makeRainbow(“Türkiye’nin Programlama Merkezi”);
// –>
</script>
Mesaj11.11.2010, 23:43 (UTC)    
Mesaj konusu:

anadolulular yazmış:
maxyblog yazmış:
Lnklere Gökkuşağı Efecti Kodu?


Merhabalar,
Buyrun deneyin-->>

Kod:
<SCRIPT LANGUAGE=”JavaScript”>
<!– Begin hide from old browsers

function createHexArray(n)
{
this.length = n;
for (var i = 1; i <= n; i++)
this[i] = i - 1;
this[11] = ”A”;
this[12] = ”B”;
this[13] = ”C”;
this[14] = ”D”;
this[15] = ”E”;
this[16] = ”F”;
return this;
}

hx = new createHexArray(16);

function convertToHex(x)
{
if (x < 17)
x = 16;

var high = x / 16;
var s = high+”";

s = s.substring(0, 2);
high = parseInt(s, 10);

var left = hx[high + 1];
var low = x - high * 16;

if (low < 1)
low = 1;
s = low + ”";
s = s.substring(0, 2);
low = parseInt(s, 10);

var right = hx[low + 1];
var string = left + ”" + right;
return string;
}

function makeRainbow(text)
{
text = text.substring(0, text.length);
color_d1 = 255;
mul = color_d1 / text.length;
for(var i = 0; i < text.length; i++) {
color_d1 = 255*Math.sin(i / (text.length / 3));
color_h1 = convertToHex(color_d1);
color_d2 = mul * i;
color_h2 = convertToHex(color_d2);
k = text.length;
j = k - i;
if (j < 0)
j = 0;
color_d3 = mul * j;
color_h3 = convertToHex(color_d3);
document.write(“<FONT COLOR=\”#” + color_h3 + color_h1 + color_h2 + ”\”>” + text.substring(i, i + 1) + ”</FONT>”);
}
}

// End  hide from old browsers –>
</script>

</HEAD>

<body>
<center>
<strong>
<font size=6>

<script>
<!–
makeRainbow(“MyDesign | Kod Arşivi”);
document.write(“<br>”);
makeRainbow(“Türkiye’nin Programlama Merkezi”);
// –>
</script>

BU KODU NEREYE YERLEŞTİRECEĞİZ Question
Mesaj12.11.2010, 18:10 (UTC)    
Mesaj konusu:

Alıntı:
BU KODU NEREYE YERLEŞTİRECEĞİZ Question


KaRdeş Bunu Tasarım Altı Yada TasaRım ÜsTÜnE ekLe !!
______________


En son mega-ipek tarafından 12.11.2010 18:13:41 tarihinde değiştirildi, toplam 2 kere değiştirildi
Mesaj13.11.2010, 11:44 (UTC)    
Mesaj konusu:

Link verilmiş resmin etrafına gökkuşağı yerleştirmek için bir kod vardı bulamadım birisi yardım ederse sevinirim...
Mesaj14.11.2010, 16:22 (UTC)    
Mesaj konusu:

1 tane online kişi sayacı
1 tane de güzel bir duyuru panosu.
verebilecek var mı?
______________
http://img.webme.com/pic/o/oynpaylasimi/computer.ico

Bilgisayar Delisi..!
Mesaj15.11.2010, 12:42 (UTC)    
Mesaj konusu:

oynpaylasimi yazmış:
1 tane online kişi sayacı
1 tane de güzel bir duyuru panosu.
verebilecek var mı?

online kişi sayısını burdaki siteden alabilirsin ben kullanıyorum tavsiye ederim Arrow http://whos.amung.us/
duyuru panosuda alttaki kod

Kod:
<!--kodbanks-ajandasi-kodu basla-->
<div align="center">
<table height="332" cellspacing="0" cellpadding="0" width="181" align="center" style="width: 181px; height: 332px">
<!-- MSTableType="layout" -->
<tbody>
<tr>
<td valign="middle" width="241" background="http://img828.imageshack.us/img828/9761/kodbanksduypano.gif" height="260">
<p align="center"> </p>
<div class="box box-right"><script language="JavaScript" type="text/javascript">
               /* Kayan Haber ii006e gerekli olan functions */
               function yukarikos() {
               kaykos.direction="up";
               }
               function asagikos() {
               kaykos.direction="down";
               }
               /*////////////////////////////////*/                                             
</script><br />
<br />
<center><marquee id="kaykos" scrollamount="2" scrolldelay="50" direction="down" width="166" height="208" onmouseout_fckprotectedatt="%20onmouseout%3D%22kaykos.scrollAmount%3D2%22" onmouseover_fckprotectedatt="%20onmouseover%3D%22kaykos.scrollAmount%3D0%22" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; width: 150px; height: 218px; border-right-width: 0px">
<p style="text-align: center"><font face="Comic Sans MS"><span> </span><span style="color: #000000"><span id="1281080388823S" style="display: none">  <span id="1281082487847S" style="display: none"> </span></span><span style="font-size: small"><span id="1281080388823S" style="display: none"> </span><span id="1281082605847S" style="display: none"> </span><span id="1281082607451S" style="display: none"> </span><span id="1281082608165S" style="display: none"> </span><span style="font-size: medium"><span id="1281083356950S" style="display: none"> </span><span id="1281083525771S" style="display: none"> </span></span><span style="color: #0000ff"><span style="font-size: medium">Site adınız</span><span id="1281083356907E" style="display: none"> </span><br />
<span id="1281083375001S" style="display: none"> </span></span></span><span style="font-size:small"><span id="1281083525260E" style="display: none"><span id="1281083563360S" style="display: none"> </span> </span><span style=""><span>Duyurularınızı buradan itibaren yazmaya başlayın,yazmaya devam edin.. </span></span></span></span></font><span id="1281083563932E" style="display: none"> </span><span id="1281083375469E" style="display: none"> </span></p>
</marquee>
<div style="text-align: center"><center><img alt="" border="0" onmouseover_fckprotectedatt="%20onmouseover%3D%22yukarikos()%3B%22" src="http://img693.imageshack.us/img693/1009/kodbanksyukariok.gif" _fcksavedurl="http://img693.imageshack.us/img693/1009/kodbanksyukariok.gif" />      <img alt="" border="0" onmouseout_fckprotectedatt="%20onmouseout%3D%22kaykos.scrollAmount%3D2%22" onmouseover_fckprotectedatt="%20onmouseover%3D%22kaykos.scrollAmount%3D0%22" src="http://img827.imageshack.us/img827/7695/kodbanksdurdurx.gif" _fcksavedurl="http://img827.imageshack.us/img827/7695/kodbanksdurdurx.gif" />      <img alt="" border="0" onmouseover_fckprotectedatt="%20onmouseover%3D%22asagikos()%3B%22" src="http://img714.imageshack.us/img714/3922/kodbanksasagiok.gif" _fcksavedurl="http://img714.imageshack.us/img714/3922/kodbanksasagiok.gif" /> </center></div>
</center></div>
<div> </div>
</td>
</tr>
</tbody>
</table>
</div>
<!--kodbanks-ajandasi-kodu bitir-->
Mesaj18.11.2010, 06:53 (UTC)    
Mesaj konusu:

cezalettv yazmış:
anadolulular yazmış:
maxyblog yazmış:
Lnklere Gökkuşağı Efecti Kodu?


Merhabalar,
Buyrun deneyin-->>

Kod:
<SCRIPT LANGUAGE=”JavaScript”>
<!– Begin hide from old browsers

function createHexArray(n)
{
this.length = n;
for (var i = 1; i <= n; i++)
this[i] = i - 1;
this[11] = ”A”;
this[12] = ”B”;
this[13] = ”C”;
this[14] = ”D”;
this[15] = ”E”;
this[16] = ”F”;
return this;
}

hx = new createHexArray(16);

function convertToHex(x)
{
if (x < 17)
x = 16;

var high = x / 16;
var s = high+”";

s = s.substring(0, 2);
high = parseInt(s, 10);

var left = hx[high + 1];
var low = x - high * 16;

if (low < 1)
low = 1;
s = low + ”";
s = s.substring(0, 2);
low = parseInt(s, 10);

var right = hx[low + 1];
var string = left + ”" + right;
return string;
}

function makeRainbow(text)
{
text = text.substring(0, text.length);
color_d1 = 255;
mul = color_d1 / text.length;
for(var i = 0; i < text.length; i++) {
color_d1 = 255*Math.sin(i / (text.length / 3));
color_h1 = convertToHex(color_d1);
color_d2 = mul * i;
color_h2 = convertToHex(color_d2);
k = text.length;
j = k - i;
if (j < 0)
j = 0;
color_d3 = mul * j;
color_h3 = convertToHex(color_d3);
document.write(“<FONT COLOR=\”#” + color_h3 + color_h1 + color_h2 + ”\”>” + text.substring(i, i + 1) + ”</FONT>”);
}
}

// End  hide from old browsers –>
</script>

</HEAD>

<body>
<center>
<strong>
<font size=6>

<script>
<!–
makeRainbow(“MyDesign | Kod Arşivi”);
document.write(“<br>”);
makeRainbow(“Türkiye’nin Programlama Merkezi”);
// –>
</script>

BU KODU NEREYE YERLEŞTİRECEĞİZ Question

bu kodu içerik kısmına yapıştıracaksın
______________
yok
Mesaj18.11.2010, 07:00 (UTC)    
Mesaj konusu:

Ağustos 2010 da güncellenen pagerank için pagerank kodu istiyorum... Razz

her baktıgım pagerank sitesi farklı sölüyor Smile
Mesaj18.11.2010, 12:03 (UTC)    
Mesaj konusu:

arkadaslar bana siteyi arkadasına tavsiye et kodu gerekli yardımcı olursanız sevinirim tesekkür ederim şimdiden
Mesaj19.11.2010, 17:21 (UTC)    
Mesaj konusu:

mavizell yazmış:
arkadaslar bana siteyi arkadasına tavsiye et kodu gerekli yardımcı olursanız sevinirim tesekkür ederim şimdiden


Kod:
<P align=center><A href="http://www.starteasy.com/cgi-bin/send2friend.cgi" _fcksavedurl="http://www.starteasy.com/cgi-bin/send2friend.cgi"><IMG style="WIDTH: 136px; HEIGHT: 42px" height=31 alt=http://KENDİ SİTENİZİN ADI src="http://img401.imageshack.us/img401/198/tavsiyeet3pv.gif" _fcksavedurl="http://img401.imageshack.us/img401/198/tavsiyeet3pv.gif" width=88 border=0></A></P></DIV><p><a target="_blank" href="http://bedavasitemtoplisti.tr.gg">Toplist</a><!--BedavaSitemToplisi Kod Sonu--></p>



http: //KENDİ SİTENİZİN ADI Yazan yere kendi sitenin linkini yaz...[/code]
Mesaj20.11.2010, 12:15 (UTC)    
Mesaj konusu:

tesekkür ederim yardımcı oldugunuz için fakat farklı bir tane kendim yaptım
Mesaj20.11.2010, 18:12 (UTC)    
Mesaj konusu:

merhaba arkadaşlar ben sadece siteme özel yani sadece benim sitemdeki arkadaşlarımla sohpet etmek istiyorum bu mümkün mü acaba Embarassed
Mesaj20.11.2010, 18:26 (UTC)    
Mesaj konusu:

fen-bolumu yazmış:
merhaba arkadaşlar ben sadece siteme özel yani sadece benim sitemdeki arkadaşlarımla sohpet etmek istiyorum bu mümkün mü acaba Embarassed


Merhabalar,
www.xat.com sitesinden kendinize bir Sohbet odasi olusturabilir, bu kodu sitenize ekleyip, siteniz üzerinden sohbet edebilirsiniz.
Iyi forumlar. Wink
Mesaj20.11.2010, 21:06 (UTC)    
Mesaj konusu:

Javasript Duyuru Kodları oluyor. Üstüne basınca sağında açılıyor sonra kapatmak içinde çarpı işareti oluyor kapatıyorsun.
Kodunu alabilirmiyim?

______________

Bilgisayarfareleri'ne teşekkürler!
Mesaj21.11.2010, 12:30 (UTC)    
Mesaj konusu:

nurcin-ozer yazmış:
Javasript Duyuru Kodları oluyor. Üstüne basınca sağında açılıyor sonra kapatmak içinde çarpı işareti oluyor kapatıyorsun.
Kodunu alabilirmiyim?


Mause ile üstüne gelince açılan ve kapanan Duyuru kodu ve Son eklenenler kodu


Duyuru kodu
Kod:
 <!--Kaynak kodbanks.tr.gg-Duyurular kodu basla-->
<p><script>
    parentSayisi = 0;
    sol = 0;
    ust = 0;
    tmpAcilim = false;
    tmpDivGoster = "";

    function parentSay(nesne) {
        if(!tmpAcilim) {
            if(typeof(nesne)=="object") {
                try {
                    parentSayisi += 1
                    if(!isNaN(nesne.offsetLeft)) {
                        sol += parseInt(nesne.offsetLeft)
                        ust += parseInt(nesne.offsetTop)
                    }
                    parentSay(nesne.offsetParent)
                } catch(e) {}
            }
        }
    }

    function divGoster() {
        clearTimeout(tmpDivGoster)
        tmpAcilim=true
        var div = document.getElementById('Dene')
        div.style.position = "absolute";
        div.style.display = "block";
        div.style.left = sol+"px"
        div.style.top = ust+14+"px"
    }

    function divGizle() {
        tmpDivGoster = setTimeout("document.getElementById('Dene').style.display='none'; tmpAcilim=false; sol=0; ust=0",500)
    }

    function divGizle2(katmanAdi) {
        tmpDivGoster2 = setTimeout("document.getElementById('"+katmanAdi+"').style.display='none'",500)
    }
</script></p>
<div style="border-right: #000066 1px solid; padding-right: 4px; border-top: #000066 1px solid; padding-left: 4px; padding-bottom: 4px; font: bold 15px verdana; border-left: #000066 1px solid; width: 15px; color: #000066; padding-top: 4px; border-bottom: #000066 1px solid; height: 16px; background-color: #ffffcc; text-left: center"><a id="Text" onmouseover="parentSay(this);divGoster()" onmouseout="divGizle()" style="color: #000066" href="javascript:void(0);"><strong><font color="#000080" size="2">Duyurular</font></strong></a></div>
<div id="Dene" style="border-right: #000000 1px solid; border-top: #000000 1px solid; display: none; left: 0px; border-left: #000000 1px solid; width: 138px; border-bottom: #000000 1px solid; position: absolute; height: 58px">
<table bordercolor="#000066" cellspacing="0" cellpadding="0" width="161" border="0" onmouseover="divGoster()" onmouseout="divGizle()" style="font: bold 11px verdana; width: 185px; border-collapse: collapse; height: 15px">
    <tbody>
        <tr>
            <td align="left" onmouseover="this.style.backgroundColor='#ffff99';this.style.color='#0000ff'" onmouseout="this.style.backgroundColor='#ffff00';this.style.color='#000000'" onclick="location.href='http://kodbanks.tr.gg/'" style="padding-right: 2px; padding-left: 2px; padding-bottom: 2px; cursor: pointer; color: #ffff99; padding-top: 2px; background-color: #ffff99"><!--Kaynak-Kodbanks.tr.gg*Duyurular kodu basla--><left></left><li>Duyurularınızı buraya yazınız 1
<li>Duyurularınızı buraya yazınız 2
<li>Duyurularınızı buraya yazınız 3
            <!--Kaynak-Kodbanks.tr.gg*Duyurular kodu bitir--> </td>
        </tr>
    </tbody>
</table>
</div>
<!--Kaynak kodbanks.tr.gg-Duyurular kodu bitir-->


Son eklenenler kodu
Kod:
 <!--Kaynak kodbanks.tr.gg-son eklenenler kodu basla-->
<p><script>
    parentSayisi = 0;
    sol = 0;
    ust = 0;
    tmpAcilim = false;
    tmpDivGoster = "";

    function parentSay(nesne) {
        if(!tmpAcilim) {
            if(typeof(nesne)=="object") {
                try {
                    parentSayisi += 1
                    if(!isNaN(nesne.offsetLeft)) {
                        sol += parseInt(nesne.offsetLeft)
                        ust += parseInt(nesne.offsetTop)
                    }
                    parentSay(nesne.offsetParent)
                } catch(e) {}
            }
        }
    }

    function divGoster() {
        clearTimeout(tmpDivGoster)
        tmpAcilim=true
        var div = document.getElementById('Dene')
        div.style.position = "absolute";
        div.style.display = "block";
        div.style.left = sol+"px"
        div.style.top = ust+14+"px"
    }

    function divGizle() {
        tmpDivGoster = setTimeout("document.getElementById('Dene').style.display='none'; tmpAcilim=false; sol=0; ust=0",500)
    }

    function divGizle2(katmanAdi) {
        tmpDivGoster2 = setTimeout("document.getElementById('"+katmanAdi+"').style.display='none'",500)
    }
</script></p>
<div style="border-right: #000066 1px solid; padding-right: 4px; border-top: #000066 1px solid; padding-left: 4px; padding-bottom: 4px; font: bold 15px verdana; border-left: #000066 1px solid; width: 185px; color: #000066; padding-top: 4px; border-bottom: #000066 1px solid; height: 16px; background-color: #ffffcc; text-left: center"><a id="Text" onmouseover="parentSay(this);divGoster()" onmouseout="divGizle()" style="color: #000066" href="javascript:void(0);"><strong><font color="#000080" size="2">Sitemize son eklenenler</font></strong></a></div>
<div id="Dene" style="border-right: #000000 1px solid; border-top: #000000 1px solid; display: none; left: 0px; border-left: #000000 1px solid; width: 138px; border-bottom: #000000 1px solid; position: absolute; height: 58px">
<table bordercolor="#000066" cellspacing="0" cellpadding="0" width="161" border="0" onmouseover="divGoster()" onmouseout="divGizle()" style="font: bold 11px verdana; width: 185px; border-collapse: collapse; height: 15px">
    <tbody>
        <tr>
            <td align="left" onmouseover="this.style.backgroundColor='#ffff99';this.style.color='#0000ff'" onmouseout="this.style.backgroundColor='#ffff00';this.style.color='#000000'" onclick="location.href='http://kodbanks.tr.gg/'" style="padding-right: 2px; padding-left: 2px; padding-bottom: 2px; cursor: pointer; color: #ffff99; padding-top: 2px; background-color: #ffff99"><!--Kaynak-Kodbanks.tr.gg*Son eklenen linkler kodu basla--><left></left><a href="http://kodbanks.tr.gg">»Son eklenen link-1</a> <br type="_moz" />
            <a href="http://kodbanks.tr.gg">»Son eklenen link-2</a> <br type="_moz" />
            <a href="http://kodbanks.tr.gg">»Son eklenen link-3</a> <br type="_moz" />
            <a href="http://kodbanks.tr.gg">»Son eklenen link-4</a> <br type="_moz" />
            <!--Kaynak-Kodbanks.tr.gg*Son eklenen linkler kodu bitir--></td>
        </tr>
    </tbody>
</table>
</div>
<!--Kaynak kodbanks.tr.gg-son eklenenler kodu bitir-->


Tıklama olmadan açılıp kapanmaktadırlar bu şekilde isterseniz güle güle kullanın..
______________
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu