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

<channel>
	<title>Gavss</title>
	<atom:link href="http://yigitgursoy.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yigitgursoy.wordpress.com</link>
	<description>a programmers notebook</description>
	<lastBuildDate>Thu, 16 Jul 2009 14:50:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='yigitgursoy.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Gavss</title>
		<link>http://yigitgursoy.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://yigitgursoy.wordpress.com/osd.xml" title="Gavss" />
	<atom:link rel='hub' href='http://yigitgursoy.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Zyxel Modem Connection Timeout Problem in Starcraft</title>
		<link>http://yigitgursoy.wordpress.com/2009/07/16/zyxel-modem-connection-timeout-problem-in-starcraft/</link>
		<comments>http://yigitgursoy.wordpress.com/2009/07/16/zyxel-modem-connection-timeout-problem-in-starcraft/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 14:50:20 +0000</pubDate>
		<dc:creator>gavss</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[connection timeout]]></category>
		<category><![CDATA[iccup]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[NAT]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[UDP]]></category>
		<category><![CDATA[zyxel]]></category>

		<guid isPermaLink="false">http://yigitgursoy.wordpress.com/?p=75</guid>
		<description><![CDATA[If you are using your modems default configuration, other people will not be able to see your ICCup or Battle.Net game. The reason is that UDP port connections remain open for a very long time and fill up the NAT table. Lenght of the NAT table doesn&#8217;t make a difference most of the time. Open [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=75&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are using your modems default configuration, other people will not be able to see your ICCup or Battle.Net game. The reason is that UDP port connections remain open for a very long time and fill up the NAT table. Lenght of the NAT table doesn&#8217;t make a difference most of the time. Open the Windows Command Prompt and connect to your modem using the Telnet protocol and decrease UDP port timeout values to solve this problem.</p>
<p>&gt; telnet 192.168.1.1<br />
&gt; 1234<br />
(default password is 1234)<br />
&gt; 24<br />
&gt; 8<br />
&gt;ip nat timeout udp 6112 10<br />
&gt;ip nat timeout generic 10<br />
(default timeout for UDP is 300 seconds. you should decrease this)<br />
&gt; ip nat iface wanif0 st<br />
(displays the NAT table)<br />
&gt; ip nat timeout display<br />
&gt; sys tos timeout display<br />
(displays timeout values)<br />
&gt; ip nat session 1024<br />
(default NAT table length is 512)<br />
&gt; ip nat reset wanif0<br />
(resets the NAT table)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yigitgursoy.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yigitgursoy.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yigitgursoy.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yigitgursoy.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yigitgursoy.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yigitgursoy.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yigitgursoy.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yigitgursoy.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yigitgursoy.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yigitgursoy.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yigitgursoy.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yigitgursoy.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yigitgursoy.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yigitgursoy.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=75&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yigitgursoy.wordpress.com/2009/07/16/zyxel-modem-connection-timeout-problem-in-starcraft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3777dd0ebdec74bb8e81543ab1c90eb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gavss</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;If Exists&#8221; statement in &#8220;LINQ to SQL&#8221;</title>
		<link>http://yigitgursoy.wordpress.com/2009/07/15/if-exists-statement-in-linq-to-sql/</link>
		<comments>http://yigitgursoy.wordpress.com/2009/07/15/if-exists-statement-in-linq-to-sql/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 23:31:17 +0000</pubDate>
		<dc:creator>gavss</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[if exists]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://yigitgursoy.wordpress.com/?p=66</guid>
		<description><![CDATA[T-SQL Statement: IF NOT EXISTS(SELECT UserName FROM Users WHERE UserName='yigit') BEGIN INSERT INTO Users (UserName) values ('yigit'); END Equivalent in LINQ to SQL: if (!db.Users.Where( u =&#62; u.UserName == "yigit" ).Any()) { db.Users.InsertOnSubmit( new User { UserName = "yigit" } ); db.SubmitChanges(); }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=66&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>T-SQL Statement:</strong></p>
<p><code>IF NOT EXISTS(SELECT UserName FROM Users WHERE UserName='yigit')<br />
BEGIN<br />
INSERT INTO Users (UserName) values ('yigit');<br />
END</code></p>
<p><strong>Equivalent in LINQ to SQL:</strong></p>
<p><code>if (!db.Users.Where( u =&gt; u.UserName == "yigit" ).Any())<br />
{<br />
db.Users.InsertOnSubmit( new User { UserName = "yigit" } );<br />
db.SubmitChanges();<br />
}</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yigitgursoy.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yigitgursoy.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yigitgursoy.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yigitgursoy.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yigitgursoy.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yigitgursoy.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yigitgursoy.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yigitgursoy.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yigitgursoy.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yigitgursoy.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yigitgursoy.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yigitgursoy.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yigitgursoy.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yigitgursoy.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=66&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yigitgursoy.wordpress.com/2009/07/15/if-exists-statement-in-linq-to-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3777dd0ebdec74bb8e81543ab1c90eb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gavss</media:title>
		</media:content>
	</item>
		<item>
		<title>Batch Commands to Disable Special Shared Resources</title>
		<link>http://yigitgursoy.wordpress.com/2009/07/15/batch-commands-to-disable-special-shared-resources-2/</link>
		<comments>http://yigitgursoy.wordpress.com/2009/07/15/batch-commands-to-disable-special-shared-resources-2/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 23:25:50 +0000</pubDate>
		<dc:creator>gavss</dc:creator>
				<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[shared folders]]></category>

		<guid isPermaLink="false">http://yigitgursoy.wordpress.com/?p=64</guid>
		<description><![CDATA[By default all your folders are accessible from other computers in your network. If you want to simply disable this feature, you can execute the batch commands below. After the “Server” windows service is restarted these folders are shared again. net share “C$” /delete net share “ADMIN$” /delete<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=64&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>By default all your folders are accessible from other computers in your network. If you want to simply disable this feature, you can execute the batch commands below. After the “Server” windows service is restarted these folders are shared again.</p>
<p><code>net share “C$” /delete<br />
net share “ADMIN$” /delete</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yigitgursoy.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yigitgursoy.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yigitgursoy.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yigitgursoy.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yigitgursoy.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yigitgursoy.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yigitgursoy.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yigitgursoy.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yigitgursoy.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yigitgursoy.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yigitgursoy.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yigitgursoy.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yigitgursoy.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yigitgursoy.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=64&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yigitgursoy.wordpress.com/2009/07/15/batch-commands-to-disable-special-shared-resources-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3777dd0ebdec74bb8e81543ab1c90eb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gavss</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Cannot Generate SSPI Context&#8221; Error</title>
		<link>http://yigitgursoy.wordpress.com/2009/07/15/cannot-generate-sspi-context-error-2/</link>
		<comments>http://yigitgursoy.wordpress.com/2009/07/15/cannot-generate-sspi-context-error-2/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 21:56:56 +0000</pubDate>
		<dc:creator>gavss</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[SSPI]]></category>

		<guid isPermaLink="false">http://yigitgursoy.wordpress.com/?p=59</guid>
		<description><![CDATA[If you are getting “Cannot generate SSPI context.” error while trying to connect to an SQL server in your local area network, you should check your dns settings first. You can set or reset your dns settings using the batch commands in the following link: http://yigitgursoy.wordpress.com/2009/07/15/batch-commands-to-change-dns-servers-authomatically-2/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=59&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-60" title="2" src="http://yigitgursoy.files.wordpress.com/2009/07/2.png?w=479&#038;h=139" alt="2" width="479" height="139" /></p>
<p>If you are getting “Cannot generate SSPI context.” error while trying to connect to an SQL server in your local area network, you should check your dns settings first. You can set or reset your dns settings using the batch commands in the following link:</p>
<p><a title="http://yigitgursoy.wordpress.com/2009/07/15/batch-commands-to-change-dns-servers-authomatically-2/" href="http://yigitgursoy.wordpress.com/2009/07/15/batch-commands-to-change-dns-servers-authomatically-2/" target="_self">http://yigitgursoy.wordpress.com/2009/07/15/batch-commands-to-change-dns-servers-authomatically-2/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yigitgursoy.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yigitgursoy.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yigitgursoy.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yigitgursoy.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yigitgursoy.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yigitgursoy.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yigitgursoy.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yigitgursoy.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yigitgursoy.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yigitgursoy.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yigitgursoy.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yigitgursoy.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yigitgursoy.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yigitgursoy.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=59&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yigitgursoy.wordpress.com/2009/07/15/cannot-generate-sspi-context-error-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3777dd0ebdec74bb8e81543ab1c90eb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gavss</media:title>
		</media:content>

		<media:content url="http://yigitgursoy.files.wordpress.com/2009/07/2.png" medium="image">
			<media:title type="html">2</media:title>
		</media:content>
	</item>
		<item>
		<title>Hosting Multiple Web Sites On a Single Server</title>
		<link>http://yigitgursoy.wordpress.com/2009/07/15/hosting-multiple-web-sites-on-a-single-server-2/</link>
		<comments>http://yigitgursoy.wordpress.com/2009/07/15/hosting-multiple-web-sites-on-a-single-server-2/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 21:18:26 +0000</pubDate>
		<dc:creator>gavss</dc:creator>
				<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[host headers]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://yigitgursoy.wordpress.com/?p=57</guid>
		<description><![CDATA[http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/596b9108-b1a7-494d-885d-f8941b07554c.mspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=57&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/596b9108-b1a7-494d-885d-f8941b07554c.mspx" href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/596b9108-b1a7-494d-885d-f8941b07554c.mspx" target="_blank">http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/596b9108-b1a7-494d-885d-f8941b07554c.mspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yigitgursoy.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yigitgursoy.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yigitgursoy.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yigitgursoy.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yigitgursoy.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yigitgursoy.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yigitgursoy.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yigitgursoy.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yigitgursoy.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yigitgursoy.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yigitgursoy.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yigitgursoy.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yigitgursoy.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yigitgursoy.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=57&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yigitgursoy.wordpress.com/2009/07/15/hosting-multiple-web-sites-on-a-single-server-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3777dd0ebdec74bb8e81543ab1c90eb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gavss</media:title>
		</media:content>
	</item>
		<item>
		<title>Essential Programs</title>
		<link>http://yigitgursoy.wordpress.com/2009/07/15/essential-programs-2/</link>
		<comments>http://yigitgursoy.wordpress.com/2009/07/15/essential-programs-2/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 21:13:11 +0000</pubDate>
		<dc:creator>gavss</dc:creator>
				<category><![CDATA[Programs]]></category>

		<guid isPermaLink="false">http://yigitgursoy.wordpress.com/?p=55</guid>
		<description><![CDATA[Programming: Tortoise SVN Reflector Visual Studio 2008 SQL Server 2008 Archive Management: 7zip Daemon Tools Web Browsers: Firefox Chrome Explorer Gaming: Steam ICCup Launcher Antivirus: Spybot Avast Password Management: Keepass Software Packages: Google Pack Windows Live Microsoft Office Video: Vlc Player Gom Player Download: uTorrent Other: Silverlight Flash Java Sun Virtual Box Nero Adobe Reader<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=55&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Programming:</strong><br />
Tortoise SVN<br />
Reflector<br />
Visual Studio 2008<br />
SQL Server 2008</p>
<p><strong>Archive Management:</strong><br />
7zip<br />
Daemon Tools</p>
<p><strong>Web Browsers:</strong><br />
Firefox<br />
Chrome<br />
Explorer</p>
<p><strong>Gaming:</strong><br />
Steam<br />
ICCup Launcher</p>
<p><strong>Antivirus:</strong><br />
Spybot<br />
Avast</p>
<p><strong>Password Management:</strong><br />
Keepass</p>
<p><strong>Software Packages:</strong><br />
Google Pack<br />
Windows Live<br />
Microsoft Office</p>
<p><strong>Video:</strong><br />
Vlc Player<br />
Gom Player</p>
<p><strong>Download:</strong><br />
uTorrent</p>
<p><strong>Other:</strong><br />
Silverlight<br />
Flash<br />
Java<br />
Sun Virtual Box<br />
Nero<br />
Adobe Reader</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yigitgursoy.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yigitgursoy.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yigitgursoy.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yigitgursoy.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yigitgursoy.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yigitgursoy.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yigitgursoy.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yigitgursoy.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yigitgursoy.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yigitgursoy.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yigitgursoy.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yigitgursoy.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yigitgursoy.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yigitgursoy.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=55&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yigitgursoy.wordpress.com/2009/07/15/essential-programs-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3777dd0ebdec74bb8e81543ab1c90eb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gavss</media:title>
		</media:content>
	</item>
		<item>
		<title>Cursor Declaration Example</title>
		<link>http://yigitgursoy.wordpress.com/2009/07/15/cursor-declaration-example/</link>
		<comments>http://yigitgursoy.wordpress.com/2009/07/15/cursor-declaration-example/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 21:07:36 +0000</pubDate>
		<dc:creator>gavss</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[cursor]]></category>

		<guid isPermaLink="false">http://yigitgursoy.wordpress.com/?p=53</guid>
		<description><![CDATA[DECLARE @UserID int DECLARE test_cursor CURSOR FOR SELECT UserID FROM Users OPEN test_cursor FETCH NEXT FROM test_cursor INTO @UserID WHILE @@FETCH_STATUS = 0 BEGIN INSERT INTO Emails (UserID,Email) VALUES (@UserID, ‘test@test.com’) FETCH NEXT FROM test_cursor INTO @UserID END CLOSE test_cursor DEALLOCATE test_cursor<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=53&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><code>DECLARE @UserID int<br />
DECLARE test_cursor CURSOR FOR</code></p>
<p><code>SELECT UserID FROM Users</code></p>
<p><code>OPEN test_cursor<br />
FETCH NEXT FROM test_cursor INTO @UserID<br />
WHILE @@FETCH_STATUS = 0<br />
BEGIN</code></p>
<p><code>INSERT INTO Emails (UserID,Email) VALUES (@UserID, ‘test@test.com’)</code><br />
<code><br />
FETCH NEXT FROM test_cursor INTO @UserID<br />
END<br />
CLOSE test_cursor<br />
DEALLOCATE test_cursor</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yigitgursoy.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yigitgursoy.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yigitgursoy.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yigitgursoy.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yigitgursoy.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yigitgursoy.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yigitgursoy.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yigitgursoy.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yigitgursoy.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yigitgursoy.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yigitgursoy.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yigitgursoy.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yigitgursoy.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yigitgursoy.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=53&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yigitgursoy.wordpress.com/2009/07/15/cursor-declaration-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3777dd0ebdec74bb8e81543ab1c90eb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gavss</media:title>
		</media:content>
	</item>
		<item>
		<title>Batch Commands to Change Dns Servers Authomatically</title>
		<link>http://yigitgursoy.wordpress.com/2009/07/15/batch-commands-to-change-dns-servers-authomatically-2/</link>
		<comments>http://yigitgursoy.wordpress.com/2009/07/15/batch-commands-to-change-dns-servers-authomatically-2/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 21:05:43 +0000</pubDate>
		<dc:creator>gavss</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[netsh]]></category>

		<guid isPermaLink="false">http://yigitgursoy.wordpress.com/?p=51</guid>
		<description><![CDATA[Setting primary and secondary dns addresses: netsh interface ip set dns “Local Area Connection” static 208.67.222.222 primary netsh interface ip add dns name=”Local Area Connection” addr=208.67.220.220 index=2 Removing dns settings: netsh interface ip delete dns “Local Area Connection” all<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=51&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Setting primary and secondary dns addresses:</strong></p>
<p>netsh interface ip set dns “Local Area Connection” static 208.67.222.222 primary</p>
<p>netsh interface ip add dns name=”Local Area Connection” addr=208.67.220.220 index=2</p>
<p><strong>Removing dns settings:</strong></p>
<p>netsh interface ip delete dns “Local Area Connection” all</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yigitgursoy.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yigitgursoy.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yigitgursoy.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yigitgursoy.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yigitgursoy.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yigitgursoy.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yigitgursoy.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yigitgursoy.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yigitgursoy.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yigitgursoy.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yigitgursoy.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yigitgursoy.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yigitgursoy.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yigitgursoy.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=51&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yigitgursoy.wordpress.com/2009/07/15/batch-commands-to-change-dns-servers-authomatically-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3777dd0ebdec74bb8e81543ab1c90eb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gavss</media:title>
		</media:content>
	</item>
		<item>
		<title>Configuring Http Access to Analysis Services</title>
		<link>http://yigitgursoy.wordpress.com/2009/07/15/configuring-http-access-to-analysis-services-2/</link>
		<comments>http://yigitgursoy.wordpress.com/2009/07/15/configuring-http-access-to-analysis-services-2/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 21:03:32 +0000</pubDate>
		<dc:creator>gavss</dc:creator>
				<category><![CDATA[Analysis Server]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HTTPS]]></category>

		<guid isPermaLink="false">http://yigitgursoy.wordpress.com/?p=49</guid>
		<description><![CDATA[http://www.microsoft.com/technet/prodtechnol/sql/2005/httpasws.mspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=49&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="http://www.microsoft.com/technet/prodtechnol/sql/2005/httpasws.mspx" href="http://www.microsoft.com/technet/prodtechnol/sql/2005/httpasws.mspx" target="_blank">http://www.microsoft.com/technet/prodtechnol/sql/2005/httpasws.mspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yigitgursoy.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yigitgursoy.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yigitgursoy.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yigitgursoy.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yigitgursoy.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yigitgursoy.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yigitgursoy.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yigitgursoy.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yigitgursoy.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yigitgursoy.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yigitgursoy.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yigitgursoy.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yigitgursoy.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yigitgursoy.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=49&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yigitgursoy.wordpress.com/2009/07/15/configuring-http-access-to-analysis-services-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3777dd0ebdec74bb8e81543ab1c90eb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gavss</media:title>
		</media:content>
	</item>
		<item>
		<title>Transforming Datasets to Html with Xslt</title>
		<link>http://yigitgursoy.wordpress.com/2009/07/15/transforming-datasets-to-html-with-xslt/</link>
		<comments>http://yigitgursoy.wordpress.com/2009/07/15/transforming-datasets-to-html-with-xslt/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 21:01:52 +0000</pubDate>
		<dc:creator>gavss</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[dataset]]></category>
		<category><![CDATA[transform]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSL]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://yigitgursoy.wordpress.com/?p=47</guid>
		<description><![CDATA[public static String Transform(DataSet ds) { String xml = ds.GetXml(); String xsl = “&#60;?xml version=\”1.0\” encoding=\”ISO-8859-1\”?&#62;&#60;xsl:stylesheet version=\”1.0\” xmlns:xsl=\”http://www.w3.org/1999/XSL/Transform\”&#62;&#60;xsl:template match=\”/\”&#62;&#60; html&#62;&#60;body&#62;&#60;table&#62;&#60;tr&#62;&#60;xsl:for-each select=\”NewDataSet/Table[1]/*\” &#62;&#60;td&#62;&#60;xsl:value-of select=\”local-name()\”/&#62;&#60;/td&#62;&#60;/xsl:for-each&#62; &#60;/tr&#62;&#60;xsl:for-each select=\”NewDataSet/Table\”&#62;&#60;tr&#62;&#60;xsl:for-each select=\”./*\”&#62;&#60;td&#62;&#60;xsl:value-of select=\”.\” /&#62;&#60;/td&#62;&#60;/xsl:for-each &#62;&#60;/tr&#62;&#60;/xsl:for-each&#62;&#60;/table&#62;&#60;/body&#62;&#60;/html&#62;&#60;/xsl:template &#62;&#60;/xsl:stylesheet&#62;”; System.IO.StringWriter writer = new System.IO.StringWriter(); System.Xml.Xsl.XslCompiledTransform t = new System.Xml.Xsl.XslCompiledTransform(); XmlReaderSettings settings = new XmlReaderSettings(); XmlReader xmlReader = XmlReader.Create(new System.IO.StringReader(xml)); XmlReader xslReader = XmlReader.Create(new System.IO.StringReader(xsl)); [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=47&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><code>public static String Transform(DataSet ds)<br />
{<br />
String xml = ds.GetXml();</code></p>
<p><code>String xsl =<br />
“&lt;?xml version=\”1.0\” encoding=\”ISO-8859-1\”?&gt;&lt;xsl:stylesheet version=\”1.0\”<br />
xmlns:xsl=\”http://www.w3.org/1999/XSL/Transform\”&gt;&lt;xsl:template match=\”/\”&gt;&lt;<br />
html&gt;&lt;body&gt;&lt;table&gt;&lt;tr&gt;&lt;xsl:for-each select=\”NewDataSet/Table[1]/*\”<br />
&gt;&lt;td&gt;&lt;xsl:value-of select=\”local-name()\”/&gt;&lt;/td&gt;&lt;/xsl:for-each&gt;<br />
&lt;/tr&gt;&lt;xsl:for-each select=\”NewDataSet/Table\”&gt;&lt;tr&gt;&lt;xsl:for-each<br />
select=\”./*\”&gt;&lt;td&gt;&lt;xsl:value-of select=\”.\” /&gt;&lt;/td&gt;&lt;/xsl:for-each<br />
&gt;&lt;/tr&gt;&lt;/xsl:for-each&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;&lt;/xsl:template<br />
&gt;&lt;/xsl:stylesheet&gt;”;</code></p>
<p><code>System.IO.StringWriter writer = new System.IO.StringWriter();<br />
System.Xml.Xsl.XslCompiledTransform t = new System.Xml.Xsl.XslCompiledTransform();<br />
XmlReaderSettings settings = new XmlReaderSettings();<br />
XmlReader xmlReader = XmlReader.Create(new System.IO.StringReader(xml));<br />
XmlReader xslReader = XmlReader.Create(new System.IO.StringReader(xsl));<br />
t.Load(xslReader);<br />
t.Transform(xmlReader, null, writer);<br />
return writer.ToString();<br />
}</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yigitgursoy.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yigitgursoy.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yigitgursoy.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yigitgursoy.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yigitgursoy.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yigitgursoy.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yigitgursoy.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yigitgursoy.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yigitgursoy.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yigitgursoy.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yigitgursoy.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yigitgursoy.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yigitgursoy.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yigitgursoy.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yigitgursoy.wordpress.com&amp;blog=8585017&amp;post=47&amp;subd=yigitgursoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yigitgursoy.wordpress.com/2009/07/15/transforming-datasets-to-html-with-xslt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3777dd0ebdec74bb8e81543ab1c90eb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gavss</media:title>
		</media:content>
	</item>
	</channel>
</rss>
