<?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 Focus on JavaScript</title>
<link>http://javascript.about.com/</link>
<description>Focus on JavaScript</description>


	<item>
	<title>valueOf and toString</title>
	<link>http://javascript.about.com/b/2009/07/10/valueof-and-tostring.htm</link>
	<description>There are two methods that all JavaScript objects have.

Every object that you define in JavaScript has at least two methods available - valueOf() and toString(). These methods will return a...</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/07/10/valueof-and-tostring.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-07-10T14:52:14Z</dc:date>
	</item>


	<item>
	<title>Linking Three Dropdowns</title>
	<link>http://javascript.about.com/b/2009/07/09/linking-three-dropdowns.htm</link>
	<description>Dynamically update dropdown lists based on other dropdowns using JavaScript

Updating a second dropdown's content based on a user selection in a first dropdown is a common requirement. Of course having...</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/07/09/linking-three-dropdowns.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-07-09T10:44:38Z</dc:date>
	</item>


	<item>
	<title>Speed of Movement</title>
	<link>http://javascript.about.com/b/2009/07/08/speed-of-movement.htm</link>
	<description>JavaScript can control how fast things move on your web page.

Depending on just what it is that you want to have moving around on your web page you may want...</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/07/08/speed-of-movement.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-07-08T15:00:17Z</dc:date>
	</item>


	<item>
	<title>The JavaScript Modulo Bug</title>
	<link>http://javascript.about.com/b/2009/07/07/the-javascript-modulo-bug.htm</link>
	<description>JavaScript doesn't get everything right.

One of the things that JavaScript gets wrong is modulo arithmatic where for any positive modulo number the possible values should be between zero and one...</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/07/07/the-javascript-modulo-bug.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-07-07T07:24:41Z</dc:date>
	</item>


	<item>
	<title>Creating New Objects Without Copying Existing Ones</title>
	<link>http://javascript.about.com/b/2009/07/06/creating-new-objects-without-copying-existing-ones.htm</link>
	<description>JavaScript doesn't limit you to using the objects that it defines, you can also create your own.

JavaScript provides several different ways to define new objects, Here we look at one...</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/07/06/creating-new-objects-without-copying-existing-ones.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-07-06T08:34:28Z</dc:date>
	</item>


	<item>
	<title>innerHTML</title>
	<link>http://javascript.about.com/b/2009/07/05/innerhtml.htm</link>
	<description>JavaScript has a simple way of interacting with HTML

In the sixth Document Object Model tutorial we look at the simplest way of referencing the content of your web page is...</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/07/05/innerhtml.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-07-05T17:20:11Z</dc:date>
	</item>


	<item>
	<title>Strings to Numbers</title>
	<link>http://javascript.about.com/b/2009/07/04/strings-to-numbers.htm</link>
	<description>HTML doesn't provide a way to enter numbers so JavaScript needs to convert them from text

JavaScript provides so many different ways to convert text strings to numbers that there will...</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/07/04/strings-to-numbers.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-07-04T13:15:14Z</dc:date>
	</item>


	<item>
	<title>Split a Line</title>
	<link>http://javascript.about.com/b/2009/07/03/split-a-line.htm</link>
	<description>JavaScript can provide advanced text manipulation.

One problem with splitting text across multiple lines in JavaScript is how to avoid splitting the line in the middle of a word. This function...</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/07/03/split-a-line.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-07-03T15:41:06Z</dc:date>
	</item>


	<item>
	<title>Screen Resolution</title>
	<link>http://javascript.about.com/b/2009/07/02/browser-info.htm</link>
	<description>JavaScript can easily retrieve useless information about the computer screen as well as more useful information about the size of their browser window

Not all of your visitors will use the...</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/07/02/browser-info.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-07-02T12:26:35Z</dc:date>
	</item>


	<item>
	<title>Moving Vertically</title>
	<link>http://javascript.about.com/b/2009/07/01/moving-vertically.htm</link>
	<description>Web pages are two dimensional

When we place objects on our web page to be animated with Javascript we are not limited to just having them move from side to side....</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/07/01/moving-vertically.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-07-01T13:14:13Z</dc:date>
	</item>


</channel>
</rss>
