<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
>

<channel rdf:about="http://computers.gourt.com/Programming/Languages/JavaScript/Books.html">
<title>Books RSS : Gourt</title>
<link>http://computers.gourt.com/Programming/Languages/JavaScript/Books.html</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:rights>Copyright 2007, Gourt.com</dc:rights>
<dc:date>2008-08-29T17:08+29:00
</dc:date>
<dc:publisher>rtruog@gourt.com</dc:publisher>
<dc:creator>rtruog@gourt.com</dc:creator>
<dc:subject>Books RSS : Gourt</dc:subject>
<syn:updatePeriod>hourly</syn:updatePeriod>
<syn:updateFrequency>1</syn:updateFrequency>
<syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
<items>
 <rdf:Seq>
  <rdf:li rdf:resource="http://javascriptsource.com/miscellaneous/scrolling-expanding-list.html" />
  <rdf:li rdf:resource="http://woork.blogspot.com/2008/08/mootools-basic-tips-for-web-designer.html" />
  <rdf:li rdf:resource="http://www.jslint.com/" />
  <rdf:li rdf:resource="http://javascriptsource.com/miscellaneous/dojo.html" />
  <rdf:li rdf:resource="http://javascriptsource.com/forms/form-focus.html" />
  <rdf:li rdf:resource="http://developer.yahoo.com/yui/get/" />
  <rdf:li rdf:resource="http://javascriptsource.com/miscellaneous/qtip.html" />
  <rdf:li rdf:resource="http://javascriptsource.com/image-effects/image-navigator.html" />
  <rdf:li rdf:resource="http://javascriptsource.com/time-date/auto-expire.html" />
  <rdf:li rdf:resource="http://javascriptsource.com/snippets/filler-text.html" />
  <rdf:li rdf:resource="http://javascriptsource.com/image-effects/panorama.html" />
  <rdf:li rdf:resource="http://yuiblog.com/blog/2008/07/22/non-blocking-scripts/" />
  <rdf:li rdf:resource="http://javascriptsource.com/forms/suggest-messages.html" />
  <rdf:li rdf:resource="http://www.herongyang.com/JavaScript/jrunscript-JavaScript-Shell-Command-from-JDK.html" />
  <rdf:li rdf:resource="http://javascriptsource.com/snippets/a-good-enough-addevent.html" />
 </rdf:Seq>
</items>
</channel>

<item rdf:about="http://javascriptsource.com/miscellaneous/scrolling-expanding-list.html">
<title>Scrolling &#x26; Expanding List</title>
<link>http://javascriptsource.com/miscellaneous/scrolling-expanding-list.html</link>
<description><![CDATA[This list scrolls within a DIV, and also fully expands. East to implement. Can be used in many different ways.]]></description>
</item>

<item rdf:about="http://woork.blogspot.com/2008/08/mootools-basic-tips-for-web-designer.html">
<title>MooTools Basic Tips for Web Designer: Part 1</title>
<link>http://woork.blogspot.com/2008/08/mootools-basic-tips-for-web-designer.html</link>
<description><![CDATA[This tutorial series illustrates some simple tips to begin working with MooTools. This first installment shows how to manipulate element properties, in particular how to get DOM element by ID, how to use getStyle(), setStyle(), and toInt() and some examples to introduce writing unobtrusive JavaScript code.]]></description>
</item>

<item rdf:about="http://www.jslint.com/">
<title>JSLint</title>
<link>http://www.jslint.com/</link>
<description><![CDATA[This script takes a JavaScript source, scans it, and returns a message describing any problems and their approximate location within the source. It looks at some style conventions as well as structural problems. It does not prove that your script is correct, it just provides another set of eyes to help spot problems.]]></description>
</item>

<item rdf:about="http://javascriptsource.com/miscellaneous/dojo.html">
<title>Dojo</title>
<link>http://javascriptsource.com/miscellaneous/dojo.html</link>
<description><![CDATA[An open source, portable JavaScript toolkit that lets you build interactive modules quickly, animate transitions, and construct Ajax requests with ease.]]></description>
</item>

