Sayın ziyaretçi, AllaTurkaa sitesine hoş geldiniz. Eğer buraya ilk ziyaretiniz ise lütfen yardım bölümünü okuyunuz. Böylece bu sitenin nasıl çalıştığı konusunda ayrıntılı bilgilere ulaşabilirsiniz. Eğer sitenin tüm olanaklarından faydalanmak istiyorsanız, kayıt yaptırmayı düşünmelisiniz. Bunun için kayıt formunu kullanabilir ya da bu bağlantıya giderek kayıt işlemi hakkında daha fazla bilgi alabilirsiniz. Eğer önceden kayıt yaptırdıysanız buradan giriş yapabilirsiniz.
HTML |
|
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 |
<center><!-- configurable script --><script type="text/javascript">// <![CDATA[ theimage = new Array(); // The dimensions of ALL the images should be the same or some of them may look stretched or reduced in Netscape 4. // Format: theimage[...]=[image URL, link URL, name/description] theimage[0]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/2.jpg", "http://www.gokcentunc.com", "Mavi Deniz"]; theimage[1]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/martilar.jpg", "http://www.gokcentunc.com", "Martilar - Marmara Dnz"]; theimage[2]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/tarlabasi-1.jpg", "http://www.gokcentunc.com", "Tarlabasi - Istanbul"]; theimage[3]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/marina_1.jpg", "http://www.gokcentunc.com", "Marina - Bodrum"]; theimage[4]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/bayan-1.jpg", "http://www.gokcentunc.com", "Bayan"]; theimage[5]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/kent_park1.jpg", "http://www.gokcentunc.com", "Kent Park - Sakarya"]; theimage[6]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/istiklal_cad_2.jpg", "http://www.gokcentunc.com", "Istiklal Cad - Istanbul"]; theimage[7]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/yat-1.jpg", "http://www.gokcentunc.com", "Antalya"]; theimage[8]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/sari_papatya_2.jpg", "http://www.gokcentunc.com", "Mavi Kelebek"]; theimage[9]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/arka_plan_reesmi_2.jpg", "http://www.gokcentunc.com", "Sinema Salonu"]; theimage[10]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/romantik_cift.jpg", "http://www.gokcentunc.com", "Romantizm"]; theimage[11]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/raki-sigara.jpg", "http://www.gokcentunc.com", "Raki & Sigara"]; theimage[12]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/kiz_kulesi-5.jpg", "http://www.gokcentunc.com", "Kiz Kulesi - Istanbul"]; ///// Plugin variables playspeed=3000;// The playspeed determines the delay for the "Play" button in ms linksperline=2; // For the text links playdiffernce=500; // The speed that the autoplay speed is changed by. 1000=1sec //##### //key that holds where in the array currently are i=0; //########################################### window.onload=function(){ //preload images into browser preloadSlide(); //"jump to" box for (y=0;y<theimage.length;y++) { document.slideshow.imgComboBox[y]=new Option(theimage[y][2]); } //set the first slide SetSlide(0); } //########################################### function SetSlide(num) { //too big i=num%theimage.length; //too small if(i<0)i=theimage.length-1; //switch the image document.images.imgslide.src=theimage[i][0]; //if drop down box if(document.slideshow.imgComboBox){ document.slideshow.imgComboBox.selectedIndex = i; } //if they want name of current slide document.getElementById('slidebox').innerHTML=theimage[i][2]; //if they want current slide number and total document.getElementById('slidecount').innerHTML= "Resim "+(i+1)+" da "+theimage.length; //if they have the speed timer if(document.slideshow.slidespeed){ SetSpeed(0); } } //########################################### function PlaySlide() { if (!window.playing) { PlayingSlide(i+1); if(document.slideshow.play){ document.slideshow.play.value=" Durdur "; } } else { playing=clearTimeout(playing); if(document.slideshow.play){ document.slideshow.play.value=" Baslat "; } } // if you have to change the image for the "playing" slide if(document.images.imgPlay){ setTimeout('document.images.imgPlay.src="'+imgStop+'"',1); imgStop=document.images.imgPlay.src } } //########################################### function PlayingSlide(num) { playing=setTimeout('PlayingSlide(i+1);SetSlide(i+1);', playspeed); } //########################################### function SetSpeed(num){ if(playspeed+num>0){ playspeed+=num; document.slideshow.slidespeed.value=playspeed; } } //########################################### function preloadSlide() { for(k=0;k<theimage.length;k++) { theimage[k][0]=new Image().src=theimage[k][0]; } } // ]]></script> <!-- slide show HTML --><form name="slideshow"> <table style="width: 850px; height: 900px;" 1="" bgcolor="#808080" border="1" cellpadding="0" cellspacing="3"> <tr> <td align="center"><a onmouseover="this.href=theimage[i][1];return false" href="#"> <script type="text/javascript">// <![CDATA[ document.write('<img name="imgslide" id="imgslide" src="'+theimage[0][0]+'" border="0">') // ]]></script></a> </td> </tr><tr> <td align="center"><select onchange="SetSlide(document.slideshow.imgComboBox.selectedIndex);" name="imgComboBox"></select></td> </tr><tr> <td align="center"><input title="Baş" onclick="SetSlide(0);" value="İlk Resim" type="button" /> <input title="Geri" onclick="SetSlide(i-1);" value="Geri" type="button" /> <input title="Baslat / Durdur" onclick="PlaySlide();" value=" Başlat " name="play" type="button" /> <input title="İleri" onclick="SetSlide(i+1);" value="İleri" type="button" /> <input title="Son" onclick="SetSlide(theimage.length-1);" value="Son Resim" type="button" /></td> </tr></table></td></tr></table></form> <!-- end of slide show HTML --></center> Sitenize uygulamak için "theimage[0]=["Buraya kendi koyacağınız resim URL sini koyun", "http://www.gokcentunc.com", "Buraya da Resmin adını yazın"]; <table style="width: burada genişliği değiştirebilirsiniz px; height: burada da tablonun ana yüksekliğini değiştirebilirsiniz px;" 1="" bgcolor="#808080" border="1" cellpadding="0" cellspacing="3"> |
Bu mesaj 1 defa düzenlendi, son düzenlemeyi yapan "Tomato54" (15.09.2016, 18:03)
Kaynak kod |
|
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 |
[<center><!-- configurable script --><script type="text/javascript">// <![CDATA[ theimage = new Array(); // The dimensions of ALL the images should be the same or some of them may look stretched or reduced in Netscape 4. // Format: theimage[...]=[image URL, link URL, name/description] theimage[0]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/2.jpg", "http://www.gokcentunc.com", "Mavi Deniz"]; theimage[1]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/martilar.jpg", "http://www.gokcentunc.com", "Martilar - Marmara Dnz"]; theimage[2]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/tarlabasi-1.jpg", "http://www.gokcentunc.com", "Tarlabasi - Istanbul"]; theimage[3]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/marina_1.jpg", "http://www.gokcentunc.com", "Marina - Bodrum"]; theimage[4]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/bayan-1.jpg", "http://www.gokcentunc.com", "Bayan"]; theimage[5]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/kent_park1.jpg", "http://www.gokcentunc.com", "Kent Park - Sakarya"]; theimage[6]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/istiklal_cad_2.jpg", "http://www.gokcentunc.com", "Istiklal Cad - Istanbul"]; theimage[7]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/yat-1.jpg", "http://www.gokcentunc.com", "Antalya"]; theimage[8]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/sari_papatya_2.jpg", "http://www.gokcentunc.com", "Mavi Kelebek"]; theimage[9]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/arka_plan_reesmi_2.jpg", "http://www.gokcentunc.com", "Sinema Salonu"]; theimage[10]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/romantik_cift.jpg", "http://www.gokcentunc.com", "Romantizm"]; theimage[11]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/raki-sigara.jpg", "http://www.gokcentunc.com", "Raki & Sigara"]; theimage[12]=["http://www.tuncvizyon.com/FileUpload/ep727585/Resim/kiz_kulesi-5.jpg", "http://www.gokcentunc.com", "Kız Kulesi - Istanbul"]; ///// Plugin variables playspeed=3000;// The playspeed determines the delay for the "Play" button in ms linksperline=2; // For the text links playdiffernce=500; // The speed that the autoplay speed is changed by. 1000=1sec //##### //key that holds where in the array currently are i=0; //########################################### window.onload=function(){ //preload images into browser preloadSlide(); //"jump to" box for (y=0;y<theimage.length;y++) { document.slideshow.imgComboBox[y]=new Option(theimage[y][2]); } //set the first slide SetSlide(0); } //########################################### function SetSlide(num) { //too big i=num%theimage.length; //too small if(i<0)i=theimage.length-1; //switch the image document.images.imgslide.src=theimage[i][0]; //if drop down box if(document.slideshow.imgComboBox){ document.slideshow.imgComboBox.selectedIndex = i; } //if they want name of current slide document.getElementById('slidebox').innerHTML=theimage[i][2]; //if they want current slide number and total document.getElementById('slidecount').innerHTML= "Resim "+(i+1)+" da "+theimage.length; //if they have the speed timer if(document.slideshow.slidespeed){ SetSpeed(0); } } //########################################### function PlaySlide() { if (!window.playing) { PlayingSlide(i+1); if(document.slideshow.play){ document.slideshow.play.value=" Durdur "; } } else { playing=clearTimeout(playing); if(document.slideshow.play){ document.slideshow.play.value=" Baslat "; } } // if you have to change the image for the "playing" slide if(document.images.imgPlay){ setTimeout('document.images.imgPlay.src="'+imgStop+'"',1); imgStop=document.images.imgPlay.src } } //########################################### function PlayingSlide(num) { playing=setTimeout('PlayingSlide(i+1);SetSlide(i+1);', playspeed); } //########################################### function SetSpeed(num){ if(playspeed+num>0){ playspeed+=num; document.slideshow.slidespeed.value=playspeed; } } //########################################### function preloadSlide() { for(k=0;k<theimage.length;k++) { theimage[k][0]=new Image().src=theimage[k][0]; } } // ]]></script> <!-- slide show HTML --><form name="slideshow"> <table style="width: 850px; height: 900px;" 1="" bgcolor="#808080" border="1" cellpadding="0" cellspacing="3"> <tr> <td align="center"><a onmouseover="this.href=theimage[i][1];return false" href="#"> <script type="text/javascript">// <![CDATA[ document.write('<img name="imgslide" id="imgslide" src="'+theimage[0][0]+'" border="0">') // ]]></script></a> </td> </tr><tr> <td align="center"><select onchange="SetSlide(document.slideshow.imgComboBox.selectedIndex);" name="imgComboBox"></select></td> </tr><tr> <td align="center"><input title="Baş" onclick="SetSlide(0);" value="İlk Resim" type="button" /> <input title="Geri" onclick="SetSlide(i-1);" value="Geri" type="button" /> <input title="Baslat / Durdur" onclick="PlaySlide();" value=" Başlat " name="play" type="button" /> <input title="İleri" onclick="SetSlide(i+1);" value="İleri" type="button" /> <input title="Son" onclick="SetSlide(theimage.length-1);" value="Son Resim" type="button" /></td> </tr></table></td></tr></table></form>/code] Animasyonlu Sayfa açılışı Kodu: [code]<center><script type="text/javascript">// <![CDATA[ var winheight=100 var winsize=100 var x=5 /* Animated Window Opener Script (updated 00/04/24)- © Dynamic Drive (http://tuncnostaljiradyo.tr.gg/) For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com */ function openwindow(thelocation){ temploc=thelocation if (!(window.resizeTo&&document.all)&&!(window.resizeTo&&document.getElementById)){ window.open(thelocation) return } win2=window.open("","","scrollbars") win2.moveTo(0,0) win2.resizeTo(100,100) go2() } function go2(){ if (winheight>=screen.availHeight-3) x=0 win2.resizeBy(5,x) winheight+=5 winsize+=5 if (winsize>=screen.width-5){ win2.location=temploc winheight=100 winsize=100 x=5 return } setTimeout("go2()",50) } // ]]></script><center><a href="javascript:openwindow('http://www.flickr.com/photos/dunpeal/')"><b style="color: red;">Gokcen TUNC <b style="color: blue;">Flickr Photostream <b style="color: brown;">Lütfen, Animasyonun bitip açılmasını bekleyiniz</b></b></b></a> <center><a href="javascript:openwindow('http://www.tuncvizyon.com/?SyfNmb=1&pt=Anasayfa')"> <b style="color: blue;">TUNÇ Vizyon <b style="color: black;">-&-<b style="color: red;">TV <b style="color: brown;"> Lütfen, Animasyonun bitip açılmasını bekleyiniz.</b></b></b></b></a></center></center> <center><p><b style="color: brown;">Animasyonlu Sayfa Geçişi</b> <b style="color: red;">DİKKAT! <b style="color: blue;">Uygulamak için, aşağıdaki HTML kodunu sitenize ekleyiniz.</b> </b></p> <center><div id="grab-codes"><textarea name="DESTEK2" id="grabbit" onmouseover="this.focus()" onfocus="this.select()" rows="3" cols="50" width="250" height="50"> <html><body><script type="mce-mce-mce-text/javascript"> <!-- var winheight=100 var winsize=100 var x=5 /* Animated Window Opener Script (updated 00/04/24)- © Dynamic Drive (http://tuncnostaljiradyo.tr.gg/) For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com */ function openwindow(thelocation){ temploc=thelocation if (!(window.resizeTo&&document.all)&&!(window.resizeTo&&document.getElementById)){ window.open(thelocation) return } win2=window.open("","","scrollbars") win2.moveTo(0,0) win2.resizeTo(100,100) go2() } function go2(){ if (winheight>=screen.availHeight-3) x=0 win2.resizeBy(5,x) winheight+=5 winsize+=5 if (winsize>=screen.width-5){ win2.location=temploc winheight=100 winsize=100 x=5 return } setTimeout("go2()",50) } //--> </script><center><a href="javascript:openwindow('http://www.flickr.com/photos/dunpeal/')" data-mce-href="javascript:openwindow('http://www.flickr.com/photos/dunpeal/')"><b style="color:red" data-mce-style="color: red;">Gokcen TUNC<b style="color:blue" data-mce-style="color: blue;">Flickr Photostream <b style="color:brown" data-mce-style="color: brown;">Lütfen, Animasyonun bitip açılmasını bekleyiniz</b></b></b></a><center><a href="javascript:openwindow('http://www.tuncvizyon.com/?SyfNmb=1&pt=Anasayfa')" data-mce-href="javascript:openwindow('http://www.tuncvizyon.com/?SyfNmb=1&pt=Anasayfa')"> <b style="color:blue" data-mce-style="color: blue;">TUNÇ Vizyon <b style="color:black" data-mce-style="color: black;"> -&-<b style="color:red" data-mce-style="color: red;">TV<b style="color:brown" data-mce-style="color: brown;"> Lütfen, Animasyonun bitip açılmasını bekleyiniz.</b></b></b></b></a></center></center></body></html> </textarea></div></center></center></center> |
Bu mesaj 1 defa düzenlendi, son düzenlemeyi yapan "Atilla_Ky" (13.10.2016, 00:05) düzenleme sebepleri: içerik düzenlendi
Kaynak kod |
|
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 |
<!-- corrects IE6 width calculation --><div class="columns-inner"><div class="columns-inner"><div class="columns-inner"><div class="column-center-outer"><div class="column-center-inner"><div class="main section"><div class="widget Blog"><div class="blog-posts hfeed"><!-- google_ad_section_start(name=default) --><div class="post-header"><div class="post-header-line-1"></div></div><div class="post-body entry-content"><br /> <a name="more"></a><br /> <!--Kod Dostu Perde İntrosu Kodu START--> <!--Bu çalışma Creative Commons Attribution-Gayriticari-NoDerivs 3.0 Unported Lisansı ile lisanslanmıştır--> <!--Telif sahibi: koddostu.com--><div class="kod-dostu-od od-25-ds" id="koddostu-2block"></div><div class="kod-dostu-od od-24-ds" id="koddostu-1block"></div><a class="kod-dostu-od od-26-ds" id="koddostu-3block" onfocus="this.blur();" href="javascript:void(0)"></a></div></div></div></div></div></div></div></div></div><style type="text/css"><!-- a.kod-dostu-od{position:fixed;z-index:999900;}div.kod-dostu-od{position:fixed;z-index:999900;}div.od-24-ds{top:0px;left:0px;width:50%;height:100%;background:#961e1d url(http://3.bp.blogspot.com/-wngxLxO4ZsA/USedcyyF0EI/AAAAAAAASg0/wPdGFXG-TPE/s1600/koddostupowered.jpg) no-repeat top left;background-size:120% 100%;} div.od-25-ds{top:0px;right:0px;width:50%;padding-left:35px;height:100%;background:#961e1d url(http://3.bp.blogspot.com/-wngxLxO4ZsA/USedcyyF0EI/AAAAAAAASg0/wPdGFXG-TPE/s1600/koddostupowered.jpg) no-repeat top right;background-size:120% 100%;}a.od-26-ds{right:15px;top:-75px;width:118px;height:320px;background:transparent url(http://3.bp.blogspot.com/-mRw0L-hknVM/USefTv3HgrI/AAAAAAAAShE/YRd_iHDElhM/s1600/rope.png) no-repeat top left;} --></style><style type="text/css"><!-- div.kod-dostu-od{_position:absolute;}a.kod-dostu-od{_position:absolute;}div.od-24-ds{_bottom:auto;_top:expression(ie6=(document.documentElement.scrollTop+document.documentElement.clientHeight - 52+"px") );}div.od-25-ds{_bottom:auto;_top:expression(ie6=(document.documentElement.scrollTop+document.documentElement.clientHeight - 52+"px") );}a.od-26-ds{_bottom:auto;_top:expression(ie6=(document.documentElement.scrollTop+document.documentElement.clientHeight - 52+"px") );} --></style><div class="columns-inner"><div class="columns-inner"><div class="columns-inner"><div class="column-center-outer"><div class="column-center-inner"><div class="main section"><div class="widget Blog"><div class="blog-posts hfeed"><div class="columns-inner"><div class="column-center-outer"><div class="column-center-inner"><div class="main section"><div class="widget Blog"><div class="blog-posts hfeed"><div class="post-body entry-content"><script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script><script type="text/javascript">// <![CDATA[ var tdt=0; $("#koddostu-3block").click(function(){ var tdta=tdta+1 if(tdta==5){ window.open('http://www.koddostu.com','') } if($("#koddostu-1block").offset().left ==0){ $("#koddostu-3block").animate({ top: "0px" }, 800, function(){ $("#koddostu-3block").animate({ top: "-15px" }, 300) }); $("#koddostu-1block").animate({ width: "200px", left: "-125px", }, 1100); $("#koddostu-2block").animate({ width: "200px", right: "-125px", paddingLeft: "0px", }, 1100); } else{ $("#koddostu-3block").animate({ top: "0px" }, 300, function(){ $("#koddostu-3block").animate({ top: "-75px" }, 800) }); $("#koddostu-1block").animate({ width: "50%", left: "0px" }, 1100); $("#koddostu-2block").animate({ width: "50%", right: "0px", paddingLeft: "35px" }, 1100); } }); // ]]></script><meta http-equiv="Page-Enter" content="revealTrans(duration=2, Transition=23)" /> <meta http-equiv="Page-Exit" content="revealTrans(duration=2, Transition=24)" /><br /><br /> <center></center></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><style type="text/css"><!-- A{text-decoration:none} --></style> <div class="columns-inner"> <div class="columns-inner"> <div class="columns-inner"> <div class="column-center-outer"> <div class="column-center-inner"> <div class="main section"> <div class="widget Blog"> <div class="blog-posts hfeed"> <div class="columns-inner"> <div class="column-center-outer"> <div class="column-center-inner"> <div class="main section"> <div class="widget Blog"> <div class="blog-posts hfeed"> <div class="post-body entry-content"> <center><center><h1> <b style="color:blue">Buradan yukarısını Sayfanızın kod kısmının en başına koyunuz.</b> |
Kaynak kod |
|
1 2 3 4 5 6 7 |
<!-- Begin TranslateThis Button --><div id="translate-this"> <a href="http://translateth.is/" class="translate-this-button">Translate</a></div> <script type="text/javascript" src="http://www.google.com/jsapi"></script> <script type="text/javascript" src="http://x.translateth.is/translate-this.js"></script> <script type="text/javascript">// <![CDATA[ TranslateThis(); // ]]></script><!-- End TranslateThis Button --> |