<?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.sponsorworks.net/public_blog/index.cgi</link>
    <description>SponsorWorks.net News and Information Blog</description>
    <language>en</language>

  <item>
    <title>MD5 Algorithm</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2009/01/06#auto___md5_algorithm</link>
    <description>The MD5 algorithm is a secure hash function. It takes a string input, and produces a fixed size number - 128 bits. This number is a hash of the input - a small change in the input results in a substantial change in the output. The functions are thought to be secure, in the sense that it would require an enormous amount of computing power to find a string which hashes to a chosen value. In others words, there's no way to decrypt a secure hash. The uses of secure hashes include digital signatures and challenge hash authentication.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://javascriptsource.com/miscellaneous/md5-algorithm.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Using getElementsByClassName to Obtain an Array</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2009/01/03#auto___using_getelementsbyclassname_to_obtain_an_array</link>
    <description>This discussion looks at how to construct a function to get an array of all the elements with a specified class. Very interesting, with many excellent points.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://www.webdeveloper.com/forum/showthread.php?t=198227&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Library Detector for Firefox</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2008/12/23#auto___library_detector_for_firefox</link>
    <description>Detects what JavaScript libraries are being used on the current page and displays the result as icons with detailed tooltips in the statusbar. Currently supports jQuery, jQuery UI, Prototype, Scriptaculous, Dojo, YUI, Qooxdoo, MooTools and Spry.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;https://addons.mozilla.org/en-US/firefox/addon/10083&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Hex-to-RGB Conversion</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2008/12/20#auto___hex_to_rgb_conversion</link>
    <description>Use this script to convert a hex color string to numeric RGB values of the same color. Great for matching colors. Easy to implement!&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://javascriptsource.com/math-related/hex-to-rgb-conversion.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Using JavaScript to Call PHP Database Routines Between Windows</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2008/12/16#auto___using_javascript_to_call_php_database_routines_between_windows</link>
    <description>This tutorial shows how to create a select or dropdown list for use with database routines. Learn how to gather input in one window for processing in another window.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://www.phpbuilder.com/columns/gruskoff20040320.php3&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>DD_roundies</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2008/12/13#auto___dd_roundies</link>
    <description>Create rounded corners, without the use of images. Target designated classes and ids. Very easy to implement. Script is heavily commented for complete understanding.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://javascriptsource.com/css/dd_roundies.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Day of Week</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2008/12/11#auto___day_of_week</link>
    <description>Use this script to calculate what day of the week a given date occurred. Can be used for past or future dates.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://javascriptsource.com/time-date/day-of-week.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Banner Rotater</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2008/12/06#auto___banner_rotater</link>
    <description>Use this script to rotate your banner ads. Just set the images, URLs and the delay time. Very easy to implement.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://javascriptsource.com/image-effects/banner-rotater.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Introduction to PHP and Ajax</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2008/12/04#auto___introduction_to_php_and_ajax</link>
    <description>Ajax is a collection of technologies which allows a script to communicate with a server in real time. This series is an introduction to the power of Ajax. If you have mastered basic JavaScript, you can begin to use it immediately.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://www.phpbuilder.com/columns/acorbelli_20080919.php3?page=1&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Testimonial Container</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2008/12/02#auto___testimonial_container</link>
    <description>This script creates a nice little format for displaying testimonials. The container is initially displayed in a collapsed stated, and then expanded for the entire testimonial. It can also be used to highlight comments, featured products or news stories. Easy to implement. A nice addition to any site!&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://javascriptsource.com/miscellaneous/testimonial-container.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:javascript, programming, scripting--&gt;</description>
  </item>
  </channel>
</rss>