<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: JavaScript Password Validation</title>
	<atom:link href="http://blog.stevenlevithan.com/archives/javascript-password-validator/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.stevenlevithan.com/archives/javascript-password-validator</link>
	<description>A JavaScript and regular expression centric blog</description>
	<lastBuildDate>Wed, 08 Sep 2010 23:20:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shirtgalaxie.de</title>
		<link>http://blog.stevenlevithan.com/archives/javascript-password-validator/comment-page-1#comment-57878</link>
		<dc:creator>Shirtgalaxie.de</dc:creator>
		<pubDate>Fri, 13 Aug 2010 05:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/archives/javascript-password-validator#comment-57878</guid>
		<description>Thank you for this script. It works really fine. But one question: How would the sequential identical check be modified to allow only a maximum number of characters?</description>
		<content:encoded><![CDATA[<p>Thank you for this script. It works really fine. But one question: How would the sequential identical check be modified to allow only a maximum number of characters?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil Kumar</title>
		<link>http://blog.stevenlevithan.com/archives/javascript-password-validator/comment-page-1#comment-54841</link>
		<dc:creator>Anil Kumar</dc:creator>
		<pubDate>Mon, 28 Jun 2010 10:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/archives/javascript-password-validator#comment-54841</guid>
		<description>Nice article...</description>
		<content:encoded><![CDATA[<p>Nice article&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashoka</title>
		<link>http://blog.stevenlevithan.com/archives/javascript-password-validator/comment-page-1#comment-53005</link>
		<dc:creator>Ashoka</dc:creator>
		<pubDate>Fri, 21 May 2010 14:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/archives/javascript-password-validator#comment-53005</guid>
		<description>The password code validate is very good. I have to implement the no sequential and repeated letters or numbers in the password. I tried with the following code (/([\S\s]){3}/.test(pw)) and didn&#039;t satisfy the above condition.</description>
		<content:encoded><![CDATA[<p>The password code validate is very good. I have to implement the no sequential and repeated letters or numbers in the password. I tried with the following code (/([\S\s]){3}/.test(pw)) and didn&#8217;t satisfy the above condition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: URKESH SHAH</title>
		<link>http://blog.stevenlevithan.com/archives/javascript-password-validator/comment-page-1#comment-52460</link>
		<dc:creator>URKESH SHAH</dc:creator>
		<pubDate>Tue, 11 May 2010 09:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/archives/javascript-password-validator#comment-52460</guid>
		<description>The code provided for password verification is good but i need a code bit simpler and precise and plz provide me with demo also,as i m fresher to javascript.</description>
		<content:encoded><![CDATA[<p>The code provided for password verification is good but i need a code bit simpler and precise and plz provide me with demo also,as i m fresher to javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashwini</title>
		<link>http://blog.stevenlevithan.com/archives/javascript-password-validator/comment-page-1#comment-49977</link>
		<dc:creator>Ashwini</dc:creator>
		<pubDate>Sat, 03 Apr 2010 14:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/archives/javascript-password-validator#comment-49977</guid>
		<description>hey but i want to check for white spaces also..
password should not accept spaces rite..??</description>
		<content:encoded><![CDATA[<p>hey but i want to check for white spaces also..<br />
password should not accept spaces rite..??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
