<?xml version="1.0" encoding="ISO-8859-1"?><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: TSW WebCoder 2009 final beta 1 released</title>
	<atom:link href="http://www.tsware.net/blog/2009/01/21/tsw-webcoder-2009-final-beta-1-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tsware.net/blog/2009/01/21/tsw-webcoder-2009-final-beta-1-released/</link>
	<description>The SoftWare You Need!</description>
	<lastBuildDate>Tue, 24 Jan 2012 08:40:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kasper (TSW)</title>
		<link>http://www.tsware.net/blog/2009/01/21/tsw-webcoder-2009-final-beta-1-released/comment-page-1/#comment-45873</link>
		<dc:creator>Kasper (TSW)</dc:creator>
		<pubDate>Tue, 03 Feb 2009 21:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsware.net/blog/2009/01/21/tsw-webcoder-2009-final-beta-1-released/#comment-45873</guid>
		<description>Hi Pauli,

Where do you see that piece of text? It shouldn&#039;t be on this site anyway :)

Nice work with the scripting!</description>
		<content:encoded><![CDATA[<p>Hi Pauli,</p>
<p>Where do you see that piece of text? It shouldn&#8217;t be on this site anyway :)</p>
<p>Nice work with the scripting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pauli</title>
		<link>http://www.tsware.net/blog/2009/01/21/tsw-webcoder-2009-final-beta-1-released/comment-page-1/#comment-45834</link>
		<dc:creator>Pauli</dc:creator>
		<pubDate>Tue, 03 Feb 2009 02:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsware.net/blog/2009/01/21/tsw-webcoder-2009-final-beta-1-released/#comment-45834</guid>
		<description>I&#039;m sorry... back to my original post:

i was confused with this statement on the right lower site of the website:

&quot;If you would like documentation on WebCoder you should consider buying a Pro version. Fully documented in PDF and HTML help. Read more on http://pro.tsware.net &quot;</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry&#8230; back to my original post:</p>
<p>i was confused with this statement on the right lower site of the website:</p>
<p>&#8220;If you would like documentation on WebCoder you should consider buying a Pro version. Fully documented in PDF and HTML help. Read more on <a href="http://pro.tsware.net" rel="nofollow">http://pro.tsware.net</a> &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pauli</title>
		<link>http://www.tsware.net/blog/2009/01/21/tsw-webcoder-2009-final-beta-1-released/comment-page-1/#comment-45833</link>
		<dc:creator>Pauli</dc:creator>
		<pubDate>Tue, 03 Feb 2009 02:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsware.net/blog/2009/01/21/tsw-webcoder-2009-final-beta-1-released/#comment-45833</guid>
		<description>made this one

***PHP line comment out***



from System import String

ss = String.split(Editor.SelectedView.SelectedText, &#039;\n&#039;) 

for line in ss:
	Editor.SelectedView.SelectedText = &quot;// &quot; + line 
	

***PHP line UNcomment out***



from System import String

commTag = &quot;// &quot;

ss = String.split(Editor.SelectedView.SelectedText, &#039;\n&#039;) 

for line in ss:
	if(line.StartsWith(commTag)):
		Editor.SelectedView.SelectedText = line.Substring(commTag.Length, line.Length - commTag.Length)</description>
		<content:encoded><![CDATA[<p>made this one</p>
<p>***PHP line comment out***</p>
<p>from System import String</p>
<p>ss = String.split(Editor.SelectedView.SelectedText, &#8216;\n&#8217;) </p>
<p>for line in ss:<br />
	Editor.SelectedView.SelectedText = &#8220;// &#8221; + line </p>
<p>***PHP line UNcomment out***</p>
<p>from System import String</p>
<p>commTag = &#8220;// &#8221;</p>
<p>ss = String.split(Editor.SelectedView.SelectedText, &#8216;\n&#8217;) </p>
<p>for line in ss:<br />
	if(line.StartsWith(commTag)):<br />
		Editor.SelectedView.SelectedText = line.Substring(commTag.Length, line.Length &#8211; commTag.Length)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pauli</title>
		<link>http://www.tsware.net/blog/2009/01/21/tsw-webcoder-2009-final-beta-1-released/comment-page-1/#comment-45829</link>
		<dc:creator>pauli</dc:creator>
		<pubDate>Tue, 03 Feb 2009 00:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsware.net/blog/2009/01/21/tsw-webcoder-2009-final-beta-1-released/#comment-45829</guid>
		<description>wow another scripting lang greeeeeeeeeeeat LOL. Maybe some premade in the PRO section?</description>
		<content:encoded><![CDATA[<p>wow another scripting lang greeeeeeeeeeeat LOL. Maybe some premade in the PRO section?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pauli</title>
		<link>http://www.tsware.net/blog/2009/01/21/tsw-webcoder-2009-final-beta-1-released/comment-page-1/#comment-45825</link>
		<dc:creator>pauli</dc:creator>
		<pubDate>Mon, 02 Feb 2009 23:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsware.net/blog/2009/01/21/tsw-webcoder-2009-final-beta-1-released/#comment-45825</guid>
		<description>thanks mate, playling with 2009. is it going to be a combination of both web&amp;php coder? i see it has SFTP support. I like features from both. Any reason not having just one product? they seem very similar. any chart with webcoder 2007 VS phpcoder 2008 VS webcoder 2009? so far GREAT job. going to look at scripting now.</description>
		<content:encoded><![CDATA[<p>thanks mate, playling with 2009. is it going to be a combination of both web&amp;php coder? i see it has SFTP support. I like features from both. Any reason not having just one product? they seem very similar. any chart with webcoder 2007 VS phpcoder 2008 VS webcoder 2009? so far GREAT job. going to look at scripting now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper (TSW)</title>
		<link>http://www.tsware.net/blog/2009/01/21/tsw-webcoder-2009-final-beta-1-released/comment-page-1/#comment-45806</link>
		<dc:creator>Kasper (TSW)</dc:creator>
		<pubDate>Mon, 02 Feb 2009 17:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsware.net/blog/2009/01/21/tsw-webcoder-2009-final-beta-1-released/#comment-45806</guid>
		<description>Hi Pauli,

I have a chart here: http://www.tsware.net/featurechart.php
I will get links up to it from the pages soon :)

I&#039;m not sure what has made you believe that you can&#039;t read the manual before purchasing? It is included with the WebCoder 2007 trial version, and now also in the latest beta version of WebCoder 2009. It can be accessed from the Help menu :)

What do you expect from the &quot;Comment out block&quot; function? If it doesn&#039;t exist, it can be scripted :)</description>
		<content:encoded><![CDATA[<p>Hi Pauli,</p>
<p>I have a chart here: <a href="http://www.tsware.net/featurechart.php" rel="nofollow">http://www.tsware.net/featurechart.php</a><br />
I will get links up to it from the pages soon :)</p>
<p>I&#8217;m not sure what has made you believe that you can&#8217;t read the manual before purchasing? It is included with the WebCoder 2007 trial version, and now also in the latest beta version of WebCoder 2009. It can be accessed from the Help menu :)</p>
<p>What do you expect from the &#8220;Comment out block&#8221; function? If it doesn&#8217;t exist, it can be scripted :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pauli</title>
		<link>http://www.tsware.net/blog/2009/01/21/tsw-webcoder-2009-final-beta-1-released/comment-page-1/#comment-45743</link>
		<dc:creator>pauli</dc:creator>
		<pubDate>Sun, 01 Feb 2009 21:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsware.net/blog/2009/01/21/tsw-webcoder-2009-final-beta-1-released/#comment-45743</guid>
		<description>what is the difference between webcoder &amp; phpcoder? That would be very helpfull chart to show.
Also not letting me read manual before purchase is not very helpfull. I want to move away from dreamweaver and this is pretty nice. Also is Rapid php. I&#039;m looking for &quot;comment out block&quot; button. Is it possible it&#039;s not there?

thanks

Pauli</description>
		<content:encoded><![CDATA[<p>what is the difference between webcoder &amp; phpcoder? That would be very helpfull chart to show.<br />
Also not letting me read manual before purchase is not very helpfull. I want to move away from dreamweaver and this is pretty nice. Also is Rapid php. I&#8217;m looking for &#8220;comment out block&#8221; button. Is it possible it&#8217;s not there?</p>
<p>thanks</p>
<p>Pauli</p>
]]></content:encoded>
	</item>
</channel>
</rss>

