<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHPSuperBLOG &#187; Radio-button</title>
	<atom:link href="http://www.phpsuperblog.com/tag/radio-button/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpsuperblog.com</link>
	<description>Lot of IT, Lot of Fun</description>
	<lastBuildDate>Wed, 30 Nov 2011 12:34:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using JavaScript to disable HTML textfield by clicking radio button</title>
		<link>http://www.phpsuperblog.com/html/using-javascript-to-disable-html-textfield-by-clicking-radio-button/</link>
		<comments>http://www.phpsuperblog.com/html/using-javascript-to-disable-html-textfield-by-clicking-radio-button/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 04:38:10 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Radio-button]]></category>
		<category><![CDATA[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=637</guid>
		<description><![CDATA[Editor&#8217;s note: In some cases, when we select one radio button, we want disable the user to have a fill in some information related which is no related to that other radio button, and so javascript helps us to do this job. Here in the example we have a set of 2 radio button and [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/html/using-javascript-to-disable-html-textfield-by-clicking-radio-button/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Submit HTML form with radio button</title>
		<link>http://www.phpsuperblog.com/html/submit-html-form-with-radio-button/</link>
		<comments>http://www.phpsuperblog.com/html/submit-html-form-with-radio-button/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 08:58:52 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[Radio-button]]></category>
		<category><![CDATA[Submit-button]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=494</guid>
		<description><![CDATA[Editor&#8217;s note: HTML form normally submitted with a button, however in some cases when the user wants to have an action (submit some data to another page) by clicking a radio button, a little javascript would do the job, and here is an example: First we create a standard HTML form, however we do not put [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/html/submit-html-form-with-radio-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML form element &#8211; Radio button</title>
		<link>http://www.phpsuperblog.com/html/html-form-element-radio-button/</link>
		<comments>http://www.phpsuperblog.com/html/html-form-element-radio-button/#comments</comments>
		<pubDate>Sat, 03 May 2008 04:09:51 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Radio-button]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=16</guid>
		<description><![CDATA[Like a drop down menu, radio button element almost work the same but allows the users to see all the selections in a list. I use the radio button for member registration area in my past work to let them to choose things such as gender or age group etc. Here is an example: 1 [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/html/html-form-element-radio-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

