<?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: My &quot;GMail Multiple From Address Extensions&quot; Greasemonkey Script Goes Over 1,000 Downloads</title>
	<atom:link href="http://eric.biven.us/2008/11/27/my-gmail-multiple-from-address-extensions-greasemonkey-script-goes-over-1000-downloads/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric.biven.us/2008/11/27/my-gmail-multiple-from-address-extensions-greasemonkey-script-goes-over-1000-downloads/</link>
	<description>...professional nerd-speak translator</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jason</title>
		<link>http://eric.biven.us/2008/11/27/my-gmail-multiple-from-address-extensions-greasemonkey-script-goes-over-1000-downloads/comment-page-1/#comment-83</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 06 Sep 2009 06:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://eric.biven.us/?p=186#comment-83</guid>
		<description>I don&#039;t know anything about the inner workings of the script, so I can&#039;t help you there, but here&#039;s an idea that might spark something for you:
Are you able to disable buttons?  If so, perhaps you could add a checkbox labeled &quot;Address correct?&quot; next to the &quot;From:&quot; drop-down menu.  Then, only when that box is checked would you re-enable the &quot;Send&quot; button.

That might be an essentially different script, but it&#039;s just an idea for a way to avoid a race condition.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know anything about the inner workings of the script, so I can&#8217;t help you there, but here&#8217;s an idea that might spark something for you:<br />
Are you able to disable buttons?  If so, perhaps you could add a checkbox labeled &#8220;Address correct?&#8221; next to the &#8220;From:&#8221; drop-down menu.  Then, only when that box is checked would you re-enable the &#8220;Send&#8221; button.</p>
<p>That might be an essentially different script, but it&#8217;s just an idea for a way to avoid a race condition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Biven</title>
		<link>http://eric.biven.us/2008/11/27/my-gmail-multiple-from-address-extensions-greasemonkey-script-goes-over-1000-downloads/comment-page-1/#comment-82</link>
		<dc:creator>Eric Biven</dc:creator>
		<pubDate>Sun, 06 Sep 2009 03:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://eric.biven.us/?p=186#comment-82</guid>
		<description>@Jason:

I&#039;d love to, but for some reason (event ordering or perhaps a race condition?) canceling the &#039;send&#039; event simply doesn&#039;t work as expected.  The script fires on every call and it blocks the &#039;send&#039; event, but for some reason it isn&#039;t getting a reliable handle to the actual event anymore.  If anyone has a hint I&#039;d appreciate it.</description>
		<content:encoded><![CDATA[<p>@Jason:</p>
<p>I&#8217;d love to, but for some reason (event ordering or perhaps a race condition?) canceling the &#8216;send&#8217; event simply doesn&#8217;t work as expected.  The script fires on every call and it blocks the &#8216;send&#8217; event, but for some reason it isn&#8217;t getting a reliable handle to the actual event anymore.  If anyone has a hint I&#8217;d appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://eric.biven.us/2008/11/27/my-gmail-multiple-from-address-extensions-greasemonkey-script-goes-over-1000-downloads/comment-page-1/#comment-81</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 05 Sep 2009 19:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://eric.biven.us/?p=186#comment-81</guid>
		<description>Hi,

First of all, THANK YOU for tackling this issue.  I have longed for a solution to the wrong-sending-address problem for a long time, but without experience in JavaScript, I have not had the time to learn how to do this myself.

That said (and my inexperience noted), this script isn&#039;t working consistently for me.  I am experiencing two issues:
1) Pressing &quot;Cancel&quot; does not prevent the message from being sent.  I know some people noted this several months ago and it seemed to have been fixed, but not for me.  In any case, for anyone else dealing with this: an easy, if inelegant, workaround is to use Gmail&#039;s Labs feature that delays sending for a few seconds, after this script has alerted you to the problem.
2) Inexplicably, sometimes the script catches sending and sometimes it doesn&#039;t.  I&#039;ve tried reloading the page, reinstalling the script, sending from different addresses, and there seems to be no pattern to whether the script works or not.  Sometimes I hit &quot;Send&quot; and I get the dialog asking me if I&#039;m sure.  Other times I hit &quot;Send&quot; and it sends as though I never installed anything.

Let me know if those make sense and if you have any ideas of how it could be fixed.  And once more, thanks for working on this.  It&#039;s a dream come true. :)

Jason</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First of all, THANK YOU for tackling this issue.  I have longed for a solution to the wrong-sending-address problem for a long time, but without experience in JavaScript, I have not had the time to learn how to do this myself.</p>
<p>That said (and my inexperience noted), this script isn&#8217;t working consistently for me.  I am experiencing two issues:<br />
1) Pressing &#8220;Cancel&#8221; does not prevent the message from being sent.  I know some people noted this several months ago and it seemed to have been fixed, but not for me.  In any case, for anyone else dealing with this: an easy, if inelegant, workaround is to use Gmail&#8217;s Labs feature that delays sending for a few seconds, after this script has alerted you to the problem.<br />
2) Inexplicably, sometimes the script catches sending and sometimes it doesn&#8217;t.  I&#8217;ve tried reloading the page, reinstalling the script, sending from different addresses, and there seems to be no pattern to whether the script works or not.  Sometimes I hit &#8220;Send&#8221; and I get the dialog asking me if I&#8217;m sure.  Other times I hit &#8220;Send&#8221; and it sends as though I never installed anything.</p>
<p>Let me know if those make sense and if you have any ideas of how it could be fixed.  And once more, thanks for working on this.  It&#8217;s a dream come true. <img src='http://eric.biven.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Biven</title>
		<link>http://eric.biven.us/2008/11/27/my-gmail-multiple-from-address-extensions-greasemonkey-script-goes-over-1000-downloads/comment-page-1/#comment-80</link>
		<dc:creator>Eric Biven</dc:creator>
		<pubDate>Mon, 15 Dec 2008 13:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://eric.biven.us/?p=186#comment-80</guid>
		<description>@Adrien:

