<?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: Notepad Programming on Steroids for Application Developers</title>
	<atom:link href="http://www.makeuseof.com/tag/notepad-programming-on-steroids-for-application-developers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com/tag/notepad-programming-on-steroids-for-application-developers/</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Sat, 11 Feb 2012 06:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://www.makeuseof.com/tag/notepad-programming-on-steroids-for-application-developers/#comment-428371</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 28 Dec 2009 19:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=14501#comment-428371</guid>
		<description>How well does it deal with heredocs?  Dreamweaver really flops in that respect.</description>
		<content:encoded><![CDATA[<p>How well does it deal with heredocs?  Dreamweaver really flops in that respect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijeet Pathak</title>
		<link>http://www.makeuseof.com/tag/notepad-programming-on-steroids-for-application-developers/#comment-388815</link>
		<dc:creator>Abhijeet Pathak</dc:creator>
		<pubDate>Fri, 05 Jun 2009 14:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=14501#comment-388815</guid>
		<description>Notepad++ is my favorite editor since like ages. But I&#039;ll check this out.</description>
		<content:encoded><![CDATA[<p>Notepad++ is my favorite editor since like ages. But I&#8217;ll check this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claw</title>
		<link>http://www.makeuseof.com/tag/notepad-programming-on-steroids-for-application-developers/#comment-380336</link>
		<dc:creator>Claw</dc:creator>
		<pubDate>Tue, 24 Mar 2009 06:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=14501#comment-380336</guid>
		<description>I&#039;ll check this out. Thanks! ^^</description>
		<content:encoded><![CDATA[<p>I&#8217;ll check this out. Thanks! ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torgrim</title>
		<link>http://www.makeuseof.com/tag/notepad-programming-on-steroids-for-application-developers/#comment-380164</link>
		<dc:creator>Torgrim</dc:creator>
		<pubDate>Mon, 23 Mar 2009 08:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=14501#comment-380164</guid>
		<description>Correct formatting:

table)
*(tr)
**(td)
***content
**(/td)
*(/tr)
(/table)</description>
		<content:encoded><![CDATA[<p>Correct formatting:</p>
<p>table)<br />
*(tr)<br />
**(td)<br />
***content<br />
**(/td)<br />
*(/tr)<br />
(/table)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torgrim</title>
		<link>http://www.makeuseof.com/tag/notepad-programming-on-steroids-for-application-developers/#comment-380163</link>
		<dc:creator>Torgrim</dc:creator>
		<pubDate>Mon, 23 Mar 2009 08:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=14501#comment-380163</guid>
		<description>That did not work too, so I show tab/spacing as *...

Editor that shows:
(table)
(tr)
(td)
content
(/td)
(/tr)
(/table)

as
*table)
*(tr)
**(td)
***content
**(/td)
*(/tr)
(/table)

Does SourceEdit do this (I tested but could not find this feature).
Any other tips?

Have a nice day!</description>
		<content:encoded><![CDATA[<p>That did not work too, so I show tab/spacing as *&#8230;</p>
<p>Editor that shows:<br />
(table)<br />
(tr)<br />
(td)<br />
content<br />
(/td)<br />
(/tr)<br />
(/table)</p>
<p>as<br />
*table)<br />
*(tr)<br />
**(td)<br />
***content<br />
**(/td)<br />
*(/tr)<br />
(/table)</p>
<p>Does SourceEdit do this (I tested but could not find this feature).<br />
Any other tips?</p>
<p>Have a nice day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torgrim</title>
		<link>http://www.makeuseof.com/tag/notepad-programming-on-steroids-for-application-developers/#comment-380161</link>
		<dc:creator>Torgrim</dc:creator>
		<pubDate>Mon, 23 Mar 2009 08:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=14501#comment-380161</guid>
		<description>That did not work (tags did interpret, so I use () instead of &gt;&lt;)

Editor that shows:
(table)
(tr)
(td)
content
(/td)
(/tr)
(/table)

as
(table)
  (tr)
    (td)
      content
    (/td)
  (/tr)
(/table)

Does SourceEdit do this (I tested but could not find this feature).
Any other tips?

Have a nice day!</description>
		<content:encoded><![CDATA[<p>That did not work (tags did interpret, so I use () instead of &gt;&lt;)</p>
<p>Editor that shows:<br />
(table)<br />
(tr)<br />
(td)<br />
content<br />
(/td)<br />
(/tr)<br />
(/table)</p>
<p>as<br />
(table)<br />
  (tr)<br />
    (td)<br />
      content<br />
    (/td)<br />
  (/tr)<br />
(/table)</p>
<p>Does SourceEdit do this (I tested but could not find this feature).<br />
Any other tips?</p>
<p>Have a nice day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torgrim</title>
		<link>http://www.makeuseof.com/tag/notepad-programming-on-steroids-for-application-developers/#comment-380160</link>
		<dc:creator>Torgrim</dc:creator>
		<pubDate>Mon, 23 Mar 2009 08:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=14501#comment-380160</guid>
		<description>Hi,

I am searching for a tool that can automatically nest HTML code, eg.:




content




shows up as


   
      
         content
      
   


Any tips?

Have a nice day!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am searching for a tool that can automatically nest HTML code, eg.:</p>
<p>content</p>
<p>shows up as</p>
<p>         content</p>
<p>Any tips?</p>
<p>Have a nice day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nero</title>
		<link>http://www.makeuseof.com/tag/notepad-programming-on-steroids-for-application-developers/#comment-380099</link>
		<dc:creator>Nero</dc:creator>
		<pubDate>Sun, 22 Mar 2009 23:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=14501#comment-380099</guid>
		<description>Any chance we can get some data on how this compares to Notepad ++?</description>
		<content:encoded><![CDATA[<p>Any chance we can get some data on how this compares to Notepad ++?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/5 queries in 0.006 seconds using apc
Object Caching 277/278 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-11 06:52:12 -->
