<?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: Typos Killing Your Code?</title>
	<atom:link href="http://www.devlounge.net/code/typos-killing-your-code/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devlounge.net/code/typos-killing-your-code</link>
	<description>Design, Develop, and Grow</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:03:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Epic Alex :: Web Design</title>
		<link>http://www.devlounge.net/code/typos-killing-your-code/comment-page-1#comment-144685</link>
		<dc:creator>Epic Alex :: Web Design</dc:creator>
		<pubDate>Wed, 23 Apr 2008 12:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/typos-killing-your-code#comment-144685</guid>
		<description>I recently left a trailing comma in some javascript, the file was huge, and I had no idea where my problem was, I used komodo edit to check the syntax, and it found the error straight away.
Its free as well.</description>
		<content:encoded><![CDATA[<p>I recently left a trailing comma in some javascript, the file was huge, and I had no idea where my problem was, I used komodo edit to check the syntax, and it found the error straight away.<br />
Its free as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Bassett</title>
		<link>http://www.devlounge.net/code/typos-killing-your-code/comment-page-1#comment-144366</link>
		<dc:creator>Aaron Bassett</dc:creator>
		<pubDate>Fri, 18 Apr 2008 13:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/typos-killing-your-code#comment-144366</guid>
		<description>or maybe they do!?</description>
		<content:encoded><![CDATA[<p>or maybe they do!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Bassett</title>
		<link>http://www.devlounge.net/code/typos-killing-your-code/comment-page-1#comment-144365</link>
		<dc:creator>Aaron Bassett</dc:creator>
		<pubDate>Fri, 18 Apr 2008 13:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/typos-killing-your-code#comment-144365</guid>
		<description>What about characters you can&#039;t even see &quot; &quot; (ALT+0160) ;)
My text-editor of choice (Editplus) is setup to show a little faint marker for every tab/space so I can see them at a glance.

But when PHP was moaning about content being sent before headers were sent I couldn&#039;t see anything that might be getting output, thats because the character was invisible - not invisible as in a space, but just not there at all &gt;.&lt;

(it is the equivalent of nbsp as far as I can tell as you can use      multiple instances of them in your      HTML and they don&#039;t get reduced to a      single instance)

Now that took some amount of debugging to find!</description>
		<content:encoded><![CDATA[<p>What about characters you can&#8217;t even see &#8221; &#8221; (ALT+0160) <img src='http://www.devlounge.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
My text-editor of choice (Editplus) is setup to show a little faint marker for every tab/space so I can see them at a glance.</p>
<p>But when PHP was moaning about content being sent before headers were sent I couldn&#8217;t see anything that might be getting output, thats because the character was invisible &#8211; not invisible as in a space, but just not there at all &gt;.&lt;</p>
<p>(it is the equivalent of nbsp as far as I can tell as you can use      multiple instances of them in your      HTML and they don&#8217;t get reduced to a      single instance)</p>
<p>Now that took some amount of debugging to find!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: inelsonrocha</title>
		<link>http://www.devlounge.net/code/typos-killing-your-code/comment-page-1#comment-144351</link>
		<dc:creator>inelsonrocha</dc:creator>
		<pubDate>Fri, 18 Apr 2008 10:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/typos-killing-your-code#comment-144351</guid>
		<description>For windows only :(
I really like &lt;a href=&quot;http://notepad-plus.sourceforge.net/uk/site.htm&quot; title=&quot;Notepad++&quot; rel=&quot;nofollow&quot;&gt;NotePad++&lt;/a&gt;. It has some great features (code folding beeing my favorite) and a bunch of plugins, I can say that is my editor of choice :)
Recently I tried the &lt;a href=&quot;http://www.aptana.com/&quot; title=&quot;Aptana IDE&quot; rel=&quot;nofollow&quot;&gt;Aptana IDE&lt;/a&gt; for CSS + Javascript (Ajax) + XTML and it does a really awesome job! I most definitely recommend it, although it may be slower than the average editor...
It may be helpful to try also: &lt;a href=&quot;http://www.pspad.com/en/&quot; title=&quot;PSPad&quot; rel=&quot;nofollow&quot;&gt;PSPad&lt;/a&gt; and a href=&quot;http://tswebeditor.tigris.org/&quot; title=&quot;tswebeditor&quot;&gt;tswebeditor&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>For windows only <img src='http://www.devlounge.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
I really like <a href="http://notepad-plus.sourceforge.net/uk/site.htm" title="Notepad++" rel="nofollow">NotePad++</a>. It has some great features (code folding beeing my favorite) and a bunch of plugins, I can say that is my editor of choice <img src='http://www.devlounge.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Recently I tried the <a href="http://www.aptana.com/" title="Aptana IDE" rel="nofollow">Aptana IDE</a> for CSS + Javascript (Ajax) + XTML and it does a really awesome job! I most definitely recommend it, although it may be slower than the average editor&#8230;<br />
It may be helpful to try also: <a href="http://www.pspad.com/en/" title="PSPad" rel="nofollow">PSPad</a> and a href=&#8221;http://tswebeditor.tigris.org/&#8221; title=&#8221;tswebeditor&#8221;&gt;tswebeditor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hex</title>
		<link>http://www.devlounge.net/code/typos-killing-your-code/comment-page-1#comment-144332</link>
		<dc:creator>hex</dc:creator>
		<pubDate>Fri, 18 Apr 2008 06:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/typos-killing-your-code#comment-144332</guid>
		<description>I think Notepad++ is a great text editor, for windows, and it`s free..it`s a great tool and it has useful plugins, that can really boost up your process.</description>
		<content:encoded><![CDATA[<p>I think Notepad++ is a great text editor, for windows, and it`s free..it`s a great tool and it has useful plugins, that can really boost up your process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Bertram</title>
		<link>http://www.devlounge.net/code/typos-killing-your-code/comment-page-1#comment-144307</link>
		<dc:creator>Nathan Bertram</dc:creator>
		<pubDate>Thu, 17 Apr 2008 20:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/typos-killing-your-code#comment-144307</guid>
		<description>This is very true when dealing with web languages and even more so when dealing with higher end languages (Java, C++, C#, Python &amp; etc.). As frustrating as these things are its important to remember that it&#039;s absolutely necessary  that your code is spelled correctly. I remember starting out with php and beating myself up senseless with those pesky &quot;T_ELSE&quot; errors. Today it&#039;s a rare occurance. Ironic thing is that I&#039;m learning Java and the compiler catches absolutely everything. Hope one day I look back and laugh! The best solution to this problem in my opinion is to get into good habits from day one.

For mac I recommend a program called Coda  from panic (it&#039;s amazing how much streamlines your work flow) and for windows I recommend Komodo IDE.</description>
		<content:encoded><![CDATA[<p>This is very true when dealing with web languages and even more so when dealing with higher end languages (Java, C++, C#, Python &amp; etc.). As frustrating as these things are its important to remember that it&#8217;s absolutely necessary  that your code is spelled correctly. I remember starting out with php and beating myself up senseless with those pesky &#8220;T_ELSE&#8221; errors. Today it&#8217;s a rare occurance. Ironic thing is that I&#8217;m learning Java and the compiler catches absolutely everything. Hope one day I look back and laugh! The best solution to this problem in my opinion is to get into good habits from day one.</p>
<p>For mac I recommend a program called Coda  from panic (it&#8217;s amazing how much streamlines your work flow) and for windows I recommend Komodo IDE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beckley</title>
		<link>http://www.devlounge.net/code/typos-killing-your-code/comment-page-1#comment-144304</link>
		<dc:creator>beckley</dc:creator>
		<pubDate>Thu, 17 Apr 2008 20:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/typos-killing-your-code#comment-144304</guid>
		<description>Work paid for BBEdit and I&#039;ve been happily using it for years. It&#039;s expensive though. I think if I had to pay I&#039;d end up with TextMate. From my experiences with the demo, it&#039;s great.

The only gripe I have so far about TextMate is that it&#039;s a little wonky displaying type. BBEdit&#039;s Monoco 9 is crystal clear, but TextMate&#039;s 9 seems too tiny and not very clean even with anti-aliasing off. Not sure why. The TextMate default is 12pt and seems unnecessarily huge to me.

I can&#039;t benefit from Coda in our LAMP environment with Subversion. Both BBEdit &amp; TextMate have built in Subversion support but I think TextMate&#039;s implementation is nicer.</description>
		<content:encoded><![CDATA[<p>Work paid for BBEdit and I&#8217;ve been happily using it for years. It&#8217;s expensive though. I think if I had to pay I&#8217;d end up with TextMate. From my experiences with the demo, it&#8217;s great.</p>
<p>The only gripe I have so far about TextMate is that it&#8217;s a little wonky displaying type. BBEdit&#8217;s Monoco 9 is crystal clear, but TextMate&#8217;s 9 seems too tiny and not very clean even with anti-aliasing off. Not sure why. The TextMate default is 12pt and seems unnecessarily huge to me.</p>
<p>I can&#8217;t benefit from Coda in our LAMP environment with Subversion. Both BBEdit &amp; TextMate have built in Subversion support but I think TextMate&#8217;s implementation is nicer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isral duke</title>
		<link>http://www.devlounge.net/code/typos-killing-your-code/comment-page-1#comment-144299</link>
		<dc:creator>isral duke</dc:creator>
		<pubDate>Thu, 17 Apr 2008 18:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/typos-killing-your-code#comment-144299</guid>
		<description>i remember an instance where i misspelled &#039;div&#039; as &#039;dic&#039; and felt really dumb when i caught it 30 minutes later.</description>
		<content:encoded><![CDATA[<p>i remember an instance where i misspelled &#8216;div&#8217; as &#8216;dic&#8217; and felt really dumb when i caught it 30 minutes later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.devlounge.net/code/typos-killing-your-code/comment-page-1#comment-144298</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 17 Apr 2008 18:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/typos-killing-your-code#comment-144298</guid>
		<description>The two applications I use are TextMate and Dreamweaver for heavy coding (the code hinting is awesome in Dreamweaver - especially when you&#039;re hammering out CSS). I second Trevor&#039;s notion that Dreamweaver gets a bad rap. Dreamweaver is in no way a light-weight text editor though. I don&#039;t work with javascript that often, but the validate syntax, and being able to run the code from within TextMate has been a life saver. I tried a couple of freebies and then made the move to TextMate when I started learning Ruby. I have it plugged into Fetch so I can make quick edits while leaving the file on the server. It also plugs into Transmit in the same manner. If developing on a Mac, it is turning into an essential piece of software.</description>
		<content:encoded><![CDATA[<p>The two applications I use are TextMate and Dreamweaver for heavy coding (the code hinting is awesome in Dreamweaver &#8211; especially when you&#8217;re hammering out CSS). I second Trevor&#8217;s notion that Dreamweaver gets a bad rap. Dreamweaver is in no way a light-weight text editor though. I don&#8217;t work with javascript that often, but the validate syntax, and being able to run the code from within TextMate has been a life saver. I tried a couple of freebies and then made the move to TextMate when I started learning Ruby. I have it plugged into Fetch so I can make quick edits while leaving the file on the server. It also plugs into Transmit in the same manner. If developing on a Mac, it is turning into an essential piece of software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor Davis</title>
		<link>http://www.devlounge.net/code/typos-killing-your-code/comment-page-1#comment-144292</link>
		<dc:creator>Trevor Davis</dc:creator>
		<pubDate>Thu, 17 Apr 2008 17:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/typos-killing-your-code#comment-144292</guid>
		<description>I have started using Coda since I switched to a Mac. I also think that Dreamweaver had gotten a bad rap. If you are using it in design view, I would absolutely &lt;strong&gt;not&lt;/strong&gt; recommend it. But if you are using it in code view, it is very powerful and useful. The code completion hints, advanced search and replace options, and automatic tag closing are just some of the powerful features.</description>
		<content:encoded><![CDATA[<p>I have started using Coda since I switched to a Mac. I also think that Dreamweaver had gotten a bad rap. If you are using it in design view, I would absolutely <strong>not</strong> recommend it. But if you are using it in code view, it is very powerful and useful. The code completion hints, advanced search and replace options, and automatic tag closing are just some of the powerful features.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

