<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Yanachik.org</title>
	<atom:link href="http://www.yanachik.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yanachik.org</link>
	<description>IT Administration and Application Development</description>
	<lastBuildDate>Wed, 10 Mar 2010 00:09:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Visual Studio 2008 Service Pack 1 Javascript Formatting Drives Me Nuts by kyanachik</title>
		<link>http://www.yanachik.org/2008/10/31/visual-studio-2008-service-pack-1-javascript-formatting-drives-me-nuts/comment-page-1/#comment-43</link>
		<dc:creator>kyanachik</dc:creator>
		<pubDate>Wed, 10 Mar 2010 00:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/?p=98#comment-43</guid>
		<description>Thank you,&lt;br&gt;&lt;br&gt;I&#039;m starting to have the same problem with Visual Studio 2010 when coding&lt;br&gt;MVC views.  I haven&#039;t been able to find the switch in 2010 for MVC views&lt;br&gt;yet, I&#039;ll post it if I do.</description>
		<content:encoded><![CDATA[<p>Thank you,</p>
<p>I&#39;m starting to have the same problem with Visual Studio 2010 when coding<br />MVC views.  I haven&#39;t been able to find the switch in 2010 for MVC views<br />yet, I&#39;ll post it if I do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio 2008 Service Pack 1 Javascript Formatting Drives Me Nuts by Xor</title>
		<link>http://www.yanachik.org/2008/10/31/visual-studio-2008-service-pack-1-javascript-formatting-drives-me-nuts/comment-page-1/#comment-42</link>
		<dc:creator>Xor</dc:creator>
		<pubDate>Wed, 10 Mar 2010 00:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/?p=98#comment-42</guid>
		<description>thanks, long time since I used Visual Studio for web development but this old post helped me from going nuts as well :)</description>
		<content:encoded><![CDATA[<p>thanks, long time since I used Visual Studio for web development but this old post helped me from going nuts as well <img src='http://www.yanachik.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Enable Firefox to Login Automatically to Intranet Servers by Keith Yanachik</title>
		<link>http://www.yanachik.org/2009/07/29/how-to-enable-firefox-to-login-automatically-to-intranet-servers/comment-page-1/#comment-41</link>
		<dc:creator>Keith Yanachik</dc:creator>
		<pubDate>Fri, 05 Feb 2010 01:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2009/07/29/how-to-enable-firefox-to-login-automatically-to-intranet-servers/#comment-41</guid>
		<description>Testing Facebook integration.</description>
		<content:encoded><![CDATA[<p>Testing Facebook integration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Enable Firefox to Login Automatically to Intranet Servers by Keith Yanachik</title>
		<link>http://www.yanachik.org/2009/07/29/how-to-enable-firefox-to-login-automatically-to-intranet-servers/comment-page-1/#comment-40</link>
		<dc:creator>Keith Yanachik</dc:creator>
		<pubDate>Fri, 05 Feb 2010 01:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2009/07/29/how-to-enable-firefox-to-login-automatically-to-intranet-servers/#comment-40</guid>
		<description>Testing Twitter integration.</description>
		<content:encoded><![CDATA[<p>Testing Twitter integration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Dynamically Set a LinqDataSource to filter the results based on user input by kyanachik</title>
		<link>http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/comment-page-1/#comment-36</link>
		<dc:creator>kyanachik</dc:creator>
		<pubDate>Tue, 24 Nov 2009 13:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/#comment-36</guid>
		<description>Unfortunately I haven&#039;t worked with the UpdatePanels for quite a while.  We moved to using the Yahoo Datatable calling Page Methods.  http://developer.yahoo.com/yui/datatable/  In order for the Yahoo Connection Manager (Ajax) to work with ASP.Net Page Methods you have to change it&#039;s default behavior from Get to Post.

YAHOO.util.Connect.resetDefaultHeaders();
YAHOO.util.Connect.setDefaultPostHeader(false);
YAHOO.util.Connect.initHeader(&quot;content-type&quot;, &quot;application/json; charset=utf-8&quot;, true);

Subsequently we have moved to ASP.Net MVC which has greatly reduced the amount of client-side javascript but enhanced Ajax tremendously.</description>
		<content:encoded><![CDATA[<p>Unfortunately I haven&#8217;t worked with the UpdatePanels for quite a while.  We moved to using the Yahoo Datatable calling Page Methods.  <a href="http://developer.yahoo.com/yui/datatable/" rel="nofollow">http://developer.yahoo.com/yui/datatable/</a>  In order for the Yahoo Connection Manager (Ajax) to work with ASP.Net Page Methods you have to change it&#8217;s default behavior from Get to Post.</p>
<p>YAHOO.util.Connect.resetDefaultHeaders();<br />
YAHOO.util.Connect.setDefaultPostHeader(false);<br />
YAHOO.util.Connect.initHeader(&#8220;content-type&#8221;, &#8220;application/json; charset=utf-8&#8243;, true);</p>
<p>Subsequently we have moved to ASP.Net MVC which has greatly reduced the amount of client-side javascript but enhanced Ajax tremendously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Dynamically Set a LinqDataSource to filter the results based on user input by michael</title>
		<link>http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/comment-page-1/#comment-35</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Tue, 24 Nov 2009 12:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/#comment-35</guid>
		<description>After further testing I have determined that this is not the best way of doing things, it stops working with paging. --- Why does it stop paging in listview&#039;s page control? have you ever figured it out ?</description>
		<content:encoded><![CDATA[<p>After further testing I have determined that this is not the best way of doing things, it stops working with paging. &#8212; Why does it stop paging in listview&#8217;s page control? have you ever figured it out ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Dynamically Set a LinqDataSource to filter the results based on user input by James Riall</title>
		<link>http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/comment-page-1/#comment-34</link>
		<dc:creator>James Riall</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2008/02/28/how-to-dynamically-set-a-linqdatasource-to-filter-the-results-based-on-user-input/#comment-34</guid>
		<description>That worked very nicely! Thanks.</description>
		<content:encoded><![CDATA[<p>That worked very nicely! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send files through Pownce by sandrar</title>
		<link>http://www.yanachik.org/2008/02/20/send-files-through-pownce/comment-page-1/#comment-29</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 21:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2008/02/20/send-files-through-pownce/#comment-29</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://www.yanachik.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Filter Visual Studio Team System 2008 Check-In by Solution by Jaans</title>
		<link>http://www.yanachik.org/2008/01/08/filter-visual-studio-team-system-2008-check-in-by-solution/comment-page-1/#comment-28</link>
		<dc:creator>Jaans</dc:creator>
		<pubDate>Wed, 09 Sep 2009 03:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2008/01/08/filter-visual-studio-team-system-2008-check-in-by-solution/#comment-28</guid>
		<description>The more annoying thing about this is that the selection isn&#039;t maintained. 

I regularly work on multiple projects and solutions and have to click on this button EVERYTIME I do a check-in. Why does it not keep my chioce to filter by solution?</description>
		<content:encoded><![CDATA[<p>The more annoying thing about this is that the selection isn&#8217;t maintained. </p>
<p>I regularly work on multiple projects and solutions and have to click on this button EVERYTIME I do a check-in. Why does it not keep my chioce to filter by solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migrated from Ubuntu Linux back to Windows Vista by Jinny</title>
		<link>http://www.yanachik.org/2008/01/08/migrated-from-ubuntu-linux-back-to-windows-vista/comment-page-1/#comment-25</link>
		<dc:creator>Jinny</dc:creator>
		<pubDate>Tue, 28 Jul 2009 19:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.yanachik.org/2008/01/08/migrated-from-ubuntu-linux-back-to-windows-vista/#comment-25</guid>
		<description>Hi there, 
Not sure that this is true:), but thanks for a post.</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Not sure that this is true:), but thanks for a post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
