<?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: lget 0.3</title>
	<atom:link href="http://www.loconet.ca/2006/09/28/lget-03/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.loconet.ca/2006/09/28/lget-03/</link>
	<description>Constantly learning</description>
	<lastBuildDate>Sat, 10 Jul 2010 14:14:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: peter</title>
		<link>http://www.loconet.ca/2006/09/28/lget-03/comment-page-1/#comment-86</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Tue, 03 Apr 2007 16:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.loconet.ca/?p=60#comment-86</guid>
		<description>If i can ask a feature, is it possible to make after clicking OK the window with address to disappear (but to be possible from Options to turn it on/off)</description>
		<content:encoded><![CDATA[<p>If i can ask a feature, is it possible to make after clicking OK the window with address to disappear (but to be possible from Options to turn it on/off)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loconet</title>
		<link>http://www.loconet.ca/2006/09/28/lget-03/comment-page-1/#comment-85</link>
		<dc:creator>loconet</dc:creator>
		<pubDate>Fri, 26 Jan 2007 17:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.loconet.ca/?p=60#comment-85</guid>
		<description>Daniel,

Re: dialog
What you are experiencing is not a bug. It is expected design behavior due to how lget taps into the  firefox download functionality. I have to agree with you 100% that it is annoying and it should dismiss the window but I won&#039;t be able to address that for the next little while.

If anyone out there has looked at the code and has a solution let me know and I&#039;ll try to take some time to add it to the next version.

Re: security code
I know what you mean, and I mess security codes all the time. I usually manage to go through my careful typing.</description>
		<content:encoded><![CDATA[<p>Daniel,</p>
<p>Re: dialog<br />
What you are experiencing is not a bug. It is expected design behavior due to how lget taps into the  firefox download functionality. I have to agree with you 100% that it is annoying and it should dismiss the window but I won&#8217;t be able to address that for the next little while.</p>
<p>If anyone out there has looked at the code and has a solution let me know and I&#8217;ll try to take some time to add it to the next version.</p>
<p>Re: security code<br />
I know what you mean, and I mess security codes all the time. I usually manage to go through my careful typing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Beardsmore</title>
		<link>http://www.loconet.ca/2006/09/28/lget-03/comment-page-1/#comment-84</link>
		<dc:creator>Daniel Beardsmore</dc:creator>
		<pubDate>Fri, 26 Jan 2007 16:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.loconet.ca/?p=60#comment-84</guid>
		<description>Heh, you ever going to fix the irritating bug where the dialog box doesn&#039;t go away when the download begins?

It makes it look like nothing happened.

btw, I misread the first security code (horrible) and got rejected. Hit Back, and the &quot;Cache-Control: no-store, no-cache ...&quot; header field prevented Firefox from putting back what I typed, so I had to type it again. Argh. I need to stop Firefox obeying Cache-Control ...

Fucking hell ... that&#039;s twice I&#039;ve failed to read the security code. This is insane.</description>
		<content:encoded><![CDATA[<p>Heh, you ever going to fix the irritating bug where the dialog box doesn&#8217;t go away when the download begins?</p>
<p>It makes it look like nothing happened.</p>
<p>btw, I misread the first security code (horrible) and got rejected. Hit Back, and the &#8220;Cache-Control: no-store, no-cache &#8230;&#8221; header field prevented Firefox from putting back what I typed, so I had to type it again. Argh. I need to stop Firefox obeying Cache-Control &#8230;</p>
<p>Fucking hell &#8230; that&#8217;s twice I&#8217;ve failed to read the security code. This is insane.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loconet</title>
		<link>http://www.loconet.ca/2006/09/28/lget-03/comment-page-1/#comment-82</link>
		<dc:creator>loconet</dc:creator>
		<pubDate>Sun, 05 Nov 2006 00:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.loconet.ca/?p=60#comment-82</guid>
		<description>@Nicklay

That&#039;s a very good point. I will make  a note of it and attempt to fix/implement that. Thank you for the suggestion!</description>
		<content:encoded><![CDATA[<p>@Nicklay</p>
<p>That&#8217;s a very good point. I will make  a note of it and attempt to fix/implement that. Thank you for the suggestion!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nickolay Ponomarev</title>
		<link>http://www.loconet.ca/2006/09/28/lget-03/comment-page-1/#comment-81</link>
		<dc:creator>Nickolay Ponomarev</dc:creator>
		<pubDate>Sat, 04 Nov 2006 23:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.loconet.ca/?p=60#comment-81</guid>
		<description>Thanks for the extension. Could you make it respect the download preferences in Firefox? Specifically, by default Firefox saves files to desktop without asking and your extension still asks where to save.

It looks that all you need to do is read browser.download.useDownloadDir pref and if it&#039;s true, pass true to aSkipPrompt of saveURL.

Nickolay</description>
		<content:encoded><![CDATA[<p>Thanks for the extension. Could you make it respect the download preferences in Firefox? Specifically, by default Firefox saves files to desktop without asking and your extension still asks where to save.</p>
<p>It looks that all you need to do is read browser.download.useDownloadDir pref and if it&#8217;s true, pass true to aSkipPrompt of saveURL.</p>
<p>Nickolay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Beardsmore</title>
		<link>http://www.loconet.ca/2006/09/28/lget-03/comment-page-1/#comment-83</link>
		<dc:creator>Daniel Beardsmore</dc:creator>
		<pubDate>Fri, 27 Oct 2006 01:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.loconet.ca/?p=60#comment-83</guid>
		<description>Hm, still has the old bug where after you click OK to begin the download, the dialog box doesn&#039;t go away and you have to cancel it. Surely this can be fixed? (Other extension-created dialogs can be successfully dismissed)</description>
		<content:encoded><![CDATA[<p>Hm, still has the old bug where after you click OK to begin the download, the dialog box doesn&#8217;t go away and you have to cancel it. Surely this can be fixed? (Other extension-created dialogs can be successfully dismissed)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonimo</title>
		<link>http://www.loconet.ca/2006/09/28/lget-03/comment-page-1/#comment-80</link>
		<dc:creator>Antonimo</dc:creator>
		<pubDate>Tue, 24 Oct 2006 19:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.loconet.ca/?p=60#comment-80</guid>
		<description>Exactly the extension I am looking for but receiving an error - &quot;Invalid File Hash&quot; - tried downloding twice.

Is it compatible with Fx 1.5.0.7?

By the way, are you interested in extra php work? Might have some...

Regards,</description>
		<content:encoded><![CDATA[<p>Exactly the extension I am looking for but receiving an error &#8211; &#8220;Invalid File Hash&#8221; &#8211; tried downloding twice.</p>
<p>Is it compatible with Fx 1.5.0.7?</p>
<p>By the way, are you interested in extra php work? Might have some&#8230;</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.loconet.ca/2006/09/28/lget-03/comment-page-1/#comment-79</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 24 Oct 2006 04:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.loconet.ca/?p=60#comment-79</guid>
		<description>Excellent fx extension!!

Can I make a request for an additional function. The ability to copy in more that one download at a time.

Thanks again for the tool.</description>
		<content:encoded><![CDATA[<p>Excellent fx extension!!</p>
<p>Can I make a request for an additional function. The ability to copy in more that one download at a time.</p>
<p>Thanks again for the tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timo Salmen</title>
		<link>http://www.loconet.ca/2006/09/28/lget-03/comment-page-1/#comment-78</link>
		<dc:creator>Timo Salmen</dc:creator>
		<pubDate>Wed, 18 Oct 2006 05:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.loconet.ca/?p=60#comment-78</guid>
		<description>Hello!
I have a problem with your extension. It works great but it shows up all dialogs in English, although I have a german Version of Firefox and Firefox is set to work with German (Preferences -&gt; Languages) and lget is also having a german translation. What to do?</description>
		<content:encoded><![CDATA[<p>Hello!<br />
I have a problem with your extension. It works great but it shows up all dialogs in English, although I have a german Version of Firefox and Firefox is set to work with German (Preferences -&gt; Languages) and lget is also having a german translation. What to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Austin</title>
		<link>http://www.loconet.ca/2006/09/28/lget-03/comment-page-1/#comment-77</link>
		<dc:creator>David Austin</dc:creator>
		<pubDate>Sun, 01 Oct 2006 22:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.loconet.ca/?p=60#comment-77</guid>
		<description>Awesome! thanks for getting an fx 2.0 version ready  to roll so quickly. Much appreciated.</description>
		<content:encoded><![CDATA[<p>Awesome! thanks for getting an fx 2.0 version ready  to roll so quickly. Much appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
