<?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>Firebolt Design &#187; comparison</title>
	<atom:link href="http://fireboltdesign.com/tag/comparison/feed/" rel="self" type="application/rss+xml" />
	<link>http://fireboltdesign.com</link>
	<description></description>
	<lastBuildDate>Sun, 11 Jul 2010 15:11:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Input Validation</title>
		<link>http://fireboltdesign.com/2010/01/input-validation/</link>
		<comments>http://fireboltdesign.com/2010/01/input-validation/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 04:09:52 +0000</pubDate>
		<dc:creator>Ryan Lang</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[field]]></category>

		<guid isPermaLink="false">http://fireboltdesign.com/?p=6</guid>
		<description><![CDATA[Testing this highlighter

/********************** Input Validation ***********************/
function pwdChk(pass)
{

var p1=document.getElementById(&#34;primary-password&#34;).value;
var p2=document.getElementById(&#34;primary-password2&#34;).value;
if (p1 !== p2)
{

document.getElementById(&#34;pwdChk&#34;).setAttribute('style', 'display:block;');
document.getElementById(&#34;pwdChk&#34;).style.display=&#34;block&#34;;
document.getElementById(&#34;primary-password2&#34;).value='';

}else{

document.getElementById(&#34;pwdChk&#34;).setAttribute('style', 'display:none;');
document.getElementById(&#34;pwdChk&#34;).style.display=&#34;none&#34;;
}

}


]]></description>
			<content:encoded><![CDATA[<p>Testing this highlighter</p>
<pre class="brush: jscript;">
/********************** Input Validation ***********************/
function pwdChk(pass)
{

var p1=document.getElementById(&quot;primary-password&quot;).value;
var p2=document.getElementById(&quot;primary-password2&quot;).value;
if (p1 !== p2)
{

document.getElementById(&quot;pwdChk&quot;).setAttribute('style', 'display:block;');
document.getElementById(&quot;pwdChk&quot;).style.display=&quot;block&quot;;
document.getElementById(&quot;primary-password2&quot;).value='';

}else{

document.getElementById(&quot;pwdChk&quot;).setAttribute('style', 'display:none;');
document.getElementById(&quot;pwdChk&quot;).style.display=&quot;none&quot;;
}

}
</pre>
<p><a href="http://fireboltdesign.com/wp-content/uploads/2010/01/p_2048_1536_07A68A65-1987-4DE9-B02E-6A970606DDD2.jpeg"><img src="http://fireboltdesign.com/wp-content/uploads/2010/01/p_2048_1536_07A68A65-1987-4DE9-B02E-6A970606DDD2.jpeg" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://fireboltdesign.com/2010/01/input-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