<item rdf:about="http://javascriptsource.com/forms/form-focus.html">
<title>Form Focus</title>
<link>http://javascriptsource.com/forms/form-focus.html</link>
<description><![CDATA[This snippet places the cursor in a selected form field upon page load. It uses the ID attribute, making it easy to target any field, regardless of form changes. Easy to add to any form. Updated.]]></description>
</item>

<item rdf:about="http://developer.yahoo.com/yui/get/">
<title>Yahoo! UI Library: Get Utility</title>
<link>http://developer.yahoo.com/yui/get/</link>
<description><![CDATA[The Get Utility provides a mechanism for attaching script and CSS resources -- including cross-domain resources -- to the DOM after the page has loaded.]]></description>
</item>

<item rdf:about="http://javascriptsource.com/miscellaneous/qtip.html">
<title>qTip</title>
<link>http://javascriptsource.com/miscellaneous/qtip.html</link>
<description><![CDATA[This script creates tooltips for anything on your page. You select what tags it can be attached to and then just add them to the page.]]></description>
</item>

<item rdf:about="http://javascriptsource.com/image-effects/image-navigator.html">
<title>Image Navigator</title>
<link>http://javascriptsource.com/image-effects/image-navigator.html</link>
<description><![CDATA[This script works by sliding the background image of one DIV element, using the background-position to correspond with the coordinates of another DIV. Great for showing details in a small space.]]></description>
</item>

<item rdf:about="http://javascriptsource.com/time-date/auto-expire.html">
<title>Auto Expire</title>
<link>http://javascriptsource.com/time-date/auto-expire.html</link>
<description><![CDATA[Set "go live" and "expire" dates for content, such as "Latest News" or various promotional content. Great for when you don't have time to remember to go back and take old content down, or when you want to create content and have it go live at a later date.]]></description>
</item>

<item rdf:about="http://javascriptsource.com/snippets/filler-text.html">
<title>Filler Text</title>
<link>http://javascriptsource.com/snippets/filler-text.html</link>
<description><![CDATA[Use this snippet to display text on a Web page when testing and doing design layout work. The amount and type of text can easily be changed, according to your preferences and needs.]]></description>
</item>

<item rdf:about="http://javascriptsource.com/image-effects/panorama.html">
<title>Panorama</title>
<link>http://javascriptsource.com/image-effects/panorama.html</link>
<description><![CDATA[This script provides a panorama view of an image, without using Flash or Java. Scrolls to the left and to the right. Easy to implement.]]></description>
</item>

<item rdf:about="http://yuiblog.com/blog/2008/07/22/non-blocking-scripts/">
<title>Non-blocking JavaScript Downloads</title>
<link>http://yuiblog.com/blog/2008/07/22/non-blocking-scripts/</link>
<description><![CDATA[External JavaScript files block downloads and hurt your page performance, but there is an easy way to work around this problem: use dynamic scripts tags and load scripts in parallel, improving the page loading speed and the user experience.]]></description>
</item>

<item rdf:about="http://javascriptsource.com/forms/suggest-messages.html">
<title>Suggest Messages</title>
<link>http://javascriptsource.com/forms/suggest-messages.html</link>
<description><![CDATA[This script will display information when a field is selected with the cursor. An excellent method for providing additional or important instructions to your visitors. Easy to implement.]]></description>
</item>

<item rdf:about="http://www.herongyang.com/JavaScript/jrunscript-JavaScript-Shell-Command-from-JDK.html">
<title>JavaScript Shell Command from JDK</title>
<link>http://www.herongyang.com/JavaScript/jrunscript-JavaScript-Shell-Command-from-JDK.html</link>
<description><![CDATA[This tutorial provides introductions and examples on the JavaScript shell command included in the JDK package. Topics include downloading and installing JDK 1.6, ECMAScript engine, running JavaScript code in command line, interactive or batch mode.]]></description>
</item>

<item rdf:about="http://javascriptsource.com/snippets/a-good-enough-addevent.html">
<title>A Good Enough addEvent</title>
<link>http://javascriptsource.com/snippets/a-good-enough-addevent.html</link>
<description><![CDATA[This function makes it easy to add events without tripping over existing ones. Easy to implement.]]></description>
</item>

</rdf:RDF>