<?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: Using Ascii Text to Help Section Code</title>
	<atom:link href="http://www.tech-recipes.com/rx/190/using-ascii-text-to-help-section-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/190/using-ascii-text-to-help-section-code/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 22:16:28 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: davak</title>
		<link>http://www.tech-recipes.com/rx/190/using-ascii-text-to-help-section-code/comment-page-1/#comment-964</link>
		<dc:creator>davak</dc:creator>
		<pubDate>Mon, 01 Nov 2004 10:13:18 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-964</guid>
		<description>&lt;ul id=&quot;quote&quot;&gt;I think any &quot;normal&quot; person gets the idea. &lt;/ul&gt;

I&#039;m not normal, I&#039;m a computer geek.  :)

I may not agree, but I appreciate your opinion...</description>
		<content:encoded><![CDATA[<ul id="quote">I think any &#8220;normal&#8221; person gets the idea. </ul>
<p>I&#8217;m not normal, I&#8217;m a computer geek.  :)</p>
<p>I may not agree, but I appreciate your opinion&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guest</title>
		<link>http://www.tech-recipes.com/rx/190/using-ascii-text-to-help-section-code/comment-page-1/#comment-962</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Mon, 01 Nov 2004 06:16:49 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-962</guid>
		<description>I agree with Doug; it is quite silly to do it. If you need a method of distinguishing sections, it is a simple matter to make a block of symbols, such as asterisks, that identify the section and include simple text in it.

*****************************************************
*****************************************************
********MY SPECIAL SECTION BLOCK IDENTIFIER**********
*****************************************************
*****************************************************


It is very simple to make another style to identify another section type.

+++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++
+++++++++special section identifier two +++++++++++++
+++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++


I think any &quot;normal&quot; person gets the idea. 

&quot;Simplicity is simply the hardest concept to reduce to practice. It seems to be easier the less we know, or perhaps for those of lesser intelligence. The simpleton practices it innately. I suggest he has much to teach the rest of us, and he will do it simply.&quot;

from Dr. Dave&#039;s &quot;It&#039;s Nearly a Philosophy&quot;</description>
		<content:encoded><![CDATA[<p>I agree with Doug; it is quite silly to do it. If you need a method of distinguishing sections, it is a simple matter to make a block of symbols, such as asterisks, that identify the section and include simple text in it.</p>
<p>*****************************************************<br />
*****************************************************<br />
********MY SPECIAL SECTION BLOCK IDENTIFIER**********<br />
*****************************************************<br />
*****************************************************</p>
<p>It is very simple to make another style to identify another section type.</p>
<p>+++++++++++++++++++++++++++++++++++++++++<br />
+++++++++++++++++++++++++++++++++++++++++<br />
+++++++++special section identifier two +++++++++++++<br />
+++++++++++++++++++++++++++++++++++++++++<br />
+++++++++++++++++++++++++++++++++++++++++<br />
+++++++++++++++++++++++++++++++++++++++++</p>
<p>I think any &#8220;normal&#8221; person gets the idea. </p>
<p>&#8220;Simplicity is simply the hardest concept to reduce to practice. It seems to be easier the less we know, or perhaps for those of lesser intelligence. The simpleton practices it innately. I suggest he has much to teach the rest of us, and he will do it simply.&#8221;</p>
<p>from Dr. Dave&#8217;s &#8220;It&#8217;s Nearly a Philosophy&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davak</title>
		<link>http://www.tech-recipes.com/rx/190/using-ascii-text-to-help-section-code/comment-page-1/#comment-23</link>
		<dc:creator>davak</dc:creator>
		<pubDate>Mon, 10 Nov 2003 11:09:04 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-23</guid>
		<description>If it bothers you not to be able to search, then include similar labelling plain text in the comment.  I am not suggesting that this is a replacement for good commenting.

However, if you are editing in a plain text environment, having a unique labelling system with ascii text allows one to quickly scroll to an area of interest.  For example, when I am actively working on one particular area, I often label it with a huge ascii label of &quot;HERE.&quot;  Of course, I comment my code as I go... but having the ASCII label allows me to point out a particular area of interest.

Doug, I appreciate different opinions... and even more I appreciate people like you that contribute to the site.  

I may disagree, but thanks for helping.

Davak</description>
		<content:encoded><![CDATA[<p>If it bothers you not to be able to search, then include similar labelling plain text in the comment.  I am not suggesting that this is a replacement for good commenting.</p>
<p>However, if you are editing in a plain text environment, having a unique labelling system with ascii text allows one to quickly scroll to an area of interest.  For example, when I am actively working on one particular area, I often label it with a huge ascii label of &#8220;HERE.&#8221;  Of course, I comment my code as I go&#8230; but having the ASCII label allows me to point out a particular area of interest.</p>
<p>Doug, I appreciate different opinions&#8230; and even more I appreciate people like you that contribute to the site.  </p>
<p>I may disagree, but thanks for helping.</p>
<p>Davak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Merritt</title>
		<link>http://www.tech-recipes.com/rx/190/using-ascii-text-to-help-section-code/comment-page-1/#comment-16</link>
		<dc:creator>Doug Merritt</dc:creator>
		<pubDate>Sun, 02 Nov 2003 08:26:30 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-16</guid>
		<description>At best this is fluff, on the order of
drawing little hearts or flowers over
the letter &#039;i&#039;.
&lt;p&gt;
At worst this is plain bad practice,
because it creates text that cannot
be automatically searched.
&lt;p&gt;
Standard practice is to just insert
a row of dashes or asterisks or
equal signs if you want to separate
sections, and that&#039;s good standard
practice</description>
		<content:encoded><![CDATA[<p>At best this is fluff, on the order of<br />
drawing little hearts or flowers over<br />
the letter &#8216;i&#8217;.<br />
&lt;p&gt;<br />
At worst this is plain bad practice,<br />
because it creates text that cannot<br />
be automatically searched.<br />
&lt;p&gt;<br />
Standard practice is to just insert<br />
a row of dashes or asterisks or<br />
equal signs if you want to separate<br />
sections, and that&#8217;s good standard<br />
practice</p>
]]></content:encoded>
	</item>
</channel>
</rss>
