<?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>Aklıma gelmişken &#187; Hareketlen</title>
	<atom:link href="http://2kilobyte.org/category/hrkt/feed/" rel="self" type="application/rss+xml" />
	<link>http://2kilobyte.org</link>
	<description>yazmakta fayda var...</description>
	<lastBuildDate>Thu, 15 Mar 2012 13:41:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Visual C# da form üzerindeki bir kontrolün resminin alınması</title>
		<link>http://2kilobyte.org/2011/12/visual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi/</link>
		<comments>http://2kilobyte.org/2011/12/visual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 11:01:51 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[bilgisayar bilimi]]></category>
		<category><![CDATA[alanın]]></category>
		<category><![CDATA[belirli bir bölgenin]]></category>
		<category><![CDATA[bileşenin]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[formda]]></category>
		<category><![CDATA[kaydetme]]></category>
		<category><![CDATA[resmini alma]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[üzerinde]]></category>
		<category><![CDATA[visual .net]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=1656</guid>
		<description><![CDATA[Bu kodu kolay kolay bulamazsınız internette. Hatta ben bulamadım Form üzerindeki bir bileşenin (kontrolün) örneğin bir buttonun, yada textboxun vs&#8230; o anki resmini (print screen) çekip bir dosyaya kaydediyor bu kod. İnternette bulabileceğiniz kodlarda pixeller kayıyor. Ama bu kod çalışıyor. Bitmap bmpScreenshot = new Bitmap(waveformGraph1.Width, waveformGraph1.Height, PixelFormat.Format32bppArgb); waveformGraph1.DrawToBitmap(bmpScreenshot, waveformGraph1.ClientRectangle); SaveFileDialog saveImageDialog = new SaveFileDialog(); saveImageDialog.Title [...]]]></description>
			<content:encoded><![CDATA[<p>Bu kodu kolay kolay bulamazsınız internette. Hatta ben bulamadım <img src='http://2kilobyte.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Form üzerindeki bir bileşenin (kontrolün) örneğin bir buttonun, yada textboxun vs&#8230; o anki resmini (print screen) çekip bir dosyaya kaydediyor bu kod. İnternette bulabileceğiniz kodlarda pixeller kayıyor. Ama bu kod çalışıyor.</p>
<p>Bitmap bmpScreenshot = new Bitmap(waveformGraph1.Width, waveformGraph1.Height, PixelFormat.Format32bppArgb);</p>
<p>waveformGraph1.DrawToBitmap(bmpScreenshot, waveformGraph1.ClientRectangle);</p>
<p>SaveFileDialog saveImageDialog = new SaveFileDialog();<br />
saveImageDialog.Title = &#8220;Kayıt edilecek dosya ismini ve kayıt yerini seçin:&#8221;;<br />
saveImageDialog.Filter = &#8220;Jpg Resim|*.jpg|Bitmap Resim|*.bmp|Gif Resim|*.gif&#8221;;</p>
<p>if (saveImageDialog.ShowDialog() == DialogResult.OK)<br />
{<br />
bmpScreenshot.Save(saveImageDialog.FileName, ImageFormat.Png);<br />
}</p>
<p>===================</p>
<p>burada waveformgraph1 benim kontrolümün adı. onun yerine label1, textbox1 vs.. yazacaksınız işte bu kadar.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;count=none&amp;text=Visual%20C%23%20da%20form%20%C3%BCzerindeki%20bir%20kontrol%C3%BCn%20resminin%20al%C4%B1nmas%C4%B1" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;count=none&amp;text=Visual%20C%23%20da%20form%20%C3%BCzerindeki%20bir%20kontrol%C3%BCn%20resminin%20al%C4%B1nmas%C4%B1" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;linkname=Visual%20C%23%20da%20form%20%C3%BCzerindeki%20bir%20kontrol%C3%BCn%20resminin%20al%C4%B1nmas%C4%B1" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;title=Visual%20C%23%20da%20form%20%C3%BCzerindeki%20bir%20kontrol%C3%BCn%20resminin%20al%C4%B1nmas%C4%B1" id="wpa2a_2"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2011/12/visual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Samsung SCH-i405</title>
		<link>http://2kilobyte.org/2011/07/samsung-sch-i405/</link>
		<comments>http://2kilobyte.org/2011/07/samsung-sch-i405/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 08:29:56 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[1 ghz]]></category>
		<category><![CDATA[klavye]]></category>
		<category><![CDATA[qwerty]]></category>
		<category><![CDATA[Samsung SCH-i405]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=1529</guid>
		<description><![CDATA[Qwerty slide android telefonlarına sağlam bir örnek olacak bu modelin özellikleri ise şöyle ( sızan telefonun bu olduğu tahmin ediliyor , Türk sitelerinde ilk defa burada) 1GHz çift çekirdekli işlemci, Super AMOLED Plus  480 x 800 çözünürlüklü ekran,  512MB RAM , 1800mAh pil.  4G &#160;]]></description>
			<content:encoded><![CDATA[<p>Qwerty slide android telefonlarına sağlam bir örnek olacak bu modelin özellikleri ise şöyle ( sızan telefonun bu olduğu tahmin ediliyor , Türk sitelerinde ilk defa burada)</p>
<p>1GHz çift çekirdekli işlemci, Super AMOLED Plus  480 x 800 çözünürlüklü ekran,  512MB RAM , 1800mAh pil.  4G</p>
<p><img src="http://r.phonedog.com/shared/images/2011/7/166046-vzwschi405.jpg" alt="samsung sch i 405" /></p>
<p>&nbsp;</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fsamsung-sch-i405%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fsamsung-sch-i405%2F&amp;count=none&amp;text=Samsung%20SCH-i405" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fsamsung-sch-i405%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fsamsung-sch-i405%2F&amp;count=none&amp;text=Samsung%20SCH-i405" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fsamsung-sch-i405%2F&amp;linkname=Samsung%20SCH-i405" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fsamsung-sch-i405%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fsamsung-sch-i405%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fsamsung-sch-i405%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fsamsung-sch-i405%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fsamsung-sch-i405%2F&amp;title=Samsung%20SCH-i405" id="wpa2a_4"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2011/07/samsung-sch-i405/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Haftanın indirmeleri</title>
		<link>http://2kilobyte.org/2011/07/haftanin-indirmeleri/</link>
		<comments>http://2kilobyte.org/2011/07/haftanin-indirmeleri/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 12:59:28 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[açık kaynak]]></category>
		<category><![CDATA[Aklıma gelmişken]]></category>
		<category><![CDATA[bilgisayar bilimi]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[malwarebytes]]></category>
		<category><![CDATA[xnview]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=1495</guid>
		<description><![CDATA[Öncelikle ilk programımız Xnview v 1.98.1 Bu yeni versiyonda da bir çok özellik eklenmiş. indirme linki http://hotfile.com/dl/123482078/e73ce24/XnView-win.zip.html İkinci programımız ise Malwarebytes 1.51.0 Kesinlikle indirip kurmanızı tavsiye ediyorum. Özellikle internet sitelerinden bulaşan ve bilgisayarınızın kontolünü sizden alan trojanlara karşı etkili. Malwarebytes programının paketi içine bir de exeduzelt.reg adlı bir dosya koydum. .exe uzantılı programlarınızı çalıştırmayı engelleyen (yani [...]]]></description>
			<content:encoded><![CDATA[<p>Öncelikle ilk programımız <span style="color: #ff00ff;">Xnview v 1.98.1</span><br />
Bu yeni versiyonda da bir çok özellik eklenmiş.<br />
indirme linki<br />
<a href="http://hotfile.com/dl/123482078/e73ce24/XnView-win.zip.html" target="_blank">http://hotfile.com/dl/123482078/e73ce24/XnView-win.zip.html</a></p>
<p>İkinci programımız ise <span style="color: #ff00ff;">Malwarebytes 1.51.0</span><br />
Kesinlikle indirip kurmanızı tavsiye ediyorum. Özellikle internet sitelerinden bulaşan ve bilgisayarınızın kontolünü sizden alan trojanlara karşı etkili. Malwarebytes programının paketi içine bir de exeduzelt.reg adlı bir dosya koydum.</p>
<p>.exe uzantılı programlarınızı çalıştırmayı engelleyen (yani programlar, oyunlar her şey) trojanları silseniz de programlar açılmamaya devam ediyor. bu exeduzelt.reg ile trojanın bu etkisinden de kurtulabilirsiniz.</p>
<p><a href="http://hotfile.com/dl/123484602/f878944/malwarebytes.rar.html" target="_blank">http://hotfile.com/dl/123484602/f878944/malwarebytes.rar.html </a></p>
<p>&nbsp;</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;count=none&amp;text=Haftan%C4%B1n%20indirmeleri" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;count=none&amp;text=Haftan%C4%B1n%20indirmeleri" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;linkname=Haftan%C4%B1n%20indirmeleri" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;title=Haftan%C4%B1n%20indirmeleri" id="wpa2a_6"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2011/07/haftanin-indirmeleri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>THE KING OF FIGHTERS-i</title>
		<link>http://2kilobyte.org/2011/07/the-king-of-fighters-i/</link>
		<comments>http://2kilobyte.org/2011/07/the-king-of-fighters-i/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 12:19:20 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[oyun]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[the king of fighters]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=1491</guid>
		<description><![CDATA[The King of Fighters iphone için de yapılmış. 8 $ lık bir fiyatla apple&#8217;in app. marketinde var. [review] the king of fighters i from ziwoogae on Vimeo. oynayanlar iphone için yapılmış en iyi dövüş oyunu olduğunu söylemiş. 225 mb. çıkalı 1 gün olmuş (7 eylül 2011) ama 51 tane 5 yıldız almış şu ana kadar..]]></description>
			<content:encoded><![CDATA[<p><a title="the kof" href="http://tr.wikipedia.org/wiki/The_King_of_Fighters" target="_blank"><br />
<img src="http://a2.mzstatic.com/us/r1000/099/Purple/9f/c5/b6/mzl.azstbnfp.320x480-75.jpg" alt="kof iphone" /><br />
The King of Fighters</a> iphone için de yapılmış. 8 $ lık bir fiyatla <a title="apple store" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=445305792&amp;%20mt=8" target="_blank">apple&#8217;in app. marketinde</a> var.<br />
<img src="http://a5.mzstatic.com/us/r1000/084/Purple/9d/79/a9/mzl.icpbgjyv.320x480-75.jpg" alt="kof iphone" /><br />
<iframe src="http://player.vimeo.com/video/26095775?title=0&amp;byline=0&amp;portrait=0" width="400" height="295" frameborder="0"></iframe>
<p><a href="http://vimeo.com/26095775">[review] the king of fighters i</a> from <a href="http://vimeo.com/ziwoogae">ziwoogae</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>oynayanlar iphone için yapılmış en iyi dövüş oyunu olduğunu söylemiş. 225 mb. çıkalı 1 gün olmuş (7 eylül 2011) ama 51 tane 5 yıldız almış şu ana kadar..</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fthe-king-of-fighters-i%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fthe-king-of-fighters-i%2F&amp;count=none&amp;text=THE%20KING%20OF%20FIGHTERS-i" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fthe-king-of-fighters-i%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fthe-king-of-fighters-i%2F&amp;count=none&amp;text=THE%20KING%20OF%20FIGHTERS-i" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fthe-king-of-fighters-i%2F&amp;linkname=THE%20KING%20OF%20FIGHTERS-i" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fthe-king-of-fighters-i%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fthe-king-of-fighters-i%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fthe-king-of-fighters-i%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fthe-king-of-fighters-i%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fthe-king-of-fighters-i%2F&amp;title=THE%20KING%20OF%20FIGHTERS-i" id="wpa2a_8"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2011/07/the-king-of-fighters-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>visual c# &#8216;da resimli button ekleme (imagelist ile)</title>
		<link>http://2kilobyte.org/2011/03/visual-c-da-resimli-button-ekleme-imagelist-ile/</link>
		<comments>http://2kilobyte.org/2011/03/visual-c-da-resimli-button-ekleme-imagelist-ile/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 20:21:03 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[bilgisayar bilimi]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[imagelist]]></category>
		<category><![CDATA[resimli]]></category>
		<category><![CDATA[studio]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=1368</guid>
		<description><![CDATA[1-öncelikle imagelist ekleyin (toolbox&#8217;ta components&#8217;tedir) 2-imagelist i açıp choose images e tıklayın 3-resimlerinizi ekleyin 4-button unuzu ekleyin 5-gerisini anlatmama gerek var mı bilmiyorum, button properties ine girin 6-imagelist den imagelist inizi seçin 7-olay bu kadar. resimlerin boyutunu değiştirmek için imagelist okuna tıklayın 16&#215;16 olarak geliyor ilk başta.]]></description>
			<content:encoded><![CDATA[<p>1-öncelikle imagelist ekleyin (toolbox&#8217;ta components&#8217;tedir)<br />
2-imagelist i açıp choose images e tıklayın<br />
<img src="http://i54.twitgoo.com/wjayhw.jpg" alt="desktop" /><br />
3-resimlerinizi ekleyin<br />
4-button unuzu ekleyin <img src='http://2kilobyte.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
5-gerisini anlatmama gerek var mı bilmiyorum, button properties ine girin<br />
6-imagelist den imagelist inizi seçin<br />
<img src="http://i51.twitgoo.com/2957g1y.jpg" alt="desktop" /><br />
7-olay bu kadar. resimlerin boyutunu değiştirmek için<br />
imagelist okuna tıklayın 16&#215;16 olarak geliyor ilk başta.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;count=none&amp;text=visual%20c%23%20%26%238216%3Bda%20resimli%20button%20ekleme%20%28imagelist%20ile%29" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;count=none&amp;text=visual%20c%23%20%26%238216%3Bda%20resimli%20button%20ekleme%20%28imagelist%20ile%29" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;linkname=visual%20c%23%20%26%238216%3Bda%20resimli%20button%20ekleme%20%28imagelist%20ile%29" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;title=visual%20c%23%20%26%238216%3Bda%20resimli%20button%20ekleme%20%28imagelist%20ile%29" id="wpa2a_10"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2011/03/visual-c-da-resimli-button-ekleme-imagelist-ile/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Android için elzem programlar</title>
		<link>http://2kilobyte.org/2011/02/android-icin-elzem-programlar/</link>
		<comments>http://2kilobyte.org/2011/02/android-icin-elzem-programlar/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 17:38:55 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[bakitleri]]></category>
		<category><![CDATA[bulma]]></category>
		<category><![CDATA[cakit]]></category>
		<category><![CDATA[cepvakit]]></category>
		<category><![CDATA[ezan]]></category>
		<category><![CDATA[ı]]></category>
		<category><![CDATA[kıble]]></category>
		<category><![CDATA[nur]]></category>
		<category><![CDATA[risale]]></category>
		<category><![CDATA[vakitleri]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=1334</guid>
		<description><![CDATA[sağolsun hemen yapmışlar türk programcılar 1-android için ezan vakitlerini gösteren program 2- android için bir risale-i nur okuma programı 3-kibleyi bulmanıza yarayacak programlar not:müslümanlar içindir.]]></description>
			<content:encoded><![CDATA[<p>sağolsun hemen yapmışlar türk programcılar<br />
1-<a href="http://www.androidzoom.com/android_applications/books_and_reference/namaz-vakitleri_hmow.html">android için ezan vakitlerini gösteren program</a><br />
2- <a href="http://www.nurunsozu.com/RisaleiNurAndroid.aspx">android için bir risale-i nur okuma programı </a><br />
3-<a href="http://www.androidzoom.com/android_applications/qibla/by_matching">kibleyi bulmanıza yarayacak programlar</a><br />
not:müslümanlar içindir.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fandroid-icin-elzem-programlar%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fandroid-icin-elzem-programlar%2F&amp;count=none&amp;text=Android%20i%C3%A7in%20elzem%20programlar" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fandroid-icin-elzem-programlar%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fandroid-icin-elzem-programlar%2F&amp;count=none&amp;text=Android%20i%C3%A7in%20elzem%20programlar" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fandroid-icin-elzem-programlar%2F&amp;linkname=Android%20i%C3%A7in%20elzem%20programlar" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fandroid-icin-elzem-programlar%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fandroid-icin-elzem-programlar%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fandroid-icin-elzem-programlar%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fandroid-icin-elzem-programlar%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fandroid-icin-elzem-programlar%2F&amp;title=Android%20i%C3%A7in%20elzem%20programlar" id="wpa2a_12"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2011/02/android-icin-elzem-programlar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gps alarm</title>
		<link>http://2kilobyte.org/2011/02/gps-alarm/</link>
		<comments>http://2kilobyte.org/2011/02/gps-alarm/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 16:35:41 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[alarm]]></category>
		<category><![CDATA[geldiğinde]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[haber]]></category>
		<category><![CDATA[vermek]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=1325</guid>
		<description><![CDATA[bu programla (hem androidde hem iosda bulabileceğiniz) gps sayesinde -örneğin otobüs duraklarını kaçırmamak için &#8211; belli bir yere geldiğinizde sizi uyarıyor. pek çok farklı yerde kullanılabilecek tek kelimeyle teknoloji nimeti.]]></description>
			<content:encoded><![CDATA[<p>bu programla (hem <a href="http://www.androidzoom.com/android_applications/productivity/gps-alarm_mcl.html">androidde</a> hem iosda bulabileceğiniz) gps sayesinde -örneğin otobüs duraklarını kaçırmamak için &#8211; belli bir yere geldiğinizde sizi uyarıyor. pek çok farklı yerde kullanılabilecek tek kelimeyle teknoloji nimeti.<br />
<img src="http://cdn2.staztic.com/screenshots/gps-alarm-120-2.jpg" alt="" /></p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fgps-alarm%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fgps-alarm%2F&amp;count=none&amp;text=gps%20alarm" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fgps-alarm%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fgps-alarm%2F&amp;count=none&amp;text=gps%20alarm" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fgps-alarm%2F&amp;linkname=gps%20alarm" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fgps-alarm%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fgps-alarm%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fgps-alarm%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fgps-alarm%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2011%2F02%2Fgps-alarm%2F&amp;title=gps%20alarm" id="wpa2a_14"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2011/02/gps-alarm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cities XL</title>
		<link>http://2kilobyte.org/2011/01/cities-xl/</link>
		<comments>http://2kilobyte.org/2011/01/cities-xl/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 11:40:42 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[oyun]]></category>
		<category><![CDATA[cities xl]]></category>
		<category><![CDATA[şehir]]></category>
		<category><![CDATA[simcity 3000]]></category>
		<category><![CDATA[simülatör]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=1282</guid>
		<description><![CDATA[Cities XL simcity 3000 tarzı şehir geliştirme simülatörlerinin doruk noktasında bir oyun harika bir şeye benziyor. bu konuyla ilgili olanlara tavsiye. sitesi de bu ben oynamam şimdilik yoksa belediye başkanlığına merak sararız..]]></description>
			<content:encoded><![CDATA[<p><a href="http://tr.wikipedia.org/wiki/Cities_XL">Cities XL</a> simcity 3000 tarzı şehir geliştirme simülatörlerinin doruk noktasında bir oyun harika bir şeye benziyor. bu konuyla ilgili olanlara tavsiye. sitesi de <a href="http://www2.citiesxl.com/">bu</a> <img src="http://pcmedia.ign.com/pc/image/article/951/951631/cities-xl-20090205001931407.jpg" alt="" /><img src="http://cache.kotaku.com/assets/resources/2008/04/citiesxlscreen.jpg" alt="" /> ben oynamam şimdilik yoksa belediye başkanlığına merak sararız..</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F01%2Fcities-xl%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F01%2Fcities-xl%2F&amp;count=none&amp;text=Cities%20XL" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F01%2Fcities-xl%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F01%2Fcities-xl%2F&amp;count=none&amp;text=Cities%20XL" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2011%2F01%2Fcities-xl%2F&amp;linkname=Cities%20XL" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F01%2Fcities-xl%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F01%2Fcities-xl%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F01%2Fcities-xl%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F01%2Fcities-xl%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2011%2F01%2Fcities-xl%2F&amp;title=Cities%20XL" id="wpa2a_16"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2011/01/cities-xl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pes 2011 demo</title>
		<link>http://2kilobyte.org/2010/09/pes-2011-demo/</link>
		<comments>http://2kilobyte.org/2010/09/pes-2011-demo/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 14:43:24 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[oyun]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[çıktı]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[futbolu]]></category>
		<category><![CDATA[japon]]></category>
		<category><![CDATA[pes]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=1241</guid>
		<description><![CDATA[çıkmış ve buradan indirilebilir, tabi yerse 2 gb]]></description>
			<content:encoded><![CDATA[<p>çıkmış ve <a href="http://dl.pes2011.konamionline.com/pes2011/package/PES2011_Demo.exe">buradan indirilebilir,</a> tabi yerse 2 gb</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fpes-2011-demo%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fpes-2011-demo%2F&amp;count=none&amp;text=pes%202011%20demo" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fpes-2011-demo%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fpes-2011-demo%2F&amp;count=none&amp;text=pes%202011%20demo" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fpes-2011-demo%2F&amp;linkname=pes%202011%20demo" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fpes-2011-demo%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fpes-2011-demo%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fpes-2011-demo%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fpes-2011-demo%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fpes-2011-demo%2F&amp;title=pes%202011%20demo" id="wpa2a_18"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2010/09/pes-2011-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dosyaları geri alınamayacak şekilde silme</title>
		<link>http://2kilobyte.org/2010/09/dosyalari-geri-alinamayacak-sekilde-silme/</link>
		<comments>http://2kilobyte.org/2010/09/dosyalari-geri-alinamayacak-sekilde-silme/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 15:05:52 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[bilgisayar bilimi]]></category>
		<category><![CDATA[teknolojik hadise]]></category>
		<category><![CDATA[alınamayacak]]></category>
		<category><![CDATA[geri]]></category>
		<category><![CDATA[kökten]]></category>
		<category><![CDATA[silme]]></category>
		<category><![CDATA[tamamen]]></category>
		<category><![CDATA[temiz]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=1166</guid>
		<description><![CDATA[normalde biliyorsunuz ki silme işlemi geri alınabiliyor bunun sebebi aslında silinmemesi sadece halının altına atılması (toz gibi) ama disk birleştirilmesi yaptığınızda halının altındaki tozların büyük bir bölümü gider. illa disk birleşmesi yapmasıza gerek yoktur ayrıca. bu işi yapan programlar da vardır. bu programlar genelde bütün harddiski ele aldığından kullanışsızdırlar ama bu program öyle değil. çok [...]]]></description>
			<content:encoded><![CDATA[<p>normalde biliyorsunuz ki silme işlemi geri alınabiliyor bunun sebebi aslında silinmemesi sadece halının altına atılması (toz gibi) ama disk birleştirilmesi yaptığınızda halının altındaki tozların büyük bir bölümü gider. illa disk birleşmesi yapmasıza gerek yoktur ayrıca. bu işi yapan programlar da vardır. bu programlar genelde bütün harddiski ele aldığından kullanışsızdırlar ama <a href="http://hotfile.com/dl/66284637/86ab707/Eraser_6.0.7.1893.rar.html">bu program</a> öyle değil. çok koolay ve kullanışlı pratik bir programdır sadece istediğiniz dosyayı programa sürükleyin ve bırakın. program 35 geçişli yöntemle siler, tertemiz yapar. deyim yerindeyse halıyı koparır o derece yani D: <a href="http://hotfile.com/dl/66284637/86ab707/Eraser_6.0.7.1893.rar.html">indirmek için tıkla </a> kis 2011 le taranmıştır kesinlikle temizdir.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;count=none&amp;text=dosyalar%C4%B1%20geri%20al%C4%B1namayacak%20%C5%9Fekilde%20silme" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;count=none&amp;text=dosyalar%C4%B1%20geri%20al%C4%B1namayacak%20%C5%9Fekilde%20silme" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;linkname=dosyalar%C4%B1%20geri%20al%C4%B1namayacak%20%C5%9Fekilde%20silme" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;title=dosyalar%C4%B1%20geri%20al%C4%B1namayacak%20%C5%9Fekilde%20silme" id="wpa2a_20"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2010/09/dosyalari-geri-alinamayacak-sekilde-silme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

