Geri Dön   Forum Ti > Programlama Dilleri ve İnternet > Web Tasarım
Üye Ol Üye Listesi Takvim Forumları Okundu İşaretle

Web Tasarım İnternet sitesi ile ilgili kodlar, kaynaklar, ipuçları, uygulamalar ve diğer herşey.

Cevap
 
Konu Araçları
Eski 24.09.2007   #11 (permalink)
 
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
Varsayılan

Status bar da soldan saga kayan yazi
Kod:
<script language="Javascript">

<!--

var x = 0

var speed = 90

var text = "istediğini yaz"

var course =76

var text2 = text



function Scroll() {

window.status = text2.substring(0, text2.length)

if (course < text2.length) {

setTimeout("Scroll2()", speed)

}

else {

text2 = " " + text2

setTimeout("Scroll()", speed);

}

}

function Scroll2() {

window.status = text2.substring(x, text2.length)

if (text2.length - x == text.length) {

text2 = text

x = 0

setTimeout("Scroll()", speed);

}

else {

x++

setTimeout("Scroll2()", speed);

}

}

Scroll()

//-->

</script>


__________________
staticiation Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 24.09.2007   #12 (permalink)
 
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
Varsayılan

Karşılama ve uğurlama mesajı ! Kod:
HTML>
<BODY BGCOLOR="#000000" onLoad="alert('Forumay'a/BirolCan Hoşgeldiniz!');"
onUnload="alert('Tekrar Bekleriz...');">
</BODY>
</HTML>


__________________
staticiation Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 24.09.2007   #13 (permalink)
 
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
Varsayılan

Mausu takip eden kivilcimlar Kod:
<layer name="a0" left=10 top=10 visibility=show bgcolor="#ff0000" clip="0,0,2,2"></layer>

<layer name="a1" left=10 top=10 visibility=show bgcolor="#ff8000" clip="0,0,2,2"></layer>

<layer name="a2" left=10 top=10 visibility=show bgcolor="#ffff00" clip="0,0,2,2"></layer>

<layer name="a3" left=10 top=10 visibility=show bgcolor="#00ff00" clip="0,0,2,2"></layer>

<layer name="a4" left=10 top=10 visibility=show bgcolor="#0000ff" clip="0,0,2,2"></layer>

<layer name="a5" left=10 top=10 visibility=show bgcolor="#ff00ff" clip="0,0,2,2"></layer>

<layer name="a6" left=10 top=10 visibility=show bgcolor="#ffffff" clip="0,0,2,2"></layer>



<div id="starsDiv" style="position:absolute;top:0px;left:0px">

<div style="position:relative;width:2px;height:2px;back ground:#ffffff;font-size:2px;visibility:visible"></div>

<div style="position:relative;width:2px;height:2px;back ground:#ffff00;font-size:2px;visibility:visible"></div>

<div style="position:relative;width:2px;height:2px;back ground:#ffa000;font-size:2px;visibility:visible"></div>

<div style="position:relative;width:2px;height:2px;back ground:#ff0000;font-size:2px;visibility:visible"></div>

<div style="position:relative;width:2px;height:2px;back ground:#00ff00;font-size:2px;visibility:visible"></div>

<div style="position:relative;width:2px;height:2px;back ground:#0000ff;font-size:2px;visibility:visible"></div>

<div style="position:relative;width:2px;height:2px;back ground:#FF00FF;font-size:2px;visibility:visible"></div>

</div>



<script language="JavaScript">

// HAZIRLAYAN VE SUNAN muratus Macho_M

if (document.layers) {

window.captureEvents(Event.MOUSEMOVE);}

var yBase = 200;

var xBase = 200;

var yAmpl = 10;

var yMax = 40;

var step = .2;

var ystep = .5;

var currStep = 0;

var tAmpl=1;

var Xpos = 1;

var Ypos = 1;

var i = 0;

var j = 0;

if (document.all) {

function MoveHandler(){

Xpos = document.body.scrollLeft + event.x;

Ypos = document.body.scrollTop + event.y;}

document.onmousemove = MoveHandler;}

