<?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: Word wrapping, JavaScript vs CSS</title>
	<atom:link href="http://blog.plantwars.com/index.php/2009/05/05/word-wrapping-javascript-vs-css/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.plantwars.com/index.php/2009/05/05/word-wrapping-javascript-vs-css</link>
	<description>Development of a PBBG</description>
	<lastBuildDate>Tue, 04 May 2010 02:53:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: llogiq</title>
		<link>http://blog.plantwars.com/index.php/2009/05/05/word-wrapping-javascript-vs-css/comment-page-1#comment-143</link>
		<dc:creator>llogiq</dc:creator>
		<pubDate>Mon, 25 May 2009 14:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.plantwars.com/?p=81#comment-143</guid>
		<description>You might improve your solution by using regular expressions. You could for example replace the whole loop with the following:
string = string.replace(/([^\s\t\r\n&lt;&gt;]{30})/g, &quot;$1&lt;wbr&gt;&quot;);</description>
		<content:encoded><![CDATA[<p>You might improve your solution by using regular expressions. You could for example replace the whole loop with the following:<br />
string = string.replace(/([^\s\t\r\n&lt;&gt;]{30})/g, &#8220;$1&lt;wbr&gt;&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jürgen Jeka</title>
		<link>http://blog.plantwars.com/index.php/2009/05/05/word-wrapping-javascript-vs-css/comment-page-1#comment-142</link>
		<dc:creator>Jürgen Jeka</dc:creator>
		<pubDate>Mon, 25 May 2009 11:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.plantwars.com/?p=81#comment-142</guid>
		<description>“word-wrap: break-word” is suppoorted in Gecko 1.9.1 (Firefox 3.5). See
https://developer.mozilla.org/en/CSS/word-wrap

j.j.</description>
		<content:encoded><![CDATA[<p>“word-wrap: break-word” is suppoorted in Gecko 1.9.1 (Firefox 3.5). See<br />
<a href="https://developer.mozilla.org/en/CSS/word-wrap" rel="nofollow">https://developer.mozilla.org/en/CSS/word-wrap</a></p>
<p>j.j.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inigo</title>
		<link>http://blog.plantwars.com/index.php/2009/05/05/word-wrapping-javascript-vs-css/comment-page-1#comment-123</link>
		<dc:creator>Inigo</dc:creator>
		<pubDate>Wed, 06 May 2009 07:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.plantwars.com/?p=81#comment-123</guid>
		<description>This is a solution that gives higher quality splitting, but can be a bit slow on large chunks of text:

http://code.google.com/p/hyphenator/

It&#039;s JavaScript too, and uses the same hyphenation algorithm as LaTeX.</description>
		<content:encoded><![CDATA[<p>This is a solution that gives higher quality splitting, but can be a bit slow on large chunks of text:</p>
<p><a href="http://code.google.com/p/hyphenator/" rel="nofollow">http://code.google.com/p/hyphenator/</a></p>
<p>It&#8217;s JavaScript too, and uses the same hyphenation algorithm as LaTeX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Aguilar</title>
		<link>http://blog.plantwars.com/index.php/2009/05/05/word-wrapping-javascript-vs-css/comment-page-1#comment-122</link>
		<dc:creator>James Aguilar</dc:creator>
		<pubDate>Wed, 06 May 2009 05:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.plantwars.com/?p=81#comment-122</guid>
		<description>I can&#039;t read the code because the text is too dark.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t read the code because the text is too dark.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
