Yazar |
Mesaj |
-
html-css-kod
Bedava-Sitem Bağımlısı
Konum: ~|| Bilginin Gücü ||~
|
09.08.2009, 09:52 (UTC) Mesaj konusu: CSS'de KÖŞELERİ YUVARLATMA |
|
|
Kod: 1. Sol Üst için yuvarlak grafik 2. Sağ Üst için yuvarlak grafik 3. Sol Alt için yuvarlak grafik 4. Sağ Alt için yuvarlak grafik CSS dosyamıza aşağıdaki biçimlendirmeyi ekliyoruz; <div class="yuvarlak_kose"> <div class="yuvarlak_kose_ust"><img src="ustsol.jpg" _fcksavedurl="ustsol.jpg" height="20" width="20" /></div> Son zamanların gözde dijital manipülasyonu hdr. Yani tam açılımıyla High Dinamic Range. Elimizin altındaki en büyük bilgi kaynağımız internete şöyle bir baktığımızda bu konuda yeterince kaynak bulabiliyoruz. Yine de bu işi hiç bilmeyenlere ve balıklama dalmak isteyenlere açıklama gereği duydum.. <div class="yuvarlak_kose_alt"><img src="altsol.jpg" _fcksavedurl="altsol.jpg" height="20" width="20" /></div> </div> ______________
Oyun sitelerine müjde harika oyun tasarımları sadece sitemizde... |
|
↑
|
|
|
-
html-css-kod
Bedava-Sitem Bağımlısı
Konum: ~|| Bilginin Gücü ||~
|
09.08.2009, 09:52 (UTC) Mesaj konusu: YAĞMUR DAMLALI FLASH YAZI KODU |
|
|
Kod: <embed src='http://www.crazyprofile.com/textmaker/ripple.swf' width='635' height='50' FlashVars='mess=buraya yazabilirsin' quality='high' bgcolor='#000000 align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/></embed><br><div></font></a></div></br> ______________
Oyun sitelerine müjde harika oyun tasarımları sadece sitemizde... |
|
↑
|
|
|
-
html-css-kod
Bedava-Sitem Bağımlısı
Konum: ~|| Bilginin Gücü ||~
|
09.08.2009, 09:53 (UTC) Mesaj konusu: FAREYİ TAKİP EDEN TARİH-SAAT |
|
|
Kod: <HTML> <HEAD> <TITLE>Fare imlecini takip eden tarih saat</TITLE> </HEAD> <BODY> <SCRIPT > dCol='000000';//Tarihin Rengi fCol='3E4A88';//Saatin Rengi sCol='3E4A88';// Saniyenin Rengi mCol='912917';//Dakikanın Rengi hCol='912917';//Saatin Rengi ClockHeight=40; ClockWidth=40; ClockFromMouseY=0; ClockFromMouseX=100; // BURADA GÜN VE AY İSİMLERİ.. d=new Array("PAZAR","PAZARTESİ","SALI","ÇARŞAMBA","PERŞEMBE","CUMA","CUMARTESİ"); m=new Array("OCAK","ŞUBAT","MART","NİSAN","MAYIS","HAZİRAN","TEMMUZ","AĞUSTOS","EYLÜL", "EKİM","KASIM","ARALIK"); date=new Date(); day=date.getDate(); year=date.getYear(); if (year < 2000) year=year+1900; TodaysDate=" "+d[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year; D=TodaysDate.split(''); H='...'; H=H.split(''); M='....'; M=M.split(''); S='.....'; S=S.split(''); Face='1 2 3 4 5 6 7 8 9 10 11 12'; font='verdana'; size=1; speed=0.6; ns=(document.layers); ie=(document.all); Face=Face.split(' '); n=Face.length; a=size*10; ymouse=0; xmouse=0; scrll=0; props="<font face="+font+" size="+size+" color="+fCol+"><B>"; props2="<font face="+font+" size="+size+" color="+dCol+"><B>"; Split=360/n; Dsplit=360/D.length; HandHeight=ClockHeight/4.5 HandWidth=ClockWidth/4.5 HandY=-7; HandX=-2.5; scrll=0; step=0.06; currStep=0; y=new Array();x=new Array();Y=new Array();X=new Array(); for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0} Dy=new Array();Dx=new Array();DY=new Array();DX=new Array(); for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0} if (ns){ for (i=0; i < D.length; i++) document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D[i]+'</font></center></layer>'); for (i=0; i < n; i++) document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face[i]+'</font></center></layer>'); for (i=0; i < S.length; i++) document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S[i]+'</b></center></font></layer>'); for (i=0; i < M.length; i++) document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+mCol+'><center><b>'+M[i]+'</b></center></font></layer>'); for (i=0; i < H.length; i++) document.write('<layer name=nsHours'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+hCol+'><center><b>'+H[i]+'</b></center></font></layer>'); } if (ie){ document.write('<div id="Od" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < D.length; i++) document.write('<div id="ieDate" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props2+D[i]+'</B></font></div>'); document.write('</div></div>'); document.write('<div id="Of" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < n; i++) document.write('<div id="ieFace" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+Face[i]+'</B></font></div>'); document.write('</div></div>'); document.write('<div id="Oh" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < H.length; i++) document.write('<div id="ieHours" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H[i]+'</div>'); document.write('</div></div>'); document.write('<div id="Om" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < M.length; i++) document.write('<div id="ieMinutes" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M[i]+'</div>'); document.write('</div></div>') document.write('<div id="Os" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < S.length; i++) document.write('<div id="ieSeconds" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S[i]+'</div>'); document.write('</div></div>') } (ns)?window.captureEvents(Event.MOUSEMOVE):0; function Mouse(evnt){ ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY; xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX; } (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse; function ClockAndAssign(){ time = new Date (); secs = time.getSeconds(); sec = -1.57 + Math.PI * secs/30; mins = time.getMinutes(); min = -1.57 + Math.PI * mins/30; hr = time.getHours(); hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360; if (ie){ Od.style.top=window.document.body.scrollTop; Of.style.top=window.document.body.scrollTop; Oh.style.top=window.document.body.scrollTop; Om.style.top=window.document.body.scrollTop; Os.style.top=window.document.body.scrollTop; } for (i=0; i < n; i++){ var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style; F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll; F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180); } for (i=0; i < H.length; i++){ var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style; HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll; HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs); } for (i=0; i < M.length; i++){ var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style; ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll; ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min); } for (i=0; i < S.length; i++){ var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style; SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll; SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec); } for (i=0; i < D.length; i++){ var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style; DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll; DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180); } currStep-=step; } function Delay(){ scrll=(ns)?window.pageYOffset:0; Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed); Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed); for (i=1; i < D.length; i++){ Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed); Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed); } y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed); x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed); for (i=1; i < n; i++){ y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed); x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed); } ClockAndAssign(); setTimeout('Delay()',20); } if (ns||ie)window.onload=Delay; </SCRIPT> </BODY> </HTML> ______________
Oyun sitelerine müjde harika oyun tasarımları sadece sitemizde... |
|
↑
|
|
|
-
html-css-kod
Bedava-Sitem Bağımlısı
Konum: ~|| Bilginin Gücü ||~
|
09.08.2009, 09:54 (UTC) Mesaj konusu: RESİM YÜKLEME |
|
|
Kod: <form enctype="multipart/form-data" style="display:inline" method="post" target="_blank" name="userForm" action="http://www.ww64.com/upload"> <table align="center" border="1" bordercolordark="#666666" bordercolorlight="#FFFFFF" cellspacing="0" cellpadding="5"> <tr> <td align="center">RESİM YÜKLE<br /><input name="file" type="file" size="15" /> <input type="submit" class="input" value="Yükle" name="submit" /><input type=hidden name=action value=u> <br> <a href="http://www.mecon68.tr.gg" _fcksavedurl="http://www.mecon68.tr.gg" style="font-size: 10px; text-decoration:none" target="_blank">www.mecon68.tr.gg</a></td> </tr> </table> </form> ______________
Oyun sitelerine müjde harika oyun tasarımları sadece sitemizde... |
|
↑
|
|
|
-
html-css-kod
Bedava-Sitem Bağımlısı
Konum: ~|| Bilginin Gücü ||~
|
09.08.2009, 09:54 (UTC) Mesaj konusu: ZİYARETÇİYİ SAATE GÖRE KARŞILAMA |
|
|
Kod: <!-- misafirleri 4 değişik yazı ile karşılama kodu(http://www.benimblod.com/htmlkod). --> <font size="4"> <script language=javascript> <!-- function greeting() { Now = new Date() Hour = Now.getHours(); if (Hour < 5) msg ="İyi geceler,uyku tutmadımı,boşver uykuyu bu blog çok güzel incele" else if(Hour <12) msg ="Günaydın,bloğuma hoşgeldiniz,hoş vakit geçirmeniz dileği ile..." else if(Hour < 18) msg ="Tünaydın! Yada geç saate kadar pc başında oturup yeni kalktıysanız günaydın" else if (Hour < 24) msg ="İyi akşamlar,umarım gününüz iyi geçmiştir,geçmediysede bu blogda açığı kapatın" return( msg ) } document.write(greeting()) //--> </script> </font> ______________
Oyun sitelerine müjde harika oyun tasarımları sadece sitemizde... |
|
↑
|
|
|
-
html-css-kod
Bedava-Sitem Bağımlısı
Konum: ~|| Bilginin Gücü ||~
|
09.08.2009, 09:55 (UTC) Mesaj konusu: KOMİK RESİMLER |
|
|
Kod: <p align="center"><iframe src="http://gez.erdin.sitemynet.com/komik.htm" marginwidth="1" marginheight="1" name="komik" title="komik" width="493" height="486" border="0" frameborder="0" scrolling="no"></iframe> ______________
Oyun sitelerine müjde harika oyun tasarımları sadece sitemizde... |
|
↑
|
|
|
-
html-css-kod
Bedava-Sitem Bağımlısı
Konum: ~|| Bilginin Gücü ||~
|
09.08.2009, 09:56 (UTC) Mesaj konusu: ÇOKLU ARAMA |
|
|
Kod: <form action="http://www.gezginler.net/arama/search.php" method="post" target="_blank"> <input style="font-size: 11px; color: #000000; font-family: Verdana; background-color: #ffffff; text-align: left" size="15" this.value="" if="" onfocus_fckprotectedatt_fckprotectedatt=" onfocus_fckprotectedatt=" onfocus="" onblur_fckprotectedatt_fckprotectedatt=" onblur_fckprotectedatt=" onblur="" name="kelime" type="text" /> <br /> <select style="font-size: 11px; color: #000000; font-family: Verdana; background-color: #ffffff; text-align: left" name="motor"> <option value="Google" selected="selected">Google</option> <option value="Gezginler">Gezginler</option> <option value="Netbul">Netbul</option> <option value="Arama">Arama</option> <option value="Yahoo">Yahoo!</option> <option value="Msn">Msn</option> <option value="Alexa">Alexa</option> <option value="Meta">Çoklu</option> <option value="Kuran">Kuran</option> <option value="Ftp">Ftp</option> <option value="Eksisozluk">Eksisözlük</option> <option value="Turkce">Türkçe</option> <option value="Webceviri">Site Çeviri</option> <option value="Ansiklopedi">Ansiklopedi</option> <option value="Domain">Domain</option> <option value="Program">Program</option> <option value="Driver">Sürücü</option> <option value="Resim">Resim</option> <option value="Film">Film</option> <option value="Script">Script</option> </select> <input style="font-size: 11px; color: #000000; background-color: #ffffff" type="submit" value="ARA" /> </form> ______________
Oyun sitelerine müjde harika oyun tasarımları sadece sitemizde... |
|
↑
|
|
|
-
html-css-kod
Bedava-Sitem Bağımlısı
Konum: ~|| Bilginin Gücü ||~
|
09.08.2009, 09:56 (UTC) Mesaj konusu: SAYFADA UÇAKLAR UÇSUN |
|
|
Kod: <script language="JavaScript1.2"> //Flying planes - by John Ely //Modified from: Autumn leaves script- by Kurt Grigg (kurt.grigg( at )virgin.net) //Modified by Dynamic Drive for NS6 functionality //visit http://www.dynamicdrive.com for this script //Pre-load your image below! //CHANGE 5 to the number of images listed below grphcs=new Array(5) //PRELOAD the involved images (extend or contract variables according to # of images used) Image0=new Image(); Image0.src=grphcs[0]="plane0.gif" Image1=new Image(); Image1.src=grphcs[1]="plane1.gif" Image2=new Image(); Image2.src=grphcs[2]="plane2.gif" Image3=new Image(); Image3.src=grphcs[3]="plane3.gif" Image4=new Image(); Image4.src=grphcs[4]="plane4.gif" //SPECIFY number of images to randomly display concurrently from list above. Less the more efficient Amount=3; Ypos=new Array(); Xpos=new Array(); Speed=new Array(); Step=new Array(); Cstep=new Array(); ns=(document.layers)?1:0; ns6=(document.getElementById&&!document.all)?1:0; ie=document.all if (ns){ for (i = 0; i < Amount; i++){ var P=Math.floor(Math.random()*grphcs.length); rndPic=grphcs[P]; document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+rndPic+"></LAYER>"); } } else{ document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i = 0; i < Amount; i++){ var P=Math.floor(Math.random()*grphcs.length); rndPic=grphcs[P]; document.write('<img id="si'+i+'" src="'+rndPic+'" style="position:absolute;top:0px;left:0px">'); } document.write('</div></div>'); } WinHeight=(ns||ns6)?window.innerHeight-70:window.document.body.clientHeight; WinWidth=(ns||ns6)?window.innerWidth:window.document.body.clientWidth; for (i=0; i < Amount; i++){ Ypos[i] = Math.round(Math.random()*WinHeight); Xpos[i] = Math.round(Math.random()*WinWidth); Speed[i]= Math.random()*5+1; Cstep[i]=0; Step[i]=Math.random()*0.1+0.05; } function fly(){ var WinHeight=(ns||ns6)?window.innerHeight:window.document.body.clientHeight; var WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth; var hscrll=(ns||ns6)?window.pageYOffset:document.body.scrollTop; var wscrll=(ns||ns6)?window.pageXOffset:document.body.scrollLeft; for (i=0; i < Amount; i++){ sy = Speed[i]*Math.sin(Cstep[i]); sx = Speed[i]*2; Ypos[i]+=sy; Xpos[i]+=sx; if (Xpos[i] > WinWidth){ Ypos[i]=Math.round(Math.random()*WinHeight); Xpos[i]=-60; Speed[i]=Math.random()*5+1; } if (ns){ document.layers['sn'+i].left=Xpos[i]+wscrll; document.layers['sn'+i].top=Ypos[i]; } else if (ns6){ document.getElementById("si"+i).style.left=Xpos[i]+wscrll; document.getElementById("si"+i).style.top=Math.min(WinHeight,Ypos[i]); } else{ eval("document.all.si"+i).style.left=Xpos[i]+wscrll; eval("document.all.si"+i).style.top=Ypos[i]; } Cstep[i]+=Step[i]; } setTimeout('fly()',20); } if (ie||ns||ns6) window.onload=fly //--> </script> ______________
Oyun sitelerine müjde harika oyun tasarımları sadece sitemizde... |
|
↑
|
|
|
-
html-css-kod
Bedava-Sitem Bağımlısı
Konum: ~|| Bilginin Gücü ||~
|
09.08.2009, 09:57 (UTC) Mesaj konusu: BANNER YAPMA |
|
|
Kod: <style type="text/css"> <!-- tr.checked_menu td{background-image:url(http://img.webme.com/pic/r/rockforever2/navfire.gif);} tr.checked_menu td:hover{background-image:url(http://img.webme.com/pic/r/rockforever2/navblue.gif);} --> </style> ______________
Oyun sitelerine müjde harika oyun tasarımları sadece sitemizde... |
|
↑
|
|
|
-
html-css-kod
Bedava-Sitem Bağımlısı
Konum: ~|| Bilginin Gücü ||~
|
09.08.2009, 09:59 (UTC) Mesaj konusu: Ahmet KAYA |
|
|
Kod: <p align="center"><embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://res1.esnips.com/escentral/images/widgets/flash/white_player_list.swf" width="310" height="345" type="application/x-shockwave-flash" quality="high" flashvars="autoPlay=yes&thePlayerURL=http://res1.esnips.com/escentral/images/widgets/flash/mp3WidgetPlayer.swf&fileIds=&plURL=http://www.esnips.com//plxml/a723e820-31af-4cd2-92bd-bd5c5967604b/?cachePL=true"></embed></p> ______________
Oyun sitelerine müjde harika oyun tasarımları sadece sitemizde... |
|
↑
|
|
|
-
html-css-kod
Bedava-Sitem Bağımlısı
Konum: ~|| Bilginin Gücü ||~
|
09.08.2009, 10:00 (UTC) Mesaj konusu: Athena |
|
|
Kod: <p align="center"><br />
<embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://res1.esnips.com/escentral/images/widgets/flash/white_player_list.swf" width="310" height="345" type="application/x-shockwave-flash" quality="high" flashvars="autoPlay=yes&thePlayerURL=http://res1.esnips.com/escentral/images/widgets/flash/mp3WidgetPlayer.swf&fileIds=&plURL=http://www.esnips.com//plxml/bbd83d0f-31e4-47d7-8d6d-639d0d3f294f/?cachePL=true"></embed></p> ______________
Oyun sitelerine müjde harika oyun tasarımları sadece sitemizde... |
|
↑
|
|
|
-
html-css-kod
Bedava-Sitem Bağımlısı
Konum: ~|| Bilginin Gücü ||~
|
09.08.2009, 10:00 (UTC) Mesaj konusu: Burcu GÜNEŞ |
|
|
Kod: <p align="center"><br />
<embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://res1.esnips.com/escentral/images/widgets/flash/white_player_list.swf" width="310" height="345" type="application/x-shockwave-flash" quality="high" flashvars="autoPlay=yes&thePlayerURL=http://res1.esnips.com/escentral/images/widgets/flash/mp3WidgetPlayer.swf&fileIds=&plURL=http://www.esnips.com//plxml/9fcfbe6c-ee03-49bb-90f7-90da1f03bbbd/?cachePL=true"></embed></p> ______________
Oyun sitelerine müjde harika oyun tasarımları sadece sitemizde... |
|
↑
|
|
|
-
html-css-kod
Bedava-Sitem Bağımlısı
Konum: ~|| Bilginin Gücü ||~
|
09.08.2009, 10:01 (UTC) Mesaj konusu: Müzik Arama Motoru |
|
|
Kod: <iframe src="http://es4.org/beyaz.php" name="I3" width="468" height="355" scrolling="no" border="0" frameborder="0" ></iframe> ______________
Oyun sitelerine müjde harika oyun tasarımları sadece sitemizde... |
|
↑
|
|
|
-
html-css-kod
Bedava-Sitem Bağımlısı
Konum: ~|| Bilginin Gücü ||~
|
09.08.2009, 10:03 (UTC) Mesaj konusu: Türkcell Süper lig Puan Durumu html Kodu |
|
|
Kod: <iframe style="border-right: rgb(255,255,255) 1px; border-top: rgb(255,255,255) 1px; border-left: rgb(255,255,255) 1px; border-bottom: rgb(255,255,255) 1px" name="TestTest" marginwidth="0" marginheight="0" src="http://www.nazimca.net/html-kodlari/ifram/superlig.html" frameborder="0" noresize="noresize" width="267" scrolling="no" height="360"></iframe> ______________
Oyun sitelerine müjde harika oyun tasarımları sadece sitemizde... |
|
↑
|
|
|
-
html-css-kod
Bedava-Sitem Bağımlısı
Konum: ~|| Bilginin Gücü ||~
|
09.08.2009, 10:06 (UTC) Mesaj konusu: YATAY SİYAH TV |
|
|
Kod: <center><iframe name="ctv" height="290" width="600" src="http://www.canlitv.gen.tr/sitene-ekle/stil1.php?uye=www.html-kodlari.tr.gg" frameborder="0" scrolling="no"></iframe><br> <font face="verdana" size="1"> ______________
Oyun sitelerine müjde harika oyun tasarımları sadece sitemizde... |
|
↑
|
|
|
|