<?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: Step 45 &#8211; Building the Cache, and Variable Names</title>
	<atom:link href="http://www.vsscorm.net/2009/11/19/step-45-building-the-cache-and-variable-names/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vsscorm.net/2009/11/19/step-45-building-the-cache-and-variable-names/</link>
	<description>A Very Simple SCORM Interface</description>
	<lastBuildDate>Sun, 02 Oct 2011 18:07:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve Addison</title>
		<link>http://www.vsscorm.net/2009/11/19/step-45-building-the-cache-and-variable-names/comment-page-1/#comment-36</link>
		<dc:creator>Steve Addison</dc:creator>
		<pubDate>Thu, 19 Nov 2009 19:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.vsscorm.net/?p=990#comment-36</guid>
		<description>This is a &lt;strong&gt;very good&lt;/strong&gt; idea. I&#039;ll look into it. Thank you!</description>
		<content:encoded><![CDATA[<p>This is a <strong>very good</strong> idea. I&#8217;ll look into it. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Legend</title>
		<link>http://www.vsscorm.net/2009/11/19/step-45-building-the-cache-and-variable-names/comment-page-1/#comment-35</link>
		<dc:creator>Legend</dc:creator>
		<pubDate>Thu, 19 Nov 2009 18:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.vsscorm.net/?p=990#comment-35</guid>
		<description>Try storing the cached vars in an object instead ...


var o = new Object();
o[&quot;cmi.core._children&quot;]  = &quot;exit,message,blah&quot;;
o[&quot;adlcp:masteryscore&quot;]  = 80;
alert( o[&#039;cmi.core._children&#039;] );
alert( o[&#039;adlcp:masteryscore&#039;] );
</description>
		<content:encoded><![CDATA[<p>Try storing the cached vars in an object instead &#8230;</p>
<p>var o = new Object();<br />
o["cmi.core._children"]  = &#8220;exit,message,blah&#8221;;<br />
o["adlcp:masteryscore"]  = 80;<br />
alert( o['cmi.core._children'] );<br />
alert( o['adlcp:masteryscore'] );</p>
]]></content:encoded>
	</item>
</channel>
</rss>