One thing about updating GMail user scripts is that they won&#039;t fully take effect until you log out of GMail and log back in.  The most recently uploaded copy of the script, uploaded on the morning of 12/14, has your translation in it.</description>
		<content:encoded><![CDATA[<p>@Adrien:</p>
<p>One thing about updating GMail user scripts is that they won&#8217;t fully take effect until you log out of GMail and log back in.  The most recently uploaded copy of the script, uploaded on the morning of 12/14, has your translation in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrien</title>
		<link>http://eric.biven.us/2008/11/27/my-gmail-multiple-from-address-extensions-greasemonkey-script-goes-over-1000-downloads/comment-page-1/#comment-79</link>
		<dc:creator>Adrien</dc:creator>
		<pubDate>Sun, 14 Dec 2008 20:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://eric.biven.us/?p=186#comment-79</guid>
		<description>Hi,

I&#039;ve just tried it. Works like a charm but the popup is still in English. Anyway it doesn&#039;t bother me.

Thanks a lot !</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve just tried it. Works like a charm but the popup is still in English. Anyway it doesn&#8217;t bother me.</p>
<p>Thanks a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Biven</title>
		<link>http://eric.biven.us/2008/11/27/my-gmail-multiple-from-address-extensions-greasemonkey-script-goes-over-1000-downloads/comment-page-1/#comment-78</link>
		<dc:creator>Eric Biven</dc:creator>
		<pubDate>Sun, 14 Dec 2008 18:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://eric.biven.us/?p=186#comment-78</guid>
		<description>@Adrien:

Give it a try now.  I just updated it with the new message.

@Everyone:

I&#039;ve created an i18n object for GMail Greasemonkey scripts over at UserScripts.org.  If you can help with translations I&#039;d appreciate it.

http://userscripts.org/scripts/show/38660</description>
		<content:encoded><![CDATA[<p>@Adrien:</p>
<p>Give it a try now.  I just updated it with the new message.</p>
<p>@Everyone:</p>
<p>I&#8217;ve created an i18n object for GMail Greasemonkey scripts over at UserScripts.org.  If you can help with translations I&#8217;d appreciate it.</p>
<p><a href="http://userscripts.org/scripts/show/38660" rel="nofollow">http://userscripts.org/scripts/show/38660</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrien</title>
		<link>http://eric.biven.us/2008/11/27/my-gmail-multiple-from-address-extensions-greasemonkey-script-goes-over-1000-downloads/comment-page-1/#comment-77</link>
		<dc:creator>Adrien</dc:creator>
		<pubDate>Sat, 13 Dec 2008 19:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://eric.biven.us/?p=186#comment-77</guid>
		<description>The text on the &quot;Send&quot; bouton is &quot;Envoyer&quot; (in bold, just like the English version).

And the popup message is : &quot;Vous allez envoyer le message avec l&#039;adresse [e-mail]. Continuer ?&quot;

Thanks again :)</description>
		<content:encoded><![CDATA[<p>The text on the &#8220;Send&#8221; bouton is &#8220;Envoyer&#8221; (in bold, just like the English version).</p>
<p>And the popup message is : &#8220;Vous allez envoyer le message avec l&#8217;adresse [e-mail]. Continuer ?&#8221;</p>
<p>Thanks again <img src='http://eric.biven.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Biven</title>
		<link>http://eric.biven.us/2008/11/27/my-gmail-multiple-from-address-extensions-greasemonkey-script-goes-over-1000-downloads/comment-page-1/#comment-76</link>
		<dc:creator>Eric Biven</dc:creator>
		<pubDate>Sat, 13 Dec 2008 19:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://eric.biven.us/?p=186#comment-76</guid>
		<description>@Adrien:

If you can give me the text that is on the &quot;Send&quot; button of the French version I sure can.  Also, if you would translate the popup message I can work with that as well.</description>
		<content:encoded><![CDATA[<p>@Adrien:</p>
<p>If you can give me the text that is on the &#8220;Send&#8221; button of the French version I sure can.  Also, if you would translate the popup message I can work with that as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrien</title>
		<link>http://eric.biven.us/2008/11/27/my-gmail-multiple-from-address-extensions-greasemonkey-script-goes-over-1000-downloads/comment-page-1/#comment-75</link>
		<dc:creator>Adrien</dc:creator>
		<pubDate>Sat, 13 Dec 2008 10:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://eric.biven.us/?p=186#comment-75</guid>
		<description>Hi,

Do you have any solution to make this script work with other languages of Gmail ?

I&#039;m french and I have to switch to English (US) to make it works ... :(

I tried to modify the source code but it didn&#039;t change anything.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Do you have any solution to make this script work with other languages of Gmail ?</p>
<p>I&#8217;m french and I have to switch to English (US) to make it works &#8230; <img src='http://eric.biven.us/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I tried to modify the source code but it didn&#8217;t change anything.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

