<?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>TechMynd &#187; Forms</title>
	<atom:link href="http://www.techmynd.com/tag/forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techmynd.com</link>
	<description>Computer, internet, software, reviews, tips, games, technology, downloads</description>
	<lastBuildDate>Sat, 11 Feb 2012 19:42:26 +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>Form Validation &#8211; Input Fields Text Changes at OnClick OnBlur OnFocus</title>
		<link>http://www.techmynd.com/form-validation-input-fields-text-changes-at-onclick-onblur-onfocus/</link>
		<comments>http://www.techmynd.com/form-validation-input-fields-text-changes-at-onclick-onblur-onfocus/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 10:30:48 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[HTML, XHTML, XML, Forms, W3C]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.techmynd.com/?p=269</guid>
		<description><![CDATA[We will be needing a js file and a page containing form input field to do this task. What we are planning to do is, The input field contains default value. Onclick default value disappears and allows the user to insert text. If the user types anything it remains there but if he does not [...]<p><a href="http://www.techmynd.com/form-validation-input-fields-text-changes-at-onclick-onblur-onfocus/">Form Validation &#8211; Input Fields Text Changes at OnClick OnBlur OnFocus</a> is a post from: <a href="http://www.techmynd.com">TechMynd</a>.</p>
]]></description>
		<wfw:commentRss>http://www.techmynd.com/form-validation-input-fields-text-changes-at-onclick-onblur-onfocus/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fieldset Around Data</title>
		<link>http://www.techmynd.com/fieldset-around-data/</link>
		<comments>http://www.techmynd.com/fieldset-around-data/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 21:34:46 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[HTML, XHTML, XML, Forms, W3C]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.techmynd.com/?p=42</guid>
		<description><![CDATA[Here is a little tutorial about how to draw a border with caption around the data or form. Example Look: &#60;fieldset&#62; &#60;legend&#62; Health information: &#60;/legend&#62; &#60;form action=&#34;&#34;&#62; Height &#60;input type=&#34;text&#34; size=&#34;3&#34;&#62; Weight &#60;input type=&#34;text&#34; size=&#34;3&#34;&#62; &#60;/form&#62; &#60;/fieldset&#62; If there is no border around the input form, your browser is too old. Fieldset Around Data is [...]<p><a href="http://www.techmynd.com/fieldset-around-data/">Fieldset Around Data</a> is a post from: <a href="http://www.techmynd.com">TechMynd</a>.</p>
]]></description>
		<wfw:commentRss>http://www.techmynd.com/fieldset-around-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Focus Form Field on Page Load</title>
		<link>http://www.techmynd.com/focus-form-field-on-page-load/</link>
		<comments>http://www.techmynd.com/focus-form-field-on-page-load/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 21:06:16 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[HTML, XHTML, XML, Forms, W3C]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Forms]]></category>

		<guid isPermaLink="false">http://www.techmynd.com/?p=36</guid>
		<description><![CDATA[Some times you want that when the contact form be loaded, its focus should be in the first form field where user will start typing. For that you need to know that form name, the field name to focus and you need to call onload in the body tag of the web page. Let&#8217;s try [...]<p><a href="http://www.techmynd.com/focus-form-field-on-page-load/">Focus Form Field on Page Load</a> is a post from: <a href="http://www.techmynd.com">TechMynd</a>.</p>
]]></description>
		<wfw:commentRss>http://www.techmynd.com/focus-form-field-on-page-load/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Onclick Change Input Text Field Background Color in HTML</title>
		<link>http://www.techmynd.com/onclick-change-input-text-background-color/</link>
		<comments>http://www.techmynd.com/onclick-change-input-text-background-color/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 21:02:46 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[HTML, XHTML, XML, Forms, W3C]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Forms]]></category>

		<guid isPermaLink="false">http://www.techmynd.com/?p=35</guid>
		<description><![CDATA[While clicking in input text field of a form in HTML you can change its background color as in the the following example: Place this code in head of your page &#60;script&#62; var highlightcolor=&#34;#BFB9AE&#34; var ns6=document.getElementById&#38;&#38;!document.all var previous='' var eventobj var intended=/INPUT&#124;TEXTAREA&#124;SELECT&#124;OPTION/ function checkel&#40;which&#41;&#123; if &#40;which.style&#38;&#38;intended.test&#40;which.tagName&#41;&#41;&#123; if &#40;ns6&#38;&#38;eventobj.nodeType==3&#41; eventobj=eventobj.parentNode.parentNode return true &#125; else return false [...]<p><a href="http://www.techmynd.com/onclick-change-input-text-background-color/">Onclick Change Input Text Field Background Color in HTML</a> is a post from: <a href="http://www.techmynd.com">TechMynd</a>.</p>
]]></description>
		<wfw:commentRss>http://www.techmynd.com/onclick-change-input-text-background-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 1/18 queries in 0.250 seconds using disk: basic
Object Caching 750/778 objects using disk: basic

Served from: www.techmynd.com @ 2012-02-12 00:44:03 -->
