<?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: Return Query Value -- Version 2</title>
	<atom:link href="http://www.mikethenderson.com/2009/02/as3-return-query-string-value-version-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikethenderson.com/2009/02/as3-return-query-string-value-version-2/</link>
	<description>Interactive Design &#38; Art Direction</description>
	<lastBuildDate>Wed, 04 Jan 2012 19:04:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Jason L</title>
		<link>http://www.mikethenderson.com/2009/02/as3-return-query-string-value-version-2/comment-page-1/#comment-38646</link>
		<dc:creator>Jason L</dc:creator>
		<pubDate>Mon, 06 Jun 2011 14:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://mikethenderson.com/?p=105#comment-38646</guid>
		<description>If you want to remove even more loops at the cheap cost of some memory (if your site needs access to these parameters often) just consider keeping an array of previous arguments already parsed as a class array. Keeps those expensive string ops down. 

Before even splitting just see if you&#039;ve already parsed that value.. just run a quick check to see if you already know it ala if (_parsedValues[qvar] != undefined) { return _parsedValues[qvar]; } before you ever even split or loop.</description>
		<content:encoded><![CDATA[<p>If you want to remove even more loops at the cheap cost of some memory (if your site needs access to these parameters often) just consider keeping an array of previous arguments already parsed as a class array. Keeps those expensive string ops down. </p>
<p>Before even splitting just see if you've already parsed that value.. just run a quick check to see if you already know it ala if (_parsedValues[qvar] != undefined) { return _parsedValues[qvar]; } before you ever even split or loop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.mikethenderson.com/2009/02/as3-return-query-string-value-version-2/comment-page-1/#comment-6552</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 20 Nov 2009 23:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://mikethenderson.com/?p=105#comment-6552</guid>
		<description>Sweet. 
Exactly what I needed. Thanks.</description>
		<content:encoded><![CDATA[<p>Sweet.<br />
Exactly what I needed. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

