<?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>Web Design Tuts &#187; JavaScript Tutorials</title>
	<atom:link href="http://www.webdesigntuts.net/tutorials/javascript-tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webdesigntuts.net</link>
	<description>Web Design Tutorials and Articles</description>
	<lastBuildDate>Sat, 26 Feb 2011 12:45:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Open a New Window Using JavaScript and Control it&#8217;s Appearance</title>
		<link>http://www.webdesigntuts.net/javascript-tutorials/open-a-new-window-using-javascript-and-control-its-appearance.html</link>
		<comments>http://www.webdesigntuts.net/javascript-tutorials/open-a-new-window-using-javascript-and-control-its-appearance.html#comments</comments>
		<pubDate>Thu, 06 Aug 2009 19:10:06 +0000</pubDate>
		<dc:creator>kpac</dc:creator>
				<category><![CDATA[JavaScript Tutorials]]></category>
		<category><![CDATA[Appearance]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.webdesigntuts.net/?p=465</guid>
		<description><![CDATA[This simple code will allow you to open a new window using JavaScript &#8211; and control the way it looks. &#60;html&#62; &#60;head&#62; &#60;script type=&#34;text/javascript&#34;&#62; function openWindow(link) { window.open(link,&#34;_blank&#34;,&#34;toolbar=yes, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=400, height=400&#34;); } &#60;/script&#62; &#60;/head&#62; &#60;body&#62; &#60;a href=&#34;#&#34; onclick=&#34;openWindow('http://www.webdesigntuts.net/');&#34;&#62;Open Window&#60;/a&#62; &#60;/body&#62; &#60;/html&#62;]]></description>
		<wfw:commentRss>http://www.webdesigntuts.net/javascript-tutorials/open-a-new-window-using-javascript-and-control-its-appearance.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guide to JavaScript Variables</title>
		<link>http://www.webdesigntuts.net/javascript-tutorials/guide-to-javascript-variables.html</link>
		<comments>http://www.webdesigntuts.net/javascript-tutorials/guide-to-javascript-variables.html#comments</comments>
		<pubDate>Fri, 12 Jun 2009 10:19:03 +0000</pubDate>
		<dc:creator>kpac</dc:creator>
				<category><![CDATA[JavaScript Tutorials]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Variable]]></category>

		<guid isPermaLink="false">http://www.webdesigntuts.net/?p=72</guid>
		<description><![CDATA[A variable is a way to store information so that you can later use and manipulate it. For example, imagine a JavaScript-based pinball game where the goal is to get the highest score. When the player first starts the game, their score will be zero, but as they hit targets with the pinball, the score]]></description>
		<wfw:commentRss>http://www.webdesigntuts.net/javascript-tutorials/guide-to-javascript-variables.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

