<?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>Breathing Spring &#187; Ajax</title>
	<atom:link href="http://breathing-spring.com/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://breathing-spring.com</link>
	<description></description>
	<lastBuildDate>Tue, 29 Jun 2010 07:48:25 +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>Password Checker Jquery</title>
		<link>http://breathing-spring.com/password-checker-jquery/</link>
		<comments>http://breathing-spring.com/password-checker-jquery/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 08:49:47 +0000</pubDate>
		<dc:creator>Lamis</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://breathing-spring.com/?p=22</guid>
		<description><![CDATA[this article is taken from  :
http://simplythebest.net/scripts/ajax/ajax_password_strength.html
AUTHOR: Digital Spaghetti
TYPE:   Open Source MIT License
BROWSERS: JavaScript enabled IE 6.0+, FF 1.5+,  Safari 2.0+, Opera 9.0+
To install the script on your Web page follow these instructions:
1) Download this ZIP file with jQuery 1.2.1 and jquery.pstrength-min.1.2.js. Unpack the files and upload  both to your server.
 ]]></description>
			<content:encoded><![CDATA[<p>this article is taken from  :</p>
<p>http://simplythebest.net/scripts/ajax/ajax_password_strength.html</p>
<address><strong>AUTHOR:</strong> <span style="color: #888888;">Digital S<span>paghetti</span></span></address>
<address><span style="color: #999999;"><strong>TYPE:</strong> </span><span style="color: #999999;"> <a class="authorlink" href="http://www.opensource.org/licenses/mit-license.php"> <span>Open Source MIT License</span></a></span></address>
<address><span style="color: #999999;"><strong>BROWSERS:</strong> </span><span style="color: #999999;">JavaScript enabled IE 6.0+, FF 1.5+,  Safari 2.0+, Opera 9.0+</span></address>
<p align="left"><span style="color: #999999;"><strong>To install the script on your Web page follow these instructions:</strong></span></p>
<p align="left"><span style="color: #999999;"><strong>1) <a href="http://breathing-spring.com/wp-content/uploads/2008/07/jsquery_pstrength.zip">Download this ZIP file</a></strong> with jQuery 1.2.1 and jquery.pstrength-min.1.2.js. Unpack the files and upload  both to your server.</span></p>
<p align="left"><span style="color: #999999;"><strong> 2<span>)</span></strong></span><span style="color: #999999;"> Insert this anywhere before the password field on the page:</span></p>
<p align="left"><span style="color: #999999;">&lt;script type=&#8221;text/javascript&#8221;  src=&#8221;js/jquery.js&#8221;&gt;&lt;/script&gt; </span><span style="color: #999999;">// adjust the  path as is required</span><span style="color: #999999;"><br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;js/jquery.pstrength-min.1.2.js&#8221;&gt;<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
$(function() {<br />
$(&#8216;.password&#8217;).pstrength();<br />
});<br />
&lt;/script&gt;</span></p>
<p align="left"><span style="color: #999999;"><strong>3)</strong> Insert </span><span style="color: #999999;">class=&#8221;password&#8221; </span><span style="color: #999999;"> into your input box tag to identify a password box:</span></p>
<p align="left"><span style="color: #999999;">&lt;INPUT </span><span style="color: #999999;"> class=&#8221;password&#8221;</span><span style="color: #999999;"> type=password name=&#8221;Password&#8221;&gt;</span></p>
<p align="left"><span style="color: #999999;"><strong>4) </strong>Insert these tags into your CSS and modify as is  needed:</span></p>
<p align="left"><span style="color: #999999;">.password {<br />
font-size : 12px;<br />
border : 1px solid #cc9933;<br />
width : 200px;<br />
font-family : arial, sans-serif;<br />
}<br />
.pstrength-minchar {<br />
font-size : 10px;<br />
}</span></p>
<p align="left"><span style="color: #999999;">You can adjust a few more settings inside the  jquery.pstrength-min.1.2.js script, such as messages, length/height of the bar,  and so forth.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://breathing-spring.com/password-checker-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
