<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>MattsBits - JavaScript</title>
    <link>http://www.mattsbits.co.uk/cat-2.html</link>
    <description>This category contains all articles related to JavaScript. This is a scripting language which provides enhanced user interfaces and dynamic websites.</description>
    <language>en-gb</language>
    <generator>MattHawkins CMS v3.0</generator>
    <copyright>Copyright 2009-2012</copyright>
    <webMaster>webmaster@mattsbits.co.uk (MattsBits Webmaster)</webMaster>
    <image>
      <url>http://www.mattsbits.co.uk/ncms-images/page_furniture/mattsbits/rss_100x100.png</url>
      <title>MattsBits - JavaScript</title>
      <link>http://www.mattsbits.co.uk/cat-2.html</link>
    </image>
    <atom:link href="http://www.mattsbits.co.uk/ncms_feeds/rss2_cat_2.xml" rel="self" type="application/rss+xml" />
    <item>
     <title>Replace The Contents Of A Table Cell With JQuery</title>
     <link>http://www.mattsbits.co.uk/item-110.html</link>
     <description>
     <![CDATA[The following jQuery script allows you to search for and replace the contents of a table cell with some other content. This can be used to dynamically format your table data.]]></description>
     <category>JavaScript</category>
     <pubDate>Thu, 31 Mar 2011 12:17:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-110.html</guid>
    </item>
    <item>
     <title>Use Javascript To Create A Button Link</title>
     <link>http://www.mattsbits.co.uk/item-96.html</link>
     <description>
     <![CDATA[You can use Javascript to create a button that when pressed will provide a link to a specific URL.]]></description>
     <category>JavaScript</category>
     <pubDate>Mon, 07 Feb 2011 13:50:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-96.html</guid>
    </item>
    <item>
     <title>Show And Hide DIVs Using JQuery</title>
     <link>http://www.mattsbits.co.uk/item-84.html</link>
     <description>
     <![CDATA[The jQuery library can be used to easily show or hide DIVs within your HTML pages. The following example shows how it can be done.]]></description>
     <category>JavaScript</category>
     <pubDate>Mon, 10 Jan 2011 10:57:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-84.html</guid>
    </item>
    <item>
     <title>Javascript Function To Clear Radio Buttons</title>
     <link>http://www.mattsbits.co.uk/item-79.html</link>
     <description>
     <![CDATA[Once a radio button has been selected there is no way for the user to reset the selection and select nothing. This javascript function clears the radio buttons for a radio group.]]></description>
     <category>JavaScript</category>
     <pubDate>Fri, 05 Nov 2010 09:58:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-79.html</guid>
    </item>
    <item>
     <title>Javascript Functions To Left And Right Pad A String</title>
     <link>http://www.mattsbits.co.uk/item-70.html</link>
     <description>
     <![CDATA[The following functions allow you to Left or Right pad a string with a specified number of characters. Lpad(pStart,pTotalSize,pPad) Rpad(pStart,pTotalSize,pPad)]]></description>
     <category>JavaScript</category>
     <pubDate>Thu, 14 Oct 2010 09:31:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-70.html</guid>
    </item>
    <item>
     <title>Javascript Get Windows Username Within Internet Explorer</title>
     <link>http://www.mattsbits.co.uk/item-69.html</link>
     <description>
     <![CDATA[The following script allows you to extract the user name of the current Windows user within an HTML page using Javascript. Unfortunately it only works within Internet Explorer.]]></description>
     <category>JavaScript</category>
     <pubDate>Thu, 14 Oct 2010 09:17:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-69.html</guid>
    </item>
    <item>
     <title>Add A Text Counter To An HTML Text Area</title>
     <link>http://www.mattsbits.co.uk/item-38.html</link>
     <description>
     <![CDATA[This article will explain how to add a text counter to a standard HTML textarea element. This allows you to display remaining characters to your users as they type inside the text area.]]></description>
     <category>JavaScript</category>
     <pubDate>Fri, 09 Apr 2010 08:12:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-38.html</guid>
    </item>
    <item>
     <title>Remove Options From A Select List Using Javascript</title>
     <link>http://www.mattsbits.co.uk/item-37.html</link>
     <description>
     <![CDATA[Sometimes you need to remove options from an HTML select list using Javascript. The following function can be called to remove options from a select list given the value of the relevant option.]]></description>
     <category>JavaScript</category>
     <pubDate>Wed, 31 Mar 2010 18:12:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-37.html</guid>
    </item>
    <item>
     <title>Set The Visibility Of HTML Items By Id</title>
     <link>http://www.mattsbits.co.uk/item-18.html</link>
     <description>
     <![CDATA[The following JavaScript function allows you to set the visibility of an HTML element to be visible or invisible. It also allow you to toggle the current visibility.]]></description>
     <category>JavaScript</category>
     <pubDate>Fri, 12 Jun 2009 14:52:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-18.html</guid>
    </item>
    <item>
     <title>Set The Visibility Of HTML Items By Name</title>
     <link>http://www.mattsbits.co.uk/item-17.html</link>
     <description>
     <![CDATA[The following JavaScript function allows you to set the visibility of an HTML element to be visible or invisible. It also allow you to toggle the current visibility.]]></description>
     <category>JavaScript</category>
     <pubDate>Fri, 12 Jun 2009 14:45:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-17.html</guid>
    </item>
    <item>
     <title>Yes No Checkboxes With Automatic Uncheck</title>
     <link>http://www.mattsbits.co.uk/item-16.html</link>
     <description>
     <![CDATA[The following article explains how to create sets of Yes No checkboxes that are mutually exclusive. That is when you check the Yes box the corresponding No box is unchecked.]]></description>
     <category>JavaScript</category>
     <pubDate>Thu, 11 Jun 2009 21:19:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-16.html</guid>
    </item>
    <item>
     <title>Check, Uncheck And Toggle Checkboxes By Name</title>
     <link>http://www.mattsbits.co.uk/item-14.html</link>
     <description>
     <![CDATA[Using the name attribute the function below can be used to either select all, select none or toggle a number of checkboxes using either buttons or text links.]]></description>
     <category>JavaScript</category>
     <pubDate>Fri, 08 May 2009 14:23:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-14.html</guid>
    </item>
    <item>
     <title>Get The Width Of The Browser Window</title>
     <link>http://www.mattsbits.co.uk/item-8.html</link>
     <description>
     <![CDATA[Sometimes it is useful to obtain the dimensions of the users browser window. The following JavaScript code can be used to obtain the height and width.]]></description>
     <category>JavaScript</category>
     <pubDate>Sun, 26 Apr 2009 20:43:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-8.html</guid>
    </item>
    <item>
     <title>Show Or Hide HTML Items Using JavaScript</title>
     <link>http://www.mattsbits.co.uk/item-7.html</link>
     <description>
     <![CDATA[This Javascript function allows you to toggle the visibility of HTML items by using their ID.]]></description>
     <category>JavaScript</category>
     <pubDate>Thu, 23 Apr 2009 19:26:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-7.html</guid>
    </item>
    <item>
     <title>Javascript - Forward &amp; Back Button Functionality</title>
     <link>http://www.mattsbits.co.uk/item-3.html</link>
     <description>
     <![CDATA[Using Javascript you can replicate the forward and back button functionality of your browser in your web pages.]]></description>
     <category>JavaScript</category>
     <pubDate>Thu, 16 Apr 2009 22:23:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-3.html</guid>
    </item>
  </channel>
</rss>
