<?xml version="1.0" encoding="iso-8859-1"?><!-- Copy and paste the url into your newsreader application" -->
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<channel>
	<title>About.com Focus on JavaScript</title>
	<link>http://javascript.about.com/</link>
	<description>Get the latest headlines from the About.com Focus on JavaScript GuideSite.</description>
	<image>
		<title>About.com</title>
		<url>http://clk.about.com/?zi=1/1hh</url> 
		<link>http://www.about.com/</link> 
		<width>118</width> 
		<height>20</height> 
	</image>
	<dc:language>en-us</dc:language>
	<dc:creator></dc:creator>
	<dc:date>2010-02-08T08:06:13Z</dc:date>
	<pubDate>Mon, 08 Feb 2010 08:06:13 +0000</pubDate>
	<admin:generatorAgent rdf:resource="" />
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
	
			<item>
			<title>Getting Rid of document.write</title>
			<link>http://javascript.about.com/b/2010/02/09/getting-rid-of-document-write.htm</link>
			<description>The document.write statement was a big part of being able to use JavaScript to update web pages back when JavaScript was first created. Modern web browsers provide much better less obtrusive ways of doing the same updates. Here are some instructions on how you can update your web pages to replace the document.write statements with innerHTML calls instead which will allow you to consolidate all your scripts to the bottom of the page instead of having scripts scattered throughout the HTML.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/od/hintsandtips/a/nodocwrite.htm&quot;&gt;Getting Rid of document.write&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/09/getting-rid-of-document-write.htm"&gt;Getting Rid of document.write&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Tuesday, February 9th, 2010 at 05:41:25.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/09/getting-rid-of-document-write.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/09/getting-rid-of-document-write.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2010/02/09/getting-rid-of-document-write.htm&amp;zItl=Getting Rid of document.write"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2010/02/09/getting-rid-of-document-write.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 09 Feb 2010 05:41:25 +0000</pubDate>
			<dc:date>2010-02-09T05:41:25Z</dc:date>

		</item>
			<item>
			<title>The Bad Parts of JavaScript</title>
			<link>http://javascript.about.com/b/2010/02/08/the-bad-parts-of-javascript.htm</link>
			<description>JavaScript includes a number of constructs that have either been superseded by something better or which seemed like a good idea to those who created JavaScript in the first place but which have turned out to be more trouble than they are worth. Here are some of the JavaScript constructs you should avoid as well as some that can be problematic if not used properly (so you should avoid them where possible as well).&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/od/hintsandtips/a/jsavoid.htm&quot;&gt;The Bad Parts of JavaScript&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/08/the-bad-parts-of-javascript.htm"&gt;The Bad Parts of JavaScript&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Monday, February 8th, 2010 at 08:06:13.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/08/the-bad-parts-of-javascript.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/08/the-bad-parts-of-javascript.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2010/02/08/the-bad-parts-of-javascript.htm&amp;zItl=The Bad Parts of JavaScript"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2010/02/08/the-bad-parts-of-javascript.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Mon, 08 Feb 2010 08:06:13 +0000</pubDate>
			<dc:date>2010-02-08T08:06:13Z</dc:date>

		</item>
			<item>
			<title>Back References</title>
			<link>http://javascript.about.com/b/2010/02/07/back-references.htm</link>
			<description>The fifteenth tutorial on Regular Expressions introduces Back References - this is a way to refer back to a previous section of the string that you have already matched to the pattern. Any section of the string that is matched by a group is automatically added to an array of back references.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blre15.htm&quot;&gt;Back References&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/07/back-references.htm"&gt;Back References&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Sunday, February 7th, 2010 at 16:58:49.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/07/back-references.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/07/back-references.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2010/02/07/back-references.htm&amp;zItl=Back References"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2010/02/07/back-references.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sun, 07 Feb 2010 16:58:49 +0000</pubDate>
			<dc:date>2010-02-07T16:58:49Z</dc:date>

		</item>
			<item>
			<title>JavaScript and Emails</title>
			<link>http://javascript.about.com/b/2010/02/06/javascript-and-emails.htm</link>
			<description>Email programs are very different to Web Browsers regarding JavaScript. One format that most email programs support to send emails in is HTML. Just because you can use HTML in emails though doesn't mean that you can also use JavaScript as well. Yes some email programs do support JavaScript but there are some very good reasons why you should disable JavaScript in your email program if it hasn't already done that for you.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/od/reference/a/jsemail.htm&quot;&gt;JavaScript and Emails&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/06/javascript-and-emails.htm"&gt;JavaScript and Emails&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Saturday, February 6th, 2010 at 08:02:47.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/06/javascript-and-emails.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/06/javascript-and-emails.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2010/02/06/javascript-and-emails.htm&amp;zItl=JavaScript and Emails"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2010/02/06/javascript-and-emails.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sat, 06 Feb 2010 08:02:47 +0000</pubDate>
			<dc:date>2010-02-06T08:02:47Z</dc:date>

		</item>
			<item>
			<title>Javascript and XHTML</title>
			<link>http://javascript.about.com/b/2010/02/05/javascript-and-xhtml.htm</link>
			<description>XHTML treats embedded Javascript code slightly differently from the way HTML does. You need a small piece of extra code to get them working together properly. Of course you will not have to worry about this if you keep the JavaScript in a separate file.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blxhtml.htm&quot;&gt;JavaScript and XHTML&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/05/javascript-and-xhtml.htm"&gt;Javascript and XHTML&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Friday, February 5th, 2010 at 16:04:47.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/05/javascript-and-xhtml.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/05/javascript-and-xhtml.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2010/02/05/javascript-and-xhtml.htm&amp;zItl=Javascript and XHTML"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2010/02/05/javascript-and-xhtml.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 05 Feb 2010 16:04:47 +0000</pubDate>
			<dc:date>2010-02-05T16:04:47Z</dc:date>

		</item>
			<item>
			<title>Unobtrusive Random Images</title>
			<link>http://javascript.about.com/b/2010/02/04/unobtrusive-random-images.htm</link>
			<description>One of the first things most old books on JavaScript used to teach was selecting a random image to display in a set spot in your web page. Such scripts are easy to write, easy to explain in a book or tutorial, and very hard to alter when you want to make changes to the way it works.&lt;br /&gt;&lt;br /&gt;