else if (document.layers) {

function xMoveHandler(evnt) {

Xpos = evnt.pageX;

Ypos = evnt.pageY;}

window.onMouseMove = xMoveHandler;}

function animateLogo() {

if (document.all) {

yBase = window.document.body.offsetHeight / 4;

xBase = window.document.body.offsetWidth / 4;}

else if (document.layers) {

yBase = window.innerHeight / 4;

xBase = window.innerWidth / 4;}

if (document.all) {

for (i = 0 ; i < starsDiv.all.length; i++) {

starsDiv.all[i].style.top = Ypos + Math.cos((20*Math.sin(currStep/20))+i*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);

starsDiv.all[i].style.left = Xpos + Math.sin((20*Math.sin(currStep/20))+i*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);}}

else if (document.layers) {

for (j = 0; j < 7; j++) { //7 is number of NS layers!

var templayer="a" + j;

document.layers[templayer].top = Ypos + Math.cos((20*Math.sin(currStep/20))+j*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);

document.layers[templayer].left =Xpos + Math.sin((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);}}

currStep += step;

setTimeout("animateLogo()", 10);}

animateLogo();

// End -->

</script>


__________________
staticiation Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 24.09.2007   #14 (permalink)
 
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
Varsayılan

Tarih ve Saat Kod:
<html>

<head>

<title>Java Script Time</title>



<script language="JavaScript">

<!--

var tick;

function stop() {

clearTimeout(tick);

}

function usnotime() {

var ut=new Date();

var d,mo,y;

var h,m,s;

var ms;

var q="**";

var date;

var time;



y=ut.getYear();

mo=ut.getMonth();

d=ut.getDate();

h=ut.getHours();

m=ut.getMinutes();

s=ut.getSeconds();

ms=ut.getTime();



mo++;

if(mo<=9) mo=" "+mo;

if(d<=9) d="0"+d;

if(y< 80) y+=2000;

if(y<=99) y+=1900;

date=" "+mo+"/"+d+"/"+y+" ";



if(h>=12) q="PM";

if(h>=13) h-=12;

if(s<=9) s="0"+s;

if(m<=9) m="0"+m;

if(h<=9) h=" "+h;

time=" "+h+":"+m+":"+s+" "+q+" ";



ms=ms+" ";



document.rclock.rdate.value=date;

document.rclock.rtime.value=time;

// document.rclock.rmill.value=ms;

tick=setTimeout("usnotime()",1000);

}

//-->

</script>

</head>



<BODY onload="usnotime()" onunload="stop()">

<form name="rclock">



<input type="text" name="rdate" value=" " size="14">



<input type="text" name="rtime" value=" " size="14">



<!-- br -->

<!-- input type="text" name="rmill" value=" " size="14") Milliseconds since 1/01/1970 -->



</form>

</body>

</html>


__________________
staticiation Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 24.09.2007   #15 (permalink)
 
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
Varsayılan

Anasayfaniza kar yagdirin Kod:
<script type="text/javascript">



/******************************************

* Snow Effect Script- By Altan d.o.o. (Original JavaScript Snow)

* Visit Dynamic Drive DHTML code library (Dynamic Drive DHTML(dynamic html) & JavaScript code library) for full source code

* Last updated Nov 9th, 05' by DD. This notice must stay intact for use

******************************************/



//Configure below to change URL path to the snow image

var snowsrc="http://img486.imageshack.us/img486/5819/snow32jx.gif "

// Configure below to change number of snow to render

var no = 10;

// Configure whether snow should disappear after x seconds (0=never):

var hidesnowtime = 0;

// Configure how much snow should drop down before fading ("windowheight" or "pageheight")

var snowdistance = "pageheight";



///////////Stop Config//////////////////////////////////



var ie4up = (document.all) ? 1 : 0;

var ns6up = (document.getElementById&&!document.all) ? 1 : 0;



function iecompattest(){

return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body

}



var dx, xp, yp; // coordinate and position variables

var **, stx, sty; // amplitude and step variables

var i, doc_width = 800, doc_height = 600;



