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

<channel>
	<title>Kaan Şengül</title>
	<atom:link href="http://blog.kaansengul.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kaansengul.com</link>
	<description>Kaan ve teknoloji ve kodlama ve tasarım ve ve ve...</description>
	<lastBuildDate>Sat, 03 Sep 2011 21:03:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>jQuery UI Datepicker&#8217;a Zamanı Eklemek</title>
		<link>http://blog.kaansengul.com/index.php/jquery-ui-datepickera-zamani-eklemek/</link>
		<comments>http://blog.kaansengul.com/index.php/jquery-ui-datepickera-zamani-eklemek/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 23:07:31 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=202</guid>
		<description><![CDATA[Bu aralar jQuery UI ve ASP.NET MVC ile bayağı haşır neşirim ve bugün Datepicker&#8216;ın bir sorunu ile karşılaştım. Sorun DateTime nesnesindeki zamanın (saat, dakika ve saniyeden bahsediyorum), Datepicker ile başka bir tarih seçince kaybolmasıydı. Nasıl olur diye düşünürken ve dateFormat&#8216;ı &#8230; <a href="http://blog.kaansengul.com/index.php/jquery-ui-datepickera-zamani-eklemek/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Bu aralar <a href="http://www.jqueryui.com">jQuery UI</a> ve <a title="ASP.NET MVC" href="http://www.asp.net/mvc">ASP.NET MVC</a> ile bayağı haşır neşirim ve bugün <a href="http://jqueryui.com/demos/datepicker/">Datepicker</a>&#8216;ın bir sorunu ile karşılaştım. Sorun DateTime nesnesindeki zamanın (saat, dakika ve saniyeden bahsediyorum), Datepicker ile başka bir tarih seçince kaybolmasıydı. Nasıl olur diye düşünürken ve <strong>dateFormat</strong>&#8216;ı kurcalarken, zamanı dateFormat içerisine yazdırmak geldi aklıma. Yani, dateFormat &#8220;<strong>dd.mm.yy</strong>&#8221; iken ben yanına ekstradan, sanki bir formatmış gibi zamanı koyacaktım, mesela &#8220;<strong>dd.mm.yy 00:13:48</strong>&#8220;.</p>
<p>Sonuç olarak <a href="http://jsfiddle.net/SCwuc/">buradaki</a> kod türedi.</p>
<p>Not: Bu projede ben sadece tarihi değiştirtmek istiyordum. Eğer siz ikisinide değiştirtmek istiyorsanız <a href="http://www.ama3.com/anytime/">başka</a> çözümler öneririm</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/jquery-ui-datepickera-zamani-eklemek/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
	</item>
		<item>
		<title>Tablo İsmini Değiştirmek (MS SQL Server)</title>
		<link>http://blog.kaansengul.com/index.php/tablo-ismini-degistirmek-ms-sql-server/</link>
		<comments>http://blog.kaansengul.com/index.php/tablo-ismini-degistirmek-ms-sql-server/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 23:47:07 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[Makaleler]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[t-sql]]></category>
		<category><![CDATA[tablo]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=198</guid>
		<description><![CDATA[Bir tablo oluşturduktan dikkat edin kullanıcı arayüzü ile onun ismini değiştirmek mümkün değildir. Bunun için &#8220;New Query&#8221; yada sql cümleleri yazmanızı sağlayan bir başka arayüze geçin ve: sp_rename &#039;eski_tablo_ismi&#039;, &#039;yeni_tablo_ismi&#039; cümlesini yazıp çalıştırın. Daha çok ayrıntı için buradan.]]></description>
			<content:encoded><![CDATA[<p>Bir tablo oluşturduktan dikkat edin kullanıcı arayüzü ile onun ismini değiştirmek mümkün değildir. Bunun için &#8220;New Query&#8221; yada sql cümleleri yazmanızı sağlayan bir başka arayüze geçin ve:</p>
<pre class="brush: sql">sp_rename &#039;eski_tablo_ismi&#039;, &#039;yeni_tablo_ismi&#039;</pre>
<p>cümlesini yazıp çalıştırın. Daha çok ayrıntı için <a href="http://msdn.microsoft.com/en-us/library/aa238878(SQL.80).aspx">buradan</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/tablo-ismini-degistirmek-ms-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Windows&#8217;ta WordPress Klasör Yetkileri Sorunu</title>
		<link>http://blog.kaansengul.com/index.php/windowsta-wordpress-klasor-yetkileri-sorunu/</link>
		<comments>http://blog.kaansengul.com/index.php/windowsta-wordpress-klasor-yetkileri-sorunu/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 12:48:50 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[Makaleler]]></category>
		<category><![CDATA[Web Teknolojileri]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[CREATOR OWNER]]></category>
		<category><![CDATA[erişim sorunu]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IIS_USR]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-content]]></category>
		<category><![CDATA[yetki]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=196</guid>
		<description><![CDATA[IIS üzerine WordPress kurduğunuz zaman bir Linux server&#8217;ına göre daha çok ayar yapmanız gerekiyor. Plesk gibi bir kontrol paneliniz varsa bu işlemler daha kolay oluyor fakat VDS/VPS üzerinde böyle bir kontrol paneliniz yoksa biraz sıkıcı bir hale dönebiliyor. Klasörlere/Dosyalara erişim &#8230; <a href="http://blog.kaansengul.com/index.php/windowsta-wordpress-klasor-yetkileri-sorunu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>IIS üzerine WordPress kurduğunuz zaman bir Linux server&#8217;ına göre daha çok ayar yapmanız gerekiyor. Plesk gibi bir kontrol paneliniz varsa bu işlemler daha kolay oluyor fakat VDS/VPS üzerinde böyle bir kontrol paneliniz yoksa biraz sıkıcı bir hale dönebiliyor. Klasörlere/Dosyalara erişim yetkilendirmesi de bunlardan biri. Mesela bir güncelleme/yükleme yapmak istediğinizde şu hatayı alabilirsiniz:</p>
<blockquote><p>Downloading install package from <a rel="nofollow" href="http://downloads.wordpress.org/plugin/nextgen-gallery.zip">http://downloads.wordpress.org/plugin/nextgen-gallery.zip</a>.</p>
<p>Download failed. Could not create Temporary file</p></blockquote>
<p>Bu demektir ki internetten indirilmeye çalışan dosya <strong>wp-content</strong> klasörünün altına yazılamıyor. Arama motorlarında bu konu hakkında ara yaptığınızda size IIS kullanıcısının (<strong>IIS_USR</strong>) yetki problemlerinin olduğu belirtilir. Eğer gerekli yetkileri vermenize rağmen bir değişiklik olmuyorsa:</p>
<p><a href="http://blog.kaansengul.com/wp-content/uploads/yetkihatasi.png"><img class="aligncenter size-medium wp-image-197" src="http://blog.kaansengul.com/wp-content/uploads/yetkihatasi-300x233.png" alt="" width="300" height="233" /></a></p>
<p><strong>CREATOR OWNER*</strong> kullanıcısınında yetkisini vermeniz lazım.</p>
<p>*: CREATOR OWNER aslında tam olarak bir kullanıcı hesabına eşit değildir. Amacı birden fazla kullanıcılı bir işletim sisteminde dosya yada klasörü oluşturan kullanıcıya ayrı yetki verilmesini sağlar.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/windowsta-wordpress-klasor-yetkileri-sorunu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/yetkihatasi-150x150.png" />
		<media:content url="http://blog.kaansengul.com/wp-content/uploads/yetkihatasi.png" medium="image">
			<media:title type="html">yetkihatasi</media:title>
			<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/yetkihatasi-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>ASP.NET &#8211; Kullanıcı Rol&#8217;e Dahil Mi?</title>
		<link>http://blog.kaansengul.com/index.php/asp-net-kullanici-role-dahil-mi/</link>
		<comments>http://blog.kaansengul.com/index.php/asp-net-kullanici-role-dahil-mi/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 12:13:17 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[kullanıcı]]></category>
		<category><![CDATA[membership]]></category>
		<category><![CDATA[rol]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=193</guid>
		<description><![CDATA[ASP.NET Membership sağlayıcısını başarılı bir şekilde kurduktan sonra programatik olarak kullanıcılar ile işlemler yürütebilirsiniz. Bunlardan biri giriş yapan kullanıcı sizin belirlediğiniz bir rolde (kullanıcı gruplarında) olup olmaması: if (User.IsInRole(&#34;yonetici&#34;)) { //... }]]></description>
			<content:encoded><![CDATA[<p>ASP.NET <a href="http://msdn.microsoft.com/en-us/library/yh26yfzy.aspx">Membership</a> sağlayıcısını başarılı bir şekilde kurduktan sonra programatik olarak kullanıcılar ile işlemler yürütebilirsiniz. Bunlardan biri giriş yapan kullanıcı sizin belirlediğiniz bir rolde (kullanıcı gruplarında) olup olmaması:</p>
<pre class="brush: c-sharp">
if (User.IsInRole(&quot;yonetici&quot;)) {
      //...
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/asp-net-kullanici-role-dahil-mi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
	</item>
		<item>
		<title>Komut Satırına Yönetici Erişimi</title>
		<link>http://blog.kaansengul.com/index.php/komut-satirina-yonetici-erisimi/</link>
		<comments>http://blog.kaansengul.com/index.php/komut-satirina-yonetici-erisimi/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 09:18:16 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[Makaleler]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[komut satırı]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=190</guid>
		<description><![CDATA[Komut satırını bazı durumlarda kullanan bir insanım aslında. Pencere kavramı geldikten sonra unuttuk gittik siyah yüzünü Fakat bazen lazım olmuyor değil. Bu lazım olduğu zamanlarda ise yönetici olarak çalıştırmamız zorunlu oluyor. Aramak istediğimiz yere cmd yazıyoruz ve daha sonra Enter &#8230; <a href="http://blog.kaansengul.com/index.php/komut-satirina-yonetici-erisimi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Komut satırını bazı durumlarda kullanan bir insanım aslında. Pencere kavramı geldikten sonra unuttuk gittik siyah yüzünü <img src='http://blog.kaansengul.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Fakat bazen lazım olmuyor değil. Bu lazım olduğu zamanlarda ise yönetici olarak çalıştırmamız zorunlu oluyor.<a href="http://blog.kaansengul.com/wp-content/uploads/runasadmin.png"><img class="aligncenter size-medium wp-image-191" title="Yönetici Olarak Çalıştırmak" src="http://blog.kaansengul.com/wp-content/uploads/runasadmin-300x161.png" alt="" width="300" height="161" /></a></p>
<p>Aramak istediğimiz yere <strong>cmd</strong> yazıyoruz ve daha sonra <strong>Enter</strong> tuşu yerine <strong>CTRL + Shift + Enter</strong> tuşlarını basıyoruz. Bu bizim <strong>Yönetici olarak çalıştır</strong>&#8216;ın kısayol tuşu. Bu sadece <strong>cmd</strong> için değil bu tuş kombinasyonunu her program için yapabilirsiniz.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/komut-satirina-yonetici-erisimi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/runasadmin-150x150.png" />
		<media:content url="http://blog.kaansengul.com/wp-content/uploads/runasadmin.png" medium="image">
			<media:title type="html">Yönetici Olarak Çalıştırmak</media:title>
			<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/runasadmin-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>Windows Live Messenger Connect</title>
		<link>http://blog.kaansengul.com/index.php/windows-live-messenger-connect/</link>
		<comments>http://blog.kaansengul.com/index.php/windows-live-messenger-connect/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 10:46:52 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[Makaleler]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=187</guid>
		<description><![CDATA[&#8220;Facebook ile Bağlan&#8220;, &#8220;Google hesabınla katıl&#8221; gibi yazıların yanında artık &#8220;Windows Live Messenger Connect&#8221; görme zamanıda geldi. Diyorum çünkü, Microsoft&#8217;ta bu yarışa katılmak için bu servisinin betasını yayınladı. 500 milyon kullanıcısı olduğu belirtilen Live hizmetlerinin, Connect ile kullanıcıları daha da &#8230; <a href="http://blog.kaansengul.com/index.php/windows-live-messenger-connect/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 370px"><img title="Windows Live Messenger Connect" src="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-59-34-metablogapi/8510.image_5F00_174849F7.png" alt="Windows Live Messenger Connect" width="360" height="240" /><p class="wp-caption-text">Windows Live Messenger Connect</p></div>
<p>&#8220;<strong>Facebook ile Bağlan</strong>&#8220;, &#8220;<strong>Google hesabınla katıl</strong>&#8221; gibi yazıların yanında artık &#8220;<strong>Windows Live Messenger Connect</strong>&#8221; görme zamanıda <a href="http://windowsteamblog.com/windows_live/b/windowslive/archive/2010/06/28/messenger-connect-is-now-available.aspx">geldi</a>. Diyorum çünkü, Microsoft&#8217;ta bu yarışa katılmak için bu servisinin betasını yayınladı. 500 milyon kullanıcısı olduğu belirtilen <strong>Live</strong> hizmetlerinin, <strong>Connect</strong> ile kullanıcıları daha da rahatlatacağını düşünülüyor. <strong>Geç kalındı ama değil mi? </strong></p>
<p>Bu servisten yararlanabilecek kullanıcılar ise şu şekilde listelenmiş:</p>
<ol>
<li>Windows Live</li>
<li>Messenger</li>
<li>Hotmail</li>
<li>SkyDrive</li>
</ol>
<p>Tabiki böyle bir servisin <strong>API</strong>&#8216;side mevcut. <a href="http://windowsteamblog.com/windows_live/b/developer/archive/2010/06/28/realtime-shared-experiences.aspx">Burada</a> konu hakkında ön giriş yapılmış. Şimdi sıra geliştiriclerde&#8230;<br />
<span id="more-187"></span></p>
<p>Tatlı niyetine:<br />
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNzc4OTQyOTE3NDAmcHQ9MTI3Nzg5NDkyMzg5OCZwPTEwMTkxJmQ9c3NfZW1iZWQmZz*yJm89NDRlMWYzMTc4OGUy/NDExZmFmMzIxYTM5MmFkMGJmNTEmb2Y9MA==.gif" />
<div style="width:425px" id="__ss_1040418"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/daveman692/anatomy-of-connect" title="Anatomy Of &quot;Connect&quot;">Anatomy Of &quot;Connect&quot;</a></strong><object id="__sse1040418" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=anatomy-of-connect-1234929481328550-2&#038;stripped_title=anatomy-of-connect" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse1040418" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=anatomy-of-connect-1234929481328550-2&#038;stripped_title=anatomy-of-connect" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/daveman692">David Recordon</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/windows-live-messenger-connect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-59-34-metablogapi/8510.image_5F00_174849F7.png" />
		<media:content url="http://windowsteamblog.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-59-34-metablogapi/8510.image_5F00_174849F7.png" medium="image">
			<media:title type="html">Windows Live Messenger Connect</media:title>
		</media:content>
		<media:content url="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNzc4OTQyOTE3NDAmcHQ9MTI3Nzg5NDkyMzg5OCZwPTEwMTkxJmQ9c3NfZW1iZWQmZz*yJm89NDRlMWYzMTc4OGUy/NDExZmFmMzIxYTM5MmFkMGJmNTEmb2Y9MA==.gif" medium="image" />
	</item>
		<item>
		<title>Youtube IP Bazlı Engellenmenin Önüne Geçmek</title>
		<link>http://blog.kaansengul.com/index.php/youtube-ip-bazli-engellenmenin-onune-gecmek/</link>
		<comments>http://blog.kaansengul.com/index.php/youtube-ip-bazli-engellenmenin-onune-gecmek/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 08:13:45 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[Makaleler]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[hosts file]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=183</guid>
		<description><![CDATA[Sanırım Google&#8217;a karşı IP bazlı engellemeler olduğundan dolayı Youtube, DNS&#8217;leri değiştirmemize rağmen çalışmıyor. Bu durumda 2. basit yöntemi uygulayabiliriz. Çalıştıra yada  (Windows 7 yada Vista kullanıyorsanız) arama yapılan kısma cmd yazıyoruz. Karşımıza gelen komut sistemine &#8220;ping google.com -t&#8221; yazıyoruz ve &#8230; <a href="http://blog.kaansengul.com/index.php/youtube-ip-bazli-engellenmenin-onune-gecmek/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sanırım Google&#8217;a karşı IP bazlı engellemeler olduğundan dolayı Youtube, DNS&#8217;leri değiştirmemize rağmen çalışmıyor. Bu durumda 2. basit yöntemi uygulayabiliriz.</p>
<ul>
<li>Çalıştıra yada  (Windows 7 yada Vista kullanıyorsanız) arama yapılan kısma <em>cmd</em> yazıyoruz.</li>
<li>Karşımıza gelen komut sistemine &#8220;<em>ping google.com -t&#8221;</em> yazıyoruz ve karşımıza şöyle aşağıdaki gibi bir ekran geliyor..</li>
<li>Buradaki kırmızı kutucuğun içine denk gelen IP adresini bir yere not edin ve pencereyi kapatın.</li>
<li>Kullandığınız işletim sistemine göre aşağıdaki klasörleri takip edin:</li>
<li><strong>Windows 7</strong>: C:\WINDOWS\SYSTEM32\DRIVERS\ETC<br />
<strong>Windows Vista</strong>: C:\WINDOWS\SYSTEM32\DRIVERS\ETC<br />
<strong>Windows XP</strong>: C:\WINDOWS\SYSTEM32\DRIVERS\ETC</li>
<li>Burada bulunan host dosyasını açıp içerisine aşağıdakini yazın. IP adresi sizin bulduğunuzla farklı olabilir. O zaman kendi bulduğunuzu aşağıdaki ile değiştirin.</li>
</ul>
<p style="text-align: center;"><em>209.85.229.147 youtube.com www.youtube.com</em></p>
<p><a href="http://blog.kaansengul.com/wp-content/uploads/google-ip.png"><img class="aligncenter size-full wp-image-184" title="google-ip" src="http://blog.kaansengul.com/wp-content/uploads/google-ip.png" alt="" width="680" height="140" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/youtube-ip-bazli-engellenmenin-onune-gecmek/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/google-ip-150x140.png" />
		<media:content url="http://blog.kaansengul.com/wp-content/uploads/google-ip.png" medium="image">
			<media:title type="html">google-ip</media:title>
			<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/google-ip-150x140.png" />
		</media:content>
	</item>
		<item>
		<title>Google URL Kısaltıcısı, C#</title>
		<link>http://blog.kaansengul.com/index.php/google-url-kisalticisi-c/</link>
		<comments>http://blog.kaansengul.com/index.php/google-url-kisalticisi-c/#comments</comments>
		<pubDate>Sun, 02 May 2010 11:24:05 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Makaleler]]></category>
		<category><![CDATA[goo.gl]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[json.net]]></category>
		<category><![CDATA[shorten url]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=182</guid>
		<description><![CDATA[Google URL Shortener, C# Merhabalar, Google&#8217;un hizmete sunduğu URL kısaltıcısısı, Goo.gl appspot üzerinden API desteği vermeye başladı. Hatta başlayalı bayağı oldu ama ben genede yeni bir habermiş gibi vereyim . Goo.gl&#8217;dan kısaltmak istediğimiz adrese (http://ggl-shortener.appspot.com/?url=http://kaansengul.com) gidip, bize döndürdüğü nesneyi JSON &#8230; <a href="http://blog.kaansengul.com/index.php/google-url-kisalticisi-c/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://googleurlshortener.codeplex.com/">Google URL Shortener, C#</a></p>
<p>Merhabalar,</p>
<p>Google&#8217;un hizmete sunduğu URL kısaltıcısısı, Goo.gl appspot üzerinden API desteği vermeye başladı. Hatta başlayalı bayağı oldu ama ben genede yeni bir habermiş gibi vereyim <img src='http://blog.kaansengul.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Goo.gl&#8217;dan kısaltmak istediğimiz adrese (http://ggl-shortener.appspot.com/?url=http://kaansengul.com) gidip, bize döndürdüğü nesneyi JSON objesi gibi okuyup, <a href="http://json.codeplex.com/">JSON.Net</a> kullanarak sonucu basit bir şekilde elde edebiliyoruz:</p>
<pre class="brush: csharp">
        private string short(string url)
        {
            try
            {

                WebClient client = new WebClient();
                client.Headers.Add(&amp;amp;amp;quot;user-agent&amp;amp;amp;quot;, &amp;amp;amp;quot;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)&amp;amp;amp;quot;);
                string jsonText = new StreamReader(client.OpenRead(&amp;amp;amp;quot;http://ggl-shortener.appspot.com/?url=&amp;amp;amp;quot; + url)).ReadToEnd();

                Googl gShortUrl = JsonConvert.DeserializeObject(jsonText, typeof(Googl)) as Googl;

                return gShortUrl.short_url;
            }
            catch
            {
                return null;
            }
        }
    }

    public class Googl
    {
        public string short_url { get; set; }
    }
</pre>
<p>Bu yöntemi kullanarak yaptığım basit WinForms uygulamasına <strong><a href="http://googleurlshortener.codeplex.com/">buradan</a></strong> erişebilirsiniz.</p>
<p><a href="http://googleurlshortener.codeplex.com/">Google URL Shortener, C#</a><!--:--><!--:en--><strong><a href="http://googleurlshortener.codeplex.com/">Projeyi ziyaret et</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/google-url-kisalticisi-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Google URL Shortener, C#</title>
		<link>http://blog.kaansengul.com/index.php/google-url-shortener-c/</link>
		<comments>http://blog.kaansengul.com/index.php/google-url-shortener-c/#comments</comments>
		<pubDate>Sun, 02 May 2010 11:18:42 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Makaleler]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=206</guid>
		<description><![CDATA[Hi, Probably you know that, Google launched its new service, URL Shortener (Goo.gl) and started to give the API support over appspot. Simply, we can shorten URLs via Goo.gl using C#. First we request (http://ggl-shortener.appspot.com/?url=http://kaansengul.com) the link that we want &#8230; <a href="http://blog.kaansengul.com/index.php/google-url-shortener-c/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Probably you know that, Google launched its new service, URL Shortener (Goo.gl) and started to give the API support over appspot. </p>
<p>Simply, we can shorten URLs via Goo.gl using C#. First we request (http://ggl-shortener.appspot.com/?url=http://kaansengul.com) the link that we want to make it short, then it returns a string that in the format of JSON and finally deserialing it with <a href="http://json.codeplex.com/">JSON.Net</a> gives the result:</p>
<pre class="brush: csharp">
        private string short(string url)
        {
            try
            {

                WebClient client = new WebClient();
                client.Headers.Add(&amp;amp;amp;quot;user-agent&amp;amp;amp;quot;, &amp;amp;amp;quot;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)&amp;amp;amp;quot;);
                string jsonText = new StreamReader(client.OpenRead(&amp;amp;amp;quot;http://ggl-shortener.appspot.com/?url=&amp;amp;amp;quot; + url)).ReadToEnd();

                Googl gShortUrl = JsonConvert.DeserializeObject(jsonText, typeof(Googl)) as Googl;

                return gShortUrl.short_url;
            }
            catch
            {
                return null;
            }
        }
    }

    public class Googl
    {
        public string short_url { get; set; }
    }
</pre>
<p>Using this function I made a simple WinForms application and published <strong><a href="http://googleurlshortener.codeplex.com/">here</a></strong>.</p>
<p><a href="http://googleurlshortener.codeplex.com/">Google URL Shortener, C#</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/google-url-shortener-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Internet Explorer 9 Platform Preview</title>
		<link>http://blog.kaansengul.com/index.php/internet-explorer-9-platform-preview/</link>
		<comments>http://blog.kaansengul.com/index.php/internet-explorer-9-platform-preview/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 13:30:47 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[ie9]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[internet explorer 9]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=178</guid>
		<description><![CDATA[Tarayıcı savaşlarının arttığı bu günlerde Microsoft Internet Explorer ile yerini yavaş yavaş yeni çıkan tarayıcılara kaptırmaya başlamıştı. Çalışmalara hız vermiş gibi görünüyor ki şimdiden IE9 için ön izleme sürümü (Beta&#8217;dan Alpha&#8217;dan bile önce bir sürüm) çıkardı ve IE9&#8242;un yapabileceklerini kullanıcılara &#8230; <a href="http://blog.kaansengul.com/index.php/internet-explorer-9-platform-preview/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.kaansengul.com/wp-content/uploads/internet-explorer-9-IE9.jpg"><img class="alignright size-full wp-image-179" title="internet-explorer-9-IE9" src="http://blog.kaansengul.com/wp-content/uploads/internet-explorer-9-IE9.jpg" alt="" width="152" height="160" /></a>Tarayıcı savaşlarının arttığı bu günlerde Microsoft Internet Explorer ile yerini yavaş yavaş yeni çıkan tarayıcılara kaptırmaya başlamıştı. Çalışmalara hız vermiş gibi görünüyor ki şimdiden IE9 için ön izleme sürümü (Beta&#8217;dan Alpha&#8217;dan bile önce bir sürüm) çıkardı ve IE9&#8242;un yapabileceklerini kullanıcılara sundu.</p>
<p>En büyük gelişme (bence) <strong>HTML5</strong>&#8216;i desteklemesi oldu. Çünkü diğer tarayıcılar HTML5&#8242;i desteklemeye başlamış ve IE bu konuda çok geride kalmıştı. Aynı zamanda daha çok CSS desteklemeside tasarımcılara sanırım şimdiden bir oh çektirmeye başladı.</p>
<p>Bunların yanında hızıda artık eskisine nazaran daha iyi gibi görünüyor. Tabi ki hızdan kastımız sayfa açılışlarında geçen süre. Bakalım tam sürüm geldiğinde bizi neler karşılayacak?</p>
<p><a href="http://samples.msdn.microsoft.com/ietestcenter/">http://samples.msdn.microsoft.com/ietestcenter/</a> adresine girdikten sonra bizi bünyesindeki özellikleri karşılıyor ve aynı zamanda diğer tarayıcılarla ilgili karşılaştırmalarınıda görebiliyoruz.</p>
<p>Yukarıda vermiş olduğum linkteki sayfaya girip bu sayfanın sağ üstünde bulunan linkten<strong> IE 9 Platform Preview</strong>&#8216;ı indirebilirsiniz. Yalnız kullandığınız işletim sisteminin minimum <strong>Vista SP2</strong> olması gerekli.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/internet-explorer-9-platform-preview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/internet-explorer-9-IE9-150x150.jpg" />
		<media:content url="http://blog.kaansengul.com/wp-content/uploads/internet-explorer-9-IE9.jpg" medium="image">
			<media:title type="html">internet-explorer-9-IE9</media:title>
			<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/internet-explorer-9-IE9-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Microsoft Visual Studio 2010 RTM</title>
		<link>http://blog.kaansengul.com/index.php/microsoft-visual-studio-2010-rtm/</link>
		<comments>http://blog.kaansengul.com/index.php/microsoft-visual-studio-2010-rtm/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 10:33:08 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[Makaleler]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[visual studio 2010]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=173</guid>
		<description><![CDATA[Microsoft bu sene Windows 7 ve Office 2010 gibi birçok ileri seviyelere ulaşmış özelliklere sahip ürünlerinin yeni sürümlerini yayınlamaya devam ediyor. Şimdi ise sırada Microsoft Visual Studio 2010 RTM ile developer&#8217;ları selamlıyor. Visual Studio 2008&#8242;e göre yeni bir çok özellikler &#8230; <a href="http://blog.kaansengul.com/index.php/microsoft-visual-studio-2010-rtm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.kaansengul.com/wp-content/uploads/downloads_code_boxshot.png"><img class="alignright size-medium wp-image-176" title="downloads_code_boxshot" src="http://blog.kaansengul.com/wp-content/uploads/downloads_code_boxshot-300x190.png" alt="" width="300" height="190" /></a>Microsoft bu sene <a href="http://blog.kaansengul.com/index.php/kisisel/windows-7-yukseltme-notlarim/">Windows 7</a> ve <a title="Office 2010" href="http://blog.kaansengul.com/index.php/makaleler/office-2010-rtm/">Office 2010</a> gibi birçok ileri seviyelere ulaşmış özelliklere sahip ürünlerinin yeni sürümlerini yayınlamaya devam ediyor. Şimdi ise sırada Microsoft Visual Studio 2010 RTM ile developer&#8217;ları selamlıyor.</p>
<p>Visual Studio 2008&#8242;e göre yeni bir çok özellikler eklenmiş ve performansı ilerletilmiş <a href="http://www.microsoft.com/visualstudio/en-us/why-upgrade"></a>ve <a href="http://www.microsoft.com/visualstudio/en-us/why-upgrade">neden 2010</a> sorularına kesinlikle anında cevap verebiliyor.</p>
<p><a href="http://blog.kaansengul.com/wp-content/uploads/vs20101.png"><img class="aligncenter size-medium wp-image-175" title="vs2010" src="http://blog.kaansengul.com/wp-content/uploads/vs20101-300x145.png" alt="" width="300" height="145" /></a></p>
<p>Resimde ve <a href="http://www.microsoft.com/visualstudio/en-us/products">buradaki link</a>te de detaylı bir şekilde özelliklerini görebilirsiniz.  Ayrıca Daron Yöndem&#8217;in yayınladığı <a href="http://daron.yondem.com/tr/PermaLink.aspx?guid=39c74726-0c68-47e6-8342-e21f607160fc">buradaki</a> ve <a href="http://daron.yondem.com/tr/PermaLink.aspx?guid=66db2bbe-0293-418f-8c0f-4e71eb9a34a7">buradaki</a> videoları kesinlikle izlemenizi tavsiye ederim.</p>
<h3>Deneyin..</h3>
<p><a href="http://www.microsoft.com/visualstudio/en-us/download">Buradan</a> VS2010&#8242;un tüm sürümlerini deneme şansınız var. Ayrıca <a href="http://www.microsoft.com/express/Windows/">Express</a> sürümünüde bedava kullanabilirsiniz.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/microsoft-visual-studio-2010-rtm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/downloads_code_boxshot-150x150.png" />
		<media:content url="http://blog.kaansengul.com/wp-content/uploads/downloads_code_boxshot.png" medium="image">
			<media:title type="html">downloads_code_boxshot</media:title>
			<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/downloads_code_boxshot-150x150.png" />
		</media:content>
		<media:content url="http://blog.kaansengul.com/wp-content/uploads/vs20101.png" medium="image">
			<media:title type="html">vs2010</media:title>
			<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/vs20101-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>Office 2010 RTM</title>
		<link>http://blog.kaansengul.com/index.php/office-2010-rtm/</link>
		<comments>http://blog.kaansengul.com/index.php/office-2010-rtm/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 10:09:38 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[Makaleler]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=170</guid>
		<description><![CDATA[Office 2010 şu anda RTM versiyonuna ulaşmış bulunmakta! İlk public beta versioyunun yayınlanmasından 6 ay sonra RTM seviyesine ulaşmış ve şu anda raflara girmek üzere hazırlanıyor. 7,5 milyon kişi beta sürümünü indirmiş (3 x Office 2007 beta indirilmesi) ve geri &#8230; <a href="http://blog.kaansengul.com/index.php/office-2010-rtm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.kaansengul.com/wp-content/uploads/office2010logo.png"><img class="alignright size-full wp-image-172" title="office2010logo" src="http://blog.kaansengul.com/wp-content/uploads/office2010logo.png" alt="" width="277" height="81" /></a>Office 2010 şu anda RTM versiyonuna ulaşmış bulunmakta! İlk public beta versioyunun yayınlanmasından 6 ay sonra RTM seviyesine ulaşmış ve şu anda raflara girmek üzere hazırlanıyor. 7,5 milyon kişi beta sürümünü indirmiş (3 x Office 2007 beta indirilmesi) ve geri dönüşümler sayesinde ilerlemeler kaydedilmiş. <a href="http://blogs.office.com/b/office_blog/archive/2010/03/17/considering-office-2010-here-s-what-our-beta-users-love-about-it.aspx">Burada</a> Office 2010 kullananlar ile ilgili çok güzel bir yazı bulunmakta, mutlaka okumanızı öneririm.<br />
<span id="more-170"></span></p>
<h3>Peki fiyatlar ne durumda?</h3>
<p><a title="Office 2010 RTM ön sipariş" href="http://store.microsoft.com/Category.aspx?CatId=210">Ön sirapiş</a>lerde istenilen fiyatlara bakılınca Office 2010 Home and Student &#8211; 149.99$, Home and Business &#8211; 279.99$ ve son olarak Professional sürümü ise 499.99$ olarak görünüyor. Sürümler arasındaki farklara göz atarsak:</p>
<p><a href="http://blog.kaansengul.com/wp-content/uploads/office2010versions.png"><img class="aligncenter size-medium wp-image-171" title="office2010versions" src="http://blog.kaansengul.com/wp-content/uploads/office2010versions-300x205.png" alt="Office 2010 RTM Versions" width="300" height="205" /></a></p>
<p>12 Mayıs&#8217;ta <a href="http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx#fbid=NuCkpk2wl6g">yayınlanacak</a> ve sada sonrasında ise marketlerde yavaş yavaş yerini alacakatır.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/office-2010-rtm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/office2010logo-150x81.png" />
		<media:content url="http://blog.kaansengul.com/wp-content/uploads/office2010logo.png" medium="image">
			<media:title type="html">office2010logo</media:title>
			<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/office2010logo-150x81.png" />
		</media:content>
		<media:content url="http://blog.kaansengul.com/wp-content/uploads/office2010versions.png" medium="image">
			<media:title type="html">office2010versions</media:title>
			<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/office2010versions-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>System.Speech İle Ses Algılama</title>
		<link>http://blog.kaansengul.com/index.php/system-speech-ile-ses-algilama/</link>
		<comments>http://blog.kaansengul.com/index.php/system-speech-ile-ses-algilama/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 08:39:30 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Makaleler]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=169</guid>
		<description><![CDATA[Dün Microsoft Speech SDK ile basit bir şekilde metin okuma örneği göstermiştim. İnternette araştırırken sayın Işıl Orhanel&#8216;in de tam tersi için bir makalesi bulunuyor. Okumanızı tavsiye ederim: System.Speech İle Ses Algılama.]]></description>
			<content:encoded><![CDATA[<p>Dün Microsoft Speech SDK ile basit bir şekilde metin okuma örneği göstermiştim. İnternette araştırırken sayın <a href="http://www.yazgelistir.com/Hakkinda/YazarDetay.aspx?UyeId=1000088216">Işıl Orhanel</a>&#8216;in de tam tersi için bir makalesi bulunuyor. Okumanızı tavsiye ederim:</p>
<p><a href="http://www.yazgelistir.com/Makaleler/1000001906.ygpx">System.Speech İle Ses Algılama</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/system-speech-ile-ses-algilama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Domain&#8217;de Bulunan Bilgisayarların Listesini Almak</title>
		<link>http://blog.kaansengul.com/index.php/domainde-bulunan-bilgisayarlarin-listesini-almak/</link>
		<comments>http://blog.kaansengul.com/index.php/domainde-bulunan-bilgisayarlarin-listesini-almak/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 08:33:56 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Makaleler]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=168</guid>
		<description><![CDATA[public List&#60;string&#62; GetComputersInDomain(string domainName) { DirectoryEntry entry = new DirectoryEntry(&#34;LDAP://&#34; + domainName); DirectorySearcher searcher = new DirectorySearcher(entry); searcher.Filter = &#34;(objectClass=computer)&#34;; List&#60;string&#62; result = new List&#60;string&#62;(); foreach (SearchResult sr in searcher.FindAll()) { result.Add(sr.GetDirectoryEntry().Name.ToString()); } return result; } ile kolayca domain&#8217;de bulunan &#8230; <a href="http://blog.kaansengul.com/index.php/domainde-bulunan-bilgisayarlarin-listesini-almak/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><!--:tr-->
<pre class="brush: csharp">
public List&lt;string&gt; GetComputersInDomain(string domainName)

{

DirectoryEntry entry = new DirectoryEntry(&quot;LDAP://&quot; + domainName);

DirectorySearcher searcher = new DirectorySearcher(entry);

searcher.Filter = &quot;(objectClass=computer)&quot;;

List&lt;string&gt; result = new List&lt;string&gt;();

foreach (SearchResult sr in searcher.FindAll())

{

result.Add(sr.GetDirectoryEntry().Name.ToString());

}

return result;

}
</pre>
<p>ile kolayca <a href="http://www.yazgelistir.com/KodParcalari/1.ygpx">domain&#8217;de bulunan bilgisayarların listesini alabiliriz</a>.<!--:--><!--:en-->
<pre class="brush: csharp">
public List&lt;string&gt; GetComputersInDomain(string domainName)

{

DirectoryEntry entry = new DirectoryEntry(&quot;LDAP://&quot; + domainName);

DirectorySearcher searcher = new DirectorySearcher(entry);

searcher.Filter = &quot;(objectClass=computer)&quot;;

List&lt;string&gt; result = new List&lt;string&gt;();

foreach (SearchResult sr in searcher.FindAll())

{

result.Add(sr.GetDirectoryEntry().Name.ToString());

}

return result;

}
</pre>
<p>ile<a href="http://www.yazgelistir.com/KodParcalari/1.ygpx">Domain&#8217;de Bulunan Bilgisayarların Listesini Almak</a>.<!--:--></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/domainde-bulunan-bilgisayarlarin-listesini-almak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Microsoft Speech SDK ile basit bir uygulama</title>
		<link>http://blog.kaansengul.com/index.php/microsoft-speech-sdk-ile-basit-bir-uygulama/</link>
		<comments>http://blog.kaansengul.com/index.php/microsoft-speech-sdk-ile-basit-bir-uygulama/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 20:57:40 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Makaleler]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsoft speech sdk]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[speech]]></category>
		<category><![CDATA[winforms]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=163</guid>
		<description><![CDATA[Windows işletim sistemlerinde yıllardır bir özellik olan metin okuma, gene yıllardır API desteği ile geliştiricilere olanak sağlanıyor. Geliştiriciler buradaki adresten indirdikten sonra yüklenmesi gerekiyor. Ve Başlıyoruz.. Microsoft Visual Studio&#8217;da yeni bir Winforms uygulaması oluşturduktan sonra uygulama penceremize Toolbox &#8216;tan bir &#8230; <a href="http://blog.kaansengul.com/index.php/microsoft-speech-sdk-ile-basit-bir-uygulama/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Windows işletim sistemlerinde yıllardır bir özellik olan metin okuma, gene yıllardır API desteği ile geliştiricilere olanak sağlanıyor. Geliştiriciler <a title="Microsoft Speech SDK" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5e86ec97-40a7-453f-b0ee-6583171b4530&amp;displaylang=en">buradaki</a> adresten indirdikten sonra yüklenmesi gerekiyor.</p>
<h3>Ve Başlıyoruz..</h3>
<p>Microsoft Visual Studio&#8217;da yeni bir <strong>Winforms</strong> uygulaması oluşturduktan sonra uygulama penceremize <strong>Toolbox</strong> &#8216;tan bir adet <strong>Textbox</strong> ve bir adet Button sürükleyip bırakıyoruz.</p>
<p><a href="http://blog.kaansengul.com/dosya/gkaansorg//pencereyapisi.jpg"><img class="aligncenter size-medium wp-image-167" title="pencereyapisi" src="http://blog.kaansengul.com/dosya/gkaansorg//pencereyapisi-300x67.jpg" alt="" width="300" height="67" /></a></p>
<p><span id="more-163"></span></p>
<p>Yüklediğimiz SDK&#8217;dan gerekli dll dosyayı <strong>References</strong>&#8216;a ekliyoruz.</p>
<p><a href="http://blog.kaansengul.com/dosya/gkaansorg//dllekleme.jpg"><img class="aligncenter size-medium wp-image-165" title="dllekleme" src="http://blog.kaansengul.com/dosya/gkaansorg//dllekleme-300x171.jpg" alt="" width="300" height="171" /></a></p>
<p>Aşağıdaki kodu eklediğimiz buton&#8217;un (<em>speech_btn</em>) <strong>click</strong> olayına ekliyoruz.</p>
<p><a href="http://blog.kaansengul.com/dosya/gkaansorg//kod.jpg"><img class="aligncenter size-medium wp-image-166" title="kod" src="http://blog.kaansengul.com/dosya/gkaansorg//kod-300x154.jpg" alt="" width="300" height="154" /></a></p>
<pre class="brush: csharp">

SpeechVoiceSpeakFlags SpFlags = SpeechVoiceSpeakFlags.SVSFlagsAsync;
SpVoice Voice = new SpVoice();

try
{
Voice.Speak(text_tb.Text, SpFlags);
}
catch (Exception error)
{
MessageBox.Show(&quot;Error: &quot; + error.Message);
}
</pre>
<div>Kod içerisinde de görüldüğü üzere basit bir şekilde Voice.Speak() methodunu çağırarak içerisine pencere içerisine eklediğimiz Textbox&#8217;ın içerisindeki yazıyı okumasını istiyoruz.</div>
<h3>Ve Bitti..</h3>
<p>Projeyi çalıştıralım ve metin kutusunun içerisine okunmasını istediğiniz yazıyı yazın. Daha sonra buton&#8217;a basın.</p>
<p><a href="http://blog.kaansengul.com/dosya/gkaansorg//calistirma.jpg"><img class="aligncenter size-medium wp-image-164" title="calistirma" src="http://blog.kaansengul.com/dosya/gkaansorg//calistirma-300x186.jpg" alt="" width="300" height="186" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/microsoft-speech-sdk-ile-basit-bir-uygulama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/pencereyapisi-150x141.jpg" />
		<media:content url="http://blog.kaansengul.com/wp-content/uploads/pencereyapisi.jpg" medium="image">
			<media:title type="html">pencereyapisi</media:title>
			<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/pencereyapisi-150x141.jpg" />
		</media:content>
		<media:content url="http://blog.kaansengul.com/wp-content/uploads/dllekleme.jpg" medium="image">
			<media:title type="html">dllekleme</media:title>
			<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/dllekleme-150x150.jpg" />
		</media:content>
		<media:content url="http://blog.kaansengul.com/wp-content/uploads/kod.jpg" medium="image">
			<media:title type="html">kod</media:title>
			<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/kod-150x150.jpg" />
		</media:content>
		<media:content url="http://blog.kaansengul.com/wp-content/uploads/calistirma.jpg" medium="image">
			<media:title type="html">calistirma</media:title>
			<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/calistirma-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Visual Studio 2010 Projelerini 2008&#8242;e dönüştürmek</title>
		<link>http://blog.kaansengul.com/index.php/visual-studio-2010-projelerini-2008e-donusturmek/</link>
		<comments>http://blog.kaansengul.com/index.php/visual-studio-2010-projelerini-2008e-donusturmek/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 11:48:54 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[visual studio 2008]]></category>
		<category><![CDATA[visual studio 2010]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=161</guid>
		<description><![CDATA[Visual Studio 2010&#8242;a oluşturduğunuz yada Visual Studio 2008&#8242;den buraya dönüştürdüğünüz projeleriniz varsa denediğiniz zaman geri VS2008&#8242;de çalıştıramayacağınızı göreceksiniz. Eğer bu projeleri VS2008&#8242;de çalıştırmak istiyorsanız uygulamanız gereken birkaç adım var. .sln uzantılı proje dosyasını Notepad gibi bir editörde açın. Şu satırı &#8230; <a href="http://blog.kaansengul.com/index.php/visual-studio-2010-projelerini-2008e-donusturmek/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx"><img class="alignright" title="Visual Studio 2010" src="http://www.microsoft.com/visualstudio/en-us/content/images/vs2010_logo.png" alt="" width="146" height="78" /></a>Visual Studio 2010&#8242;a oluşturduğunuz yada Visual Studio 2008&#8242;den buraya dönüştürdüğünüz projeleriniz varsa denediğiniz zaman geri VS2008&#8242;de çalıştıramayacağınızı göreceksiniz. Eğer bu projeleri VS2008&#8242;de çalıştırmak istiyorsanız uygulamanız gereken birkaç adım var.</p>
<ul>
<li><strong>.sln </strong>uzantılı proje dosyasını Notepad gibi bir editörde açın.</li>
<li>Şu satırı bulun:
<ul>
<li><em>Microsoft Visual Studio Solution File, Format Version 11.00</em></li>
</ul>
</li>
<li>Buradaki <em>11.00</em> &#8216;ı <em>10.00 </em>ile değiştirin</li>
<li>Şu satırı bulun:
<ul>
<li><em># Visual Studio 10</em></li>
</ul>
</li>
<li>Buradaki <em>10 </em>&#8216;u <em>2008 </em>ile değiştirin</li>
<li>Save the File</li>
<li>.cache dosyalarını aşağıdaki klasörlerde bulun ve silin:
<ul>
<li><em>obj/debug</em></li>
<li><em>obj/release</em></li>
</ul>
</li>
<li>Projeyi <strong>Visual Studio 2008</strong> &#8216;de açın</li>
<li>Projeyi <strong>Visual Studio 2008&#8242;de</strong> Built edin</li>
</ul>
<p>Alıntı: <a href="http://www.dougortiz.blogspot.com/2009/05/converting-visual-studio-2010-project.html"><em>http://www.dougortiz.blogspot.com/2009/05/converting-visual-studio-2010-project.html</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/visual-studio-2010-projelerini-2008e-donusturmek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://www.microsoft.com/visualstudio/en-us/content/images/vs2010_logo.png" />
		<media:content url="http://www.microsoft.com/visualstudio/en-us/content/images/vs2010_logo.png" medium="image">
			<media:title type="html">Visual Studio 2010</media:title>
		</media:content>
	</item>
		<item>
		<title>Converting a Visual Studio 2010 Projects to Visual Studio 2008</title>
		<link>http://blog.kaansengul.com/index.php/converting-a-visual-studio-2010-projects-to-visual-studio-2008/</link>
		<comments>http://blog.kaansengul.com/index.php/converting-a-visual-studio-2010-projects-to-visual-studio-2008/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 11:21:14 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=207</guid>
		<description><![CDATA[Maybe some of you see that the projects that you created in Visual Studio 2010 or the converted from Visual Studio 2008 cannot be opened from VS2008. If you want to open these in VS2008, you have to do following &#8230; <a href="http://blog.kaansengul.com/index.php/converting-a-visual-studio-2010-projects-to-visual-studio-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx"><img class="alignright" title="Visual Studio 2010" src="http://www.microsoft.com/visualstudio/en-us/content/images/vs2010_logo.png" alt="" width="146" height="78" /></a>Maybe some of you see that the projects that you created in Visual Studio 2010 or the converted from Visual Studio 2008 cannot be opened from VS2008. If you want to open these in VS2008, you have to do following instructions:</p>
<ul>
<li>Open the <strong>.sln</strong> file corresponding to the Project to be converted with Notepad</li>
<li>Locate the following line:
<ul>
<li><em>Microsoft Visual Studio Solution File, Format Version 11.00</em></li>
</ul>
</li>
<li>Replace <em>11.00</em> with <em>10.00</em></li>
<li>Locate the following line:
<ul>
<li><em># Visual Studio 10</em></li>
</ul>
</li>
<li>Replace <em>10</em> with <em>2008</em></li>
<li>Save the File</li>
<li>Delete the .cache files existing in the following paths:
<ul>
<li><em>obj/debug</em></li>
<li><em>obj/release</em></li>
</ul>
</li>
<li>Open the project with <strong>Visual Studio 2008</strong></li>
<li>Build the project with <strong>Visual Studio 2008</strong></li>
</ul>
<p>Quote: <a href="http://www.dougortiz.blogspot.com/2009/05/converting-visual-studio-2010-project.html"><em>http://www.dougortiz.blogspot.com/2009/05/converting-visual-studio-2010-project.html</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/converting-a-visual-studio-2010-projects-to-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://www.microsoft.com/visualstudio/en-us/content/images/vs2010_logo.png" />
		<media:content url="http://www.microsoft.com/visualstudio/en-us/content/images/vs2010_logo.png" medium="image">
			<media:title type="html">Visual Studio 2010</media:title>
		</media:content>
	</item>
		<item>
		<title>C# Eğitimi</title>
		<link>http://blog.kaansengul.com/index.php/c-egitimi/</link>
		<comments>http://blog.kaansengul.com/index.php/c-egitimi/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 15:23:34 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Makaleler]]></category>
		<category><![CDATA[eğitim]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=156</guid>
		<description><![CDATA[Bugün (26.12.2009) yaklaşık 20 kişilk bir gruba C# eğitimi verdim. Eğitimdeki kodlar burada; Twitter&#8217;a mesaj gönderen ve mesajları alan program Twitter&#8217;daki son mesaj eğer &#8220;calc&#8221; ise Hesap Makine&#8217;sini açan program.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.kaansengul.com/dosya/gkaansorg//IMG_1297.jpg"><img class="aligncenter size-medium wp-image-155" title="IMG_1297" src="http://blog.kaansengul.com/dosya/gkaansorg//IMG_1297-300x168.jpg" alt="" width="300" height="168" /></a></p>
<p>Bugün (26.12.2009) yaklaşık 20 kişilk bir gruba C# eğitimi verdim. Eğitimdeki kodlar burada;</p>
<ol>
<li>Twitter&#8217;a mesaj gönderen ve mesajları alan <a href="http://blog.kaansengul.com/dosya/gkaansorg//Hesap_Makinesi_%C3%87al%C4%B1%C5%9Ft%C4%B1r%C4%B1c%C4%B11.zip">program</a></li>
<li>Twitter&#8217;daki son mesaj eğer &#8220;calc&#8221; ise Hesap Makine&#8217;sini açan <a href="http://blog.kaansengul.com/dosya/gkaansorg//Twitter.zip">program</a>.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/c-egitimi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/IMG_1297-150x150.jpg" />
		<media:content url="http://blog.kaansengul.com/wp-content/uploads/IMG_1297.jpg" medium="image">
			<media:title type="html">IMG_1297</media:title>
			<media:thumbnail url="http://blog.kaansengul.com/wp-content/uploads/IMG_1297-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Internet Explorer 9 Çıkıyor</title>
		<link>http://blog.kaansengul.com/index.php/internet-explorer-9-cikiyor/</link>
		<comments>http://blog.kaansengul.com/index.php/internet-explorer-9-cikiyor/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 18:33:56 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[directx]]></category>
		<category><![CDATA[gid]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie9]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[internet explorer 9]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=151</guid>
		<description><![CDATA[Browser kavgaları içerisinde hep başı çeken Internet Explorer, yeni bir sürümüyle karşımıza çıkmaya hazırlanıyor: Internet Explorer 9. Internet Explorer 6, 7 ve belkide 8&#8242;de sürekli sorunlar yaşadık. Hatta 8 çıkmadan önce &#8220;tüm sorunlar kalkacak&#8221; müjdesini bekliyorduk ki, çok ta mutlu &#8230; <a href="http://blog.kaansengul.com/index.php/internet-explorer-9-cikiyor/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Browser kavgaları içerisinde hep başı çeken Internet Explorer, yeni bir sürümüyle karşımıza çıkmaya hazırlanıyor: <strong>Internet Explorer 9.</strong> Internet Explorer 6, 7 ve belkide 8&#8242;de sürekli sorunlar yaşadık. Hatta 8 çıkmadan önce &#8220;tüm sorunlar kalkacak&#8221; müjdesini bekliyorduk ki, çok ta mutlu etmedi bizi. Bizi derken evet, çoğu son kullanıcı ve bir çok tasarımcıdan bahsediyorum. Aslında deneyeniniz oldu mu bilmiyorum ama 64&#8242;lik Windows sürümlerinde IE8 gayet güzel çalışıyor. Hatta Firefox&#8217;la yarışır bile diyebilirim (belirli bir noktaya kadar). Evet bende çok sevmiyorum IE sürümlerini fakat bu sefer kesinlikle tarayıcı savaşlarında önemli rol olmak için geliyor!</p>
<p><span id="more-151"></span></p>
<h2>Bilinen Yeni Özellikler</h2>
<ul>
<li>IE9, artık GDI yerine DirectX kullanarak görüntü işlemleri yapmaya başlayacak. Bu nedir, ne sonucu getirir bize derseniz, basit olarak söylemek gerekirse: 1 &#8211; performans <strong>artışı</strong>, 2 &#8211; aşağıda gördüğünüz resim:</li>
</ul>
<div class="wp-caption aligncenter" style="width: 368px"><img src="http://ieblog.members.winisp.net/images/Dean_PDC_6.png" alt="" width="358" height="106" /><p class="wp-caption-text">GDI</p></div>
<div class="wp-caption aligncenter" style="width: 369px"><img src="http://ieblog.members.winisp.net/images/Dean_PDC_7.png" alt="" width="359" height="100" /><p class="wp-caption-text">DirectX</p></div>
<ul>
<li>Ayrıca CSS3 desteğini IE8&#8242;den daha üstün bir şekilde destekleyerek geliyor. Çünkü test sonuçlarından IE9&#8242;un <strong>574</strong> puan aldığını öğrendik. IE8 ise sadece <strong>330</strong> puan alabilmişti. Kaç üstünden derseniz: <strong>578</strong>!</li>
</ul>
<p>Birkaç video:</p>
<ul>
<li><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="512" height="384" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="source" value="http://channel9.msdn.com/App_Themes/default/vp09_10_20.xap" /><param name="initParams" value="deferredLoad=true,duration=0,m=http://ecn.channel9.msdn.com/o9/ch9/2/7/8/5/0/5/IE9JSEngineEarlyLook_ch9.wmv,autostart=false,autohide=true,showembed=true, thumbnail=http://channel9.msdn.com/App_Themes/default/vp09_10_20.xap, postid=505872" /><param name="background" value="#00FFFFFF" /><param name="src" value="data:application/x-silverlight-2," /><embed type="application/x-shockwave-flash" width="512" height="384" src="data:application/x-silverlight-2," background="#00FFFFFF" initparams="deferredLoad=true,duration=0,m=http://ecn.channel9.msdn.com/o9/ch9/2/7/8/5/0/5/IE9JSEngineEarlyLook_ch9.wmv,autostart=false,autohide=true,showembed=true, thumbnail=http://channel9.msdn.com/App_Themes/default/vp09_10_20.xap, postid=505872" source="http://channel9.msdn.com/App_Themes/default/vp09_10_20.xap"></embed></object></li>
<li><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="512" height="384" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="source" value="http://channel9.msdn.com/App_Themes/default/vp09_10_20.xap" /><param name="initParams" value="deferredLoad=true,duration=0,m=http://ecn.channel9.msdn.com/o9/ch9/7/6/6/5/0/5/IE9DeanIntroTourStandardsInterop_ch9.wmv,autostart=false,autohide=true,showembed=true, thumbnail=http://channel9.msdn.com/App_Themes/default/vp09_10_20.xap, postid=505667" /><param name="background" value="#00FFFFFF" /><param name="src" value="data:application/x-silverlight-2," /><embed type="application/x-shockwave-flash" width="512" height="384" src="data:application/x-silverlight-2," background="#00FFFFFF" initparams="deferredLoad=true,duration=0,m=http://ecn.channel9.msdn.com/o9/ch9/7/6/6/5/0/5/IE9DeanIntroTourStandardsInterop_ch9.wmv,autostart=false,autohide=true,showembed=true, thumbnail=http://channel9.msdn.com/App_Themes/default/vp09_10_20.xap, postid=505667" source="http://channel9.msdn.com/App_Themes/default/vp09_10_20.xap"></embed></object></li>
<li><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="512" height="384" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="source" value="http://channel9.msdn.com/App_Themes/default/vp09_10_20.xap" /><param name="initParams" value="deferredLoad=true,duration=0,m=http://ecn.channel9.msdn.com/o9/ch9/1/7/8/5/0/5/IE9D2D_ch9.wmv,autostart=false,autohide=true,showembed=true, thumbnail=http://channel9.msdn.com/App_Themes/default/vp09_10_20.xap, postid=505871" /><param name="background" value="#00FFFFFF" /><param name="src" value="data:application/x-silverlight-2," /><embed type="application/x-shockwave-flash" width="512" height="384" src="data:application/x-silverlight-2," background="#00FFFFFF" initparams="deferredLoad=true,duration=0,m=http://ecn.channel9.msdn.com/o9/ch9/1/7/8/5/0/5/IE9D2D_ch9.wmv,autostart=false,autohide=true,showembed=true, thumbnail=http://channel9.msdn.com/App_Themes/default/vp09_10_20.xap, postid=505871" source="http://channel9.msdn.com/App_Themes/default/vp09_10_20.xap"></embed></object></li>
</ul>
<p>Daha çok detay için okumanızı tavsiye ettiğim yerler:</p>
<ul>
<li><a href="http://blogs.msdn.com/ie/archive/2009/11/18/an-early-look-at-ie9-for-developers.aspx">http://blogs.msdn.com/ie/archive/2009/11/18/an-early-look-at-ie9-for-developers.aspx</a></li>
<li><a href="http://www.maximumpc.com/article/news/microsoft_details_features_ie9">http://www.maximumpc.com/article/news/microsoft_details_features_ie9</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/internet-explorer-9-cikiyor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ecn.channel9.msdn.com/o9/ch9/2/7/8/5/0/5/IE9JSEngineEarlyLook_ch9.wmv" length="272583279" type="video/x-ms-wmv" />
<enclosure url="http://ecn.channel9.msdn.com/o9/ch9/7/6/6/5/0/5/IE9DeanIntroTourStandardsInterop_ch9.wmv" length="193138035" type="video/x-ms-wmv" />
<enclosure url="http://ecn.channel9.msdn.com/o9/ch9/1/7/8/5/0/5/IE9D2D_ch9.wmv" length="181217083" type="video/x-ms-wmv" />
	
		<media:thumbnail url="http://ieblog.members.winisp.net/images/Dean_PDC_6.png" />
		<media:content url="http://ieblog.members.winisp.net/images/Dean_PDC_6.png" medium="image" />
		<media:content url="http://ieblog.members.winisp.net/images/Dean_PDC_7.png" medium="image" />
	</item>
		<item>
		<title>&#8220;It is not safe to rely on the system&#8217;s timezone&#8221; Problemi</title>
		<link>http://blog.kaansengul.com/index.php/it-is-not-safe-to-rely-on-the-systems-timezone-problemi/</link>
		<comments>http://blog.kaansengul.com/index.php/it-is-not-safe-to-rely-on-the-systems-timezone-problemi/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 12:41:03 +0000</pubDate>
		<dc:creator>Kaan Şengül</dc:creator>
				<category><![CDATA[Web Teknolojileri]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.kaansengul.com/?p=150</guid>
		<description><![CDATA[WordPress&#8217;te herhangi bir yerde şöyle bir hata ile karşılaşıyorsanız: Warning: date() [function.date]: It is not safe to rely on the system&#8217;s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any &#8230; <a href="http://blog.kaansengul.com/index.php/it-is-not-safe-to-rely-on-the-systems-timezone-problemi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>WordPress&#8217;te herhangi bir yerde şöyle bir hata ile karşılaşıyorsanız:</p>
<blockquote><p>Warning: date() [function.date]: It is not safe to rely on the system&#8217;s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected &#8216;Europe/Helsinki&#8217; for &#8216;EEST/3.0/DST&#8217; instead in wp-includes/functions.php on line 43</p></blockquote>
<p>bunu çözmek için wp-includes/functions.php dosyasını açın ve ilk fonsiyondan önce şu kodu yapıştırın:</p>
<pre class="brush: php">date_default_timezone_set(&#039;UTC&#039;);</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.kaansengul.com/index.php/it-is-not-safe-to-rely-on-the-systems-timezone-problemi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