An unobtrusive script to do the same thing is slightly harder to write since you need to understand how the DOM works so as to update the page with your randomly selected image. The script is much easier to update when you want to add additional functionality since the JavaScript is already completely separate from the HTML and it is already using the DOM to add the image. My unobtrusive random image script not only allows you to add one or more random images to your web page by just adding one line of JavaScript for each additional image to be displayed, it also allows you to have the images automatically replaced every so many seconds with just one additional line of code.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blrandimg.htm&quot;&gt;Unobtrusive Random Images&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/04/unobtrusive-random-images.htm"&gt;Unobtrusive Random Images&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Thursday, February 4th, 2010 at 08:09:20.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/04/unobtrusive-random-images.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/04/unobtrusive-random-images.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2010/02/04/unobtrusive-random-images.htm&amp;zItl=Unobtrusive Random Images"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2010/02/04/unobtrusive-random-images.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Thu, 04 Feb 2010 08:09:20 +0000</pubDate>
			<dc:date>2010-02-04T08:09:20Z</dc:date>

		</item>
			<item>
			<title>Alternate Script Tag Location</title>
			<link>http://javascript.about.com/b/2010/02/03/alternate-script-tag-location.htm</link>
			<description>In the examples so far in the &quot;Learn Modern JavaScript&quot; series I have shown the script tag in thee head of the web page with code in it to ensure that parts of the page are loaded before they are referenced. There is an alternate location that simplifies the code but which has other implications on how your page will load.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blutut07.htm&quot;&gt;Alternate Script Tag Location&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/03/alternate-script-tag-location.htm"&gt;Alternate Script Tag Location&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Wednesday, February 3rd, 2010 at 09:25:47.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/03/alternate-script-tag-location.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/03/alternate-script-tag-location.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2010/02/03/alternate-script-tag-location.htm&amp;zItl=Alternate Script Tag Location"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2010/02/03/alternate-script-tag-location.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Wed, 03 Feb 2010 09:25:47 +0000</pubDate>
			<dc:date>2010-02-03T09:25:47Z</dc:date>

		</item>
			<item>
			<title>location Reference</title>
			<link>http://javascript.about.com/b/2010/02/02/location-reference.htm</link>
			<description>JavaScript can interact with the address of the current page. The location object provides JavaScript with not only access to read the various pieces of information from the current page address but also allows you to change those values and hence to load a new page.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blloc.htm&quot;&gt;location Reference&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/02/location-reference.htm"&gt;location Reference&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Tuesday, February 2nd, 2010 at 09:42:30.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/02/location-reference.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/02/location-reference.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2010/02/02/location-reference.htm&amp;zItl=location Reference"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2010/02/02/location-reference.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 02 Feb 2010 09:42:30 +0000</pubDate>
			<dc:date>2010-02-02T09:42:30Z</dc:date>

		</item>
			<item>
			<title>Browser Object Model</title>
			<link>http://javascript.about.com/b/2010/02/01/browser-object-model.htm</link>
			<description>This part of JavaScript is the part that doesn't have a standard and so while some of the information provided about the browser are supplied the same way by all browsers, much of the most useful information is not. This summary will help you see what parts of the BOM do and don't have a defacto standard and how to make your own functions to get the useful information that don't have a standard access method.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/od/browserobjectmodel/a/bom.htm&quot;&gt;Browser Object Model&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/01/browser-object-model.htm"&gt;Browser Object Model&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Monday, February 1st, 2010 at 08:16:13.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/01/browser-object-model.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/02/01/browser-object-model.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2010/02/01/browser-object-model.htm&amp;zItl=Browser Object Model"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2010/02/01/browser-object-model.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Mon, 01 Feb 2010 08:16:13 +0000</pubDate>
			<dc:date>2010-02-01T08:16:13Z</dc:date>

		</item>
			<item>
			<title>Grouping</title>
			<link>http://javascript.about.com/b/2010/01/31/grouping.htm</link>
			<description>Up until now we have looked at regular expressions involving single characters and repetitions of single characters. The fourteenth tutorial on regular expressions introduces you to a way to group characters together allowing you to test for repeating groups.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blre14.htm&quot;&gt;Grouping&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/01/31/grouping.htm"&gt;Grouping&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Sunday, January 31st, 2010 at 16:50:55.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/01/31/grouping.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2010/01/31/grouping.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2010/01/31/grouping.htm&amp;zItl=Grouping"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2010/01/31/grouping.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sun, 31 Jan 2010 16:50:55 +0000</pubDate>
			<dc:date>2010-01-31T16:50:55Z</dc:date>

		</item>
	</channel>

</rss>
