|
|||||||
| Web Tasarım İnternet sitesi ile ilgili kodlar, kaynaklar, ipuçları, uygulamalar ve diğer herşey. |
![]() |
|
|
Konu Araçları |
|
|
#11 (permalink) |
|
I'm REAL ?>
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
|
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> __________________ |
|
|
|
|
|
#12 (permalink) |
|
I'm REAL ?>
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
|
Karşılama ve uğurlama mesajı ! Kod:
HTML> <BODY BGCOLOR="#000000" onLoad="alert('Forumay'a/BirolCan Hoşgeldiniz!');" onUnload="alert('Tekrar Bekleriz...');"> </BODY> </HTML> __________________ |
|
|
|
|
|
#13 (permalink) |
|
I'm REAL ?>
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
|
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> __________________ |
|
|
|
|
|
#14 (permalink) |
|
I'm REAL ?>
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
|
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> __________________ |
|
|
|
|
|
#15 (permalink) |
|
I'm REAL ?>
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
|
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> __________________ |
|
|
|
|
|
#16 (permalink) |
|
I'm REAL ?>
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
|
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> __________________ |
|
|
|
|
|
#17 (permalink) |
|
I'm REAL ?>
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
|
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> __________________ |
|
|
|
|
|
#19 (permalink) |
|
I'm REAL ?>
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
|
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. |
|
|
|
|
|
#20 (permalink) |
|
I'm REAL ?>
Katılma Tarihi: Şub 2006
Nereden: Bursa/es-es
Yaş: 23
Mesajlar: 1,783
|
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> __________________ |
|
|
|
![]() |
| Ş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 |