<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Web'e dair Notlarım</title>
	<atom:link href="http://salihozkan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://salihozkan.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 22 Sep 2008 11:59:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>tr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='salihozkan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/77b70747c7f0c7d813e4c4d4e211cd32?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Web'e dair Notlarım</title>
		<link>http://salihozkan.wordpress.com</link>
	</image>
			<item>
		<title>Javascript ile yeni eleman oluşturma</title>
		<link>http://salihozkan.wordpress.com/2008/09/22/javascript-ile-yeni-eleman-olusturma/</link>
		<comments>http://salihozkan.wordpress.com/2008/09/22/javascript-ile-yeni-eleman-olusturma/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 11:59:43 +0000</pubDate>
		<dc:creator>selfblood</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[createElement]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[eleman oluştur]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[onclick]]></category>

		<guid isPermaLink="false">http://salihozkan.wordpress.com/?p=20</guid>
		<description><![CDATA[Bir tetikleyiciyle içeriğimize yeni eleman ekleyebiliriz:

function divAc(id, dId){
	if(document.getElementById(dId) == null){  // Eğer oluşturacağımız eleman boşsa(yok ise)
		var div = document.createElement("div"); // div elemanı oluştur
		div.setAttribute("id",dId); // ona id ekle
		document.body.appendChild(div); // ve body kısmına elemanı ekle
	}
	var yeni = document.getElementById(dId);  // eklenen elemanı al
	yeni.innerHTML = "Burdayım yahu"; // ona yazı ekle
}

&#8212;&#8212;&#8211;
&#60;a href="#" onclick="divAc(this.id, 'k');"&#62;Div Aç&#60;/a&#62;&#60;/code&#62;  // [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=salihozkan.wordpress.com&blog=4179539&post=20&subd=salihozkan&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://salihozkan.wordpress.com/2008/09/22/javascript-ile-yeni-eleman-olusturma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/335f68bd1861f1a249507cf21fba63a0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">selfblood</media:title>
		</media:content>
	</item>
		<item>
		<title>Actionscript&#8217;te sesin kullanımı</title>
		<link>http://salihozkan.wordpress.com/2008/08/07/actionscriptte-sesin-kullanimi/</link>
		<comments>http://salihozkan.wordpress.com/2008/08/07/actionscriptte-sesin-kullanimi/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 19:49:45 +0000</pubDate>
		<dc:creator>selfblood</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[3]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[preload]]></category>
		<category><![CDATA[ses]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[sınıf]]></category>

		<guid isPermaLink="false">http://salihozkan.wordpress.com/?p=8</guid>
		<description><![CDATA[Actionscript&#8217;te ile flash içine dışarıdan veya library&#8217;den müzik dosyası çekebilir ve bunun kontrolünü sağlayabiliriz.
Öncelikle ses adlı bir değişken tanımlıyoruz. Daha sonra da swf dosyamızla aynı klasörde bulunan muzik.mp3 adlı dosyamızı Sound classının load özelliğiyle çekiyoruz:
var ses:Sound = new Sound();
var sarki:URLRequest = new URLRequest("muzik.mp3");
ses.load(sarki);
Şimdi de müziğin kontrolünü sağlamak, yani oynatmak ve durdurmak gibi özellikler için kullanacağımız [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=salihozkan.wordpress.com&blog=4179539&post=8&subd=salihozkan&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://salihozkan.wordpress.com/2008/08/07/actionscriptte-sesin-kullanimi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/335f68bd1861f1a249507cf21fba63a0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">selfblood</media:title>
		</media:content>

		<media:content url="http://salihozkan.files.wordpress.com/2008/08/preload.png?w=300" medium="image" />
	</item>
		<item>
		<title>Kütüphaneden sahneye movie clip çağırma</title>
		<link>http://salihozkan.wordpress.com/2008/07/09/kutuphaneden-sahneye-movie-clip-cagirma/</link>
		<comments>http://salihozkan.wordpress.com/2008/07/09/kutuphaneden-sahneye-movie-clip-cagirma/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 07:46:31 +0000</pubDate>
		<dc:creator>selfblood</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[clip]]></category>
		<category><![CDATA[kütüphane]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[sahne]]></category>

		<guid isPermaLink="false">http://salihozkan.wordpress.com/?p=4</guid>
		<description><![CDATA[Kütüphanemizde bulunan movie clip&#8217;leri actionscript kullanarak sahneye çağırabilir, bu şekilde daha dinamik bir çalışma ortamı sağlayabiliriz. Şimdi bu işlemi gerçekletirmeye yönelik kullanılan yöntemi görelim:
İlk olarak kütüphanemizde bir movie clip bulunması lazım. Eğer bir movie clip oluşturduysak kütüphanedeki klibimize sağ tıklıyoruz ve &#8220;Linkage&#8221; diyoruz. Burada bu mc&#8217;e ait bir sınıf ismi belirleyeceğiz. Öncesinde altta bulunan &#8220;Export [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=salihozkan.wordpress.com&blog=4179539&post=4&subd=salihozkan&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://salihozkan.wordpress.com/2008/07/09/kutuphaneden-sahneye-movie-clip-cagirma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/335f68bd1861f1a249507cf21fba63a0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">selfblood</media:title>
		</media:content>
	</item>
		<item>
		<title>Timer sınıfına ait bir örnek</title>
		<link>http://salihozkan.wordpress.com/2008/07/09/timer-sinifina-ait-bir-ornek/</link>
		<comments>http://salihozkan.wordpress.com/2008/07/09/timer-sinifina-ait-bir-ornek/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 07:44:00 +0000</pubDate>
		<dc:creator>selfblood</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[3]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[timer]]></category>
		<category><![CDATA[timerEvent]]></category>

		<guid isPermaLink="false">http://salihozkan.wordpress.com/?p=3</guid>
		<description><![CDATA[Timer sınıfı bir olayın belli aralıklarla tekrar etmesi ile ilgilidir. Actionscript 2.0 versiyonundaki setInterval&#8217;e denk gelmektedir. Şimdi bu sınıfa ait bir örnek verelim:

var tm:Timer = new Timer(1000);
tm.addEventListener(TimerEvent.TIMER,ilerle);
function ilerle(event:TimerEvent):void{
buton_mc.x +=10;
}
tm.start();
Şimdi bu kodları inceleyelim:
var tm:Timer = new Timer(1000);
tm adında bir değişken tanımlıyoruz ve Timer örneği oluşturuyoruz. Kullanımı Timer(gecikmeSuresi, tekrarSayisi) şeklindedir. Burada gecikme süresini 1 sn olarak ayarladık. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=salihozkan.wordpress.com&blog=4179539&post=3&subd=salihozkan&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://salihozkan.wordpress.com/2008/07/09/timer-sinifina-ait-bir-ornek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/335f68bd1861f1a249507cf21fba63a0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">selfblood</media:title>
		</media:content>
	</item>
	</channel>
</rss>