<?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: JavaScript 101: Hello World!</title>
	<atom:link href="http://www.webdesignfromscratch.com/javascript/js101/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesignfromscratch.com/javascript/js101/</link>
	<description>Your complete web design guide</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:50:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Ben Hunt</title>
		<link>http://www.webdesignfromscratch.com/javascript/js101/#comment-18156</link>
		<dc:creator>Ben Hunt</dc:creator>
		<pubDate>Tue, 06 Dec 2011 11:21:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-18156</guid>
		<description>Not on Javascript, sorry.</description>
		<content:encoded><![CDATA[<p>Not on Javascript, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://www.webdesignfromscratch.com/javascript/js101/#comment-18145</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Tue, 06 Dec 2011 06:47:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-18145</guid>
		<description>this was very helpful, its hard to find this well put together of an article.
do you have any more tutorials?</description>
		<content:encoded><![CDATA[<p>this was very helpful, its hard to find this well put together of an article.<br />
do you have any more tutorials?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.webdesignfromscratch.com/javascript/js101/#comment-17749</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 30 Nov 2011 15:55:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-17749</guid>
		<description>Great article .. I&#039;ve just read few of your articles and it really a great site for a beginner like me..</description>
		<content:encoded><![CDATA[<p>Great article .. I&#8217;ve just read few of your articles and it really a great site for a beginner like me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hunt</title>
		<link>http://www.webdesignfromscratch.com/javascript/js101/#comment-17537</link>
		<dc:creator>Ben Hunt</dc:creator>
		<pubDate>Thu, 17 Nov 2011 21:02:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-17537</guid>
		<description>1) You need an element with id=&quot;pincha&quot;.
2) You need to make sure you include the js file
3) Plus attach the event handler to the element.. But that&#039;s another issue. Check http://barney.gonzaga.edu/%7Eamoore1/php/addEvent/ for more info.</description>
		<content:encoded><![CDATA[<p>1) You need an element with id=&#8221;pincha&#8221;.<br />
2) You need to make sure you include the js file<br />
3) Plus attach the event handler to the element.. But that&#8217;s another issue. Check <a href="http://barney.gonzaga.edu/%7Eamoore1/php/addEvent/" rel="nofollow">http://barney.gonzaga.edu/%7Eamoore1/php/addEvent/</a> for more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stubborn</title>
		<link>http://www.webdesignfromscratch.com/javascript/js101/#comment-17521</link>
		<dc:creator>stubborn</dc:creator>
		<pubDate>Tue, 15 Nov 2011 21:27:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-17521</guid>
		<description>Hello. I have a problem. I would like to run onclick event for a button in other javascript file, not to put inside of input tag, i mean:
index.html
...
...
example.js
document.getElementById(&quot;pincha&quot;).onclick = show();
function show(){
alert(&quot;got it!&quot;);
}
something like this, but i dont know how. How would you do it?</description>
		<content:encoded><![CDATA[<p>Hello. I have a problem. I would like to run onclick event for a button in other javascript file, not to put inside of input tag, i mean:</p>
<p>index.html<br />
&#8230;</p>
<p>&#8230;</p>
<p>example.js</p>
<p>document.getElementById(&#8220;pincha&#8221;).onclick = show();</p>
<p>function show(){<br />
alert(&#8220;got it!&#8221;);<br />
}</p>
<p>something like this, but i dont know how. How would you do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bicho</title>
		<link>http://www.webdesignfromscratch.com/javascript/js101/#comment-17487</link>
		<dc:creator>Bicho</dc:creator>
		<pubDate>Fri, 11 Nov 2011 16:37:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-17487</guid>
		<description>OWNED.
That is all.</description>
		<content:encoded><![CDATA[<p>OWNED.</p>
<p>That is all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.webdesignfromscratch.com/javascript/js101/#comment-16938</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 07 Nov 2011 17:52:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-16938</guid>
		<description>Also stumbled on this, interesting read!</description>
		<content:encoded><![CDATA[<p>Also stumbled on this, interesting read!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcanini</title>
		<link>http://www.webdesignfromscratch.com/javascript/js101/#comment-15544</link>
		<dc:creator>jcanini</dc:creator>
		<pubDate>Sat, 22 Oct 2011 04:22:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-15544</guid>
		<description>Stumbled on this, great article. Thanks</description>
		<content:encoded><![CDATA[<p>Stumbled on this, great article. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angela S.</title>
		<link>http://www.webdesignfromscratch.com/javascript/js101/#comment-14557</link>
		<dc:creator>Angela S.</dc:creator>
		<pubDate>Mon, 10 Oct 2011 01:12:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-14557</guid>
		<description>I thought the information in this article was very informative and very easy to understand for a beginner.  Great job!</description>
		<content:encoded><![CDATA[<p>I thought the information in this article was very informative and very easy to understand for a beginner.  Great job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Becoming a javascript Guru. Episodio 1 ( To Do List ) - .Labs</title>
		<link>http://www.webdesignfromscratch.com/javascript/js101/#comment-12861</link>
		<dc:creator>Becoming a javascript Guru. Episodio 1 ( To Do List ) - .Labs</dc:creator>
		<pubDate>Wed, 07 Sep 2011 17:33:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-12861</guid>
		<description>[...] seguir este guia aprenda primeiro o que é java script ( variaveis, loops, condições ). Talvez  aqui  você aprenda o [...]</description>
		<content:encoded><![CDATA[<p>[...] seguir este guia aprenda primeiro o que é java script ( variaveis, loops, condições ). Talvez  aqui  você aprenda o [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

