<?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 Jakub Anderwald</title>
	<atom:link href="http://anderwald.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://anderwald.info</link>
	<description>Yet Another Tech Blog</description>
	<lastBuildDate>Wed, 18 Jan 2012 09:36:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Windows batch: delete all empty files in a specified folder by Damian</title>
		<link>http://anderwald.info/scripting/windows-batch-delete-all-empty-files-in-a-specified-folder/comment-page-1/#comment-15028</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Wed, 18 Jan 2012 09:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=50#comment-15028</guid>
		<description>Thanks for that Jakub, it worked a treat.</description>
		<content:encoded><![CDATA[<p>Thanks for that Jakub, it worked a treat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Normalize all sound output in Windows Vista (and higher) by MacK</title>
		<link>http://anderwald.info/windows/normalize-all-sound-output-in-windows-vista-and-higher/comment-page-1/#comment-12823</link>
		<dc:creator>MacK</dc:creator>
		<pubDate>Thu, 27 Oct 2011 20:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=122#comment-12823</guid>
		<description>Thanks you!! It&#039;s so useful

Kind regards from Spain</description>
		<content:encoded><![CDATA[<p>Thanks you!! It&#8217;s so useful</p>
<p>Kind regards from Spain</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Normalize all sound output in Windows Vista (and higher) by FisseKongenDK</title>
		<link>http://anderwald.info/windows/normalize-all-sound-output-in-windows-vista-and-higher/comment-page-1/#comment-12562</link>
		<dc:creator>FisseKongenDK</dc:creator>
		<pubDate>Mon, 10 Oct 2011 21:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=122#comment-12562</guid>
		<description>This works under windows 7 as well and is incredibly awesome. can&#039;t believe in only just found this out now...</description>
		<content:encoded><![CDATA[<p>This works under windows 7 as well and is incredibly awesome. can&#8217;t believe in only just found this out now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Just passed ITIL Foundation v3 by Lucas Kadzinski</title>
		<link>http://anderwald.info/about-me/just-passed-itil-foundation-v3/comment-page-1/#comment-10981</link>
		<dc:creator>Lucas Kadzinski</dc:creator>
		<pubDate>Fri, 12 Aug 2011 21:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=306#comment-10981</guid>
		<description>congrats</description>
		<content:encoded><![CDATA[<p>congrats</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Notepad++ and regional characters on Windows 7 RC by Roman</title>
		<link>http://anderwald.info/windows/notepad-and-regional-characters-on-windows-7-rc/comment-page-1/#comment-10674</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Sat, 06 Aug 2011 08:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=154#comment-10674</guid>
		<description>Solved my problem with Windows-1250 also, thaks</description>
		<content:encoded><![CDATA[<p>Solved my problem with Windows-1250 also, thaks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embed YouTube Videos in PowerPoint Presentations by PPT Search</title>
		<link>http://anderwald.info/internet/embed-youtube-videos-in-powerpoint-presentations/comment-page-1/#comment-10006</link>
		<dc:creator>PPT Search</dc:creator>
		<pubDate>Thu, 21 Jul 2011 21:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=107#comment-10006</guid>
		<description>the information provided is quite helpful for anyone.....</description>
		<content:encoded><![CDATA[<p>the information provided is quite helpful for anyone&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows batch: delete all empty files in a specified folder by EranS</title>
		<link>http://anderwald.info/scripting/windows-batch-delete-all-empty-files-in-a-specified-folder/comment-page-1/#comment-9911</link>
		<dc:creator>EranS</dc:creator>
		<pubDate>Mon, 18 Jul 2011 10:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=50#comment-9911</guid>
		<description>You can use the &#039;dir /A-D&#039; in order to not show directories in the search and so you get something simple as that:

for /F &quot;delims=&quot; %i in (&#039;dir /B /A-D&#039;) do if %~zi equ 0 del %i</description>
		<content:encoded><![CDATA[<p>You can use the &#8216;dir /A-D&#8217; in order to not show directories in the search and so you get something simple as that:</p>
<p>for /F &#8220;delims=&#8221; %i in (&#8216;dir /B /A-D&#8217;) do if %~zi equ 0 del %i</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nesting FORM tags in (X)HTML by Sandro</title>
		<link>http://anderwald.info/internet/nesting-form-tags-in-xhtml/comment-page-1/#comment-9568</link>
		<dc:creator>Sandro</dc:creator>
		<pubDate>Mon, 04 Jul 2011 16:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=61#comment-9568</guid>
		<description>This trick doesn&#039;t seem to work in Chrome. The outer form is terminated at the end of the dummy nested form. The lack of support for nested forms is quite annoying, and is yet another unjustified and arbitrary restriction.</description>
		<content:encoded><![CDATA[<p>This trick doesn&#8217;t seem to work in Chrome. The outer form is terminated at the end of the dummy nested form. The lack of support for nested forms is quite annoying, and is yet another unjustified and arbitrary restriction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nesting FORM tags in (X)HTML by Jakub "Kocureq" Anderwald</title>
		<link>http://anderwald.info/internet/nesting-form-tags-in-xhtml/comment-page-1/#comment-5271</link>
		<dc:creator>Jakub "Kocureq" Anderwald</dc:creator>
		<pubDate>Wed, 08 Dec 2010 12:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=61#comment-5271</guid>
		<description>well, please try this workaround and see if it works. please post back to share your results.</description>
		<content:encoded><![CDATA[<p>well, please try this workaround and see if it works. please post back to share your results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nesting FORM tags in (X)HTML by Asif Ashraf</title>
		<link>http://anderwald.info/internet/nesting-form-tags-in-xhtml/comment-page-1/#comment-5267</link>
		<dc:creator>Asif Ashraf</dc:creator>
		<pubDate>Wed, 08 Dec 2010 08:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=61#comment-5267</guid>
		<description>I am looking for a solution but I can do a workaround since I have a bit of relaxed requirements. I want to use bassistance validation on asp.net form for my Popup form. i think i can put the form AFTER asp.net&#039;s runat server form. And that should work? Cuz I am showing the other form in a popup so there shouldn&#039;t be any issue of positioning, I&#039;ll position it using jquery ui.

So possibly if you can show things in popups and  you can put the second form AFTER first form then due to model popups, positioning issue should be resolved.


Thanks</description>
		<content:encoded><![CDATA[<p>I am looking for a solution but I can do a workaround since I have a bit of relaxed requirements. I want to use bassistance validation on asp.net form for my Popup form. i think i can put the form AFTER asp.net&#8217;s runat server form. And that should work? Cuz I am showing the other form in a popup so there shouldn&#8217;t be any issue of positioning, I&#8217;ll position it using jquery ui.</p>
<p>So possibly if you can show things in popups and  you can put the second form AFTER first form then due to model popups, positioning issue should be resolved.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

