<?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: AJAX Password Strength</title>
	<atom:link href="http://www.hakc.net/2007/04/06/ajax-password-strength/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hakc.net/2007/04/06/ajax-password-strength/</link>
	<description></description>
	<lastBuildDate>Thu, 02 Sep 2010 10:48:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Lalit</title>
		<link>http://www.hakc.net/2007/04/06/ajax-password-strength/comment-page-1/#comment-23437</link>
		<dc:creator>Lalit</dc:creator>
		<pubDate>Thu, 05 Aug 2010 08:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.hakc.net/2007/04/06/ajax-password-strength/#comment-23437</guid>
		<description>THIS SCRIPT IS NOT RETURNING THE EXPECTED RESULTS</description>
		<content:encoded><![CDATA[<p>THIS SCRIPT IS NOT RETURNING THE EXPECTED RESULTS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.hakc.net/2007/04/06/ajax-password-strength/comment-page-1/#comment-23388</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 18 Nov 2009 06:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.hakc.net/2007/04/06/ajax-password-strength/#comment-23388</guid>
		<description>Deusdies your code is not correct, what you have there is basically doing this:
if (obj.childNodes[i].type == “text” &#124;&#124; true)

so the if statement will always be true

you need to include the variable

if (obj.childNodes[i].type == “text” &#124;&#124; obj.childNodes[i].type == &quot;password&quot;)</description>
		<content:encoded><![CDATA[<p>Deusdies your code is not correct, what you have there is basically doing this:<br />
if (obj.childNodes[i].type == “text” || true)</p>
<p>so the if statement will always be true</p>
<p>you need to include the variable</p>
<p>if (obj.childNodes[i].type == “text” || obj.childNodes[i].type == &#8220;password&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XanelaWeb &#8211; Diseño y Web &#187; Contraseñas seguras con JavaScript</title>
		<link>http://www.hakc.net/2007/04/06/ajax-password-strength/comment-page-1/#comment-22878</link>
		<dc:creator>XanelaWeb &#8211; Diseño y Web &#187; Contraseñas seguras con JavaScript</dc:creator>
		<pubDate>Tue, 04 Aug 2009 07:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.hakc.net/2007/04/06/ajax-password-strength/#comment-22878</guid>
		<description>[...] AJAX Password Strength [...]</description>
		<content:encoded><![CDATA[<p>[...] AJAX Password Strength [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.hakc.net/2007/04/06/ajax-password-strength/comment-page-1/#comment-17045</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 03 Dec 2008 09:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.hakc.net/2007/04/06/ajax-password-strength/#comment-17045</guid>
		<description>Thanks!Deusdies 
that&#039;s what i want!</description>
		<content:encoded><![CDATA[<p>Thanks!Deusdies<br />
that&#8217;s what i want!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deusdies</title>
		<link>http://www.hakc.net/2007/04/06/ajax-password-strength/comment-page-1/#comment-15940</link>
		<dc:creator>Deusdies</dc:creator>
		<pubDate>Tue, 14 Oct 2008 16:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.hakc.net/2007/04/06/ajax-password-strength/#comment-15940</guid>
		<description>Hi,

The only problem is that this script will work only if the password field is type=&quot;text&quot;. As many users make their password field type=&quot;password&quot;, I did a small modification to your script :-)

Under:

function get(obj)

Find:

if (obj.childNodes[i].type == &quot;text&quot;)

Replace with:

if (obj.childNodes[i].type == &quot;text&quot; &#124;&#124; &quot;password&quot;)


I hope you don&#039;t mind.

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The only problem is that this script will work only if the password field is type=&#8221;text&#8221;. As many users make their password field type=&#8221;password&#8221;, I did a small modification to your script <img src='http://www.hakc.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Under:</p>
<p>function get(obj)</p>
<p>Find:</p>
<p>if (obj.childNodes[i].type == &#8220;text&#8221;)</p>
<p>Replace with:</p>
<p>if (obj.childNodes[i].type == &#8220;text&#8221; || &#8220;password&#8221;)</p>
<p>I hope you don&#8217;t mind.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZbiÃ³r skryptÃ³w AJAX/Javascript/Dhtml. (50+) &#124; Darmowe skrypty, programowanie, informacje domeny</title>
		<link>http://www.hakc.net/2007/04/06/ajax-password-strength/comment-page-1/#comment-13657</link>
		<dc:creator>ZbiÃ³r skryptÃ³w AJAX/Javascript/Dhtml. (50+) &#124; Darmowe skrypty, programowanie, informacje domeny</dc:creator>
		<pubDate>Sun, 17 Aug 2008 07:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.hakc.net/2007/04/06/ajax-password-strength/#comment-13657</guid>
		<description>[...] AJAX Password Strength [...]</description>
		<content:encoded><![CDATA[<p>[...] AJAX Password Strength [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaswanth</title>
		<link>http://www.hakc.net/2007/04/06/ajax-password-strength/comment-page-1/#comment-11705</link>
		<dc:creator>jaswanth</dc:creator>
		<pubDate>Fri, 04 Jul 2008 19:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.hakc.net/2007/04/06/ajax-password-strength/#comment-11705</guid>
		<description>hiâ€¦ send me some Ajax examples with codeâ€¦.
thanks in advance.
bye
my mailId: 
</description>
		<content:encoded><![CDATA[<p>hiâ€¦ send me some Ajax examples with codeâ€¦.<br />
thanks in advance.<br />
bye<br />
my mailId:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awdaw</title>
		<link>http://www.hakc.net/2007/04/06/ajax-password-strength/comment-page-1/#comment-11528</link>
		<dc:creator>awdaw</dc:creator>
		<pubDate>Mon, 30 Jun 2008 20:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.hakc.net/2007/04/06/ajax-password-strength/#comment-11528</guid>
		<description>any pass with # as first character is &#039;pretty weak&#039;</description>
		<content:encoded><![CDATA[<p>any pass with # as first character is &#8216;pretty weak&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gfsagh</title>
		<link>http://www.hakc.net/2007/04/06/ajax-password-strength/comment-page-1/#comment-10780</link>
		<dc:creator>gfsagh</dc:creator>
		<pubDate>Sat, 14 Jun 2008 21:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.hakc.net/2007/04/06/ajax-password-strength/#comment-10780</guid>
		<description>This script is pointless, just check the password in JavaScript and then you won&#039;t be bombarded by AJAX requests every time a user presses a key.</description>
		<content:encoded><![CDATA[<p>This script is pointless, just check the password in JavaScript and then you won&#8217;t be bombarded by AJAX requests every time a user presses a key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zahid Ghafoor</title>
		<link>http://www.hakc.net/2007/04/06/ajax-password-strength/comment-page-1/#comment-10533</link>
		<dc:creator>Zahid Ghafoor</dc:creator>
		<pubDate>Tue, 10 Jun 2008 08:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.hakc.net/2007/04/06/ajax-password-strength/#comment-10533</guid>
		<description>Well Done!</description>
		<content:encoded><![CDATA[<p>Well Done!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
