<?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; HTML</title>
	<atom:link href="http://www.phpsuperblog.com/category/html/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>Use the same JavaScript function for different HTML forms</title>
		<link>http://www.phpsuperblog.com/html/use-the-same-javascript-function-for-different-html-forms/</link>
		<comments>http://www.phpsuperblog.com/html/use-the-same-javascript-function-for-different-html-forms/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 02:12:53 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Alert]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1052</guid>
		<description><![CDATA[In this post, I am going to show how to use the same JavaScript function for different HTML forms, this could help in situations when multiple forms need to preform the same operation but with different inputs. The aim of this exercise is to use one single JavaScript function to alert out the value of [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/html/use-the-same-javascript-function-for-different-html-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>PHP &#8211; get the check box values of HTML form</title>
		<link>http://www.phpsuperblog.com/php/php-get-the-of-check-box-values-of-html-form/</link>
		<comments>http://www.phpsuperblog.com/php/php-get-the-of-check-box-values-of-html-form/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 07:21:23 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Check-box]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=439</guid>
		<description><![CDATA[Editor&#8217;s note: In some cases when you try to create a HTML form for user to input data, you might like to include a set of check boxes for them to input multiple choices, however in order to get the data from a set of check boxes with PHP, I think the easier way is [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/php-get-the-of-check-box-values-of-html-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect Page with HTML meta tag</title>
		<link>http://www.phpsuperblog.com/html/redirect-page-with-html-meta-tag/</link>
		<comments>http://www.phpsuperblog.com/html/redirect-page-with-html-meta-tag/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 16:17:18 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[Redirect]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=375</guid>
		<description><![CDATA[We could redirect webpage by using HTML meta tag. The syntax of the meta is: &#160; Attributes of the Meta: http-equiv=&#8221;refresh&#8221; : This is to tell the refresh the page. content=&#8221;0; url=http://www.phpsuperblog.com&#8221; : 2 things within the content attribute: 0 : this mean the page will refresh 0 second after loading, change to other second [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/html/redirect-page-with-html-meta-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML form &#8211; submit to a new window</title>
		<link>http://www.phpsuperblog.com/html/html-form-submit-to-a-new-window/</link>
		<comments>http://www.phpsuperblog.com/html/html-form-submit-to-a-new-window/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 07:36:09 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[Submit-button]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=63</guid>
		<description><![CDATA[We use HTML form a lot for the user to input data and process those data from a PHP file, but with the standard code of a HTML form: 1 2 3 4 &#60;form method=&#34;post&#34; name=&#34;aform&#34; action=&#34;afile.php&#34;&#62; &#60;input type=&#34;text&#34; name=&#34;atext&#34; /&#62; &#60;input type=&#34;submit&#34; value=&#34;submit&#34;/&#62; &#60;/form&#62; It will direct us to the php file in the [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/html/html-form-submit-to-a-new-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML form &#8211; Password Text Field</title>
		<link>http://www.phpsuperblog.com/html/html-form-password-text-field/</link>
		<comments>http://www.phpsuperblog.com/html/html-form-password-text-field/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 04:22:56 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Password]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=59</guid>
		<description><![CDATA[In some cases such as login system, the HTML form should contains a text field for the user to type in the password. But when the user types in the password, other might see the password from behind the user. To avoid from this happening, a password text field is needed. A password text field [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/html/html-form-password-text-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML form element &#8211; Check box</title>
		<link>http://www.phpsuperblog.com/html/html-form-element-check-box/</link>
		<comments>http://www.phpsuperblog.com/html/html-form-element-check-box/#comments</comments>
		<pubDate>Fri, 30 May 2008 02:56:47 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Check-box]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=50</guid>
		<description><![CDATA[In HTML form, sometimes you might like to let your user to select only options from only certain elements. This is to avoid them from typing in a value which is not what you want them to input. In this case HTML form element &#8211; radio buttons could do the job, but what if in [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/html/html-form-element-check-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