if (ns6up) {

doc_width = self.innerWidth;

doc_height = self.innerHeight;

} else if (ie4up) {

doc_width = iecompattest().clientWidth;

doc_height = iecompattest().clientHeight;

}



dx = new Array();

xp = new Array();

yp = new Array();

** = new Array();

stx = new Array();

sty = new Array();

snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "http://img466.imageshack.us/img466/1904/snow3uh.gif" : snowsrc

for (i = 0; i < no; ++ i) {

dx[i] = 0; // set coordinate variables

xp[i] = Math.random()*(doc_width-50); // set position variables

yp[i] = Math.random()*doc_height;

**[i] = Math.random()*20; // set amplitude variables

stx[i] = 0.02 + Math.random()/10; // set step variables

sty[i] = 0.7 + Math.random(); // set step variables

if (ie4up||ns6up) {

if (i == 0) {

***************("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");

} else {

***************("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");

}

}

}



function snowIE_NS6() { // IE and NS6 main animation function

doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;

doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;

for (i = 0; i < no; ++ i) { // iterate for every dot

yp[i] += sty[i];

if (yp[i] > doc_height-50) {

xp[i] = Math.random()*(doc_width-**[i]-30);

yp[i] = 0;

stx[i] = 0.02 + Math.random()/10;

sty[i] = 0.7 + Math.random();

}

dx[i] += stx[i];

document.getElementById("dot"+i).style.top=yp[i]+"px";

document.getElementById("dot"+i).style.left=xp[i] + **[i]*Math.sin(dx[i])+"px";

}

snowtimer=setTimeout("snowIE_NS6()", 10);

}



function hidesnow(){

if (window.snowtimer) clearTimeout(snowtimer)

for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility= "hidden"

}





if (ie4up||ns6up){

snowIE_NS6();

if (hidesnowtime>0)

setTimeout("hidesnow()", hidesnowtime*1000)

}



</script>


__________________
staticiation Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 24.09.2007   #16 (permalink)
 
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
Varsayılan

Ziyaretçiyi tanimlama html kodu...! Kod:
<script>

<!--

// Copyright (c) 1996-1997 Tomer Shiran. All rights reserved.

// Permission given to use the script provided that this notice remains as is.

// Additional scripts can be found at javadepo.com



// Boolean variable specified if alert should be displayed if cookie exceeds 4KB

var caution = false



// name - name of the cookie

// value - value of the cookie

// [expires] - expiration date of the cookie (defaults to end of current session)

// [path] - path for which the cookie is valid (defaults to path of calling document)

// [domain] - domain for which the cookie is valid (defaults to domain of calling document)

// [secure] - Boolean value indicating if the cookie transmission requires a secure transmission

// * an argument defaults when it is assigned null as a placeholder

// * a null placeholder is not required for trailing omitted arguments

function setCookie(name, value, expires, path, domain, secure) {

var curCookie = name + "=" + escape(value) +

((expires) ? "; expires=" + expires.toGMTString() : "") +

((path) ? "; path=" + path : "") +

((domain) ? "; domain=" + domain : "") +

((secure) ? "; secure" : "")

if (!caution || (name + "=" + escape(value)).length <= 4000)

**************** = curCookie

else

if (confirm("Cookie exceeds 4KB and will be cut!"))

**************** = curCookie

}



// name - name of the desired cookie

// * return string containing value of specified cookie or null if cookie does not exist

function getCookie(name) {

var prefix = name + "="

var cookieStartIndex = ****************.indexOf(prefix)

if (cookieStartIndex == -1)

return null

var cookieEndIndex = ****************.indexOf(";", cookieStartIndex + prefix.length)

if (cookieEndIndex == -1)

cookieEndIndex = ****************.length

return unescape(****************.substring(cookieStartInd ex + prefix.length, cookieEndIndex))

}



// name - name of the cookie

// [path] - path of the cookie (must be same as path used to create cookie)

// [domain] - domain of the cookie (must be same as domain used to create cookie)

// * path and domain default if assigned null or omitted if no explicit argument proceeds

function deleteCookie(name, path, domain) {

if (getCookie(name)) {

**************** = name + "=" +

((path) ? "; path=" + path : "") +

((domain) ? "; domain=" + domain : "") +

"; expires=Thu, 01-Jan-70 00:00:01 GMT"

}

}



