<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0" -->
<!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>News and Information Blog   </title>
    <link>http://www.tatnetwork.com/sw/public_blog/index.cgi</link>
    <description>SponsorWorks.net News and Information Blog</description>
    <language>en</language>

  <item>
    <title>Creating Form Elements</title>
    <link>http://www.tatnetwork.com/sw/public_blog/index.cgi/2008/01/17#auto___creating_form_elements</link>
    <description>This script will generate various bug-free form elements with name attributes, selected options, and more for IE 6+, Firefox, Opera and Safari.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://javascriptsource.com/forms/creating-form-elements.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Keeping New List Contents in View</title>
    <link>http://www.tatnetwork.com/sw/public_blog/index.cgi/2008/01/15#auto___keeping_new_list_contents_in_view</link>
    <description>This code demonstrates how to keep the content at the bottom of a list always in view, similar to a chat window.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://javascriptsource.com/miscellaneous/keeping-new-list-contents-in-view.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Keycode Checker Tool</title>
    <link>http://www.tatnetwork.com/sw/public_blog/index.cgi/2008/01/12#auto___keycode_checker_tool</link>
    <description>Use this script to determine the JavaScript key code of a selected key. Just press a key and an alert box will display the corresponding keycode.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://javascriptsource.com/snippets/keycode-checker-tool.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Limit Textarea 2</title>
    <link>http://www.tatnetwork.com/sw/public_blog/index.cgi/2008/01/10#auto___limit_textarea_2</link>
    <description>This script limits text input to 20 characters per line for a total of 10 lines. Numbers are adjustable. It also filters textarea input: replaces non-alphanumeric characters with spaces, removes extra spaces (multiple consecutive, leading and trailing) and blank lines. Final clean-up is performed onblur, when user clicks out of textarea.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://javascriptsource.com/forms/limit-textarea-2.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Specify Referring Page</title>
    <link>http://www.tatnetwork.com/sw/public_blog/index.cgi/2008/01/08#auto___specify_referring_page</link>
    <description>Use this script to ensure that a user can only reach a given page from another specified page. Easy to set-up and use.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://javascriptsource.com/snippets/specify-referring-page.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Auto-Enter Current Date</title>
    <link>http://www.tatnetwork.com/sw/public_blog/index.cgi/2008/01/04#auto___auto_enter_current_date</link>
    <description>This script will enter the current date in a read only form field. Good for when you want to collect the current date but want to make sure it's formatted properly.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://javascriptsource.com/forms/auto-enter-current-date.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Unobtrusive JavaScript</title>
    <link>http://www.tatnetwork.com/sw/public_blog/index.cgi/2008/01/01#auto___unobtrusive_javascript</link>
    <description>This is the first installment in a series covering unobtrusive JavaScript. Quite simply put, it's removing JavaScript from the source of the document, and including it in an external file. But there's really more to it.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://www.phazm.com/notes/javascript/easy-as-pie-unobtrusive-javascript/&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Pop Over Form</title>
    <link>http://www.tatnetwork.com/sw/public_blog/index.cgi/2007/12/30#auto___pop_over_form</link>
    <description>Use this script to create a form that will open on top of the existing page, using a hidden DIV. A default link is included to allow for JavaScript being turned off or unavailable.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://javascriptsource.com/forms/pop-over-form.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Change Image 2</title>
    <link>http://www.tatnetwork.com/sw/public_blog/index.cgi/2007/12/27#auto___change_image_2</link>
    <description>Use this script to change an image, using the setAttribute function. You can use different events to change the image, e.g., onClick, or onMouseOver. The script can also be adapted to other uses.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://javascriptsource.com/miscellaneous/change-image-2.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Add a Hotkey</title>
    <link>http://www.tatnetwork.com/sw/public_blog/index.cgi/2007/12/19#auto___add_a_hotkey</link>
    <description>This script will fire an event when the key specified in the variable &quot;key1&quot; is pressed. In this example, pressing the spacebar will trigger the display of an alert box.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://javascriptsource.com/snippets/add-a-hotkey.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  </channel>
</rss>
