

<?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: Splitting a long JavaScript String across multiple lines</title>
	<atom:link href="http://latower.com/2008/11/splitting-a-long-javascript-string-across-multiple-lines/feed/" rel="self" type="application/rss+xml" />
	<link>http://latower.com/2008/11/splitting-a-long-javascript-string-across-multiple-lines/</link>
	<description>a.k.a. elduderino78</description>
	<lastBuildDate>Thu, 05 Aug 2010 00:38:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: elduderino78</title>
		<link>http://latower.com/2008/11/splitting-a-long-javascript-string-across-multiple-lines/comment-page-1/#comment-11</link>
		<dc:creator>elduderino78</dc:creator>
		<pubDate>Wed, 12 Nov 2008 15:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://latower.com/?p=59#comment-11</guid>
		<description>You are absolutely right. I fixed the example!

As always: this doesn&#039;t make an awful lot of difference with 1 example but across a page with numerous scripts &amp; other things, it should be avoided, like for ... in loops, etc. Don&#039;t forget: we don&#039;t all use Chrome, Firefox 3 &amp; Safari 3.

Thanks for making me aware of it!</description>
		<content:encoded><![CDATA[<p>You are absolutely right. I fixed the example!</p>
<p>As always: this doesn&#8217;t make an awful lot of difference with 1 example but across a page with numerous scripts &#038; other things, it should be avoided, like for &#8230; in loops, etc. Don&#8217;t forget: we don&#8217;t all use Chrome, Firefox 3 &#038; Safari 3.</p>
<p>Thanks for making me aware of it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic Wise</title>
		<link>http://latower.com/2008/11/splitting-a-long-javascript-string-across-multiple-lines/comment-page-1/#comment-10</link>
		<dc:creator>Nic Wise</dc:creator>
		<pubDate>Wed, 12 Nov 2008 14:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://latower.com/?p=59#comment-10</guid>
		<description>oops, formatting messed that up. Was ment to be:

var str = &quot;This is a long(8 spaces)string. That&#039;s why we want to(8 spaces)split it over several lines&quot;;</description>
		<content:encoded><![CDATA[<p>oops, formatting messed that up. Was ment to be:</p>
<p>var str = &#8220;This is a long(8 spaces)string. That&#8217;s why we want to(8 spaces)split it over several lines&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic Wise</title>
		<link>http://latower.com/2008/11/splitting-a-long-javascript-string-across-multiple-lines/comment-page-1/#comment-9</link>
		<dc:creator>Nic Wise</dc:creator>
		<pubDate>Wed, 12 Nov 2008 14:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://latower.com/?p=59#comment-9</guid>
		<description>So, whats the result from the second one? I woudl expect:

var str = &quot;This is a long        string. That&#039;s why we want to        split it over several lines&quot;;

which isn&#039;t whats desired, right?

the slower and more memory intensive part, however, would be measured in bytes (10&#039;s of) and maybe milliseconds - hardly enough to mess up your code&#039;s readability for...!?</description>
		<content:encoded><![CDATA[<p>So, whats the result from the second one? I woudl expect:</p>
<p>var str = &#8220;This is a long        string. That&#8217;s why we want to        split it over several lines&#8221;;</p>
<p>which isn&#8217;t whats desired, right?</p>
<p>the slower and more memory intensive part, however, would be measured in bytes (10&#8242;s of) and maybe milliseconds &#8211; hardly enough to mess up your code&#8217;s readability for&#8230;!?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