// date - any instance of the Date object

// * you should hand all instances of the Date object to this function for "repairs"

// * this function is taken from Chapter 14, "Time and Date in JavaScript", in "Learn Advanced JavaScript Programming"

function fixDate(date) {

var base = new Date(0)

var skew = base.getTime()

if (skew > 0)

date.setTime(date.getTime() - skew)

}



var now = new Date()

fixDate(now)

now.setTime(now.getTime() + 31 * 24 * 60 * 60 * 1000)

var name = getCookie("name")

if (!name)

name = prompt("Lütfen isminizi yazın:", "Adınız(site sizi bu isimle hatırlıycak.")

setCookie("name", name, now)

***************(" " + name + "")

//-->

</script>


__________________
staticiation Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 24.09.2007   #17 (permalink)
 
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
Varsayılan

Baslikta saat

Kod:
<!-- www.forumay.com-BirolCan--!>

<SCRIPT Language="JavaScript">

<!-- Hide



/*

This script was written by Mike Cullen, 1999

Featured on Dynamic Drive (dynamicdrive.com)

For full source code, installation instructions

and many more DHTML scripts

Visit Dynamicdrive.com

*/





var scroller;

var ampm;

var actualtitle=document.title+" "

function antiMilitaryTime()

{

if (hr == "12"){

ampm="P.M."

}

else if (hr == "13"){

hr="1"

ampm="P.M."

}

else if (hr == "14"){

hr="2"

ampm="P.M."

}

else if (hr == "15"){

hr ="3"

ampm="P.M."

}

else if (hr == "16"){

hr = "4"

ampm="P.M."

}

else if (hr == "17"){

hr = "5"

ampm="P.M."

}

else if (hr == "18"){

hr = "6"

ampm="P.M."

}

else if (hr == "19"){

hr = "7"

ampm="P.M."

}

else if (hr == "20"){

hr = "8"

ampm="P.M."

}

else if (hr == "21"){

hr = "9"

ampm="P.M."

}

else if (hr == "22"){

hr = "10"

ampm="P.M."

}

else if (hr == "23"){

hr = "11"

ampm="P.M."

}

else if (hr == "24"){

hr = "12"

}

}

function addZero(){

if (min <= "9"){

min = "0"+min

}

if (sec<= "9"){

sec = "0"+sec

}

if (hr <="9"){

hr = "0"+hr

}

}

function time(){

dt=new Date()

sec=dt.getSeconds()

hr=dt.getHours()

ampm="A.M."

min=dt.getMinutes()

}

function scroll() {

time()

antiMilitaryTime()

addZero()

var scroller="SAAT: "+hr+":"+min+":"+sec+" "+ampm

var timeout=setTimeout("scroll()", 1000)

document.title=actualtitle+scroller

}

if (document.all)

scroll()

//-->

</SCRIPT>


__________________
staticiation Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 24.09.2007   #18 (permalink)
 
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
Varsayılan

Web siten açilinca sarki çalsin mi? Kod:
<BGSOUND SRC="Dosyanın Adresi" LOOP=Kaç kere tekrarlanacağı>


Örnek;<BGSOUND SRC="../../Adnan - Salih/Cebimdekiler/Sesler/GS marşı.wav" LOOP=50>
staticiation Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 24.09.2007   #19 (permalink)
 
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
Varsayılan

Banner kaldirma (Bazi free sitelerin banerlerinden kurtulma )

evet Size bazı free host weren sitelerdeki bannerları ortasdan kaldırmanıza yarayacak kodları vereceğim:

FREESERVERS.COM ADRESİNDEN ALINAN WEB ALANLARI İÇİN FİRMA REKLAMINI İPTAL ETME
Bu kodu ilk önce sayfanızın </Head> bölümüne koyun:

Kod:
<style><!--iframe{display:none;}--></style>



Daha sonra aşağıdaki kodu <BODY> tagından sonra yerleştirin

