<?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 Redfern Place</title>
	<atom:link href="http://www.redfernplace.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redfernplace.com</link>
	<description>A place to be, a state of mind...</description>
	<lastBuildDate>Tue, 27 Jul 2010 11:20:22 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on RegEx Builder by 正则表达式常用工具 &#124; 流氓兔斯基</title>
		<link>http://www.redfernplace.com/software-projects/regex-builder/comment-page-1/#comment-1461</link>
		<dc:creator>正则表达式常用工具 &#124; 流氓兔斯基</dc:creator>
		<pubDate>Tue, 27 Jul 2010 11:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=121#comment-1461</guid>
		<description>[...] RegEx Builder [...]</description>
		<content:encoded><![CDATA[<p>[...] RegEx Builder [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Path Editor by Rob</title>
		<link>http://www.redfernplace.com/software-projects/patheditor/comment-page-1/#comment-1433</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 15 Jun 2010 22:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=100#comment-1433</guid>
		<description>&lt;a href=&quot;#comment-1432&quot; rel=&quot;nofollow&quot;&gt;@Rob &lt;/a&gt; 
Sorry - meant to say &quot;from REG_EXPAND_SZ to REG_SZ&quot;.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1432" rel="nofollow">@Rob </a><br />
Sorry &#8211; meant to say &#8220;from REG_EXPAND_SZ to REG_SZ&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Path Editor by Rob</title>
		<link>http://www.redfernplace.com/software-projects/patheditor/comment-page-1/#comment-1432</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 15 Jun 2010 22:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=100#comment-1432</guid>
		<description>A few suggested fixes:
1. In the registry, Path Editor changes the Type of the PATH key (in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Session Manager\Environment) from REG_EXPAND_SZ to REG_EXPAND.

The prevents the Command Prompt (at least in Windows 7) from expanding variables like %SystemRoot%, causing basic Windows programs like NOTEPAD and PING to no longer be found (as it doesn&#039;t parse &quot;SystemRoot\system32;&quot;%SystemRoot;%systemRoot\system32\Wbem&quot; correctly).

2. Path Editor always terminates the PATH with a final &quot;;&quot;.  This is not common practice; I have encountered some other programs that try to add directories to the PATH and always start by adding a &quot;;&quot;.  This results in the PATH containing &quot;;;&quot;, which the Command Prompt does not like (it fails to find any programs in directories after that).  Although I don&#039;t think Path Editor is technically wrong here, it would be more compatible if it omitted the final &quot;;&quot;.</description>
		<content:encoded><![CDATA[<p>A few suggested fixes:<br />
1. In the registry, Path Editor changes the Type of the PATH key (in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Session Manager\Environment) from REG_EXPAND_SZ to REG_EXPAND.</p>
<p>The prevents the Command Prompt (at least in Windows 7) from expanding variables like %SystemRoot%, causing basic Windows programs like NOTEPAD and PING to no longer be found (as it doesn&#8217;t parse &#8220;SystemRoot\system32;&#8221;%SystemRoot;%systemRoot\system32\Wbem&#8221; correctly).</p>
<p>2. Path Editor always terminates the PATH with a final &#8220;;&#8221;.  This is not common practice; I have encountered some other programs that try to add directories to the PATH and always start by adding a &#8220;;&#8221;.  This results in the PATH containing &#8220;;;&#8221;, which the Command Prompt does not like (it fails to find any programs in directories after that).  Although I don&#8217;t think Path Editor is technically wrong here, it would be more compatible if it omitted the final &#8220;;&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Path Editor by Nathan Lewis</title>
		<link>http://www.redfernplace.com/software-projects/patheditor/comment-page-1/#comment-1430</link>
		<dc:creator>Nathan Lewis</dc:creator>
		<pubDate>Sun, 13 Jun 2010 00:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=100#comment-1430</guid>
		<description>Does not work properly on Windows 7.  It changes the PATH in the registry from REG_EXPAND_SZ to REG_SZ and then environment variables won&#039;t expand anymore.</description>
		<content:encoded><![CDATA[<p>Does not work properly on Windows 7.  It changes the PATH in the registry from REG_EXPAND_SZ to REG_SZ and then environment variables won&#8217;t expand anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RegEx Builder by RegExr &#8211; a Regular Expression Testing Tool &#124; Eureka Seven</title>
		<link>http://www.redfernplace.com/software-projects/regex-builder/comment-page-1/#comment-1427</link>
		<dc:creator>RegExr &#8211; a Regular Expression Testing Tool &#124; Eureka Seven</dc:creator>
		<pubDate>Tue, 08 Jun 2010 17:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=121#comment-1427</guid>
		<description>[...] debug 实在太没效率了, 应此就出现专门的工具, 比如我之前一直在用 RegExBuilder , 除了操作上不够人性化外最主要的问题是只能用于 Windows , *niux 和 mac [...]</description>
		<content:encoded><![CDATA[<p>[...] debug 实在太没效率了, 应此就出现专门的工具, 比如我之前一直在用 RegExBuilder , 除了操作上不够人性化外最主要的问题是只能用于 Windows , *niux 和 mac [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Path Editor by Tim Tabor</title>
		<link>http://www.redfernplace.com/software-projects/patheditor/comment-page-1/#comment-1420</link>
		<dc:creator>Tim Tabor</dc:creator>
		<pubDate>Sat, 29 May 2010 14:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=100#comment-1420</guid>
		<description>This looks great, but ...  I downloaded the current msi from the website and installed it and tried to run it.  The cursor flashes and the process silently quits.  I&#039;ve tried re-downloading, re-installing, and rebooting.  Any ideas?</description>
		<content:encoded><![CDATA[<p>This looks great, but &#8230;  I downloaded the current msi from the website and installed it and tried to run it.  The cursor flashes and the process silently quits.  I&#8217;ve tried re-downloading, re-installing, and rebooting.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Path Editor by fabio vitale</title>
		<link>http://www.redfernplace.com/software-projects/patheditor/comment-page-1/#comment-1411</link>
		<dc:creator>fabio vitale</dc:creator>
		<pubDate>Thu, 20 May 2010 08:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=100#comment-1411</guid>
		<description>Hi, great work, just downloaded latest 2.0.2.2, but when installed it says still v.2.0.2.1, so I cannot use the useful /C clean switch on command line :-(((</description>
		<content:encoded><![CDATA[<p>Hi, great work, just downloaded latest 2.0.2.2, but when installed it says still v.2.0.2.1, so I cannot use the useful /C clean switch on command line <img src='http://www.redfernplace.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> ((</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RegEx Builder by 正則表達式入門教程電子書與工具 &#187; 原來如此（andy的部落格）</title>
		<link>http://www.redfernplace.com/software-projects/regex-builder/comment-page-1/#comment-1409</link>
		<dc:creator>正則表達式入門教程電子書與工具 &#187; 原來如此（andy的部落格）</dc:creator>
		<pubDate>Tue, 18 May 2010 08:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=121#comment-1409</guid>
		<description>[...] RegEx Builder 正則運算式測試工具，占記憶體小。該軟體要求您的電腦要裝有.net framework（進入下載.net環境）才能正常使用。 [...]</description>
		<content:encoded><![CDATA[<p>[...] RegEx Builder 正則運算式測試工具，占記憶體小。該軟體要求您的電腦要裝有.net framework（進入下載.net環境）才能正常使用。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RegEx Builder by IT编程之家 &#187; Blog Archive &#187; 正则表达式的笔记</title>
		<link>http://www.redfernplace.com/software-projects/regex-builder/comment-page-1/#comment-1408</link>
		<dc:creator>IT编程之家 &#187; Blog Archive &#187; 正则表达式的笔记</dc:creator>
		<pubDate>Mon, 17 May 2010 12:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=121#comment-1408</guid>
		<description>[...] 正则表达式的开发一定要使用工具（除非特别简单的），推荐RegExBuilder. [...]</description>
		<content:encoded><![CDATA[<p>[...] 正则表达式的开发一定要使用工具（除非特别简单的），推荐RegExBuilder. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Path Editor by Tweets that mention Redfern Place » Path Editor -- Topsy.com</title>
		<link>http://www.redfernplace.com/software-projects/patheditor/comment-page-1/#comment-1405</link>
		<dc:creator>Tweets that mention Redfern Place » Path Editor -- Topsy.com</dc:creator>
		<pubDate>Sat, 15 May 2010 20:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.redfernplace.com/?page_id=100#comment-1405</guid>
		<description>[...] This post was mentioned on Twitter by Jeffrey Pratt. Jeffrey Pratt said: Finally, editing the system path is no longer painful. http://icio.us/lih3qs [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Jeffrey Pratt. Jeffrey Pratt said: Finally, editing the system path is no longer painful. <a href="http://icio.us/lih3qs" rel="nofollow">http://icio.us/lih3qs</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
