<?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://z.about.com/f/lg/s10.gif</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>2008-05-10T15:59:02Z</dc:date>
	
	<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>Introduction to Form Field Validation</title>
			<link>http://javascript.about.com/b/2008/05/11/introduction-to-form-field-validation.htm</link>
			<description>One of the first types of JavaScript you are likely to need to write for yourself is to validate a form.

Before we start looking at how to validate form fields...</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2008/05/11/introduction-to-form-field-validation.htm</guid>
			<dc:subject></dc:subject>
			<dc:date>2008-05-11T14:56:34Z</dc:date>
		</item>
			<item>
			<title>Watermarking Images</title>
			<link>http://javascript.about.com/b/2008/05/10/watermarking-images.htm</link>
			<description>Don't rely on JavaScript to protect your images!

The only effective way to protect images on your web site is to watermark them. Find out why this method works while the...</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2008/05/10/watermarking-images.htm</guid>
			<dc:subject></dc:subject>
			<dc:date>2008-05-10T15:59:02Z</dc:date>
		</item>
			<item>
			<title>Alternatives to "eval"</title>
			<link>http://javascript.about.com/b/2008/05/09/alternatives-to-eval.htm</link>
			<description>Some JavaScript commands are so inefficient and so rarely needed that you have to wonder why they are included in JavaScript in the first place.

"eval" is one of the most...</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2008/05/09/alternatives-to-eval.htm</guid>
			<dc:subject></dc:subject>
			<dc:date>2008-05-09T12:02:33Z</dc:date>
		</item>
			<item>
			<title>What JavaScript Cannot Do</title>
			<link>http://javascript.about.com/b/2008/05/08/what-javascript-cannot-do.htm</link>
			<description>Use the right tools for the job. While it is possible to put screws in with a spanner a screwdriver works far more effectively. Of course that screwdriver wont help...</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2008/05/08/what-javascript-cannot-do.htm</guid>
			<dc:subject></dc:subject>
			<dc:date>2008-05-08T14:34:37Z</dc:date>
		</item>
			<item>
			<title>Aborting Ajax</title>
			<link>http://javascript.about.com/b/2008/05/07/aborting-ajax.htm</link>
			<description>Sometimes when waiting for an Ajax response the situation changes so that you no longer need it.

Since Ajax is normally run asynchronously where we don't wait for the response to...</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2008/05/07/aborting-ajax.htm</guid>
			<dc:subject></dc:subject>
			<dc:date>2008-05-07T12:52:02Z</dc:date>
		</item>
			<item>
			<title>HTML Comments and JavaScript</title>
			<link>http://javascript.about.com/b/2008/05/06/html-comments-and-javascript.htm</link>
			<description>What happens when you include HTML comments inside your JavaScript?

When JavaScript was first introduced, only Netscape 2 supported it and so it was necessary to hide the JavaScript from browsers...</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2008/05/06/html-comments-and-javascript.htm</guid>
			<dc:subject></dc:subject>
			<dc:date>2008-05-06T09:54:05Z</dc:date>
		</item>
			<item>
			<title>Extending Objects</title>
			<link>http://javascript.about.com/b/2008/05/05/extending-objects.htm</link>
			<description>When JavaScript doesn't provide the method you need you can add it yourself.

In the last few modern JavaScript tutorials we have looked at the many different objects that JavaScript defines...</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2008/05/05/extending-objects.htm</guid>
			<dc:subject></dc:subject>
			<dc:date>2008-05-05T05:49:15Z</dc:date>
		</item>
			<item>
			<title>Putting it all Together</title>
			<link>http://javascript.about.com/b/2008/05/04/putting-it-all-together.htm</link>
			<description>If you have been following the original series of JavaScript tutorials over the last 30 or so weeks then you now have a basic knowledge of JavaScript.

The final tutorial in...</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2008/05/04/putting-it-all-together.htm</guid>
			<dc:subject></dc:subject>
			<dc:date>2008-05-04T15:14:04Z</dc:date>
		</item>
			<item>
			<title>Lotto Picker</title>
			<link>http://javascript.about.com/b/2008/05/03/lotto-picker.htm</link>
			<description>JavaScript has powerful array functionality.

Sometimes just a few lines of JavaScript can do quite a lot. Many countries these days have some sort of lottery or lotto or pools (or...</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2008/05/03/lotto-picker.htm</guid>
			<dc:subject></dc:subject>
			<dc:date>2008-05-03T15:45:23Z</dc:date>
		</item>
			<item>
			<title>Body Mass Index Calculator</title>
			<link>http://javascript.about.com/b/2008/05/02/body-mass-index-calculator.htm</link>
			<description>JavaScript can create all sorts of calculators, You just need to know how the calculation is done.

When someone enters their height and weight into this JavaScript calculator then they will...</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2008/05/02/body-mass-index-calculator.htm</guid>
			<dc:subject></dc:subject>
			<dc:date>2008-05-02T10:43:42Z</dc:date>
		</item>
	</channel>

</rss>
