<?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</title>
	<atom:link href="http://www.phpsuperblog.com/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>WordPress &#8211; Auto create Post into the MySQL database from Excel data file</title>
		<link>http://www.phpsuperblog.com/wordpress/wordpress-auto-create-post-into-the-mysql-database-from-excel-data-file/</link>
		<comments>http://www.phpsuperblog.com/wordpress/wordpress-auto-create-post-into-the-mysql-database-from-excel-data-file/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 04:00:32 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Column]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Insert]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[While-loop]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1069</guid>
		<description><![CDATA[In the post, I would like to show you how to create post for wordpress without having to use the wordpress admin console. This will be done by creating the posts into the wordpress MySQL database To do so, the whole procedure is divided into 3 steps: Create an Excel contains all the desired posts. [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/wordpress/wordpress-auto-create-post-into-the-mysql-database-from-excel-data-file/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>ColorCop &#8211; a tool to find out the hex color code from the screen</title>
		<link>http://www.phpsuperblog.com/misc/color-cop-a-tool-to-find-out-the-hex-color-code-from-the-screen/</link>
		<comments>http://www.phpsuperblog.com/misc/color-cop-a-tool-to-find-out-the-hex-color-code-from-the-screen/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 08:14:00 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Hex color]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1034</guid>
		<description><![CDATA[In this post, I would like to introduce a very useful tool &#8211; Color Cop for finding out the hex color code of any point on the screen I use this tool to detect the hex color code of a particular spot on the screen when I work for my web project. By knowing the [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/misc/color-cop-a-tool-to-find-out-the-hex-color-code-from-the-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run different XML scenarios by typing in different URL ending with PHP</title>
		<link>http://www.phpsuperblog.com/php/run-different-xml-scenarios-by-typing-in-different-url-ending-with-php/</link>
		<comments>http://www.phpsuperblog.com/php/run-different-xml-scenarios-by-typing-in-different-url-ending-with-php/#comments</comments>
		<pubDate>Mon, 09 May 2011 13:00:38 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Scenario]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1010</guid>
		<description><![CDATA[In this post, I am going to show how to run different xml file (scenario) for the webpage by typing in different URL ending, example: www.phpsuperblog.com/index.php?scenarioA.xml, it will run the scenarioA.xml file&#8217;s scenario. For this operation we have to use * 2 PHP functions: strpos( ) which is to find the position of a character [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/run-different-xml-scenarios-by-typing-in-different-url-ending-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate random password with PHP rand function</title>
		<link>http://www.phpsuperblog.com/php/generate-random-password-with-php-rand-function/</link>
		<comments>http://www.phpsuperblog.com/php/generate-random-password-with-php-rand-function/#comments</comments>
		<pubDate>Sat, 07 May 2011 16:19:22 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[For-loop]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Random-number]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1007</guid>
		<description><![CDATA[In system designing, there are many cases which requires user to login in order to access some restricted areas. And so, we might need to generate an initial password for the user. Here I am going to show you how to generate random passwords with integers In order to generate a random password we have [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/generate-random-password-with-php-rand-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create PDF from any document with Bullzip PDF Printer</title>
		<link>http://www.phpsuperblog.com/misc/create-pdf-from-any-document-with-bullzip-pdf-printer/</link>
		<comments>http://www.phpsuperblog.com/misc/create-pdf-from-any-document-with-bullzip-pdf-printer/#comments</comments>
		<pubDate>Tue, 03 May 2011 12:07:35 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Printer]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=992</guid>
		<description><![CDATA[In this post, I am going to show a really good freeware Bullzip PDF Printer which can practically create PDF from any document. The Bullzip PDF Printer is from Bullzip.com. As its name says, it works like a virtual printer which means that any document can be created into a PDF by printing it out [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/misc/create-pdf-from-any-document-with-bullzip-pdf-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

