<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Serhat SEZER</title>
	<atom:link href="http://serhatsezer.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://serhatsezer.wordpress.com</link>
	<description>Read More...</description>
	<lastBuildDate>Wed, 25 Jan 2012 21:59:06 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='serhatsezer.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Serhat SEZER</title>
		<link>http://serhatsezer.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://serhatsezer.wordpress.com/osd.xml" title="Serhat SEZER" />
	<atom:link rel='hub' href='http://serhatsezer.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Event Handler tanımlama</title>
		<link>http://serhatsezer.wordpress.com/2012/01/25/event-handler-tanimlama/</link>
		<comments>http://serhatsezer.wordpress.com/2012/01/25/event-handler-tanimlama/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 21:59:01 +0000</pubDate>
		<dc:creator>serhatsezer</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Function - Events]]></category>

		<guid isPermaLink="false">http://serhatsezer.wordpress.com/?p=967</guid>
		<description><![CDATA[Zaman zaman ayrı ayrı fonksiyonlar eventler tanımlarız. Tanımlarken belirli kurallara bağlı kalırız. Örneğin boolean bir değere göre fonksiyon oluşturma number,string,array vs vs uzar gider. Bu gibi durumlarda bunu kısa if-else kısaltmasıyla belki çözüme ulaştırabiliriz. Örneğin sahnede bir objemiz var ve biz bu objemizi sürekli kontrol etmek istiyoruz ve aynı zamanda ekleyip silmekde istiyoruz. Bu gibi [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=967&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Zaman zaman ayrı ayrı fonksiyonlar eventler tanımlarız. Tanımlarken belirli kurallara bağlı kalırız. Örneğin boolean bir değere göre fonksiyon oluşturma number,string,array vs vs uzar gider. Bu gibi durumlarda bunu kısa if-else kısaltmasıyla belki çözüme ulaştırabiliriz.</p>
<p>Örneğin sahnede bir objemiz var ve biz bu objemizi sürekli kontrol etmek istiyoruz ve aynı zamanda ekleyip silmekde istiyoruz. Bu gibi durumlarda bir number ya da boolean değer atayıp yapmak işimizi kısalta bilir. Aşağıdaki olayda soru işaretinden önceki satıra uygunsa soru işaretinden sonraki olayları uygula değilse iki nokta üst üste olan komutları uygula demiş oluyoruz.</p>
<pre>
var val:Number = 1;

addEventListener(Event.ENTER_FRAME, val == 1 ? (onComplete) : (onEnter));

function onComplete(event:Event):void
{
	trace("tamamlandi.");
	removeEventListener(Event.ENTER_FRAME, onComplete);
}

function onEnter(event:Event):void
{
	trace("gitti");
}
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/serhatsezer.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/serhatsezer.wordpress.com/967/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/serhatsezer.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/serhatsezer.wordpress.com/967/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/serhatsezer.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/serhatsezer.wordpress.com/967/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/serhatsezer.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/serhatsezer.wordpress.com/967/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/serhatsezer.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/serhatsezer.wordpress.com/967/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/serhatsezer.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/serhatsezer.wordpress.com/967/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/serhatsezer.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/serhatsezer.wordpress.com/967/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=967&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://serhatsezer.wordpress.com/2012/01/25/event-handler-tanimlama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9092a838cbad789af500196763234d4c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">serhatsezer</media:title>
		</media:content>
	</item>
		<item>
		<title>Stringlerde türkçe karakterler</title>
		<link>http://serhatsezer.wordpress.com/2012/01/24/stringlerde-turkce-karakterler/</link>
		<comments>http://serhatsezer.wordpress.com/2012/01/24/stringlerde-turkce-karakterler/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 07:50:26 +0000</pubDate>
		<dc:creator>serhatsezer</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Function - Events]]></category>
		<category><![CDATA[as3 türkçe karakter sorunu]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[stringleri büyük küçük harfler]]></category>
		<category><![CDATA[türkçe karakterler]]></category>

		<guid isPermaLink="false">http://serhatsezer.wordpress.com/?p=960</guid>
		<description><![CDATA[Yaptığımız herhangi bir uygulamada türkçe karakterler sorun olabiliyor bazen bu sorunu çözebilmek için bi fonksiyona atmamız gerekiyor. Bunun içine bir argüman alıyoruz ve stringleri parçalıp yerine yenisini gönderiyoruz. Bunun için Aytekin Meral&#8216;a teşekkür ediyorum bu ve birçok konuda yardımı dokunduğu için. var cities:String = "Adıyaman,Şanlı Urfa,Siirt,Çankırı"; var upperCase:String = getTurkishUpperCase(cities); function getTurkishUpperCase(str:String):String { str = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=960&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yaptığımız herhangi bir uygulamada türkçe karakterler sorun olabiliyor bazen bu sorunu çözebilmek için bi fonksiyona atmamız gerekiyor. Bunun içine bir argüman alıyoruz ve stringleri parçalıp yerine yenisini gönderiyoruz. Bunun için <a href="http://www.aytekinmeral.com/" target="_blank">Aytekin Meral</a>&#8216;a teşekkür ediyorum bu ve birçok konuda yardımı dokunduğu için.</p>
<pre>
var cities:String = "Adıyaman,Şanlı Urfa,Siirt,Çankırı";
var upperCase:String = getTurkishUpperCase(cities);
function getTurkishUpperCase(str:String):String
{
	str = str.split("i").join("İ");
	str = str.split("ı").join("I");
	str = str.toUpperCase()
	return str;
}

trace(upperCase);
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/serhatsezer.wordpress.com/960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/serhatsezer.wordpress.com/960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/serhatsezer.wordpress.com/960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/serhatsezer.wordpress.com/960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/serhatsezer.wordpress.com/960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/serhatsezer.wordpress.com/960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/serhatsezer.wordpress.com/960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/serhatsezer.wordpress.com/960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/serhatsezer.wordpress.com/960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/serhatsezer.wordpress.com/960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/serhatsezer.wordpress.com/960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/serhatsezer.wordpress.com/960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/serhatsezer.wordpress.com/960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/serhatsezer.wordpress.com/960/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=960&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://serhatsezer.wordpress.com/2012/01/24/stringlerde-turkce-karakterler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9092a838cbad789af500196763234d4c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">serhatsezer</media:title>
		</media:content>
	</item>
		<item>
		<title>jQuery ile Klavye Hareketi Sağlama</title>
		<link>http://serhatsezer.wordpress.com/2012/01/16/jquery-ile-klavye-hareketi-saglama/</link>
		<comments>http://serhatsezer.wordpress.com/2012/01/16/jquery-ile-klavye-hareketi-saglama/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 15:57:17 +0000</pubDate>
		<dc:creator>serhatsezer</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery ile araba oyunu]]></category>
		<category><![CDATA[jquery klavye kontrolü]]></category>
		<category><![CDATA[offset]]></category>
		<category><![CDATA[offset() özelliği]]></category>

		<guid isPermaLink="false">http://serhatsezer.wordpress.com/?p=954</guid>
		<description><![CDATA[jQuery&#8217;nin bu kadar kapsamlı bir kütüphane olduğunu bilmiyordum. Baktıkça daha iyi bir kütüphane olduğunu anlamaya başladım. Yapı olarak çok kuvetli. Şuanda yaptığım uygulama kare hareketini sağlamak oldu. Bunu yaparken dökümana klavye ile sağ sol tuşuyla bastığında hareket etmesini sağlıyorum. Aşağıdaki yapıda yaptığım olay ise code adında bir değişken oluşturuyorum ve bununla x y koordinat bilgilerini [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=954&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>jQuery&#8217;nin bu kadar kapsamlı bir kütüphane olduğunu bilmiyordum. Baktıkça daha iyi bir kütüphane olduğunu anlamaya başladım. Yapı olarak çok kuvetli. Şuanda yaptığım uygulama kare hareketini sağlamak oldu. Bunu yaparken dökümana klavye ile sağ sol tuşuyla bastığında hareket etmesini sağlıyorum. Aşağıdaki yapıda yaptığım olay ise code adında bir değişken oluşturuyorum ve bununla x y koordinat bilgilerini ayarlıyorum.Sonuna string birleştirme ile birleştirip sağ sola hareket etmesini sağlıyorum.</p>
<p><strong>offset() değeri</strong></p>
<blockquote><p>Bir elamanın konumunu yani ekranda sola ve yukarıya olan uzaklığını bulmak için kullanılır.</p></blockquote>
<p><strong>Not: </strong><span style="color:#ff0000;">Her tarayıcının kendine göre margin padding değerleri olduğu için ilk olarak css &#8216;de margin ve padding değerlerini sıfırlamak gerekiyor. Daha sonra bu kodları denerseniz offset() da daha iyi performans sağlarsınız.</span></p>
<pre>$(function(){

	var xPos = $('#kare').offset().left;
	var yPos = $('#kare').offset().top;

$(document).keydown(function(event)
{
	var code = (event.which) ? event.which : event.keyCode;

	if(code == 37)
	{
		xPos-=5;
		$("#kare").css("left", xPos+"px");
	}
	if(code == 38)
	{
		yPos-=5;
		$("#kare").css("top", yPos+"px");
	}
	if(code == 39)
	{
		xPos+=5;
		$("#kare").css("left", xPos+"px");
	}
	if(code == 40)
	{
		yPos+=5;
		$("#kare").css("top", yPos+"px");
	}
	});
})</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/serhatsezer.wordpress.com/954/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/serhatsezer.wordpress.com/954/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/serhatsezer.wordpress.com/954/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/serhatsezer.wordpress.com/954/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/serhatsezer.wordpress.com/954/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/serhatsezer.wordpress.com/954/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/serhatsezer.wordpress.com/954/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/serhatsezer.wordpress.com/954/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/serhatsezer.wordpress.com/954/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/serhatsezer.wordpress.com/954/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/serhatsezer.wordpress.com/954/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/serhatsezer.wordpress.com/954/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/serhatsezer.wordpress.com/954/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/serhatsezer.wordpress.com/954/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=954&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://serhatsezer.wordpress.com/2012/01/16/jquery-ile-klavye-hareketi-saglama/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9092a838cbad789af500196763234d4c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">serhatsezer</media:title>
		</media:content>
	</item>
		<item>
		<title>JQuery ile Html Sayfası Yükleme</title>
		<link>http://serhatsezer.wordpress.com/2012/01/16/jquery-ile-html-sayfasi-yukleme/</link>
		<comments>http://serhatsezer.wordpress.com/2012/01/16/jquery-ile-html-sayfasi-yukleme/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 13:32:25 +0000</pubDate>
		<dc:creator>serhatsezer</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[harici sayfa yükleme jquery]]></category>
		<category><![CDATA[jquery html yükleme]]></category>
		<category><![CDATA[jquery load]]></category>
		<category><![CDATA[sayfa yükleme]]></category>

		<guid isPermaLink="false">http://serhatsezer.wordpress.com/?p=950</guid>
		<description><![CDATA[Yaptığımız projelerde dinamik olarak html sayfası yüklemek isteyebiliriz. Jquery ile bunu kısa yolla load metodyla çözebiliyoruz diğer programlama dillerindeki load metodu gibi. Sadece sayfa yüklenirken kullanıcıyı fazla bekletmemek adına preloader dediğimiz olayı ekleyebiliriz. Bunun için .gif formatında bir preloader animasyonunu bulmanız gerekiyor. Ardından html dökümanın içerisine bir adet buton koyuyoruz ve clickediğimizi algılayabilmesi için bir [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=950&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yaptığımız projelerde dinamik olarak html sayfası yüklemek isteyebiliriz. Jquery ile bunu kısa yolla load metodyla çözebiliyoruz diğer programlama dillerindeki load metodu gibi. Sadece sayfa yüklenirken kullanıcıyı fazla bekletmemek adına preloader dediğimiz olayı ekleyebiliriz. Bunun için .gif formatında bir preloader animasyonunu bulmanız gerekiyor. Ardından html dökümanın içerisine bir adet buton koyuyoruz ve clickediğimizi algılayabilmesi için bir id atıyoruz. Ben &#8220;btn&#8221; olarak verdim. Daha sonra preloaderımızı yükleyeceğimiz div imize bir id atıyoruz bunun adına da &#8220;bilgi&#8221; verdim. Daha sonrasında head tagının içerisine aşağıdaki <strong>jquery </strong> kodlarını giriyorum.</p>
<pre>$(function(){
	$("#btn").click(showProgress);
})

function showProgress()
{
        $("#bilgi").empty().html('<span style="color:#ff0000;">burada img src ile belirtiyoruz.</span>').delay(1000);
	$("#bilgi").load("ornek.html");
}</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/serhatsezer.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/serhatsezer.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/serhatsezer.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/serhatsezer.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/serhatsezer.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/serhatsezer.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/serhatsezer.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/serhatsezer.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/serhatsezer.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/serhatsezer.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/serhatsezer.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/serhatsezer.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/serhatsezer.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/serhatsezer.wordpress.com/950/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=950&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://serhatsezer.wordpress.com/2012/01/16/jquery-ile-html-sayfasi-yukleme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9092a838cbad789af500196763234d4c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">serhatsezer</media:title>
		</media:content>
	</item>
		<item>
		<title>Javascript ile CreateElement&#8217;lere Değer Atamak</title>
		<link>http://serhatsezer.wordpress.com/2012/01/15/javascript-ile-createelementlere-deger-atamak/</link>
		<comments>http://serhatsezer.wordpress.com/2012/01/15/javascript-ile-createelementlere-deger-atamak/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 22:31:31 +0000</pubDate>
		<dc:creator>serhatsezer</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://serhatsezer.wordpress.com/?p=947</guid>
		<description><![CDATA[Bazı durumlarda dinamik olarak javascript kodu üretmek gerekir. Bunun için yapılması en mantıklı olay createElement öğesidir. Bununla birlikte yeni bir &#8220;tag&#8221; oluşturulur ve arından içerisi doldurulur. İlk olarak benim yaptığım olay bir div oluşturmak ardından dive karakteristik özelliklerini atamak (kalınlık,font büyüklüğü vs.)  Html Head tagının script kısmına yazılacak kodlar. var container; var ornek_div; function init() [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=947&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Bazı durumlarda dinamik olarak javascript kodu üretmek gerekir. Bunun için yapılması en mantıklı olay createElement öğesidir. Bununla birlikte yeni bir &#8220;tag&#8221; oluşturulur ve arından içerisi doldurulur. İlk olarak benim yaptığım olay bir div oluşturmak ardından dive karakteristik özelliklerini atamak (kalınlık,font büyüklüğü vs.)  Html Head tagının script kısmına yazılacak kodlar.</p>
<pre>
var container;
var ornek_div;

function init()
{
container = document.createElement('div');
document.body.appendChild(container);
container.style.fontWeight = "bold";
container.style.paddingLeft = "20px";
container.style.paddingTop = "10px";
container.style.position = "absolute";
container.style.color = "#ffffff";
container.innerHTML = "Deneme Yazısı."
container.setAttribute("id","ornek_div");
//container.setAttribute("style","width:50px; height:50px; background:#000;");

ornek_div = document.getElementById("ornek_div");
ornek_div.style.backgroundColor = "#000000";
ornek_div.style.width = "200px";
ornek_div.style.height = "200px";
}
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/serhatsezer.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/serhatsezer.wordpress.com/947/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/serhatsezer.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/serhatsezer.wordpress.com/947/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/serhatsezer.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/serhatsezer.wordpress.com/947/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/serhatsezer.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/serhatsezer.wordpress.com/947/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/serhatsezer.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/serhatsezer.wordpress.com/947/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/serhatsezer.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/serhatsezer.wordpress.com/947/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/serhatsezer.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/serhatsezer.wordpress.com/947/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=947&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://serhatsezer.wordpress.com/2012/01/15/javascript-ile-createelementlere-deger-atamak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9092a838cbad789af500196763234d4c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">serhatsezer</media:title>
		</media:content>
	</item>
		<item>
		<title>Jquery ile Xml Bağlantısı</title>
		<link>http://serhatsezer.wordpress.com/2012/01/13/jquery-ile-xml-baglantisi/</link>
		<comments>http://serhatsezer.wordpress.com/2012/01/13/jquery-ile-xml-baglantisi/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 14:12:18 +0000</pubDate>
		<dc:creator>serhatsezer</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[baglanti]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[javascript xml baglantisi]]></category>
		<category><![CDATA[jquery dersleri]]></category>
		<category><![CDATA[jquery ile javascript baglanma]]></category>
		<category><![CDATA[jquery xml]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xml baglanma]]></category>
		<category><![CDATA[xml baglantisi]]></category>
		<category><![CDATA[xml query baglanma örnek]]></category>
		<category><![CDATA[xmldata]]></category>

		<guid isPermaLink="false">http://serhatsezer.wordpress.com/?p=940</guid>
		<description><![CDATA[Xml dökümanları her programlama dili için bir nimettir. Veritabanı yerine kullanabileceğimiz bu yapıyı Flash ve Jquery gibi projelerimizde kullanabilmekteyiz. Bunun için Ajax yapısını kullanmamız gerekiyor. Tam örneğini görebilmek için http://labs.curyy.com/query_xml/ adresini ziyaret edebilirsiniz. Xml yapısını alabilmek için herhangi bir browser&#8217;ın f12 özelliğini kullanabilirsiniz. Şuanda verdiğimde güvenlik nedeniyle algılamıyor. Jquery kodlarımız şu şekilde olacak kodların içerisinde gerekli açıklamaları [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=940&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Xml dökümanları her programlama dili için bir nimettir. Veritabanı yerine kullanabileceğimiz bu yapıyı Flash ve Jquery gibi projelerimizde kullanabilmekteyiz. Bunun için Ajax yapısını kullanmamız gerekiyor. Tam örneğini görebilmek için <a href="http://labs.curyy.com/query_xml/">http://labs.curyy.com/query_xml/</a> adresini ziyaret edebilirsiniz. Xml yapısını alabilmek için herhangi bir browser&#8217;ın f12 özelliğini kullanabilirsiniz. Şuanda verdiğimde güvenlik nedeniyle algılamıyor.</p>
<p>Jquery kodlarımız şu şekilde olacak kodların içerisinde gerekli açıklamaları yapmaya çalıştım;<br />
<strong>Not:  </strong><span style="color:#ff0000;">Kodları kullanabilmek için herhangi bir sunucuya atmanız gerekmektedir.</span></p>
<p><a href="http://serhatsezer.files.wordpress.com/2012/01/codedesc.png"><img class="alignleft size-full wp-image-941" title="codedesc" src="http://serhatsezer.files.wordpress.com/2012/01/codedesc.png?w=590" alt=""   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/serhatsezer.wordpress.com/940/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/serhatsezer.wordpress.com/940/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/serhatsezer.wordpress.com/940/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/serhatsezer.wordpress.com/940/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/serhatsezer.wordpress.com/940/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/serhatsezer.wordpress.com/940/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/serhatsezer.wordpress.com/940/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/serhatsezer.wordpress.com/940/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/serhatsezer.wordpress.com/940/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/serhatsezer.wordpress.com/940/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/serhatsezer.wordpress.com/940/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/serhatsezer.wordpress.com/940/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/serhatsezer.wordpress.com/940/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/serhatsezer.wordpress.com/940/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=940&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://serhatsezer.wordpress.com/2012/01/13/jquery-ile-xml-baglantisi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9092a838cbad789af500196763234d4c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">serhatsezer</media:title>
		</media:content>

		<media:content url="http://serhatsezer.files.wordpress.com/2012/01/codedesc.png" medium="image">
			<media:title type="html">codedesc</media:title>
		</media:content>
	</item>
		<item>
		<title>OOP MovieClip(parent)</title>
		<link>http://serhatsezer.wordpress.com/2012/01/13/oop-movieclipparent/</link>
		<comments>http://serhatsezer.wordpress.com/2012/01/13/oop-movieclipparent/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 10:37:44 +0000</pubDate>
		<dc:creator>serhatsezer</dc:creator>
				<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://serhatsezer.wordpress.com/?p=938</guid>
		<description><![CDATA[OPP projelerimizde Library&#8216;den Linkage yoluyla çağırdığımız objelerin üstüne yani Main classımızdaki herhangi bir fonksiyon ya da değişkene ulaşmak istediğimizde yapmamız gereken yol Parent seçicisi olacaktır. Örneğin; Main.fla &#8216;nın içinde Libraryde bulunan Linkage edilmiş bir MovieClibimiz olsun. Linkage ettiğimiz MovieClibimizin Class adı Kare.as olsun. Daha sonrasında ise Main.fla &#8216;ımızın Document Class yapısı ise Main.as olsun bizim [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=938&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OPP projelerimizde <strong>Library</strong>&#8216;den <strong>Linkage</strong> yoluyla çağırdığımız objelerin üstüne yani Main classımızdaki herhangi bir fonksiyon ya da değişkene ulaşmak istediğimizde yapmamız gereken yol Parent seçicisi olacaktır. Örneğin;</p>
<p><strong>Main.fla</strong> &#8216;nın içinde <strong>Library</strong>de bulunan <strong>Linkage</strong> edilmiş bir MovieClibimiz olsun. <strong>Linkage </strong>ettiğimiz MovieClibimizin Class adı <strong>Kare.as </strong>olsun. Daha sonrasında ise <strong>Main.fla</strong> &#8216;ımızın<strong> Document Class</strong> yapısı ise <strong>Main.as</strong> olsun bizim ulaşmamız gereken değer<strong> Main.as</strong> dir. Şimdi yapımız şu şekilde olacaktır.</p>
<p><strong>Main.as</strong></p>
<pre>
package
{
   import flash.display.MovieClip;
   public class Main extends MovieClip
   {
       public function deneme ():void
       {
         trace ("DENEME PARENT İLE OLUŞTURULMUŞ FONKSİYON");
       }
    }
}
</pre>
<p><strong>Kare.as</strong></p>
<pre>
package
{
   import flash.display.MovieClip;
   public class Kare extends DisplayState
   {
      public function Kare ():void
      {
         <span style="color:#339966;">// Document Classımızdaki deneme() isimli fonksiyonumuza ulaşmış olduk.</span>
         MovieClip(parent).deneme();
       }
    }
}
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/serhatsezer.wordpress.com/938/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/serhatsezer.wordpress.com/938/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/serhatsezer.wordpress.com/938/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/serhatsezer.wordpress.com/938/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/serhatsezer.wordpress.com/938/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/serhatsezer.wordpress.com/938/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/serhatsezer.wordpress.com/938/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/serhatsezer.wordpress.com/938/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/serhatsezer.wordpress.com/938/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/serhatsezer.wordpress.com/938/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/serhatsezer.wordpress.com/938/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/serhatsezer.wordpress.com/938/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/serhatsezer.wordpress.com/938/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/serhatsezer.wordpress.com/938/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=938&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://serhatsezer.wordpress.com/2012/01/13/oop-movieclipparent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9092a838cbad789af500196763234d4c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">serhatsezer</media:title>
		</media:content>
	</item>
		<item>
		<title>Javascript ile Haber Akışını Sağlamak</title>
		<link>http://serhatsezer.wordpress.com/2012/01/05/javascript-ile-haber-akisini-saglamak/</link>
		<comments>http://serhatsezer.wordpress.com/2012/01/05/javascript-ile-haber-akisini-saglamak/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 12:36:36 +0000</pubDate>
		<dc:creator>serhatsezer</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[bottom]]></category>
		<category><![CDATA[haber akışı jquery]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://serhatsezer.wordpress.com/?p=931</guid>
		<description><![CDATA[Açıklamaları yakında ekleyeceğim sadece paylaşım açısından bir çalışma olsun istiyorum. bottom.js oluşturulur. /** $(CBI)* ... $(CBI)* @author Serhat Sezer $(CBI)*/ (function() { //alert("sayfaya girdi "); var isLoad = false; $(window).scroll(function(){ if((($(window).scrollTop()+(window).height())+250) &#62;= $(document).height()) { //alert('sayfa büyük.'); if(isLoad == false) { isLoad = true; $("#loadingBarDiv").css("display","block"); $.get("ServerSide.php?start=" + $("#loadedMaxDiv").val(), function(e){ $("body").append(e); $("#loadedMaxDiv").val( parseInt($("#loadMaxDiv").val())+50 ); $("loadingBarDiv").css("display","none"); isLoad = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=931&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Açıklamaları yakında ekleyeceğim sadece paylaşım açısından bir çalışma olsun istiyorum.</p>
<p><strong>bottom.js </strong>oluşturulur.</p>
<pre>

/**
$(CBI)* ...
$(CBI)* @author Serhat Sezer
$(CBI)*/

(function() {

	//alert("sayfaya girdi ");

	var isLoad = false;

	$(window).scroll(function(){

		if((($(window).scrollTop()+(window).height())+250) &gt;= $(document).height())
		{
			//alert('sayfa büyük.');
			if(isLoad == false)
			{
				isLoad = true;
				$("#loadingBarDiv").css("display","block");
				$.get("ServerSide.php?start=" + $("#loadedMaxDiv").val(), function(e){

					$("body").append(e);
					$("#loadedMaxDiv").val( parseInt($("#loadMaxDiv").val())+50 );
					$("loadingBarDiv").css("display","none");
					isLoad = false;
				});
			}
		}
	});
})();
</pre>
<p><strong>main.html</strong> oluşturulur.</p>
<p> <strong>Head tagının içerisine bir -Script- bir de -Style- alanları oluşturulur. </strong><br />
<strong>Body kısmına iki adet div oluşturulu bunlardan -loadMaxDiv- olanına baya bir içerik girilir. Ya da Yukarıdaki gibi ServerSide bir dilden içerik çekebilir. </strong><br />
Head Kısmı -Script-</p>
<pre>
	jQuery(document).ready(function(){
	      jQuery("#loadMaxDiv").val(50);
	});
</pre>
<p>Head Kısmı &#8211; Style-</p>
<pre>
#loadingBarDiv { width: 100%; height: 20px; display:block; float:left; background: black; }
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/serhatsezer.wordpress.com/931/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/serhatsezer.wordpress.com/931/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/serhatsezer.wordpress.com/931/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/serhatsezer.wordpress.com/931/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/serhatsezer.wordpress.com/931/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/serhatsezer.wordpress.com/931/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/serhatsezer.wordpress.com/931/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/serhatsezer.wordpress.com/931/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/serhatsezer.wordpress.com/931/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/serhatsezer.wordpress.com/931/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/serhatsezer.wordpress.com/931/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/serhatsezer.wordpress.com/931/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/serhatsezer.wordpress.com/931/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/serhatsezer.wordpress.com/931/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=931&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://serhatsezer.wordpress.com/2012/01/05/javascript-ile-haber-akisini-saglamak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9092a838cbad789af500196763234d4c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">serhatsezer</media:title>
		</media:content>
	</item>
		<item>
		<title>Actionscript 3 ile RSS Reader</title>
		<link>http://serhatsezer.wordpress.com/2012/01/05/actionscript-3-ile-rss-reader/</link>
		<comments>http://serhatsezer.wordpress.com/2012/01/05/actionscript-3-ile-rss-reader/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 11:39:24 +0000</pubDate>
		<dc:creator>serhatsezer</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Data - XML]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3 data yükleyici]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[data xml yükleyici]]></category>
		<category><![CDATA[rss yükleyici]]></category>

		<guid isPermaLink="false">http://serhatsezer.wordpress.com/?p=924</guid>
		<description><![CDATA[Projenin durumuna göre Facebook,Twitter,Foursquare gibi Apiler kullanabiliyoruz. Benimde aklıma geldi bir RSS Reader oluşturmak istedim. Mantık çok basit. İlk olarak Component panelinden bir List öğesi seçiyoruz. Sonra sahneye sürükleyip bırakıyoruz. Componentten eklediğimiz objeye instance name olarak &#8220;list&#8221; adını veriyoruz. daha sonrasında ise rss adresimizi bilmemiz gerekiyor bunun için ben kendi blog sitemin rss adresini kullandım. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=924&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Projenin durumuna göre Facebook,Twitter,Foursquare gibi Apiler kullanabiliyoruz. Benimde aklıma geldi bir RSS Reader oluşturmak istedim. Mantık çok basit. İlk olarak Component panelinden bir List öğesi seçiyoruz. Sonra sahneye sürükleyip bırakıyoruz. Componentten eklediğimiz objeye instance name olarak &#8220;list&#8221; adını veriyoruz. daha sonrasında ise rss adresimizi bilmemiz gerekiyor bunun için ben kendi blog sitemin rss adresini kullandım. Mantık olarak oluşturacağımız öğeler xml ile aynı. Zaten RSS dosyasını XML dosyası gibi düşünebilirsiniz. Yapmamız gereken işlemler şu şekilde olmalıdır adım adım anlatacak olursak:</p>
<p><strong>URLLoader Oluşturulur.(RSS readerımızı okumamız için)</strong><br />
<strong>URLRequest Oluşturulur. (Adres bilgilerini belirleyebileceğimiz bir alan. Yani RSS Adresi istek göndereceğimiz alan)</strong><br />
<strong>XML Oluşturulur.(Gelen Dataları yükleyeceğimiz bölüm)</strong></p>
<pre><code>
 package
 {
 import flash.display.MovieClip;
 import flash.events.Event;
 import flash.net.URLLoader;
 import flash.net.URLRequest;
 import flash.net.navigateToURL;
 import fl.controls.TextArea;
 import fl.controls.List;</code>
/**
 * @author Serhat Sezer
 */
public class RssReader extends MovieClip
 {
 private var rssLoader:URLLoader;
 private var rssReq:URLRequest;
 private var rssXML:XML;
 private var contentList:XMLList;
public function RssReader()
 {
 rssXML = new XML ();
 rssXML.ignoreWhitespace = true;
rssLoader = new URLLoader ();
 rssReq = new URLRequest ("http://serhatsezer.wordpress.com/feed/");
 rssLoader.load (rssReq);
 rssLoader.addEventListener (Event.COMPLETE, onRssComplete);
}
private function onRssComplete(event:Event):void
 {
 rssXML = new XML (event.target.data);
for (var item:String in rssXML.channel.item)
 {
 list.addItem ( { label: rssXML.channel.item[item].pubDate.substr (0, 20) + " " +rssXML.channel.item[item].title } );
 list.addEventListener (Event.CHANGE,onChangeList);
 }
 }
private function onChangeList(event:Event):void
 {
 var headTitle:String = event.currentTarget.selectedItem.label.substr (20);
 txtHeadTitle.text = headTitle;
contentList = rssXML.channel.item[event.target.selectedIndex].children ();
 for (var i:int = 0; i &lt; contentList.length(); i++)
 {
 if (contentList[i].name () == "description")
 {
 i++;
 break;
 }
 var item:XML = contentList[i].children ()[0];
 navigateToURL(new URLRequest(item.toString ()));
}
 }
 }
 }
<strong> Sadece belirli alanları anlatmayı uygun görüyorum.
</strong> <code>
 for (var item:String in rssXML.channel.item)
 {
 list.addItem ( { label: rssXML.channel.item[item].pubDate.substr (0, 20) + " " +rssXML.channel.item[item].title } );
 list.addEventListener (Event.CHANGE,onChangeList);
 }
 </code></pre>
<p>Bu alanda eklediğimiz list compoentnine rss den aldığımız değeri basıyoruz. İkinci kısımda ise bir listener atıyoruz ve bu listenera gerekli bir kaç işlem yapacağız. Bunlar selectedIndex gibi işlemler yapıyoruz.</p>
<p><strong><a href="http://labs.curyy.com/rssreader/RssReader.rar" target="_blank">Kaynak dosyalar</a></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/serhatsezer.wordpress.com/924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/serhatsezer.wordpress.com/924/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/serhatsezer.wordpress.com/924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/serhatsezer.wordpress.com/924/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/serhatsezer.wordpress.com/924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/serhatsezer.wordpress.com/924/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/serhatsezer.wordpress.com/924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/serhatsezer.wordpress.com/924/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/serhatsezer.wordpress.com/924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/serhatsezer.wordpress.com/924/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/serhatsezer.wordpress.com/924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/serhatsezer.wordpress.com/924/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/serhatsezer.wordpress.com/924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/serhatsezer.wordpress.com/924/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=924&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://serhatsezer.wordpress.com/2012/01/05/actionscript-3-ile-rss-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9092a838cbad789af500196763234d4c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">serhatsezer</media:title>
		</media:content>
	</item>
		<item>
		<title>ActionScript ile 3d</title>
		<link>http://serhatsezer.wordpress.com/2012/01/02/actionscript-ile-3d-acisi/</link>
		<comments>http://serhatsezer.wordpress.com/2012/01/02/actionscript-ile-3d-acisi/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 12:33:19 +0000</pubDate>
		<dc:creator>serhatsezer</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3 3d import]]></category>
		<category><![CDATA[flash ile 3d]]></category>

		<guid isPermaLink="false">http://serhatsezer.wordpress.com/?p=917</guid>
		<description><![CDATA[Actionscript ile 3d programlama oldukça geniş. Eğer siz oyun yapmak istiyorsanız ya da herhangi bir 3d çalışmasında bulunmak istiyorsanız o kadar çok kaynak var ki elinizde. Bunlardan sıralayabileceğim ; Fizik Motoru : Box2D (En sağlam fizik motorudur. İçerisinde bir çok class barındırır kod yazmadan da bu 2d motorunu kullanabilirsiniz komponentler sayesinde.) 3D Motorları : En [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=917&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Actionscript ile 3d programlama oldukça geniş. Eğer siz oyun yapmak istiyorsanız ya da herhangi bir 3d çalışmasında bulunmak istiyorsanız o kadar çok kaynak var ki elinizde. Bunlardan sıralayabileceğim ;</p>
<p><strong>Fizik Motoru : </strong><br />
Box2D (En sağlam fizik motorudur. İçerisinde bir çok class barındırır kod yazmadan da bu 2d motorunu kullanabilirsiniz komponentler sayesinde.)</p>
<p><strong>3D Motorları : </strong></p>
<p>En güçlüsü kuşkusuz ki <strong>Alternativa3D</strong> Adobe resmi olarak destek vermektedir.<br />
Bir ikincisi bu da kullanımı yaygın ve internette bi çok örneğini bulabileceğiniz <strong>Away3D</strong><br />
Eski bir 3d motoru ama bir okadarda işlevli örneği bol <strong>Papervision3D</strong><br />
<em>* 3D olarak paylaşabileceğim ve aralarında en sağlam ve belirgin aynı zamanda en yaygın olanları bunlar. Bunların dışındakilere pek bakmamızı öneririm. Tabii sizin bileceğiniz bir şey.</em></p>
<p><strong>Oyun Motorları : </strong></p>
<p>İşte bu olan çok geniş o yüzden size şu linki veriyorum bir incelemekte fayda var.<br />
http://www.adobe.com/devnet/games.html ayrıca bunlara da bir göz atmak lazım</p>
<p>http://www.flashrealtime.com/flash-game-library-engine-list/#2D</p>
<p>Bunların en belirligini flixel ve FlashPunk bunun yanında Starling çıktı o da adobe&#8217;un desteklediği bir oyun motoru.</p>
<p>Ayrıca bahsetmek isterim ki Adobe son zamanlarda duyurduğu <a href="http://www.adobe.com/devnet/flashplayer/stage3d.html" target="_blank"><strong>stage3D</strong> </a>ile iyi örnekler yapabilirsiniz. Bunun yanında bir de <a href="http://www.mikechambers.com/blog/2009/09/09/converting-from-a-matrix3d-to-matrix-in-actionscript-3/" target="_blank"><strong>matrix3D</strong> </a>var yani adobe flash platfromu geniş bir platform ve yapacaklarınızın sınırı yok. Bunu Fwa daki sitelere bakarakta anlayabilirsiniz.</p>
<p><strong>Matrix3D tanıtmak amacıyla bir örnek.</strong></p>
<p><em>*Aşağıdaki örnekte bir şekil çizilir. Daha sonrasında açıyı sürekli olarak değiştirebilmek için enterframe evente bağlanır (Event.ENTER_FRAME) daha sonrasında açıyı bulabilmek için geometri sınıfı olan flash.geom sınıfı kullanılır ve Matrix3D ile açı hesabı yapılır.</em></p>
<p><code>var shape : Shape = new Shape();<br />
shape.graphics.beginFill(0xFF0000);<br />
shape.graphics.drawRect(300,150,50,50);<br />
shape.graphics.endFill();<br />
shape.z = 0;<br />
addChild(shape);<br />
addEventListener(Event.ENTER_FRAME,loop);</p>
<p>function loop(event:Event):void<br />
{<br />
shape.z = 1;<br />
shape.transform.matrix3D.appendTranslation(0,0,0);<br />
shape.transform.matrix3D.appendRotation(1,Vector3D.Y_AXIS);<br />
}</code><br />
<em>Eğer açıyı X açısından ve ya Z açısından almak istersek.</em><br />
<strong>Vector3D.X_AXIS <br /> Vector3D.Z_AXIS</strong><br />
demek yeterli olacaktır. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/serhatsezer.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/serhatsezer.wordpress.com/917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/serhatsezer.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/serhatsezer.wordpress.com/917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/serhatsezer.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/serhatsezer.wordpress.com/917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/serhatsezer.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/serhatsezer.wordpress.com/917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/serhatsezer.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/serhatsezer.wordpress.com/917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/serhatsezer.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/serhatsezer.wordpress.com/917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/serhatsezer.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/serhatsezer.wordpress.com/917/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=serhatsezer.wordpress.com&amp;blog=9771300&amp;post=917&amp;subd=serhatsezer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://serhatsezer.wordpress.com/2012/01/02/actionscript-ile-3d-acisi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9092a838cbad789af500196763234d4c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">serhatsezer</media:title>
		</media:content>
	</item>
	</channel>
</rss>