Kod:
<div style="position:relative;top:-50;z-index:0;background:black;"> (background rengini kendi sayfanızın rengiyle değiştirin. Örneğin sayfanız beyaz ise buraya white yazın.
<p align="center"><br>
</p>

<p align="center"><br>
</p>


__________________________________________________ ______________
XOOM.COM ADRESİNDEN ALINAN WEB ALANLARI İÇİN FİRMA REKLAMINI İPTAL ETME

Site adresiniz http://members.xoom.com/ornek_site/index.html
şeklindeyse. Şu şekilde yazınız:

http://members.xoom.com/_banner/ornek_site/index.html
artık sayfanızın üstünde xoom bannerını görmeyeceksiniz.
staticiation Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 24.09.2007   #20 (permalink)
 
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
Varsayılan

Sayfanizda midi çaldirmak için ideal

Kod:

<!-- Start Of Midi Master Script --> <!-- MIDI Player that allows you to choose songs/tracks --> <!-- Instructions: Just put this script anywhere on your webpage that you wish to have a user interface. --> <Script Language="JavaScript"> <!-- Hiding song = new Array() var x = 0 song[1] = "Cool Midi # 1" song[2] = "Cool Midi # 2" song[3] = "Cool Midi # 3" song[4] = "Cool Midi # 4" song[5] = "Cool Midi # 5" song[6] = "Cool Midi # 6" function prev(){ if (x>1) { x-- document.midi.typein.value=song [x] } } function next(){ var max= song.length-1 if (x<max) { x++ document.midi.typein.value=song [x] } } function go(){ if (x != 0){ location.href='song'+x+'.mid' } } function start(){ x=1 document.midi.typein.value=song [x] } function end(){ x=song.length-1 document.midi.typein.value=song [x] } function cls(){ document.midi.typein.value="Select Midi Song" } // Done Hiding --> </Script> <BODY Bgcolor="#ffffff" onload="cls()"> <Center> <FORM Name="midi"> <INPUT NAME="typein" TYPE="text" SIZE="25" ALIGN=top><BR> <font size=3 face="Comic Sans Ms"> <INPUT TYPE=Button Value="|<<" Align=left onclick="start()"> <INPUT TYPE=Button Value="<<" Align=left onclick="prev()"> <INPUT TYPE=Button Value="PLAY" Align=left onclick="go()"> <INPUT TYPE=Button Value=">>" Align=left onclick="next()"> <INPUT TYPE=Button Value=">>|" Align=left onclick="end()"> </FORM></font> </Center> </BODY> </HTML> <!-- End Of Midi Master Script --> </body> </html>

__________________
staticiation Şuanda Forumda Değil   Alıntı yaparak cevapla
Cevap


Şu Anda Konuyu İnceleyen Aktif Kullanıcılar: 1 (0 üye ve 1 misafir)
 
Konu Araçları


Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
Adım Adım Bedava Host Alimi vbulletin Kurulum By_Escape Web Tasarım 69 09.10.2007 03:40
Adım adım photoshop türkçe video ders....!kaçmaz ! 12123 Resim, Grafik, Tasarım 1 23.09.2007 11:05
Adım adım baştan sona asp (sonu olmaz) :) cont Web Geliştirme Dilleri 41 22.04.2007 15:45
Click&Buy Üyelik Alımı (adım adım anlatım) ßluet®ojan Knight Online 0 27.02.2007 16:26
Adım Adım Cracking (Program Şifrelerini Kırma Anlatım) PiLoT Web Sitesi Çökertme 2 05.10.2006 23:26


Şu anki forum saati: 00:18.


cnt hizmet sağlayan firma
ForumTi.com'un yapımı ve yayınlanması CNT'ye aittir.
Sitedeki içerikleri foruma ücretsiz şekilde üye olabilen ziyaretçiler oluşturur. Bu içeriklerin sorumluluğu yazana aittir.
Eğer yasak ve aykırı içerik tespit edilirse site yöneticilerine bu konular bildirilir ve kaldırılır. Site yönetimi haberdar edildiğinde sonuç alınamaz ise servis sağlayıcı CNT'ye bildiride bulunabilirsiniz.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd. Search Engine Friendly URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259