<?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: Conditional SQL</title>
	<atom:link href="http://www.super-cooper.com/archive/2005/07/07/conditional-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.super-cooper.com/archive/2005/07/07/conditional-sql/</link>
	<description>Python, GIS, and a sprinkling of mindless drivel from Chad Cooper</description>
	<lastBuildDate>Fri, 22 Jul 2011 20:58:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: David House</title>
		<link>http://www.super-cooper.com/archive/2005/07/07/conditional-sql/comment-page-1/#comment-30</link>
		<dc:creator>David House</dc:creator>
		<pubDate>Fri, 06 Aug 2004 15:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://super-cooper.com/?p=94#comment-30</guid>
		<description>If you want the technical details, then:

Windows uses two characters to mark a line break: \r\n (#13#10). \r is a line feed and \n a carriage return: think back to typewriters; to create a new line you first fed the paper up a bit before shifting the printing head back over to the left.

Linux and Mac OS just uses \n to mark linebreaks, and there&#039;s a tendancy in programming to move toward just using this. Every decent text editor will recognise \r\n or \n as a line break (in fact, some linux native ones recognise either \n or \r as a line break and so render \r\n as two line breaks), except Notepad, which only recognises \r\n.

There&#039;s no end of slimline editors that will open a file like this for you, syntax highlight it, display line number, and do everything Notepad should do. You might want to check out &lt;a href=&quot;http://www.codingforums.com/showthread.php?t=31138&amp;highlight=editors&quot;&gt;a decent resource thread&lt;/a&gt; on this over at CodingForums. 

Hope that helps.</description>
		<content:encoded><![CDATA[<p>If you want the technical details, then:</p>
<p>Windows uses two characters to mark a line break: \r\n (#13#10). \r is a line feed and \n a carriage return: think back to typewriters; to create a new line you first fed the paper up a bit before shifting the printing head back over to the left.</p>
<p>Linux and Mac OS just uses \n to mark linebreaks, and there&#8217;s a tendancy in programming to move toward just using this. Every decent text editor will recognise \r\n or \n as a line break (in fact, some linux native ones recognise either \n or \r as a line break and so render \r\n as two line breaks), except Notepad, which only recognises \r\n.</p>
<p>There&#8217;s no end of slimline editors that will open a file like this for you, syntax highlight it, display line number, and do everything Notepad should do. You might want to check out <a href="http://www.codingforums.com/showthread.php?t=31138&#038;highlight=editors">a decent resource thread</a> on this over at CodingForums. </p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.super-cooper.com/archive/2005/07/07/conditional-sql/comment-page-1/#comment-29</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Fri, 06 Aug 2004 14:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://super-cooper.com/?p=94#comment-29</guid>
		<description>Erik, 

Sweet! Thanks for the info, that is one nice little program. I use Notepad all the time at work, so this will come in very handy. I especially like the line numbering and formatting selections.</description>
		<content:encoded><![CDATA[<p>Erik, </p>
<p>Sweet! Thanks for the info, that is one nice little program. I use Notepad all the time at work, so this will come in very handy. I especially like the line numbering and formatting selections.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kartooner</title>
		<link>http://www.super-cooper.com/archive/2005/07/07/conditional-sql/comment-page-1/#comment-28</link>
		<dc:creator>kartooner</dc:creator>
		<pubDate>Fri, 06 Aug 2004 12:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://super-cooper.com/?p=94#comment-28</guid>
		<description>Chad, this my friend is why you need to download &lt;a href=&quot;http://www.flos-freeware.ch/notepad2.html&quot; title=&quot;Notepad2&quot;&gt;Notepad 2&lt;/a&gt;.

Features include:

&lt;ul&gt;
&lt;li&gt;Syntax highlighting&lt;/li&gt;
&lt;li&gt;Word wrapping (which Notepad has a hard time with)&lt;/li&gt;
&lt;li&gt;Auto-close tags&lt;/li&gt;
&lt;li&gt;..and much, much more!&lt;/li&gt;
&lt;/ul&gt;

It&#039;s the best replacement for Notepad yet and I&#039;ve used it extensively for web development.</description>
		<content:encoded><![CDATA[<p>Chad, this my friend is why you need to download <a href="http://www.flos-freeware.ch/notepad2.html" title="Notepad2">Notepad 2</a>.</p>
<p>Features include:</p>
<ul>
<li>Syntax highlighting</li>
<li>Word wrapping (which Notepad has a hard time with)</li>
<li>Auto-close tags</li>
<li>..and much, much more!</li>
</ul>
<p>It&#8217;s the best replacement for Notepad yet and I&#8217;ve used it extensively for web development.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

