<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Tue, 08 Jul 2008 23:06:05 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>Javascript port of PHP's ParseURL 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/798/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/798/comments/</comments>
		<pubDate>Thu, 06 Mar 2008 03:09:46 +0000</pubDate>
		<dc:creator>Fordiman</dc:creator>
		<category>JavaScript, parse_url, PHP</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/798/</guid>
		<description>
			<![CDATA[
				<p>Simple.  It's parse_url, from PHP, implemented in Javascript.  Seen a lot of similar ones around the web, but they were all bulky code and none of them took advantage of the RegEx parser in JS.<br /><br />Applied as a member of the String prototype, so just call as myURL.parseURL();  Will return a named object with naming identical to that of PHP's function.<br /><br />Additional: if first argument is present, will break the querystring up into name/value pairs, unescaped, and return that instead of the raw querystriing.</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>