<?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: Show Password Fields</title>
	<atom:link href="http://techrageo.us/2007/11/21/show-password-fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://techrageo.us/2007/11/21/show-password-fields/</link>
	<description>insight on technology</description>
	<lastBuildDate>Sat, 04 Sep 2010 20:50:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: LOLA</title>
		<link>http://techrageo.us/2007/11/21/show-password-fields/comment-page-1/#comment-59572</link>
		<dc:creator>LOLA</dc:creator>
		<pubDate>Wed, 11 Aug 2010 23:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2007/11/21/show-password-fields/#comment-59572</guid>
		<description>Their smiley face dudes are okay but i wanna see cooler dudes! :p Please find some new ones!

MOOD: anxious!!!!!</description>
		<content:encoded><![CDATA[<p>Their smiley face dudes are okay but i wanna see cooler dudes! :p Please find some new ones!</p>
<p>MOOD: anxious!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Kelly</title>
		<link>http://techrageo.us/2007/11/21/show-password-fields/comment-page-1/#comment-26967</link>
		<dc:creator>Allan Kelly</dc:creator>
		<pubDate>Mon, 12 Oct 2009 20:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2007/11/21/show-password-fields/#comment-26967</guid>
		<description>Thanks, but your code doesn&#039;t work. Your 1st loop should be on ;j&lt;F.length; - not on ;j&lt;f.length; as you have published (twice) above.

With that fixed it works.

Cheers, al.</description>
		<content:encoded><![CDATA[<p>Thanks, but your code doesn&#8217;t work. Your 1st loop should be on ;j&lt;F.length; &#8211; not on ;j&lt;f.length; as you have published (twice) above.</p>
<p>With that fixed it works.</p>
<p>Cheers, al.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yashu</title>
		<link>http://techrageo.us/2007/11/21/show-password-fields/comment-page-1/#comment-1014</link>
		<dc:creator>yashu</dc:creator>
		<pubDate>Sun, 26 Oct 2008 05:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2007/11/21/show-password-fields/#comment-1014</guid>
		<description>actuallu i forgot the password written in my yahoomessenger.
any tips to view that password</description>
		<content:encoded><![CDATA[<p>actuallu i forgot the password written in my yahoomessenger.<br />
any tips to view that password</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://techrageo.us/2007/11/21/show-password-fields/comment-page-1/#comment-998</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Tue, 25 Mar 2008 22:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2007/11/21/show-password-fields/#comment-998</guid>
		<description>@Duke - yes, that works too.</description>
		<content:encoded><![CDATA[<p>@Duke &#8211; yes, that works too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duke</title>
		<link>http://techrageo.us/2007/11/21/show-password-fields/comment-page-1/#comment-995</link>
		<dc:creator>Duke</dc:creator>
		<pubDate>Mon, 24 Mar 2008 21:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2007/11/21/show-password-fields/#comment-995</guid>
		<description>try this code below. In this code it doesn&#039;t popup the password but reveals the password there and there itself.

javascript:var els = document.getElementsByTagName(&#039;input&#039;); for(var x=0; x&lt;els.length; x++){ if(els[x].type.toLowerCase() == &#039;password&#039; ){ var test = els[x].type = &#039;text&#039;;}}</description>
		<content:encoded><![CDATA[<p>try this code below. In this code it doesn&#8217;t popup the password but reveals the password there and there itself.</p>
<p>javascript:var els = document.getElementsByTagName(&#8216;input&#8217;); for(var x=0; x&lt;els.length; x++){ if(els[x].type.toLowerCase() == &#8216;password&#8217; ){ var test = els[x].type = &#8216;text&#8217;;}}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beth Arrington</title>
		<link>http://techrageo.us/2007/11/21/show-password-fields/comment-page-1/#comment-996</link>
		<dc:creator>Beth Arrington</dc:creator>
		<pubDate>Thu, 29 Nov 2007 14:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2007/11/21/show-password-fields/#comment-996</guid>
		<description>nice i love firefox!!!!</description>
		<content:encoded><![CDATA[<p>nice i love firefox!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aksn1p3r</title>
		<link>http://techrageo.us/2007/11/21/show-password-fields/comment-page-1/#comment-994</link>
		<dc:creator>aksn1p3r</dc:creator>
		<pubDate>Wed, 21 Nov 2007 17:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2007/11/21/show-password-fields/#comment-994</guid>
		<description>Nice modifications and workarounds!</description>
		<content:encoded><![CDATA[<p>Nice modifications and workarounds!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
