<?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 on: SubEthaEdit vs BBEdit</title>
	<atom:link href="http://www.darcynorman.net/2005/03/27/subethaedit-vs-bbedit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net/2005/03/27/subethaedit-vs-bbedit/</link>
	<description>just a lowly edtech geek, mumble mumble university of calgary</description>
	<lastBuildDate>Sun, 21 Mar 2010 17:18:11 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ross</title>
		<link>http://www.darcynorman.net/2005/03/27/subethaedit-vs-bbedit/#comment-79726</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-79726</guid>
		<description>Nice article. I, like you, have been using BBEdit for a long time, mainly at work. I am currently a student and looking to get personal copies of most of the software I use at work. I was a bit surprised to find that BBEdit&#039;s educational discounts aren&#039;t so great, which is making me think about switching to SubEthaEdit.

And again, like you, the most important feature for me is being able to re-format text. (I took me a few days to get my Source Profile file just right! :P)

Anyway, I&#039;d like to hear more about your SubEthaEdit experiences, and if I figure out my  own solutions I&#039;d gladly share them with you.

Take care, and maybe I&#039;ll see you around at Peet&#039;s or something. :)</description>
		<content:encoded><![CDATA[<p>Nice article. I, like you, have been using BBEdit for a long time, mainly at work. I am currently a student and looking to get personal copies of most of the software I use at work. I was a bit surprised to find that BBEdit&#8217;s educational discounts aren&#8217;t so great, which is making me think about switching to SubEthaEdit.</p>
<p>And again, like you, the most important feature for me is being able to re-format text. (I took me a few days to get my Source Profile file just right! <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )</p>
<p>Anyway, I&#8217;d like to hear more about your SubEthaEdit experiences, and if I figure out my  own solutions I&#8217;d gladly share them with you.</p>
<p>Take care, and maybe I&#8217;ll see you around at Peet&#8217;s or something. <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.darcynorman.net/2005/03/27/subethaedit-vs-bbedit/#comment-79727</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-79727</guid>
		<description>Follow up:

This free services package does a nice job of cleaning up your code, even though it is not as customizable as BBEdit&#039;s ability to read a Source Format file:

http://www.pixelfreak.net/tidy_service/

If you spend some time tweaking the configuration file, you might find it helpful.

Now if I can only search and replace multiple files... :)</description>
		<content:encoded><![CDATA[<p>Follow up:</p>
<p>This free services package does a nice job of cleaning up your code, even though it is not as customizable as BBEdit&#8217;s ability to read a Source Format file:</p>
<p><a href="http://www.pixelfreak.net/tidy_service/" rel="nofollow">http://www.pixelfreak.net/tidy_service/</a></p>
<p>If you spend some time tweaking the configuration file, you might find it helpful.</p>
<p>Now if I can only search and replace multiple files&#8230; <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/03/27/subethaedit-vs-bbedit/#comment-79728</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-79728</guid>
		<description>Ross, thanks for the link to the Tidy Service! It doesn&#039;t do &lt;em&gt;exactly&lt;/em&gt; what I have in mind, but gets me much closer... It doesn&#039;t do the re-indenting, but handles cleaning up XHTML quite nicely. I&#039;ve added it to both of my systems.</description>
		<content:encoded><![CDATA[<p>Ross, thanks for the link to the Tidy Service! It doesn&#8217;t do <em>exactly</em> what I have in mind, but gets me much closer&#8230; It doesn&#8217;t do the re-indenting, but handles cleaning up XHTML quite nicely. I&#8217;ve added it to both of my systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.darcynorman.net/2005/03/27/subethaedit-vs-bbedit/#comment-79729</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-79729</guid>
		<description>Tidy Service can auto-indent your HTML. Create a file in your home directory called TidyService.conf and add the following configuration options.

indent: yes
indent-spaces: 2

For detailed instructions, look at the read me file for Tidy Service and the quick reference page for HTML Tidy. 

http://www.pixelfreak.net/tidy_service/readme.html
http://tidy.sourceforge.net/docs/quickref.html

</description>
		<content:encoded><![CDATA[<p>Tidy Service can auto-indent your HTML. Create a file in your home directory called TidyService.conf and add the following configuration options.</p>
<p>indent: yes<br />
indent-spaces: 2</p>
<p>For detailed instructions, look at the read me file for Tidy Service and the quick reference page for HTML Tidy. </p>
<p><a href="http://www.pixelfreak.net/tidy_service/readme.html" rel="nofollow">http://www.pixelfreak.net/tidy_service/readme.html</a><br />
<a href="http://tidy.sourceforge.net/docs/quickref.html" rel="nofollow">http://tidy.sourceforge.net/docs/quickref.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2005/03/27/subethaedit-vs-bbedit/#comment-79730</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-79730</guid>
		<description>Sweet! Thanks for the tip, Scott!</description>
		<content:encoded><![CDATA[<p>Sweet! Thanks for the tip, Scott!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D&#8217;Arcy Norman Dot Net  Â» Blog Archive   &#187; My </title>
		<link>http://www.darcynorman.net/2005/03/27/subethaedit-vs-bbedit/#comment-79731</link>
		<dc:creator>D&#8217;Arcy Norman Dot Net  Â» Blog Archive   &#187; My </dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-79731</guid>
		<description>[...] 17;s ability to handle proper regex&#8230; 	UPDATE: As was pointed out in the comments for another SEE-related post, there is a service called &#8220;Tidy Service that provides [...]</description>
		<content:encoded><![CDATA[<p>[...] 17;s ability to handle proper regex&#8230; 	UPDATE: As was pointed out in the comments for another SEE-related post, there is a service called &#8220;Tidy Service that provides [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
