<?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: Easy (and Readable) Extendscript to JSFL Workflow</title>
	<atom:link href="http://ajarproductions.com/blog/2008/12/14/easy-and-readable-extendscript-to-jsfl-workflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://ajarproductions.com/blog/2008/12/14/easy-and-readable-extendscript-to-jsfl-workflow/</link>
	<description>Animation &#124; Design &#124; Development</description>
	<lastBuildDate>Wed, 28 Jul 2010 19:53:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Justin</title>
		<link>http://ajarproductions.com/blog/2008/12/14/easy-and-readable-extendscript-to-jsfl-workflow/comment-page-1/#comment-5539</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sun, 02 May 2010 02:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajarproductions.com/blog/?p=214#comment-5539</guid>
		<description>Thanks for the comment, Loic! That&#039;s a good point about the backslash. I should certainly use that more often.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment, Loic! That&#8217;s a good point about the backslash. I should certainly use that more often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loic</title>
		<link>http://ajarproductions.com/blog/2008/12/14/easy-and-readable-extendscript-to-jsfl-workflow/comment-page-1/#comment-5538</link>
		<dc:creator>Loic</dc:creator>
		<pubDate>Sat, 01 May 2010 21:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajarproductions.com/blog/?p=214#comment-5538</guid>
		<description>Hi,

Your stringify function is very smart.

BTW, did you know you don&#039;t need to concat your string code line by line with += ?

Using backslash can do the trick too.

var myString = &quot;first line \
                        second line \
                        third line&quot;
But the problem with that method is that you loose code highlighting and it&#039;s all about a string and function calls won&#039;t work.

Loic</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Your stringify function is very smart.</p>
<p>BTW, did you know you don&#8217;t need to concat your string code line by line with += ?</p>
<p>Using backslash can do the trick too.</p>
<p>var myString = &#8220;first line \<br />
                        second line \<br />
                        third line&#8221;<br />
But the problem with that method is that you loose code highlighting and it&#8217;s all about a string and function calls won&#8217;t work.</p>
<p>Loic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://ajarproductions.com/blog/2008/12/14/easy-and-readable-extendscript-to-jsfl-workflow/comment-page-1/#comment-4994</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 14 May 2009 17:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajarproductions.com/blog/?p=214#comment-4994</guid>
		<description>Thanks for linking to the article, Jonathan. Glad you found the information helpful!</description>
		<content:encoded><![CDATA[<p>Thanks for linking to the article, Jonathan. Glad you found the information helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Field</title>
		<link>http://ajarproductions.com/blog/2008/12/14/easy-and-readable-extendscript-to-jsfl-workflow/comment-page-1/#comment-4993</link>
		<dc:creator>Jonathan Field</dc:creator>
		<pubDate>Thu, 14 May 2009 09:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajarproductions.com/blog/?p=214#comment-4993</guid>
		<description>Very nice trick!  That&#039;s SO much easier than concatenating strings!  I&#039;ve linked to this article from one of my own articles on a related topic : &lt;a href=&quot;http://selfdocumentingcode.blogspot.com/2009/05/cross-scripting-adobe-illustrator-and.html&quot; rel=&quot;nofollow&quot;&gt;Cross-scripting Adobe Illustrator and Flash&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Very nice trick!  That&#8217;s SO much easier than concatenating strings!  I&#8217;ve linked to this article from one of my own articles on a related topic : <a href="http://selfdocumentingcode.blogspot.com/2009/05/cross-scripting-adobe-illustrator-and.html" rel="nofollow">Cross-scripting Adobe Illustrator and Flash</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
