<?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/tag/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>Variable variables &#8211; Get parameters of HTML elements which generated with a PHP for loop</title>
		<link>http://www.phpsuperblog.com/php/variable-variables-get-parameters-of-html-elements-which-generated-with-a-php-for-loop/</link>
		<comments>http://www.phpsuperblog.com/php/variable-variables-get-parameters-of-html-elements-which-generated-with-a-php-for-loop/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 12:31:39 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Drop-down-menu]]></category>
		<category><![CDATA[For-loop]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[Text-field]]></category>
		<category><![CDATA[Variable variables]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1090</guid>
		<description><![CDATA[This post is the continuation of the post “Create a HTML form with PHP for loop and table”. It mainly focus on how to catch the HTML elements&#8217; data generated from a PHP of a HTML form, it also talks about PHP Variable variables. In the previous post “Create a HTML form with PHP for [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/variable-variables-get-parameters-of-html-elements-which-generated-with-a-php-for-loop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Javascipt to disable multiple HTML Text fields with a HTML checkbox</title>
		<link>http://www.phpsuperblog.com/javascript/using-javascipt-to-disable-multiple-html-text-fields-with-a-html-checkbox/</link>
		<comments>http://www.phpsuperblog.com/javascript/using-javascipt-to-disable-multiple-html-text-fields-with-a-html-checkbox/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 16:32:07 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Check-box]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1081</guid>
		<description><![CDATA[In this post, I am going to show by checking a checkbox to disable multiple HTML text field elements The aim is by checking the checkbox, the 2 textfields will be disabled: First we created 1 checkbox and 2 text fields: 1 2 3 &#60;input type=&#34;checkbox&#34; id=&#34;checkboxA&#34;&#62; click to disable&#60;br&#62; &#60;input type=&#34;text&#34; id=&#34;textbox_A&#34;&#62; &#60;input type=&#34;text&#34; [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/javascript/using-javascipt-to-disable-multiple-html-text-fields-with-a-html-checkbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>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>Fedora 12 Setup Apache Web Server</title>
		<link>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-apache-web-server/</link>
		<comments>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-apache-web-server/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 13:13:00 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[Fedora 12]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=406</guid>
		<description><![CDATA[In this post,I will show you how to Fedora 12 Setup Apache Web Server. Install Apache Open the &#8220;Terminal Windows&#8221; : Applications -&#62; System Tools -&#62; Terminal Login as root: su press &#8220;Enter&#8221; and input the password. Type in # yum install httpd to install Apache. Configuration of Apache Edit the httpd.conf file with gedit, in [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-apache-web-server/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>Refresh page with PHP function header()</title>
		<link>http://www.phpsuperblog.com/php/refresh-page-with-php-function-header/</link>
		<comments>http://www.phpsuperblog.com/php/refresh-page-with-php-function-header/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 15:06:20 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[Refresh]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=69</guid>
		<description><![CDATA[Editor&#8217;s note: In my past post Redirect page using PHP function header(), I talked about how to redirect page with header() function. To refresh a page, by using the same function and redirect to the page to itself, then it has the refresh effect. In order to do so, we have to add another attribute [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/refresh-page-with-php-function-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

