<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KafeKafe &#187; Global Variables</title>
	<atom:link href="http://kafekafe.com/wordpress-mu/tag/global-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://kafekafe.com/wordpress-mu</link>
	<description>Just another Kafekafe.com weblog</description>
	<lastBuildDate>Tue, 09 Jul 2013 01:15:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>Global Variables in JavaScript</title>
		<link>http://kafekafe.com/wordpress-mu/2010/01/25/global-variables-in-javascript/</link>
		<comments>http://kafekafe.com/wordpress-mu/2010/01/25/global-variables-in-javascript/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 06:50:21 +0000</pubDate>
		<dc:creator>echen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Global Variables]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://kafekafe.com/wordpress-mu/?p=1089</guid>
		<description><![CDATA[The following code is an example of creating global variables from within a Javascript function: function setValue() { window.myValue = &#8220;test&#8221;; } function getValue() { alert(window.myValue); // &#8220;test&#8221; (assuming setValue has run) } Global Variables in JavaScript &#8211; Snook.ca.]]></description>
				<content:encoded><![CDATA[<p>The following code is an example of creating global variables from within a Javascript function:</p>
<blockquote><p><span style="font-family: monospace;line-height: 20px;color: #333333">function setValue() {     window.myValue = &#8220;test&#8221;; }  function getValue() {     alert(window.myValue); // &#8220;test&#8221; (assuming setValue has run) }</span></p></blockquote>
<p><a href="http://snook.ca/archives/javascript/global_variable">Global Variables in JavaScript &#8211; Snook.ca</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kafekafe.com/wordpress-mu/2010/01/25/global-variables-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
