<?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: Global variables in Javascript</title>
	<atom:link href="http://www.svennerberg.com/2009/02/global-variables-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.svennerberg.com/2009/02/global-variables-in-javascript/</link>
	<description>Web Applications Designed for Humans</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jagan</title>
		<link>http://www.svennerberg.com/2009/02/global-variables-in-javascript/#comment-1212</link>
		<dc:creator>Jagan</dc:creator>
		<pubDate>Thu, 24 Nov 2011 15:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1566#comment-1212</guid>
		<description>var form1= document.jaganForm; 
function1()
{
var txt= form1.text1.value;
}
function2()
{
var txt2=form1.text2.value;
} 
Is this ryt?
</description>
		<content:encoded><![CDATA[<p>var form1= document.jaganForm;<br />
function1()<br />
{<br />
var txt= form1.text1.value;<br />
}<br />
function2()<br />
{<br />
var txt2=form1.text2.value;<br />
}<br />
Is this ryt?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MP</title>
		<link>http://www.svennerberg.com/2009/02/global-variables-in-javascript/#comment-443</link>
		<dc:creator>MP</dc:creator>
		<pubDate>Fri, 10 Jun 2011 14:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1566#comment-443</guid>
		<description>Demonstrating how to declare global variables is only half the job! The other half is accessing them which you failed to demonstrate!

ie: In the case of strings...

message:myGlobalVar;   

message=myGlobalVar;

message=&#039;myGlobalVar&#039;;

message=&quot;myGlobalVar&quot;;      

message= var.myGlobalVar; 

Etc, etc… or should we come back next month for the second exciting episode of “Javascript… one bit at a time!”

Javascript, is crude and archaic enough without all these internet &quot;teachers&quot; wasting people’s time with drips and drabs!

If you’re gonna teach do it right or get off the airways so we can find someone who&#039;ll CLOSE OFF a job!</description>
		<content:encoded><![CDATA[<p>Demonstrating how to declare global variables is only half the job! The other half is accessing them which you failed to demonstrate!</p>
<p>ie: In the case of strings&#8230;</p>
<p>message:myGlobalVar;   </p>
<p>message=myGlobalVar;</p>
<p>message=&#8217;myGlobalVar&#8217;;</p>
<p>message=&#8221;myGlobalVar&#8221;;      </p>
<p>message= var.myGlobalVar; </p>
<p>Etc, etc… or should we come back next month for the second exciting episode of “Javascript… one bit at a time!”</p>
<p>Javascript, is crude and archaic enough without all these internet &#8220;teachers&#8221; wasting people’s time with drips and drabs!</p>
<p>If you’re gonna teach do it right or get off the airways so we can find someone who&#8217;ll CLOSE OFF a job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.svennerberg.com/2009/02/global-variables-in-javascript/#comment-442</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Mon, 17 Jan 2011 00:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1566#comment-442</guid>
		<description>You solve my problem!! thx!  thx!  thx!  thx! !!!!!!!</description>
		<content:encoded><![CDATA[<p>You solve my problem!! thx!  thx!  thx!  thx! !!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.svennerberg.com/2009/02/global-variables-in-javascript/#comment-441</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 29 Mar 2010 22:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1566#comment-441</guid>
		<description>[...] Global variables in Javascript [...] </description>
		<content:encoded><![CDATA[<p>[...] Global variables in Javascript [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Svennerberg</title>
		<link>http://www.svennerberg.com/2009/02/global-variables-in-javascript/#comment-440</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Tue, 17 Mar 2009 16:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1566#comment-440</guid>
		<description>&lt;strong&gt;&lt;em&gt;Mats:&lt;/em&gt;&lt;/strong&gt; Well I&#039;m not particularly fond of Global variables since they are EVIL, but that&#039;s a pretty interesting tool you&#039;ve built. Some libraries really do clutter the global namespace.

Thanks for the link!</description>
		<content:encoded><![CDATA[<p><strong><em>Mats:</em></strong> Well I&#8217;m not particularly fond of Global variables since they are EVIL, but that&#8217;s a pretty interesting tool you&#8217;ve built. Some libraries really do clutter the global namespace.</p>
<p>Thanks for the link!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mats</title>
		<link>http://www.svennerberg.com/2009/02/global-variables-in-javascript/#comment-439</link>
		<dc:creator>Mats</dc:creator>
		<pubDate>Tue, 17 Mar 2009 14:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1566#comment-439</guid>
		<description>Om du gillar globala variabler kanske denna sidan är av intresse... :)

http://mankz.com/code/globalcheck.htm</description>
		<content:encoded><![CDATA[<p>Om du gillar globala variabler kanske denna sidan är av intresse&#8230; <img src='http://www.svennerberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://mankz.com/code/globalcheck.htm" rel="nofollow">http://mankz.com/code/globalcheck.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Svennerberg</title>
		<link>http://www.svennerberg.com/2009/02/global-variables-in-javascript/#comment-438</link>
		<dc:creator>Gabriel Svennerberg</dc:creator>
		<pubDate>Thu, 12 Feb 2009 18:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1566#comment-438</guid>
		<description>Yes, a lot of things has happened with Javascript the last few years. It has changed status from being considered a second grade language to proving to be really useful. I too think the js frameworks have helped making it more useful and popular.

The object model in Javascript is really cool. But it&#039;s also widely misunderstood since it depends on prototypal inheritance which is not well understood by most people coming from languages with classical inheritance.

The more I learn about Javascript, the more I like it. No doubt it contains a lot of serious flaws, like global variables. But once your recognize them you can avoid them.</description>
		<content:encoded><![CDATA[<p>Yes, a lot of things has happened with Javascript the last few years. It has changed status from being considered a second grade language to proving to be really useful. I too think the js frameworks have helped making it more useful and popular.</p>
<p>The object model in Javascript is really cool. But it&#8217;s also widely misunderstood since it depends on prototypal inheritance which is not well understood by most people coming from languages with classical inheritance.</p>
<p>The more I learn about Javascript, the more I like it. No doubt it contains a lot of serious flaws, like global variables. But once your recognize them you can avoid them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Seidl</title>
		<link>http://www.svennerberg.com/2009/02/global-variables-in-javascript/#comment-437</link>
		<dc:creator>Jan Seidl</dc:creator>
		<pubDate>Thu, 12 Feb 2009 18:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.svennerberg.com/?p=1566#comment-437</guid>
		<description>Yeap, objects are awesome. I think the JS frameworks are giving a new step to the language. OOP is being more and more present into a language that people underestimated for years in a row.

Like happened to C when became C with Classes (C++), is JavaScript evolving to JS++ ?</description>
		<content:encoded><![CDATA[<p>Yeap, objects are awesome. I think the JS frameworks are giving a new step to the language. OOP is being more and more present into a language that people underestimated for years in a row.</p>
<p>Like happened to C when became C with Classes (C++), is JavaScript evolving to JS++ ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

