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

<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
            "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">

<channel>
<title>JavaScript.com Latest JavaScripts</title>
<link>http://www.javascript.com</link>
<description>JavaScript.com is your gateway to all things JavaScript. Featuring JavaScript tutorials, free scripts, tools, and links and more!
This channel features content from JavaScriptSource.com.
</description>
<language>en</language>
<copyright>Copyright 2004 Jupitermedia Corp.</copyright>

<item>
<title>CSS Toolbox</title>
<link>http://javascriptsource.com/css/css-toolbox.html</link>
<description>Three functions, one to return a CSS style object, one to create a new CSS rule, and one to delete a CSS style object. Dynamically create, change, and delete stylesheets. Easy to use and heavily commented.</description>
</item>

<item>
<title>Random Password Generator</title>
<link>http://javascript.internet.com/passwords/random-password-generator.html</link>
<description>This script can be used to generate random passwords for improved password strength.</description>
</item>

<item>
<title>Change Layer Colors</title>
<link>http://javascriptsource.com/page-details/change-layer-colors.html</link>
<description>Use these two simple functions to change text and background colors within a specified layer without reloading the page. Can be used separately or together.</description>
</item>

<item>
<title>Automatic Copyright Update</title>
<link>http://javascript.internet.com/page-details/automatic-copyright-update.html</link>
<description>Make sure your copyright notices are up-to-date. This script will automatically update your pages for you.</description>
</item>

<item>
<title>Date Selection Form </title>
<link>http://javascript.internet.com/forms/date-selection-form.html</link>
<description>This handy script lets you auto-generate the day and year in a drop down selection as well as validate the date. Add it to your pages that require date validation.</description>
</item>

<item>
<title>Discover The Word Game</title>
<link>http://javascript.internet.com/games/Discover_Word/discover-the-word-game.html</link>
<description>Discover The Word Game plays much like Wheel of Fortune. A sequential A-Z image button panel is provided to discover the word easily. You must guess using 5 tries or less. Includes over 200 words!</description>
</item>

<item>
<title>New to You </title>
<link>http://javascript.internet.com/cookies/new-to-you.html</link>
<description>Use this cookie to show your visitors what&#39;s new on your Web site since their last visit.</description>
</item>

<item>
<title>Change HTML Tag Style </title>
<link>http://javascript.internet.com/image-effects/change-html-tag-style.html</link>
<description>The following script allows you to change the style of an HTML tag. The style of the tag is referenced within the script by the tag&#39;s ID name.</description>
</item>

<item>
<title>Making Columns Render with Equal Height</title>
<link>http://javascriptsource.com/page-details/making-columns-render-with-equal-height.html</link>
<description>A problem sometimes faced by Web developers is trying to get two (or more) columns in a multi-column layout to be the same height when the content is variable. Rather than using an arbitrary hardcoded value, the heights can be equalized (to the tallest one) with this script.</description>
</item>

<item>
<title>Last Modified (Advanced)</title>
<link>http://javascriptsource.com/page-details/last-modified-advanced.html</link>
<description>This script will display a default &quot;last modified&quot; date in the event the server is not able to configure it. A good backup solution. </description>
</item>

<item>
<title>Disable Text Selection</title>
<link>http://javascriptsource.com/page-details/disable-text-selection.html</link>
<description>Use this script to disable the selection of text on a page. It&#39;s very simple using two of the built-in JavaScript events to cancel the selection before it starts. You can even attach the events to a specific element.</description>
</item>

<item>
<title>Expanding Text Images</title>
<link>http://javascript.internet.com/image-effects/expanding-text-images.html</link>
<description>This script creates a message using expanding text images. It&#39;s as simple as creating your own text images to say whatever you need.</description>
</item>

<item>
<title>Link Listing</title>
<link>http://javascriptsource.com/navigation/link-listing.html</link>
<description>Display a list of the links on your Web page. Using CSS, you can select which ones to display. The list includes the URL and link title. Useful as a cross-reference listing. You will need to add the &#39;title&#39; attribute and &#39;class=&quot;link&quot;&#39; to each link you want displayed.</description>
</item>

<item>
<title>Image Upload Preview</title>
<link>http://javascript.internet.com/forms/image-upload-preview.html</link>
<description>This script is intended for forms where the user needs to upload an image to a Web site. The image is displayed on the page for previewing before uploading. The display will be resized if needed so as not to break the page layout. Valid file types are set in the script; others will be disallowed. Works only in Internet Explorer but degrades gracefully.</description>
</item>

<item>
<title>Daily Welcome Cookie</title>
<link>http://javascriptsource.com/cookies/daily-welcome-cookie.html</link>
<description>This script sets a cookie, with an alert window that only comes up the first time you visit the page each day. Good for calling attention to daily specials and news updates. Can be configured to work in other ways also.</description>
</item>

</channel>
</rss>