<?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: JavaScript split Bugs: Fixed!</title>
	<atom:link href="http://blog.stevenlevithan.com/archives/cross-browser-split/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.stevenlevithan.com/archives/cross-browser-split</link>
	<description>A JavaScript and regular expression centric blog</description>
	<lastBuildDate>Tue, 09 Mar 2010 12:48:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christopher</title>
		<link>http://blog.stevenlevithan.com/archives/cross-browser-split/comment-page-1#comment-44075</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Fri, 27 Nov 2009 09:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/javascript/cross-browser-split/#comment-44075</guid>
		<description>Saved my bacon - thanks a million for sharing this with us all. I&#039;ve just finished a little Javascript site - http://www.nathaliemiquel-bijoux.fr - that reads a csv table the owner can modify to update the content, and it worked fine in Firefox, Opera, Safari and Chrome, but didn&#039;t even load in IE. Just linked to your split.js file before mine in the header and it works perfectly everywhere!</description>
		<content:encoded><![CDATA[<p>Saved my bacon &#8211; thanks a million for sharing this with us all. I&#8217;ve just finished a little Javascript site &#8211; <a href="http://www.nathaliemiquel-bijoux.fr" rel="nofollow">http://www.nathaliemiquel-bijoux.fr</a> &#8211; that reads a csv table the owner can modify to update the content, and it worked fine in Firefox, Opera, Safari and Chrome, but didn&#8217;t even load in IE. Just linked to your split.js file before mine in the header and it works perfectly everywhere!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jey350</title>
		<link>http://blog.stevenlevithan.com/archives/cross-browser-split/comment-page-1#comment-43526</link>
		<dc:creator>jey350</dc:creator>
		<pubDate>Thu, 12 Nov 2009 13:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/javascript/cross-browser-split/#comment-43526</guid>
		<description>Thanks, it&#039;s a must have</description>
		<content:encoded><![CDATA[<p>Thanks, it&#8217;s a must have</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://blog.stevenlevithan.com/archives/cross-browser-split/comment-page-1#comment-40819</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 10 Sep 2009 17:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/javascript/cross-browser-split/#comment-40819</guid>
		<description>Carmen, it&#039;s not just us Lisp guys, though we do like to brag about it.  Most C libraries will compile on all the major C compilers (GNU, Microsoft, Intel, etc.) as well.  And it&#039;s not because of gratuitous CPP macros, either: Plan 9 builds on all platforms without any #if/#ifdef at all (and in fact the native CPP doesn&#039;t even *have* #if).

What&#039;s left to say?  People who write web browsers are really creative -- they found ways for things to break that nobody in 50 years of computing had thought of.  :-)</description>
		<content:encoded><![CDATA[<p>Carmen, it&#8217;s not just us Lisp guys, though we do like to brag about it.  Most C libraries will compile on all the major C compilers (GNU, Microsoft, Intel, etc.) as well.  And it&#8217;s not because of gratuitous CPP macros, either: Plan 9 builds on all platforms without any #if/#ifdef at all (and in fact the native CPP doesn&#8217;t even *have* #if).</p>
<p>What&#8217;s left to say?  People who write web browsers are really creative &#8212; they found ways for things to break that nobody in 50 years of computing had thought of.  <img src='http://blog.stevenlevithan.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David W</title>
		<link>http://blog.stevenlevithan.com/archives/cross-browser-split/comment-page-1#comment-40545</link>
		<dc:creator>David W</dc:creator>
		<pubDate>Mon, 31 Aug 2009 02:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/javascript/cross-browser-split/#comment-40545</guid>
		<description>I really, truly cannot thank you enough for this. Of all the bullshit we have to put up with in Javascript, rewriting String.split must be up there with the worst. :)

Seriously, I owe you a pint, you just saved me a few hours... :)


David</description>
		<content:encoded><![CDATA[<p>I really, truly cannot thank you enough for this. Of all the bullshit we have to put up with in Javascript, rewriting String.split must be up there with the worst. <img src='http://blog.stevenlevithan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Seriously, I owe you a pint, you just saved me a few hours&#8230; <img src='http://blog.stevenlevithan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Levithan</title>
		<link>http://blog.stevenlevithan.com/archives/cross-browser-split/comment-page-1#comment-37646</link>
		<dc:creator>Steven Levithan</dc:creator>
		<pubDate>Fri, 03 Jul 2009 14:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/javascript/cross-browser-split/#comment-37646</guid>
		<description>I&#039;ve just updated this script from version 0.3 to 1.0. The new version includes significant refactoring, and fixes a bug where the &lt;code&gt;limit&lt;/code&gt; argument was not always followed consistently.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just updated this script from version 0.3 to 1.0. The new version includes significant refactoring, and fixes a bug where the <code>limit</code> argument was not always followed consistently.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
