<?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: parseUri 1.2: Split URLs in JavaScript</title>
	<atom:link href="http://blog.stevenlevithan.com/archives/parseuri/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.stevenlevithan.com/archives/parseuri</link>
	<description>A JavaScript and regular expression centric blog</description>
	<lastBuildDate>Sat, 13 Mar 2010 15:18:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Carter Cole</title>
		<link>http://blog.stevenlevithan.com/archives/parseuri/comment-page-2#comment-47541</link>
		<dc:creator>Carter Cole</dc:creator>
		<pubDate>Wed, 10 Feb 2010 22:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/archives/parseuri#comment-47541</guid>
		<description>your code is AWESOME! thanks for your stuff... i stole your dump function too :) ive been looking for something like it for awhile</description>
		<content:encoded><![CDATA[<p>your code is AWESOME! thanks for your stuff&#8230; i stole your dump function too <img src='http://blog.stevenlevithan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ive been looking for something like it for awhile</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Levithan</title>
		<link>http://blog.stevenlevithan.com/archives/parseuri/comment-page-2#comment-46993</link>
		<dc:creator>Steven Levithan</dc:creator>
		<pubDate>Wed, 03 Feb 2010 08:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/archives/parseuri#comment-46993</guid>
		<description>@Mike, in non-strict mode, a URL starting with a filename (i.e., no preceding slash) is treated as a host, for reasons explained elsewhere. Switch to strict mode and you should be OK.</description>
		<content:encoded><![CDATA[<p>@Mike, in non-strict mode, a URL starting with a filename (i.e., no preceding slash) is treated as a host, for reasons explained elsewhere. Switch to strict mode and you should be OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.stevenlevithan.com/archives/parseuri/comment-page-2#comment-46680</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 30 Jan 2010 01:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/archives/parseuri#comment-46680</guid>
		<description>I was using your parseUri class in JavaScript and noticed that the path &quot;file.ext&quot; is not considered a file by your script. It looks like it is expecting a preceding slash. I don&#039;t know if this is a bug or just a feature that was left out. My work around was just some extra conditioning tests. Nice work on this class and thanks for posting it.</description>
		<content:encoded><![CDATA[<p>I was using your parseUri class in JavaScript and noticed that the path &#8220;file.ext&#8221; is not considered a file by your script. It looks like it is expecting a preceding slash. I don&#8217;t know if this is a bug or just a feature that was left out. My work around was just some extra conditioning tests. Nice work on this class and thanks for posting it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trial and Erorr &#124; Backseat Surfer</title>
		<link>http://blog.stevenlevithan.com/archives/parseuri/comment-page-2#comment-44852</link>
		<dc:creator>Trial and Erorr &#124; Backseat Surfer</dc:creator>
		<pubDate>Mon, 14 Dec 2009 22:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/archives/parseuri#comment-44852</guid>
		<description>[...] einem keine LÃ¶sungen anbietet, um relative Pfade in Absolute zu konvertieren. Es gibt sogar mehrere sehr gute LÃ¶sungen. Doch will ich wirklich 100 Zeilen Code schreiben nur um Links zu [...]</description>
		<content:encoded><![CDATA[<p>[...] einem keine LÃ¶sungen anbietet, um relative Pfade in Absolute zu konvertieren. Es gibt sogar mehrere sehr gute LÃ¶sungen. Doch will ich wirklich 100 Zeilen Code schreiben nur um Links zu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ildar</title>
		<link>http://blog.stevenlevithan.com/archives/parseuri/comment-page-2#comment-41412</link>
		<dc:creator>Ildar</dc:creator>
		<pubDate>Fri, 02 Oct 2009 09:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/archives/parseuri#comment-41412</guid>
		<description>Hi Steven,

Once, i have implemented the URI parser in JavaScript. It looks like the method of String prototype, so you are able to parse input strings in JavaScript-style:

var url = &#039;http://blog.stevenlevithan.com/archives/parseuri&#039;;
var url_parsed = url.parseUrl();

The source is located here:
http://with-love-from-siberia.blogspot.com/2009/07/url-parsing-in-javascript.html</description>
		<content:encoded><![CDATA[<p>Hi Steven,</p>
<p>Once, i have implemented the URI parser in JavaScript. It looks like the method of String prototype, so you are able to parse input strings in JavaScript-style:</p>
<p>var url = &#8216;http://blog.stevenlevithan.com/archives/parseuri&#8217;;<br />
var url_parsed = url.parseUrl();</p>
<p>The source is located here:<br />
<a href="http://with-love-from-siberia.blogspot.com/2009/07/url-parsing-in-javascript.html" rel="nofollow">http://with-love-from-siberia.blogspot.com/2009/07/url-parsing-in-javascript.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
