<?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>cybernoid&#039;s miscellany &#187; tip</title>
	<atom:link href="http://blag.cybernoid.gr/tag/tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://blag.cybernoid.gr</link>
	<description>Rantings and other serendipitous, insignificant stories.</description>
	<lastBuildDate>Wed, 15 Sep 2010 11:45:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Persistent form Autocomplete in Firefox 3.*</title>
		<link>http://blag.cybernoid.gr/2010-02-19/persistent-form-autocomplete-in-firefox-3/</link>
		<comments>http://blag.cybernoid.gr/2010-02-19/persistent-form-autocomplete-in-firefox-3/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 05:50:03 +0000</pubDate>
		<dc:creator>cybernoid</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[3.5]]></category>
		<category><![CDATA[always]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://blag.cybernoid.gr/?p=163</guid>
		<description><![CDATA[Has it ever happened to you that Firefox doesn&#8217;t always save the username/password combinations on selective websites? Given that you&#8217;re not using a public computer and you trust your surroundings, pets and relatives, here&#8217;s a solution. No need to close Firefox, it&#8217;ll take the changes the next time you run it. 1) In the Directory_Where_you_installed_Firefox/components, [...]]]></description>
			<content:encoded><![CDATA[



<p>Has it ever happened to you that Firefox doesn&#8217;t always save the username/password combinations on selective websites?</p>
<p>Given that you&#8217;re not using a public computer and you trust your surroundings, pets and relatives, here&#8217;s a solution. No need to close Firefox, it&#8217;ll take the changes the next time you run it.</p>
<p>1) In the <strong>Directory_Where_you_installed_Firefox/components</strong>, find and open <strong>nsLoginManager.js</strong> in a text editor.</p>
<p>2) Search for &#8220;<strong>_isAutoCompleteDisabled</strong>&#8221; &#8212; without the quotes. You will find a block similar to the following code:</p>
<blockquote><p>_isAutocompleteDisabled :  function (element) {<br />
if (element &amp;&amp; element.hasAttribute(&#8220;autocomplete&#8221;) &amp;&amp;<br />
element.getAttribute(&#8220;autocomplete&#8221;).toLowerCase() == &#8220;off&#8221;)<br />
return true;</p>
<p>return false;<br />
},</p></blockquote>
<p>You must add two forward slashes to comment out the second, third and fourth line, such as this:</p>
<blockquote><p>_isAutocompleteDisabled :  function (element) {<br />
// if (element &amp;&amp; element.hasAttribute(&#8220;autocomplete&#8221;)  &amp;&amp;<br />
// element.getAttribute(&#8220;autocomplete&#8221;).toLowerCase() == &#8220;off&#8221;)<br />
// return true;</p>
<p>return false;<br />
},</p></blockquote>
<p>Save the file, close your editor, restart your Firefox and you&#8217;re done!</p>




]]></content:encoded>
			<wfw:commentRss>http://blag.cybernoid.gr/2010-02-19/persistent-form-autocomplete-in-firefox-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
	<div style="display: none;" id="wikipopFrame"><iframe id="theFrame" style="border: none;" name="theFrame" width="340" height="400" src=""></iframe></div>

</channel>
</rss>

