<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>extradestek.org &#187; Javascript</title>
	<atom:link href="http://www.extradestek.org/kategori/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.extradestek.org</link>
	<description>wordpress, joomla, hazır scriptler, temalar, photoshop, javascript, CSS, SEO, hit, SMF, blog, google, alexa, para kazanma, meta,keywords, DMOZ, Pagerank</description>
	<lastBuildDate>Sun, 14 Mar 2010 19:39:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Javascipt kodları ile sallanan buton yapımı</title>
		<link>http://www.extradestek.org/javascipt-kodlari-ile-sallanan-buton-yapimi/</link>
		<comments>http://www.extradestek.org/javascipt-kodlari-ile-sallanan-buton-yapimi/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 16:41:46 +0000</pubDate>
		<dc:creator>extradestek</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[buton kodları]]></category>
		<category><![CDATA[buton nasıl yapılır]]></category>
		<category><![CDATA[buton yapma]]></category>
		<category><![CDATA[haraketli buton]]></category>
		<category><![CDATA[javascript kodları]]></category>
		<category><![CDATA[javascrşpt kodları]]></category>
		<category><![CDATA[sallanan buton]]></category>
		<category><![CDATA[siteler için buton]]></category>
		<category><![CDATA[siteye menü yapma]]></category>

		<guid isPermaLink="false">http://www.extradestek.org/?p=1241</guid>
		<description><![CDATA[











Sitenize çılgın menüler koymak ve sitenizi canlandırmak isterseniz bu butonlar tam size göre. Üzerine mause ile gelince sallanmaya başlayan bu düğmeleri javascript kullanarak yapmak çok kolay. Test etmek isterseniz buraya tıklayın.
Kodları yazının devamında görebilirsiniz.
Kodlar;

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
&#60;!-- TWO STEPS TO INSTALL CRAZY SHAKING FORM BUTTONS:
&#160;
  1.  Copy the coding into the HEAD of your HTML document
 [...]]]></description>
			<content:encoded><![CDATA[<p>Sitenize çılgın menüler koymak ve sitenizi canlandırmak isterseniz bu butonlar tam size göre. Üzerine mause ile gelince sallanmaya başlayan bu düğmeleri javascript kullanarak yapmak çok kolay. Test etmek isterseniz <a href="http://www.extradestek.org/sayfalar/javascript/cilginmenu.html" target="_blank">buraya</a> tıklayın.</p>
<p>Kodları yazının devamında görebilirsiniz.</p>
<p><span id="more-1241"></span>Kodlar;</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>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
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;!--</span> TWO STEPS TO INSTALL CRAZY SHAKING FORM BUTTONS<span style="color: #339933;">:</span>
&nbsp;
  <span style="color:#800080;">1.</span>  <span style="color: #990000;">Copy</span> the coding into the HEAD of your HTML document
  <span style="color:#800080;">2.</span>  Add the last code into the BODY of your HTML document  <span style="color: #339933;">--&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> STEP ONE<span style="color: #339933;">:</span> Paste this code into the HEAD of your HTML document  <span style="color: #339933;">--&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>HEAD<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>meta http<span style="color: #339933;">-</span>equiv<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Content-Type&quot;</span> content<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text/html; charset=utf-8&quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;SCRIPT LANGUAGE</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;JavaScript&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> This script and many more are available free online at <span style="color: #339933;">--&gt;</span>
<span style="color: #339933;">&lt;!--</span> The JavaScript Source<span style="color: #339933;">!!</span> http<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">//javascript.internet.com --&gt;</span>
<span style="color: #339933;">&lt;!--</span> Original<span style="color: #339933;">:</span>  Scriptbreaker <span style="color: #009900;">&#40;</span>pieterpareit<span style="color: #339933;">@</span>hotmail<span style="color: #339933;">.</span>com <span style="color: #009900;">&#41;</span> <span style="color: #339933;">--&gt;</span>
<span style="color: #339933;">&lt;!--</span> Web Site<span style="color: #339933;">:</span>  http<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">//www.scriptbreaker.com --&gt;</span>
<span style="color: #339933;">&lt;!--</span> Begin
<span style="color: #990000;">pos</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">15</span><span style="color: #339933;">;</span>
TO <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">null</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">function</span> shake_funct2<span style="color: #009900;">&#40;</span>object<span style="color: #339933;">,</span>speed<span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span> 
  obj <span style="color: #339933;">=</span> <span style="color: #990000;">eval</span><span style="color: #009900;">&#40;</span>object<span style="color: #009900;">&#41;</span>
  txt <span style="color: #339933;">=</span> clear_space<span style="color: #009900;">&#40;</span>obj<span style="color: #339933;">.</span>value<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">pos</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">15</span><span style="color: #009900;">&#41;</span>
  <span style="color: #009900;">&#123;</span>
   txt <span style="color: #339933;">=</span> txt <span style="color: #339933;">+</span> <span style="color: #0000ff;">&quot;   &quot;</span><span style="color: #339933;">;</span>
   <span style="color: #990000;">pos</span> <span style="color: #339933;">=</span> <span style="color: #339933;">-</span><span style="color: #cc66cc;">15</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  <span style="color: #b1b100;">else</span>
  <span style="color: #009900;">&#123;</span>
   txt <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;   &quot;</span> <span style="color: #339933;">+</span> txt<span style="color: #339933;">;</span>
   <span style="color: #990000;">pos</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">15</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>  
  obj<span style="color: #339933;">.</span>value <span style="color: #339933;">=</span> txt<span style="color: #339933;">;</span>
  obj<span style="color: #339933;">.</span>style<span style="color: #339933;">.</span>width <span style="color: #339933;">=</span> parseInt<span style="color: #009900;">&#40;</span>obj<span style="color: #339933;">.</span>style<span style="color: #339933;">.</span>width<span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> <span style="color: #990000;">pos</span><span style="color: #339933;">;</span>
  obj <span style="color: #339933;">=</span> object
  sp <span style="color: #339933;">=</span> speed
  TO <span style="color: #339933;">=</span> setTimeout<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;shake_funct2(obj,sp)&quot;</span><span style="color: #339933;">,</span>speed<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">function</span> clear_space<span style="color: #009900;">&#40;</span>text<span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
 <span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span>text<span style="color: #339933;">.</span>substring<span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot; &quot;</span><span style="color: #009900;">&#41;</span>
 <span style="color: #009900;">&#123;</span>
  text <span style="color: #339933;">=</span> text<span style="color: #339933;">.</span>substring<span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">,</span>text<span style="color: #339933;">.</span>length<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #009900;">&#125;</span>
 <span style="color: #b1b100;">while</span><span style="color: #009900;">&#40;</span>text<span style="color: #339933;">.</span>substring<span style="color: #009900;">&#40;</span>text<span style="color: #339933;">.</span>length<span style="color: #339933;">-</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">,</span>text<span style="color: #339933;">.</span>length<span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot; &quot;</span><span style="color: #009900;">&#41;</span>
 <span style="color: #009900;">&#123;</span>
  text <span style="color: #339933;">=</span> text<span style="color: #339933;">.</span>substring<span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span>text<span style="color: #339933;">.</span>length<span style="color: #339933;">-</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #009900;">&#125;</span>
 <span style="color: #b1b100;">return</span> text<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">function</span> end_shake_funct2<span style="color: #009900;">&#40;</span>object<span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
  clearTimeout<span style="color: #009900;">&#40;</span>TO<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  obj <span style="color: #339933;">=</span> <span style="color: #990000;">eval</span><span style="color: #009900;">&#40;</span>object<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  txt <span style="color: #339933;">=</span> clear_space<span style="color: #009900;">&#40;</span>obj<span style="color: #339933;">.</span>value<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  obj<span style="color: #339933;">.</span>value <span style="color: #339933;">=</span> txt<span style="color: #339933;">;</span>
  <span style="color: #666666; font-style: italic;">//alert(pos);</span>
  <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">pos</span> <span style="color: #339933;">==</span> <span style="color: #339933;">-</span><span style="color: #cc66cc;">15</span><span style="color: #009900;">&#41;</span>
  <span style="color: #009900;">&#123;</span>
   obj<span style="color: #339933;">.</span>style<span style="color: #339933;">.</span>width <span style="color: #339933;">=</span> parseInt<span style="color: #009900;">&#40;</span>obj<span style="color: #339933;">.</span>style<span style="color: #339933;">.</span>width<span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span><span style="color: #cc66cc;">15</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  <span style="color: #990000;">pos</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">15</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #666666; font-style: italic;">//  End --&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;/script&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;/</span>HEAD<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> STEP TWO<span style="color: #339933;">:</span> <span style="color: #990000;">Copy</span> this code into the BODY of your HTML document  <span style="color: #339933;">--&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>BODY<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>form name<span style="color: #339933;">=</span>myform2<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>table border<span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>tr<span style="color: #339933;">&gt;&lt;</span>td<span style="color: #339933;">&gt;</span>
Yavaş sallanan
<span style="color: #339933;">&lt;/</span>td<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>td align<span style="color: #339933;">=</span>center width<span style="color: #339933;">=</span><span style="color: #cc66cc;">160</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>input type<span style="color: #339933;">=</span>button value <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;extradestek.org&quot;</span> style<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;font-size:10;width:150&quot;</span> onmouseover<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;shake_funct2(this,100)&quot;</span> onmouseout<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;end_shake_funct2(this)&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>td<span style="color: #339933;">&gt;&lt;/</span>tr<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>tr<span style="color: #339933;">&gt;&lt;</span>td<span style="color: #339933;">&gt;</span>
Hızlı sallanan
<span style="color: #339933;">&lt;/</span>td<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>td  align<span style="color: #339933;">=</span>center width<span style="color: #339933;">=</span><span style="color: #cc66cc;">160</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>input type<span style="color: #339933;">=</span>button value <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;themes.extradestek.org&quot;</span> style<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;font-size:10;width:150&quot;</span> onmouseover<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;shake_funct2(this,50)&quot;</span> onmouseout<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;end_shake_funct2(this)&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>td<span style="color: #339933;">&gt;&lt;/</span>tr<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>Table<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>form<span style="color: #339933;">&gt;</span>
&nbsp;
&nbsp;
&nbsp;
<span style="color: #339933;">&lt;!--</span> Script Size<span style="color: #339933;">:</span>  <span style="color:#800080;">2.25</span> KB <span style="color: #339933;">--&gt;&lt;/</span>code<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.extradestek.org/javascipt-kodlari-ile-sallanan-buton-yapimi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>javascript kodları ile geri sayım</title>
		<link>http://www.extradestek.org/javascript-kodlari-ile-geri-sayim/</link>
		<comments>http://www.extradestek.org/javascript-kodlari-ile-geri-sayim/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 19:46:46 +0000</pubDate>
		<dc:creator>extradestek</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[geri saydırma]]></category>
		<category><![CDATA[geri sayım]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[istene tarihe saydırma]]></category>
		<category><![CDATA[javascript kodları]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sitelere uygulamalar]]></category>
		<category><![CDATA[webmaster araçları]]></category>
		<category><![CDATA[zaman]]></category>

		<guid isPermaLink="false">http://www.extradestek.org/?p=1127</guid>
		<description><![CDATA[
Javascript kodları ile çok çeşitli uygulamalar yapılabilir.Bunların bazıları gerekli bazılarıda gereksiz uygulamalar. Bana göre çoğu site sahipleri için gereksiz uygulama olan geri sayım uygulamasına burada veriyorum. Madem gereksiz neden yazıyorsun diyor olabilirsiniz, ama bu bizim için lazım değilse bile mutlaka birilerinin işine yarayacaktır.
Gerekli 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
&#160;
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;extradestek.org test&#60;/title&#62;
&#60;script type=&#34;text/javascript&#34;&#62;
var newCount;
function timer&#40;position,count&#41;
&#123;
if &#40;position == 'start'&#41; &#123;
document.getElementById&#40;&#34;timer&#34;&#41;.innerHTML=count
newCount = count - [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.extradestek.org/wp-content/uploads/2009/06/javascript.jpg"><img class="alignnone size-full wp-image-1123" title="javascript" src="http://www.extradestek.org/wp-content/uploads/2009/06/javascript.jpg" alt="javascript" width="271" height="203" /></a></p>
<p>Javascript kodları ile çok çeşitli uygulamalar yapılabilir.Bunların bazıları gerekli bazılarıda gereksiz uygulamalar. Bana göre çoğu site sahipleri için gereksiz uygulama olan geri sayım uygulamasına burada veriyorum. Madem gereksiz neden yazıyorsun diyor olabilirsiniz, ama bu bizim için lazım değilse bile mutlaka birilerinin işine yarayacaktır.<span id="more-1127"></span></p>
<p>Gerekli kod:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>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
</pre></td><td class="code"><pre class="java" style="font-family:monospace;">&nbsp;
<span style="color: #339933;">&lt;</span>html<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>head<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>title<span style="color: #339933;">&gt;</span>extradestek.<span style="color: #006633;">org</span> test<span style="color: #339933;">&lt;/</span>title<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;</span>
var newCount<span style="color: #339933;">;</span>
function timer<span style="color: #009900;">&#40;</span>position,count<span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>position <span style="color: #339933;">==</span> <span style="color: #0000ff;">'start'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
document.<span style="color: #006633;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;timer&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #006633;">innerHTML</span><span style="color: #339933;">=</span>count
newCount <span style="color: #339933;">=</span> count <span style="color: #339933;">-</span> <span style="color: #cc66cc;">1</span>
setTimeout<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;timer('go',newCount)&quot;</span>,<span style="color: #cc66cc;">1000</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>position <span style="color: #339933;">==</span> <span style="color: #0000ff;">'go'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
document.<span style="color: #006633;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;timer&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #006633;">innerHTML</span><span style="color: #339933;">=</span>count
newCount<span style="color: #339933;">--;</span>
setTimeout<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;timer('go',newCount)&quot;</span>,<span style="color: #cc66cc;">1000</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>head<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>body onload<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;timer('start',55);&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;timer&quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;/</span>body<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>html<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>Süre ile oynamak isterseniz aşağıdaki kodu yukarıda bulup içinde yazan 55 rakamını istediğiniz gibi değiştirebilirsiniz.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="java" style="font-family:monospace;">&nbsp;
<span style="color: #339933;">&lt;</span>body onload<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;timer('start',55);&quot;</span><span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.extradestek.org/javascript-kodlari-ile-geri-sayim/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript kodu ile sağ tuş engelleme</title>
		<link>http://www.extradestek.org/javascript-kodu-ile-sag-tus-engelleme/</link>
		<comments>http://www.extradestek.org/javascript-kodu-ile-sag-tus-engelleme/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 19:29:23 +0000</pubDate>
		<dc:creator>extradestek</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[içerik engelleme]]></category>
		<category><![CDATA[java kodları]]></category>
		<category><![CDATA[Javascript kodu ile sağ tuş engelleme]]></category>
		<category><![CDATA[nasıl yaparım]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sağ tuş nasıl engellerim]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.extradestek.org/?p=1122</guid>
		<description><![CDATA[
Javascript kodu ile sitenizde sağ tuş engellemek isteyebilirsiniz. Bunun için Yazının devamındaki kodu  index sayfasına koymanız yeterli. Tabi hazır scriptlerden kullanıyorsanız. Eğer düz Kendi yaptığınız html sayfalarından oluşan siteniz varsa engellemek istediğiniz sayfalara tek tek koymalısnız.

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
&#160;
&#60;script&#62;
&#160;
browserName = navigator.appName
browserVersion = parseInt&#40;navigator.appVersion&#41;
&#160;
document.onmousedown = checkforRightMouseButtonClick;
if &#40;browserVersion&#60;5 &#38;&#38; browserName==&#34;Netscape&#34;&#41;
&#123;
window.onmousedown = checkforRightMouseButtonClick;
&#125;
&#160;
function rightClickPressed&#40;&#41;
&#123;
alert&#40;&#34;Bu Sitede Sağ Tıklamak Yasaktır!&#34;&#41;;
&#125;
&#160;
function checkforRightMouseButtonClick&#40;mouseEvent&#41;
&#123;
if &#40; &#40;&#40;browserName==&#34;Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.extradestek.org/wp-content/uploads/2009/06/javascript.jpg"><img class="alignnone size-full wp-image-1123" title="javascript" src="http://www.extradestek.org/wp-content/uploads/2009/06/javascript.jpg" alt="javascript" width="271" height="203" /></a></p>
<p>Javascript kodu ile sitenizde sağ tuş engellemek isteyebilirsiniz. Bunun için Yazının devamındaki kodu  index sayfasına koymanız yeterli. Tabi hazır scriptlerden kullanıyorsanız. Eğer düz Kendi yaptığınız html sayfalarından oluşan siteniz varsa engellemek istediğiniz sayfalara tek tek koymalısnız.<span id="more-1122"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>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
</pre></td><td class="code"><pre class="java" style="font-family:monospace;">&nbsp;
<span style="color: #339933;">&lt;</span>script<span style="color: #339933;">&gt;</span>
&nbsp;
browserName <span style="color: #339933;">=</span> navigator.<span style="color: #006633;">appName</span>
browserVersion <span style="color: #339933;">=</span> parseInt<span style="color: #009900;">&#40;</span>navigator.<span style="color: #006633;">appVersion</span><span style="color: #009900;">&#41;</span>
&nbsp;
document.<span style="color: #006633;">onmousedown</span> <span style="color: #339933;">=</span> checkforRightMouseButtonClick<span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>browserVersion<span style="color: #339933;">&lt;</span><span style="color: #cc66cc;">5</span> <span style="color: #339933;">&amp;&amp;</span> browserName<span style="color: #339933;">==</span><span style="color: #0000ff;">&quot;Netscape&quot;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
window.<span style="color: #006633;">onmousedown</span> <span style="color: #339933;">=</span> checkforRightMouseButtonClick<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
function rightClickPressed<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
alert<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Bu Sitede Sağ Tıklamak Yasaktır!&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
function checkforRightMouseButtonClick<span style="color: #009900;">&#40;</span>mouseEvent<span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>browserName<span style="color: #339933;">==</span><span style="color: #0000ff;">&quot;Microsoft Internet Explorer&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span>event.<span style="color: #006633;">button</span> <span style="color: #339933;">&gt;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">||</span>
<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>browserName<span style="color: #339933;">==</span><span style="color: #0000ff;">&quot;Ne tscape&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span>mouseEvent.<span style="color: #006633;">which</span> <span style="color: #339933;">&gt;</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
rightClickPressed<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
<span style="color: #000000; font-weight: bold;">return</span> <span style="color: #000066; font-weight: bold;">false</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">else</span>
<span style="color: #000000; font-weight: bold;">return</span> <span style="color: #000066; font-weight: bold;">true</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.extradestek.org/javascript-kodu-ile-sag-tus-engelleme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript kodları ile oyun yapımı</title>
		<link>http://www.extradestek.org/javascript-kodlari-ile-oyun-yapimi/</link>
		<comments>http://www.extradestek.org/javascript-kodlari-ile-oyun-yapimi/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 13:40:21 +0000</pubDate>
		<dc:creator>extradestek</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Yeni eklenenler]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[hazır kodlar]]></category>
		<category><![CDATA[hazır site]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript kodları]]></category>
		<category><![CDATA[kod]]></category>
		<category><![CDATA[kodları gösterme]]></category>
		<category><![CDATA[nasıl oyun yaparım]]></category>
		<category><![CDATA[Oyun]]></category>
		<category><![CDATA[oyun yapmak]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[site kodları]]></category>

		<guid isPermaLink="false">http://www.extradestek.org/?p=1061</guid>
		<description><![CDATA[
Sitenize gelen ziyaretçilerinizin mola verip hoş bir vakit geçirmesini istiyorsanız basit bir oyun kodu vermek istiyorum.Yine Javascript kodları ile. Kodları yazımın devamında bulabilirsiniz ve test edebilirsiniz.
Test etmek için.

&#60;!-- THREE STEPS TO INSTALL ARRANGE:
&#160;
  1.  Copy the coding into the HEAD of your HTML document
&#160;
  2.  Add the onLoad event handler into [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.extradestek.org/wp-content/uploads/2009/06/oyun.jpg"><img class="alignnone size-full wp-image-1062" title="oyun" src="http://www.extradestek.org/wp-content/uploads/2009/06/oyun.jpg" alt="oyun" width="244" height="306" /></a></p>
<p>Sitenize gelen ziyaretçilerinizin mola verip hoş bir vakit geçirmesini istiyorsanız basit bir oyun kodu vermek istiyorum.Yine Javascript kodları ile. Kodları yazımın devamında bulabilirsiniz ve test edebilirsiniz.<span id="more-1061"></span></p>
<p><a href="http://www.extradestek.org/sayfalar/javascript/oyun1.htm" target="_blank"><strong><em>Test</em></strong></a> etmek için.</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;"><span style="color: #339933;">&lt;!--</span> THREE STEPS TO INSTALL ARRANGE<span style="color: #339933;">:</span>
&nbsp;
  1.  <span style="color: #006633;">Copy</span> the coding into the HEAD of your <span style="color: #003399;">HTML</span> document
&nbsp;
  2.  <span style="color: #006633;">Add</span> the onLoad event handler into the BODY tag
&nbsp;
  3.  <span style="color: #006633;">Put</span> the last coding into the BODY of your <span style="color: #003399;">HTML</span> document  <span style="color: #339933;">--&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> STEP ONE<span style="color: #339933;">:</span> Paste <span style="color: #000000; font-weight: bold;">this</span> code into the HEAD of your <span style="color: #003399;">HTML</span> document  <span style="color: #339933;">--&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> The JavaScript Source<span style="color: #339933;">!!</span> http<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">//javascript.internet.com --&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> Original<span style="color: #339933;">:</span>  Arun Narayanan <span style="color: #009900;">&#40;</span>jusgames@lycos.<span style="color: #006633;">com</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">--&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> Web Site<span style="color: #339933;">:</span>  http<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">//jusgames.tripod.com --&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span>
.<span style="color: #006633;">bigcell</span> <span style="color: #009900;">&#123;</span>
&nbsp;
  background<span style="color: #339933;">-</span>color<span style="color: #339933;">:</span>#aa9966<span style="color: #339933;">;</span>
&nbsp;
  border<span style="color: #339933;">:</span>4px solid #aa9966<span style="color: #339933;">;</span>
&nbsp;
  text<span style="color: #339933;">-</span>align<span style="color: #339933;">:</span>center<span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span>
&nbsp;
.<span style="color: #006633;">cell</span> <span style="color: #009900;">&#123;</span>
&nbsp;
  width<span style="color: #339933;">:</span>40px<span style="color: #339933;">;</span>
&nbsp;
  height<span style="color: #339933;">:</span>40px<span style="color: #339933;">;</span>
&nbsp;
  font<span style="color: #339933;">-</span>family<span style="color: #339933;">:</span>Verdana, Arial<span style="color: #339933;">;</span>
&nbsp;
  font<span style="color: #339933;">-</span>size<span style="color: #339933;">:</span>10pt<span style="color: #339933;">;</span>
&nbsp;
  font<span style="color: #339933;">-</span>weight<span style="color: #339933;">:</span>bold<span style="color: #339933;">;</span>
&nbsp;
  background<span style="color: #339933;">-</span>color<span style="color: #339933;">:</span>#<span style="color: #cc66cc;">996633</span><span style="color: #339933;">;</span>
&nbsp;
  color<span style="color: #339933;">:</span>#ffff33<span style="color: #339933;">;</span>
&nbsp;
  border<span style="color: #339933;">-</span>top<span style="color: #339933;">:</span>2px solid #aa9966<span style="color: #339933;">;</span>
&nbsp;
  border<span style="color: #339933;">-</span>left<span style="color: #339933;">:</span>2px solid #aa9966<span style="color: #339933;">;</span>
&nbsp;
  border<span style="color: #339933;">-</span>right<span style="color: #339933;">:</span>2px solid #<span style="color: #cc66cc;">663300</span><span style="color: #339933;">;</span>
&nbsp;
  border<span style="color: #339933;">-</span>bottom<span style="color: #339933;">:</span>2px solid #<span style="color: #cc66cc;">663300</span><span style="color: #339933;">;</span>
&nbsp;
  text<span style="color: #339933;">-</span>align<span style="color: #339933;">:</span>center<span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span>
&nbsp;
.<span style="color: #006633;">hole</span> <span style="color: #009900;">&#123;</span>
&nbsp;
  width<span style="color: #339933;">:</span>40px<span style="color: #339933;">;</span>
&nbsp;
  height<span style="color: #339933;">:</span>40px<span style="color: #339933;">;</span>
&nbsp;
  background<span style="color: #339933;">-</span>color<span style="color: #339933;">:</span>#aa9966<span style="color: #339933;">;</span>
&nbsp;
  text<span style="color: #339933;">-</span>align<span style="color: #339933;">:</span>center<span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span>
&nbsp;
body,h1,h2,h3,.<span style="color: #006633;">msg</span>,capt1,capt2 <span style="color: #009900;">&#123;</span>font<span style="color: #339933;">-</span>family<span style="color: #339933;">:</span>Verdana,Comic Sans MS,Arial<span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
&nbsp;
body <span style="color: #009900;">&#123;</span>margin<span style="color: #339933;">:</span>0px<span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
&nbsp;
h1 <span style="color: #009900;">&#123;</span>font<span style="color: #339933;">-</span>size<span style="color: #339933;">:</span>28pt<span style="color: #339933;">;</span> font<span style="color: #339933;">-</span>weight<span style="color: #339933;">:</span>bold<span style="color: #339933;">;</span> margin<span style="color: #339933;">-</span>bottom<span style="color: #339933;">:</span>0px<span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
&nbsp;
h2 <span style="color: #009900;">&#123;</span>font<span style="color: #339933;">-</span>size<span style="color: #339933;">:</span>16pt<span style="color: #339933;">;</span> margin<span style="color: #339933;">:</span>0px<span style="color: #339933;">;</span> font<span style="color: #339933;">-</span>weight<span style="color: #339933;">:</span>bold<span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
&nbsp;
h3 <span style="color: #009900;">&#123;</span>font<span style="color: #339933;">-</span>size<span style="color: #339933;">:</span>8pt<span style="color: #339933;">;</span> margin<span style="color: #339933;">:</span>0px<span style="color: #339933;">;</span> font<span style="color: #339933;">-</span>weight<span style="color: #339933;">:</span>bold<span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
&nbsp;
.<span style="color: #006633;">msg</span> <span style="color: #009900;">&#123;</span>font<span style="color: #339933;">-</span>size<span style="color: #339933;">:</span>8pt<span style="color: #339933;">;</span> font<span style="color: #339933;">-</span>weight<span style="color: #339933;">:</span>bold<span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
&nbsp;
.<span style="color: #006633;">tab</span> <span style="color: #009900;">&#123;</span>cursor<span style="color: #339933;">:</span>hand<span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
&nbsp;
.<span style="color: #006633;">capt1</span> <span style="color: #009900;">&#123;</span>font<span style="color: #339933;">-</span>size<span style="color: #339933;">:</span>10pt<span style="color: #339933;">;</span> font<span style="color: #339933;">-</span>weight<span style="color: #339933;">:</span>bold<span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
&nbsp;
.<span style="color: #006633;">capt2</span> <span style="color: #009900;">&#123;</span>font<span style="color: #339933;">-</span>size<span style="color: #339933;">:</span>9pt<span style="color: #339933;">;</span> font<span style="color: #339933;">-</span>weight<span style="color: #339933;">:</span>bold<span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
&nbsp;
.<span style="color: #006633;">capt3</span> <span style="color: #009900;">&#123;</span>font<span style="color: #339933;">-</span>size<span style="color: #339933;">:</span>14pt<span style="color: #339933;">;</span> font<span style="color: #339933;">-</span>weight<span style="color: #339933;">:</span>bold<span style="color: #339933;">;</span> color<span style="color: #339933;">:</span>yellow<span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
&nbsp;
.<span style="color: #006633;">capt4</span> <span style="color: #009900;">&#123;</span>font<span style="color: #339933;">-</span>size<span style="color: #339933;">:</span>10pt<span style="color: #339933;">;</span> font<span style="color: #339933;">-</span>weight<span style="color: #339933;">:</span>bold<span style="color: #339933;">;</span> color<span style="color: #339933;">:</span>yellow<span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
&nbsp;
.<span style="color: #006633;">but</span> <span style="color: #009900;">&#123;</span>font<span style="color: #339933;">-</span>size<span style="color: #339933;">:</span>9pt<span style="color: #339933;">;</span> font<span style="color: #339933;">-</span>weight<span style="color: #339933;">:</span>bold<span style="color: #339933;">;</span> height<span style="color: #339933;">:</span>30px<span style="color: #339933;">;</span>background<span style="color: #339933;">-</span>color<span style="color: #339933;">:</span>#aaaa99<span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
<span style="color: #339933;">--&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> STEP TWO<span style="color: #339933;">:</span> Insert the onLoad event handler into your BODY tag  <span style="color: #339933;">--&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> STEP THREE<span style="color: #339933;">:</span> Copy <span style="color: #000000; font-weight: bold;">this</span> code into the BODY of your <span style="color: #003399;">HTML</span> document  <span style="color: #339933;">--&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> <span style="color: #000000; font-weight: bold;">This</span> script and many more are available free online at <span style="color: #339933;">--&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> The JavaScript Source<span style="color: #339933;">!!</span> http<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">//javascript.internet.com --&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> Original<span style="color: #339933;">:</span>  Arun Narayanan <span style="color: #009900;">&#40;</span>jusgames@lycos.<span style="color: #006633;">com</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">--&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> Web Site<span style="color: #339933;">:</span>  http<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">//jusgames.tripod.com --&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;&lt;!--</span>mce<span style="color: #339933;">:</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">--&gt;&lt;/</span>script<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>table border<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;0&quot;</span> cellpadding<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;4&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>tbody<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>tr<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>td align<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;center&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>strong<span style="color: #339933;">&gt;</span>Choose Level<span style="color: #339933;">:</span> <span style="color: #339933;">&lt;/</span>strong<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>select id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;level&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>option value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;3&quot;</span><span style="color: #339933;">&gt;</span><span style="color: #cc66cc;">3</span><span style="color: #339933;">&lt;/</span>option<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>option value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;4&quot;</span><span style="color: #339933;">&gt;</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">&lt;/</span>option<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span>
<span style="color: #000000; font-weight: bold;">for</span> <span style="color: #009900;">&#40;</span>var i<span style="color: #339933;">=</span><span style="color: #cc66cc;">5</span><span style="color: #339933;">;</span>i<span style="color: #339933;">&lt;=</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">;</span>i<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>
&nbsp;
<span style="color: #009900;">&#123;</span>
&nbsp;
  document.<span style="color: #006633;">write</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&lt;option value='&quot;</span> <span style="color: #339933;">+</span> i <span style="color: #339933;">+</span> <span style="color: #0000ff;">&quot;'&gt;&quot;</span> <span style="color: #339933;">+</span> i <span style="color: #339933;">+</span> <span style="color: #0000ff;">&quot;&lt;/option&gt;&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span>
<span style="color: #666666; font-style: italic;">// --&gt;</span>
<span style="color: #339933;">&lt;/</span>select<span style="color: #339933;">&gt;&lt;/</span>td<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>tr<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>tr<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>td align<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;center&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>input <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;but&quot;</span> onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;startGame();&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Start Game&quot;</span> <span style="color: #339933;">/&gt;&lt;/</span>td<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>tr<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>tr<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>td id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;fldStatus&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;capt2&quot;</span> align<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;center&quot;</span><span style="color: #339933;">&gt;&lt;/</span>td<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>tr<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>tbody<span style="color: #339933;">&gt;&lt;/</span>table<span style="color: #339933;">&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.extradestek.org/javascript-kodlari-ile-oyun-yapimi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript kodları ile hesap makinası</title>
		<link>http://www.extradestek.org/javascript-kodlari-ile-hesap-makinasi/</link>
		<comments>http://www.extradestek.org/javascript-kodlari-ile-hesap-makinasi/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 20:05:44 +0000</pubDate>
		<dc:creator>extradestek</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[hazır kodlar]]></category>
		<category><![CDATA[hazır site]]></category>
		<category><![CDATA[hesap makinası]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript kodları]]></category>
		<category><![CDATA[kod]]></category>
		<category><![CDATA[kodları gösterme]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[site kodları]]></category>

		<guid isPermaLink="false">http://www.extradestek.org/?p=1055</guid>
		<description><![CDATA[
Javascript ile basit bir hesap makinası yapımı için gerekli kodlar yazının devamındadır.

Önce test etmek isterseniz buradan buyrun..

&#60;!-- ONE STEP TO INSTALL BASIC CALCULATOR:
&#160;
   1.  Paste the coding into the BODY of your HTML document  --&#62;
&#160;
&#60;!--  STEP ONE: Copy this code into the BODY of your HTML document  --&#62;
&#60;form&#62;
&#160;
&#60;!-- This [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.extradestek.org/wp-content/uploads/2009/06/hesap.jpg"><img class="alignnone size-full wp-image-1056" title="hesap" src="http://www.extradestek.org/wp-content/uploads/2009/06/hesap.jpg" alt="hesap" width="173" height="138" /></a></p>
<p>Javascript ile basit bir hesap makinası yapımı için gerekli kodlar yazının devamındadır.</p>
<p><span id="more-1055"></span></p>
<p>Önce test etmek isterseniz <a href="http://www.extradestek.org/sayfalar/javascript/hesap.htm" target="_blank">buradan</a> buyrun..</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;"><span style="color: #339933;">&lt;!--</span> ONE STEP TO INSTALL BASIC CALCULATOR<span style="color: #339933;">:</span>
&nbsp;
   1.  <span style="color: #006633;">Paste</span> the coding into the BODY of your <span style="color: #003399;">HTML</span> document  <span style="color: #339933;">--&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span>  STEP ONE<span style="color: #339933;">:</span> Copy <span style="color: #000000; font-weight: bold;">this</span> code into the BODY of your <span style="color: #003399;">HTML</span> document  <span style="color: #339933;">--&gt;</span>
<span style="color: #339933;">&lt;</span>form<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> <span style="color: #000000; font-weight: bold;">This</span> script and many more are available free online at <span style="color: #339933;">--&gt;</span>
<span style="color: #339933;">&lt;!--</span> The JavaScript Source<span style="color: #339933;">!!</span> http<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">//javascript.internet.com --&gt;</span>
<span style="color: #339933;">&lt;</span>table border<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;4&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>tbody<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>tr<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>td<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>input name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Input&quot;</span> size<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;16&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text&quot;</span> <span style="color: #339933;">/&gt;&lt;/</span>td<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>tr<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>tr<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>td<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>input onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Calc.Input.value += '1'&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;one&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  1  &quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>input onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Calc.Input.value += '2'&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;two&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  2  &quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>input onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Calc.Input.value += '3'&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;three&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  3  &quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>input onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Calc.Input.value += ' + '&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;plus&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  +  &quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>input onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Calc.Input.value += '4'&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;four&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  4  &quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>input onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Calc.Input.value += '5'&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;five&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  5  &quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>input onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Calc.Input.value += '6'&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;six&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  6  &quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>input onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Calc.Input.value += ' - '&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;minus&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  -  &quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>input onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Calc.Input.value += '7'&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;seven&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  7  &quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>input onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Calc.Input.value += '8'&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;eight&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  8  &quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>input onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Calc.Input.value += '9'&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;nine&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  9  &quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>input onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Calc.Input.value += ' * '&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;times&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  x  &quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>input onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Calc.Input.value = ''&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;clear&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  c  &quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>input onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Calc.Input.value += '0'&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;zero&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  0  &quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>input onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Calc.Input.value = eval(Calc.Input.value)&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;DoIt&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  =  &quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>input onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Calc.Input.value += ' / '&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;div&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  /  &quot;</span> <span style="color: #339933;">/&gt;&lt;/</span>td<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>tr<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>tbody<span style="color: #339933;">&gt;&lt;/</span>table<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>form<span style="color: #339933;">&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.extradestek.org/javascript-kodlari-ile-hesap-makinasi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siteleriniz için akordiyon menüler (tab menu)</title>
		<link>http://www.extradestek.org/siteleriniz-icin-akordiyon-menuler-tab-menu/</link>
		<comments>http://www.extradestek.org/siteleriniz-icin-akordiyon-menuler-tab-menu/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 20:30:14 +0000</pubDate>
		<dc:creator>extradestek</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Yararlı siteler]]></category>
		<category><![CDATA[akordiyon menü]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[İnternet]]></category>
		<category><![CDATA[kod]]></category>
		<category><![CDATA[kodlama]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tab menü]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.extradestek.org/?p=657</guid>
		<description><![CDATA[
Sitenize renk katmak ve profosyenel göstermek için akordiyon şeklinde menülere ihtiyaç duyabiliriz.
Bu sayede hem yerden kazanırız hemde göze hoş gelen menüler elde edebilriz.
Tabiki bunu yaparken javascriptleri kullanmak gerekir.Neyseki bunu bizim için düşünmüşler.

Bunun demosunu buradan, indirmesinide buradan yapabilirsiniz.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-658" title="akordiyon-menu" src="http://www.extradestek.org/wp-content/uploads/2009/03/akordiyon-menu.jpg" alt="akordiyon-menu" width="369" height="176" /></p>
<p>Sitenize renk katmak ve profosyenel göstermek için akordiyon şeklinde menülere ihtiyaç duyabiliriz.<br />
Bu sayede hem yerden kazanırız hemde göze hoş gelen menüler elde edebilriz.<br />
Tabiki bunu yaparken javascriptleri kullanmak gerekir.Neyseki bunu bizim için düşünmüşler.<br />
<span id="more-657"></span><br />
Bunun demosunu <em><a href="http://www.dezinerfolio.com/wp-content/uploads/accordemo/05.html" target="_blank"><strong>buradan</strong></a></em>, indirmesinide <em><a href="http://www.dezinerfolio.com/system/files/simple_accordions_with_src.zip" target="_blank"><strong>buradan</strong></a></em> yapabilirsiniz.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.extradestek.org/siteleriniz-icin-akordiyon-menuler-tab-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript ile kendiliğinden değişen buton yapımı</title>
		<link>http://www.extradestek.org/javascript-ile-kendiliginden-degisen-buton-yapimi/</link>
		<comments>http://www.extradestek.org/javascript-ile-kendiliginden-degisen-buton-yapimi/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 11:13:22 +0000</pubDate>
		<dc:creator>ByM</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.extradestek.org/?p=299</guid>
		<description><![CDATA[
Javascript ile kendiliğinden değişen buton yapmak isterseniz ve sitenizin bir yerine koymak isterseniz verdiğim kodları kullanarak yapabilirsiniz.
Bu buton kendliğinden değişiyor ve her değişime tıklandığında ayarladığınız site veya sayfa açılıyor.Bunun ile ilgili bazı ayarlarıda değiştirebilirsiniz.
Ama önce test etmek isterseniz buradan deneyin.Ayrıca 2. bir seçenek olarak test sayfasının kaynak kodlarını alarakta birşeyler yapabilirsiniz.
HEAD.. HEAD..arasına gelecek kod;

&#160;
&#60;HTML&#62;
&#60;head&#62;
&#60;title&#62;buton&#60;/title&#62;
&#60;BASE TARGET=&#34;welcome&#34;&#62;
&#160;
&#60;SCRIPT [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.extradestek.org/wp-content/uploads/2008/06/buton.jpg"><img class="alignnone size-full wp-image-300" title="buton" src="http://www.extradestek.org/wp-content/uploads/2008/06/buton.jpg" alt="" width="214" height="57" /></a></p>
<p>Javascript ile kendiliğinden değişen buton yapmak isterseniz ve sitenizin bir yerine koymak isterseniz verdiğim kodları kullanarak yapabilirsiniz.</p>
<p>Bu buton kendliğinden değişiyor ve her değişime tıklandığında ayarladığınız site veya sayfa açılıyor.Bunun ile ilgili bazı ayarlarıda değiştirebilirsiniz.<span id="more-299"></span></p>
<p>Ama önce test etmek isterseniz <a href="http://www.extradestek.org/sayfalar/javascript/degisen-buton.htm" target="_blank">buradan</a> deneyin.Ayrıca 2. bir seçenek olarak test sayfasının kaynak kodlarını alarakta birşeyler yapabilirsiniz.</p>
<p>HEAD.. HEAD..arasına gelecek kod;</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;">&nbsp;
<span style="color: #339933;">&lt;</span>HTML<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>head<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>title<span style="color: #339933;">&gt;</span>buton<span style="color: #339933;">&lt;/</span>title<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>BASE TARGET<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;welcome&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>SCRIPT LANGUAGE<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;JavaScript&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
var startTime   <span style="color: #339933;">=</span><span style="color: #000066; font-weight: bold;">null</span><span style="color: #339933;">;</span>
&nbsp;
var timerID     <span style="color: #339933;">=</span><span style="color: #000066; font-weight: bold;">null</span><span style="color: #339933;">;</span>
&nbsp;
var initial     <span style="color: #339933;">=</span><span style="color: #000000; font-weight: bold;">new</span> <span style="color: #003399;">Date</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
var pos         <span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span>
&nbsp;
var menuItem    <span style="color: #339933;">=</span><span style="color: #000066; font-weight: bold;">null</span><span style="color: #339933;">;</span>
&nbsp;
function initArray<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
 <span style="color: #000000; font-weight: bold;">this</span>.<span style="color: #006633;">length</span> <span style="color: #339933;">=</span> initArray.<span style="color: #006633;">arguments</span>.<span style="color: #006633;">length</span>
&nbsp;
   <span style="color: #000000; font-weight: bold;">for</span> <span style="color: #009900;">&#40;</span>var i <span style="color: #339933;">=</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span> i <span style="color: #339933;">&lt;</span> <span style="color: #000000; font-weight: bold;">this</span>.<span style="color: #006633;">length</span><span style="color: #339933;">;</span> i<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>      <span style="color: #009900;">&#123;</span>
&nbsp;
    <span style="color: #000000; font-weight: bold;">this</span><span style="color: #009900;">&#91;</span>i<span style="color: #339933;">+</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> initArray.<span style="color: #006633;">arguments</span><span style="color: #009900;">&#91;</span>i<span style="color: #009900;">&#93;</span>
&nbsp;
   <span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #009900;">&#125;</span>
&nbsp;
function parsemenuItem<span style="color: #009900;">&#40;</span>data,num<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
 <span style="color: #000000; font-weight: bold;">for</span><span style="color: #009900;">&#40;</span>var i<span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span>i<span style="color: #339933;">&lt;</span>data.<span style="color: #006633;">length</span><span style="color: #339933;">;</span>i<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>  <span style="color: #009900;">&#123;</span>
&nbsp;
  <span style="color: #000000; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>data.<span style="color: #006633;">substring</span><span style="color: #009900;">&#40;</span>i,i<span style="color: #339933;">+</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">==</span><span style="color: #0000ff;">&quot;|&quot;</span><span style="color: #009900;">&#41;</span>  <span style="color: #000000; font-weight: bold;">break</span><span style="color: #339933;">;</span>
&nbsp;
   <span style="color: #009900;">&#125;</span>
&nbsp;
   <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>num<span style="color: #339933;">==</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">return</span><span style="color: #009900;">&#40;</span>data.<span style="color: #006633;">substring</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">0</span>,i<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
   <span style="color: #000000; font-weight: bold;">else</span>  <span style="color: #000000; font-weight: bold;">return</span><span style="color: #009900;">&#40;</span>data.<span style="color: #006633;">substring</span><span style="color: #009900;">&#40;</span>i<span style="color: #339933;">+</span><span style="color: #cc66cc;">1</span>,data.<span style="color: #006633;">length</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span>
&nbsp;
function startTimer<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
   initial <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #003399;">Date</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
   startTime<span style="color: #339933;">=</span>initial.<span style="color: #006633;">getTime</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
   stopTimer<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
   menuItem <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> initArray<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;dersdunyasi.com|http://www.dersdunyasi.com&quot;</span>,
&nbsp;
    <span style="color: #0000ff;">&quot;extradestek.org|http://www.extradestek.org&quot;</span>,
&nbsp;
      <span style="color: #0000ff;">&quot;Hediyeler.org|http://www.hediyeler.org&quot;</span>,
&nbsp;
      <span style="color: #0000ff;">&quot;Yahoo|http://www.yahoo.com&quot;</span>,
&nbsp;
      <span style="color: #0000ff;">&quot;siircim.com|http://www.siircim.com&quot;</span>,
&nbsp;
      <span style="color: #0000ff;">&quot;themes-wordpress|http://www.themes-wordpress.org&quot;</span>,
&nbsp;
      <span style="color: #0000ff;">&quot;cixfoto.com|http://www.cixfoto.com&quot;</span>,
&nbsp;
  <span style="color: #0000ff;">&quot;Email|mailto:info@....com&quot;</span>
&nbsp;
   <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
   showTimer<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span>
&nbsp;
function stopTimer<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
   timerID<span style="color: #339933;">=</span><span style="color: #000066; font-weight: bold;">null</span><span style="color: #339933;">;</span>
&nbsp;
   menuItem<span style="color: #339933;">=</span><span style="color: #000066; font-weight: bold;">null</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span>
&nbsp;
function showTimer<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
 pos<span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span>pos <span style="color: #339933;">==</span> menuItem.<span style="color: #006633;">length</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> <span style="color: #cc66cc;">1</span> <span style="color: #339933;">:</span> pos <span style="color: #339933;">+</span> <span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>
&nbsp;
document.<span style="color: #006633;">forms</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span>.<span style="color: #006633;">elements</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span>.<span style="color: #006633;">value</span><span style="color: #339933;">=</span>parsemenuItem<span style="color: #009900;">&#40;</span>menuItem<span style="color: #009900;">&#91;</span>pos<span style="color: #009900;">&#93;</span>,<span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
   timerID<span style="color: #339933;">=</span>window.<span style="color: #006633;">setTimeout</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'showTimer()'</span>,<span style="color: #cc66cc;">1000</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span>
&nbsp;
function goToUrl<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>  <span style="color: #009900;">&#123;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">this</span>.<span style="color: #006633;">location</span><span style="color: #339933;">=</span>parsemenuItem<span style="color: #009900;">&#40;</span>menuItem<span style="color: #009900;">&#91;</span>pos<span style="color: #009900;">&#93;</span>,<span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
   <span style="color: #000000; font-weight: bold;">return</span> <span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #339933;">&lt;/</span>SCRIPT<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>head<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>BODY onLoad<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;window.startTimer()&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
&nbsp;
<span style="color: #339933;">&lt;</span>BR<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>B<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>CENTER<span style="color: #339933;">&gt;</span></pre></div></div>

<p>BODY..BODY Arasına gelecek kod;</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>FORM<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>INPUT TYPE<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;button&quot;</span> VALUE<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;  NEREYE? &quot;</span>  NAME<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;goTo&quot;</span>
&nbsp;
        onClick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;window.goToUrl()&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;/</span>FORM<span style="color: #339933;">&gt;&lt;/</span>CENTER<span style="color: #339933;">&gt;</span></pre></div></div>

<p></B></p>
<p></body></p>
<p></HTML></p>
]]></content:encoded>
			<wfw:commentRss>http://www.extradestek.org/javascript-ile-kendiliginden-degisen-buton-yapimi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>En kücük resim galerisi scripti &#8220;Ajax silideshow&#8221;</title>
		<link>http://www.extradestek.org/en-kucuk-resim-galerisi-scripti-ajax-silideshow/</link>
		<comments>http://www.extradestek.org/en-kucuk-resim-galerisi-scripti-ajax-silideshow/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 07:44:55 +0000</pubDate>
		<dc:creator>ByM</dc:creator>
				<category><![CDATA[Hazır PHP scriptler]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.extradestek.org/?p=286</guid>
		<description><![CDATA[
Piyasada binlerce ücretsiz ve bir okadarda ücretli çeşitli dillerde yazılmış script bulunmakta.
Bunların güvenliği,boyutu ve güncellemeleride bir okadar önemli bizim için.
Michael Leigeber isimli vatandaşın javascript kullanarak geliştirmiş olduğu ajax silideshow resim galerisi isimli bir resim scripti varki bu alanda rekor sayılabilir.Boyutu sadece 4 kb ve slideshow özelliği var. Ayrıca ücretsiz olarak kullanıma sunmuş.

Bu scriptin demosu için [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.extradestek.org/wp-content/uploads/2008/06/java.jpg"><img class="alignnone size-full wp-image-287 aligncenter" title="java" src="http://www.extradestek.org/wp-content/uploads/2008/06/java.jpg" alt="" width="346" height="263" /></a></p>
<p>Piyasada binlerce ücretsiz ve bir okadarda ücretli çeşitli dillerde yazılmış script bulunmakta.<br />
Bunların güvenliği,boyutu ve güncellemeleride bir okadar önemli bizim için.<br />
Michael Leigeber isimli vatandaşın javascript kullanarak geliştirmiş olduğu ajax silideshow resim galerisi isimli bir resim scripti varki bu alanda rekor sayılabilir.Boyutu sadece 4 kb ve slideshow özelliği var. Ayrıca ücretsiz olarak kullanıma sunmuş.<br />
<span id="more-286"></span><br />
Bu scriptin demosu için <a href="http://sandbox.leigeber.com/slideshow/" target="_blank">buradan</a> indirmek için ise <a href="http://www.leigeber.com/wp-content/uploads/2008/05/slideshow.zip" target="_blank">buradan</a> buyrun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.extradestek.org/en-kucuk-resim-galerisi-scripti-ajax-silideshow/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript ile açıklamalı menü yapımı</title>
		<link>http://www.extradestek.org/javascript-ile-aciklamali-menu-yapimi/</link>
		<comments>http://www.extradestek.org/javascript-ile-aciklamali-menu-yapimi/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 17:30:11 +0000</pubDate>
		<dc:creator>ByM</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.extradestek.org/javascript-ile-aciklamali-menu-yapimi/</guid>
		<description><![CDATA[Tekrardan basit bir javascript kodu vermek için yazıyorum.Bu kod ile menünüzü oluşturdunuz diyelim menü linkinin üzerine geldiğinizde o link ile ilgili veya düğme diyelim yazdığınız açıklama çıkyor alttarafta.Açıklamaya istediğinizi yazabilirsiniz.
 Buradan test edebilirsiniz. Kodlar ise aşağıdadır istediğiniz gibi değiştirip kullanabilirsiniz.

 &#60;html&#62;
&#160;
&#60;head&#62;
&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=windows-1254&#34;&#62;
&#60;title&#62;z-aciklamalı_link-1&#60;/title&#62;
&#60;/head&#62;
&#160;
&#60;body&#62;
&#160;
&#60;p&#62;
&#60;style&#62;
DIV&#123;font-family:arial,helvetica; font-size:10pt&#125;
&#60;/style&#62;
&#60;script&#62;
/*
Created by A1 JavaScripts - http://www.a1javascripts.com/
This may be used freely as [...]]]></description>
			<content:encoded><![CDATA[<p>Tekrardan basit bir javascript kodu vermek için yazıyorum.Bu kod ile menünüzü oluşturdunuz diyelim menü linkinin üzerine geldiğinizde o link ile ilgili veya düğme diyelim yazdığınız açıklama çıkyor alttarafta.Açıklamaya istediğinizi yazabilirsiniz.</p>
<p><span id="more-241"></span> <em><strong><a href="http://www.extradestek.org/sayfalar/javascript/aciklamali.htm" target="_blank">Buradan</a></strong></em> test edebilirsiniz. Kodlar ise aşağıdadır istediğiniz gibi değiştirip kullanabilirsiniz.</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;"> <span style="color: #339933;">&lt;</span>html<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>head<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>meta http<span style="color: #339933;">-</span>equiv<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Content-Type&quot;</span> content<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text/html; charset=windows-1254&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>title<span style="color: #339933;">&gt;</span>z<span style="color: #339933;">-</span>aciklamalı_link<span style="color: #339933;">-</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">&lt;/</span>title<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>head<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>body<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>p<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>style<span style="color: #339933;">&gt;</span>
DIV<span style="color: #009900;">&#123;</span>font<span style="color: #339933;">-</span>family<span style="color: #339933;">:</span>arial,helvetica<span style="color: #339933;">;</span> font<span style="color: #339933;">-</span>size<span style="color: #339933;">:</span>10pt<span style="color: #009900;">&#125;</span>
<span style="color: #339933;">&lt;/</span>style<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>script<span style="color: #339933;">&gt;</span>
<span style="color: #666666; font-style: italic;">/*
Created by A1 JavaScripts - http://www.a1javascripts.com/
This may be used freely as long as this msg is intact!
*/</span>
<span style="color: #666666; font-style: italic;">//You have to set some variables here:</span>
<span style="color: #666666; font-style: italic;">//Set the font for the msg</span>
msgFont<span style="color: #339933;">=</span><span style="color: #0000ff;">'Arial,helvetiva'</span>
<span style="color: #666666; font-style: italic;">//Set the fontSize in px</span>
msgFontSize<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;12&quot;</span>
<span style="color: #666666; font-style: italic;">//Set the fontColor</span>
msgFontColor<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;black&quot;</span>
<span style="color: #666666; font-style: italic;">/*
Here's the array that holds the text to change the divmessage to
when you mouseover. Change the text here
*/</span>
messages<span style="color: #339933;">=</span><span style="color: #000000; font-weight: bold;">new</span> <span style="color: #003399;">Array</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">6</span><span style="color: #009900;">&#41;</span>
messages<span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;b&gt;JavaScript&lt;/b&gt;&lt;br&gt;A heap of &lt;i&gt;&lt;u&gt;&lt;font color=ff0000&gt;free&lt;/font&gt;&lt;/u&gt;&lt;/i&gt; javascripts to enhance your site!&quot;</span>
messages<span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;b&gt;JavaOnline&lt;/b&gt;&lt;br&gt;The largest directory of &lt;i&gt;&lt;u&gt;&lt;font color=ff0000&gt;free&lt;/font&gt;&lt;/u&gt;&lt;/i&gt; webmaster resources on the planet!&quot;</span>
messages<span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">2</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;b&gt;Başlık2&lt;/b&gt;&lt;br&gt;25 megs of &lt;i&gt;&lt;u&gt;&lt;font color=ff0000&gt;free&lt;/font&gt;&lt;/u&gt;&lt;/i&gt; webspace;&lt;br&gt; httpcity.com/you!&quot;</span>
messages<span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">3</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;b&gt;Başlık3&lt;/b&gt;&lt;br&gt;A monstrous collection of &lt;i&gt;&lt;u&gt;&lt;font color=ff0000&gt;free&lt;/font&gt;&lt;/u&gt;&lt;/i&gt; graphics!&quot;</span>
messages<span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">4</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;b&gt;Başlık4&lt;/b&gt;&lt;br&gt;The HOTTEST &lt;i&gt;&lt;u&gt;&lt;font color=ff0000&gt;free&lt;/font&gt;&lt;/u&gt;&lt;/i&gt; clipart and resource sites ranked by popularity!&quot;</span>
messages<span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">5</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;b&gt;Başlık5&lt;/b&gt;&lt;br&gt;Download tons of &lt;i&gt;&lt;u&gt;&lt;font color=ff0000&gt;free&lt;/font&gt;&lt;/u&gt;&lt;/i&gt; Software!&quot;</span>
messages<span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">6</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;b&gt;Geri dön&lt;/b&gt;&lt;br&gt;Geri dönmek için&lt;i&gt;&lt;u&gt;&lt;font color=ff0000&gt;free&lt;/font&gt;&lt;/u&gt;&lt;/i&gt; hemen tıkla!&quot;</span>
messages<span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">7</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&quot;</span>
<span style="color: #666666; font-style: italic;">//nothing needs to be changed below here</span>
ie<span style="color: #339933;">=</span>document.<span style="color: #006633;">all</span><span style="color: #339933;">?</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">0</span>
n<span style="color: #339933;">=</span>document.<span style="color: #006633;">layers</span><span style="color: #339933;">?</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">0</span>
<span style="color: #666666; font-style: italic;">//Constructing the ChangeText object</span>
function makeChangeTextObj<span style="color: #009900;">&#40;</span>obj<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>												
   	<span style="color: #000000; font-weight: bold;">this</span>.<span style="color: #006633;">writeref</span><span style="color: #339933;">=</span><span style="color: #009900;">&#40;</span>n<span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> eval<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'document.'</span><span style="color: #339933;">+</span>obj<span style="color: #339933;">+</span><span style="color: #0000ff;">'.document'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">:</span>eval<span style="color: #009900;">&#40;</span>obj<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>		
	<span style="color: #000000; font-weight: bold;">this</span>.<span style="color: #006633;">writeIt</span><span style="color: #339933;">=</span>b_writeIt<span style="color: #339933;">;</span>					
<span style="color: #009900;">&#125;</span>
function b_writeIt<span style="color: #009900;">&#40;</span>text<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>n<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">this</span>.<span style="color: #006633;">writeref</span>.<span style="color: #006633;">write</span><span style="color: #009900;">&#40;</span>text<span style="color: #009900;">&#41;</span>
		<span style="color: #000000; font-weight: bold;">this</span>.<span style="color: #006633;">writeref</span>.<span style="color: #006633;">close</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#125;</span>
	<span style="color: #000000; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>ie<span style="color: #009900;">&#41;</span><span style="color: #000000; font-weight: bold;">this</span>.<span style="color: #006633;">writeref</span>.<span style="color: #006633;">innerHTML</span><span style="color: #339933;">=</span>text		
<span style="color: #009900;">&#125;</span>
function changeText<span style="color: #009900;">&#40;</span>num<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>ie <span style="color: #339933;">||</span> n<span style="color: #009900;">&#41;</span> oMessage.<span style="color: #006633;">writeIt</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'&lt;span style=&quot;font-size:'</span> <span style="color: #339933;">+</span>msgFontSize<span style="color: #339933;">+</span><span style="color: #0000ff;">'px; font-family:'</span><span style="color: #339933;">+</span>msgFont<span style="color: #339933;">+</span><span style="color: #0000ff;">'; color:'</span><span style="color: #339933;">+</span>msgFontColor<span style="color: #339933;">+</span><span style="color: #0000ff;">'&quot;&gt;'</span><span style="color: #339933;">+</span>messages<span style="color: #009900;">&#91;</span>num<span style="color: #009900;">&#93;</span><span style="color: #339933;">+</span><span style="color: #0000ff;">'&lt;/span&gt;'</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#125;</span>
function changeTextInit<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>ie <span style="color: #339933;">||</span> n<span style="color: #009900;">&#41;</span> oMessage<span style="color: #339933;">=</span><span style="color: #000000; font-weight: bold;">new</span> makeChangeTextObj<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'divMessage'</span><span style="color: #009900;">&#41;</span>	
<span style="color: #009900;">&#125;</span>
<span style="color: #666666; font-style: italic;">//Calls the init function on pageload</span>
onload<span style="color: #339933;">=</span>changeTextInit
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span>
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
<span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;divlinks&quot;</span> style<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;position:absolute; left:10; top:150&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://www.extradestek.org&quot;</span> onmouseover<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;changeText(0); window.status='JavaScript';return true;&quot;</span> onMouseout<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;changeText(7,0); window.status='';return true;&quot;</span> onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;window.focus()&quot;</span><span style="color: #339933;">&gt;</span>extradestek.<span style="color: #006633;">org</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;&lt;</span>br<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://www.extradestek.org&quot;</span> onmouseover<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;changeText(1); window.status='123Webmaster';return true;&quot;</span> onMouseout<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;changeText(7,0); window.status='';return true;&quot;</span> onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;window.focus()&quot;</span><span style="color: #339933;">&gt;</span>extradestek.<span style="color: #006633;">org</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;&lt;</span>br<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://www.extradestek.org&quot;</span> onmouseover<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;changeText(2); window.status='extradestek.org';return true;&quot;</span> onMouseout<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;changeText(7,0); window.status='';return true;&quot;</span> onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;window.focus()&quot;</span><span style="color: #339933;">&gt;</span>extradestek.<span style="color: #006633;">org</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;&lt;</span>br<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://www.extradestek.org&quot;</span> onmouseover<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;changeText(3); window.status='Free Clip Images';return true;&quot;</span> onMouseout<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;changeText(7,0); window.status='';return true;&quot;</span> onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;window.focus()&quot;</span><span style="color: #339933;">&gt;</span>extradestek.<span style="color: #006633;">org</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;&lt;</span>br<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://www.extradestek.org&quot;</span> onmouseover<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;changeText(4); window.status='1-Click-Clipart';return true;&quot;</span> onMouseout<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;changeText(7,0)&quot;</span><span style="color: #339933;">;</span> window.<span style="color: #006633;">status</span><span style="color: #339933;">=</span><span style="color: #0000ff;">''</span><span style="color: #339933;">;</span>return <span style="color: #000066; font-weight: bold;">true</span><span style="color: #339933;">;</span><span style="color: #0000ff;">&quot; onclick=&quot;</span>window.<span style="color: #006633;">focus</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #0000ff;">&quot;&gt;extradestek.org&lt;/a&gt;&lt;br&gt;
&nbsp;
&lt;a href=&quot;</span>http<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">//www.extradestek.org&quot; onmouseover=&quot;changeText(5); window.status='FreeWare Files';return true;&quot; onMouseout=&quot;changeText(7,0); window.status='';return true;&quot; onclick=&quot;window.focus()&quot;&gt;extradestek.org&lt;/a&gt;&lt;br&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://www.extradestek.org&quot;</span> onmouseover<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;changeText(6); window.status='Geri dön';return true;&quot;</span> onmouseout<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;changeText(7,0); window.status='';return true;&quot;</span> onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;window.focus()&quot;</span><span style="color: #339933;">&gt;</span>extradestek.<span style="color: #006633;">org</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;&lt;!--</span> <span style="color: #339933;">--&gt;</span>
&nbsp;
&nbsp;
<span style="color: #339933;">&lt;!--</span> <span style="color: #339933;">--&gt;&lt;</span>table <span style="color: #003399;">Border</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span> cellpadding<span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span> cellspacing<span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span> width<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;400&quot;</span> hight<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;200&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>td align<span style="color: #339933;">=</span>center width<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;100%&quot;</span> height<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;100%&quot;</span><span style="color: #339933;">&gt;&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;divMessage&quot;</span> style<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;position:absolute; left:200; top:300&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #000000; font-weight: bold;">This</span> is the <span style="color: #000000; font-weight: bold;">default</span> text that will show in<span style="color: #339933;">&lt;</span>br<span style="color: #339933;">&gt;</span> 3.<span style="color: #006633;">x</span> browsers. <span style="color: #006633;">You</span> have to place <span style="color: #000000; font-weight: bold;">this</span> with tables or <span style="color: #339933;">&lt;</span>br<span style="color: #339933;">&gt;</span>something instead of layers <span style="color: #000000; font-weight: bold;">for</span> backwards compatibility.<span style="color: #339933;">&lt;/</span>td<span style="color: #339933;">&gt;&lt;/</span>table<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;&lt;!--</span> <span style="color: #339933;">--&gt;</span>
&nbsp;
&nbsp;
<span style="color: #339933;">&lt;/</span>p<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;/</span>body<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;/</span>html<span style="color: #339933;">&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.extradestek.org/javascript-ile-aciklamali-menu-yapimi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Javascript kodları ile kronometre yapalım</title>
		<link>http://www.extradestek.org/javascript-kodlari-ile-kronometre-yapalim/</link>
		<comments>http://www.extradestek.org/javascript-kodlari-ile-kronometre-yapalim/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 21:44:51 +0000</pubDate>
		<dc:creator>ByM</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[hit]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.extradestek.org/javascript-kodlari-ile-kronometre-yapalim/</guid>
		<description><![CDATA[Bir başka Javascript kodu ilede sayfalarınıza veya yan menülerinize Kronometre koyabilirsiniz.Yada özel olarak kullanabilirsiniz.
Test etmek için Lütfen buraya tıklayın. Kodlar için yazının devamını okuyun.


&#60;!-- TWO STEPS TO INSTALL DHTML STOPWATCH:
&#160;
1.  Copy the coding into the HEAD of your HTML document
2.  Add the last code into the BODY of your HTML document  --&#62;
&#160;
&#60;!-- [...]]]></description>
			<content:encoded><![CDATA[<p>Bir başka Javascript kodu ilede sayfalarınıza veya yan menülerinize Kronometre koyabilirsiniz.Yada özel olarak kullanabilirsiniz.</p>
<p>Test etmek için Lütfen <strong><em><a href="http://www.extradestek.org/sayfalar/javascript/kronometre.htm" target="_blank">buraya</a></em></strong> tıklayın. Kodlar için yazının devamını okuyun.</p>
<p><span id="more-237"></span></p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;"><span style="color: #339933;">&lt;!--</span> TWO STEPS TO INSTALL DHTML STOPWATCH<span style="color: #339933;">:</span>
&nbsp;
1.  <span style="color: #006633;">Copy</span> the coding into the HEAD of your <span style="color: #003399;">HTML</span> document
2.  <span style="color: #006633;">Add</span> the last code into the BODY of your <span style="color: #003399;">HTML</span> document  <span style="color: #339933;">--&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> STEP ONE<span style="color: #339933;">:</span> Paste <span style="color: #000000; font-weight: bold;">this</span> code into the HEAD of your <span style="color: #003399;">HTML</span> document  <span style="color: #339933;">--&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> <span style="color: #000000; font-weight: bold;">This</span> script and many more are available free online at <span style="color: #339933;">--&gt;</span>
<span style="color: #339933;">&lt;!--</span> The JavaScript Source<span style="color: #339933;">!!</span> http<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">//javascript.internet.com --&gt;</span>
<span style="color: #339933;">&lt;!--</span> Original<span style="color: #339933;">:</span>  John Livingston <span style="color: #009900;">&#40;</span>wavwizard_wavmaster@yahoo.<span style="color: #006633;">com</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">--&gt;</span>
<span style="color: #339933;">&lt;!--</span> Web Site<span style="color: #339933;">:</span>  http<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">//wavsyntax.bravehost.com --&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>style<span style="color: #339933;">&gt;</span> span <span style="color: #009900;">&#123;</span> cursor<span style="color: #339933;">:</span>pointer<span style="color: #339933;">;</span> color<span style="color: #339933;">:</span>white<span style="color: #339933;">;</span> background<span style="color: #339933;">:</span>black<span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span> <span style="color: #339933;">&lt;/</span>style<span style="color: #339933;">&gt;&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;</span> var msec<span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span> var sec<span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span> var min<span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span> function start<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> document.<span style="color: #006633;">forms</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span>.<span style="color: #006633;">display</span>.<span style="color: #006633;">value</span><span style="color: #339933;">=</span>min<span style="color: #339933;">+</span><span style="color: #0000ff;">&quot;:&quot;</span><span style="color: #339933;">+</span>sec<span style="color: #339933;">+</span><span style="color: #0000ff;">&quot;:&quot;</span><span style="color: #339933;">+</span>msec go<span style="color: #339933;">=</span>setTimeout<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;start()&quot;</span>,<span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span> msec<span style="color: #339933;">++</span> <span style="color: #000000; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>msec<span style="color: #339933;">==</span><span style="color: #cc66cc;">100</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> msec<span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span> sec<span style="color: #339933;">++</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>sec<span style="color: #339933;">==</span><span style="color: #cc66cc;">60</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> sec<span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span> min<span style="color: #339933;">++</span> <span style="color: #009900;">&#125;</span> <span style="color: #009900;">&#125;</span>
&nbsp;
function stop<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> clearTimeout<span style="color: #009900;">&#40;</span>go<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#125;</span> function reset<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> window.<span style="color: #006633;">location</span>.<span style="color: #006633;">reload</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#125;</span> function over1<span style="color: #009900;">&#40;</span>test<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>document.<span style="color: #006633;">getElementById</span><span style="color: #009900;">&#40;</span>\<span style="color: #0000ff;">'over1<span style="color: #000099; font-weight: bold;">\'</span>).style.background=test} function out1(test) {document.getElementById(<span style="color: #000099; font-weight: bold;">\'</span>over1<span style="color: #000099; font-weight: bold;">\'</span>).style.background=test} function over2(test) {document.getElementById(<span style="color: #000099; font-weight: bold;">\'</span>over2<span style="color: #000099; font-weight: bold;">\'</span>).style.background=test} function out2(test) {document.getElementById(<span style="color: #000099; font-weight: bold;">\'</span>over2<span style="color: #000099; font-weight: bold;">\'</span>).style.background=test} function over3(test) {document.getElementById(<span style="color: #000099; font-weight: bold;">\'</span>over3<span style="color: #000099; font-weight: bold;">\'</span>).style.background=test} function out3(test) {document.getElementById(<span style="color: #000099; font-weight: bold;">\'</span>over3<span style="color: #000099; font-weight: bold;">\'</span>).style.background=test} &lt;/script&gt;
&lt;!-- STEP TWO: Copy this code into the BODY of your HTML document  --&gt;
&nbsp;
&lt;!-- This script and many more are available free online at --&gt;
&lt;!-- The JavaScript Source!! http://javascript.internet.com --&gt;
&lt;!-- Original:  John Livingston (wavwizard_wavmaster@yahoo.com) --&gt;
&lt;!-- Web Site:  http://www.extradestek.org --&gt;
&lt;span id=&quot;over1&quot; onmouseover=&quot;over1('</span>red<span style="color: #0000ff;">')&quot; onmouseout=&quot;out1('</span>black<span style="color: #0000ff;">')&quot;&gt;&lt;/span&gt;
&nbsp;
onclick=&quot;start()&quot;&amp;gt;Başlat
&lt;span id=&quot;over2&quot; onmouseover=&quot;over2('</span>red<span style="color: #0000ff;">')&quot; onmouseout=&quot;out2('</span>black<span style="color: #0000ff;">')&quot;&gt;&lt;/span&gt;
&nbsp;
onclick=&quot;stop()&quot;&amp;gt;Durdur
&lt;span id=&quot;over3&quot; onmouseover=&quot;over3('</span>red<span style="color: #0000ff;">')&quot; onmouseout=&quot;out3('</span>black<span style="color: #0000ff;">')&quot;&gt;&lt;/span&gt;
&nbsp;
onclick=&quot;reset()&quot;&amp;gt;Sıfırla
&nbsp;
&lt;form&gt; &lt;input name=&quot;display&quot; size=&quot;22&quot; value=&quot;00:00:00&quot; type=&quot;text&quot; /&gt; &lt;/form&gt; &lt;center&gt;
&lt;font face=&quot;arial, helvetica&quot;&gt;extradestek.org
&lt;a href=&quot;http://extradestek.org&quot;&gt;extradestek.org&lt;/a&gt;&lt;/font&gt;
&lt;/center&gt;&lt;!-- Script Size:  2.29 KB --&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.extradestek.org/javascript-kodlari-ile-kronometre-yapalim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
