<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>[FireFox] BBR Firefox Extension in Mozilla Software</title>
<link>http://www.dslreports.com/forum/r12815885</link>
<description></description>
<language>en</language>
<pubDate>Wed, 02 Dec 2009 01:17:53 EDT</pubDate>
<lastBuildDate>Wed, 02 Dec 2009 01:17:53 EDT</lastBuildDate>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14640177</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : Hi<br><br>I wonder, if at all possible and you have time, to add a notification when a thumbs up is given to your extention. It could help with this little request :)<br>&raquo;<A HREF="/forum/remark,14545647">Dates for thumbs up on posts (take 2)</A><br><br>It is just an idea, a shot in the dark<br><br>Cudni<br><SMALL>--<br>....nothing but a well informed optimist</BR>Help yourself so God can help you</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14640177</guid>
<pubDate>Sun, 23 Oct 2005 14:56:35 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14562008</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Ah, thanks :)<br>I didn't even notice that onAlertClickCallback wasn't working anymore as I didn't have the sliders enabled.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14562008</guid>
<pubDate>Wed, 12 Oct 2005 14:36:06 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14561345</link>
<description><![CDATA[<A HREF="/useremail/u/464721"><b>Morac</b></A> : Just a FYI, but clicking on the alerts that pop up in the bottom right corner no longer work in FireFox 1.5 Beta.  <br><br>This is because the way alerts work changed.  In Mozilla 1.7, when the user clicked an alert or the alert disappeared on its own the onAlertClickCallback and onAlertFinished would be called respectively.  <br><br>This was depreciated in Firefox 1.0 for an observer method.  When an alert is clicked the observe function is called with aTopic set to "alertclickcallback", when the alert goes away it sets aTopic to "alertfinished".  aData contains the cookie data.<br><br>In Firefox 1.0.x either method worked, in Firefox 1.5 it appears only the later method works.<br><br>Inserting the following function at the end of the alertSlide variable in dslrOverlay.js will fix this problem in Firefox 1.5 while retaining compatibility with older versions.  The first and last line are existing lines, the second line is a modified line.  All the other lines are new.<br><div class="code"><PRE><span class="codetext">      }<br>   },<br> <br>   /////////////////////////////<br>   // nsIObserver<br>   observe: function(aSubject, aTopic, aData)<br>   {<br>      if (aTopic == "alertclickcallback") <br>      {<br>         var imAlert = dslrPref.getBoolPref("imFlag");<br>         var topAlert = dslrPref.getBoolPref("newsFlag");<br> <br>         if (imAlert == true) {<br>            dslrGoTo(false,1,false);<br>            killNotify(1,false,false)<br>         }<br> <br>         if (topAlert == true) {<br>            dslrGoTo(false,false,1);<br>            killNotify(false,1,false)<br>         }<br>      }<br>   }<br> <br>}</SPAN></PRE></DIV><br>I'm also attaching the updated dslrOverlay.js file since I think it's easier to read that because the formatting is lost in the post.<br><br><B>edit: there was a bug in the version I previously posted.  It is fixed now.</B><br><br><SMALL>--<br><BR><br><A HREF="http://www.broadbandreports.com/forum/remark,10084297~mode=flat">The Comcast Disney Avatar has been retired</A>.</SMALL><div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap WIDTH=33%><A HREF="/r0/download/906433~8d121a497ba96490ddd928845bf316f4/dslrOverlay.zip"><IMG  align=absmiddle TITLE="download" SRC="http://i.dslr.net/silk/compress.png" border=0 width=16 height=16><IMG SRC="http://i.dslr.net/1ptrans.gif" WIDTH=10 HEIGHT=1 border=0><big>dslrOverlay.zip</big></A> <small>5,837 bytes</small><br><small>(dslrOverlay.js)</small></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14561345</guid>
<pubDate>Wed, 12 Oct 2005 13:17:42 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14528726</link>
<description><![CDATA[<A HREF="/useremail/u/649954"><b>Brano</b></A> : Hope  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> won't mind but I took the liberty and modified 0.9 to work with Firefox 1.5 beta2.<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap WIDTH=33%><A HREF="/r0/download/903661~c0a5778d90aa7078905220c3433f8106/dslr_notifier0.9fxmzns.zip"><IMG  align=absmiddle TITLE="download" SRC="http://i.dslr.net/silk/compress.png" border=0 width=16 height=16><IMG SRC="http://i.dslr.net/1ptrans.gif" WIDTH=10 HEIGHT=1 border=0><big>dslr_notifie&middot;&middot;&middot;mzns.zip</big></A> <small>24,038 bytes</small><br><small>(dslr_notifier0.9fxmzns.xpi)</small></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14528726</guid>
<pubDate>Fri, 07 Oct 2005 21:23:38 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14367369</link>
<description><![CDATA[<A HREF="/useremail/u/1187437"><b>Maarvin</b></A> : Thanks for reminding me, Ryan. I've got it, thanks much. :D<br><br>-Mike]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14367369</guid>
<pubDate>Thu, 15 Sep 2005 00:09:12 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14367278</link>
<description><![CDATA[<A HREF="/useremail/u/974615"><b>mers2</b></A> : NM just saw the announcement. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14367278</guid>
<pubDate>Wed, 14 Sep 2005 23:56:01 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14367106</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : You've already asked this question: &raquo;<A HREF="/forum/remark,12815885~days=10~start=260#13617575">[FireFox] BBR Firefox Extension</A> :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14367106</guid>
<pubDate>Wed, 14 Sep 2005 23:36:34 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14367088</link>
<description><![CDATA[<A HREF="/useremail/u/1187437"><b>Maarvin</b></A> : Well Ah! Thanks anyway Ryan, but there appears to be nothing to download at the address you gave in your original posting. I would have liked that extension if it were still available.<br><br>-Mike<br><SMALL>--<br>Never let your sense of morals prevent you from doing what is right.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14367088</guid>
<pubDate>Wed, 14 Sep 2005 23:33:20 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14347786</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : All that needs to be done is bump the max-version to 1.4. The chrome manifest is already created during installation.<br>And as for sanity checks, they're done only where needed. The only element that truly disappears is the toolbar icon and checks are already done there.<br><br>I've had version 0.9 (which works with the latest beta) sitting in U.M.O's approval queue for around two weeks now :p <br>I'm going to submit a bug report on that this afternoon.<br>Heck, it's been so long since I submitted it I've already started on 1.0 - using the new PrefWindow XUL objects.<br>[att=1]<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/14347786?c=890259&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG TITLE="28218 bytes" BORDER=0 WIDTH=497 HEIGHT=283 SRC="/r0/download/890259~15c05c56b9fe6446bee74d6660bfd4ed/1.0.png"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14347786</guid>
<pubDate>Mon, 12 Sep 2005 15:54:54 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14347731</link>
<description><![CDATA[<A HREF="/useremail/u/464721"><b>Morac</b></A> : Is this being updated for Firefox 1.5?  As far as I can tell the only change needed is to update the install.rdf file and create a manifest.<br><br>Though I think the code needs some sanity checks, because when I tried the above I would periodically get errors messages when the extensions tried to act on objects that didn't exist.  For example doing a getElementById call and then immediately accessing that object without checking to see if it exists or not.<br><SMALL>--<br><BR><A HREF="http://www.broadbandreports.com/forum/remark,10084297~mode=flat">The Comcast Disney Avatar has been retired</A>.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14347731</guid>
<pubDate>Mon, 12 Sep 2005 15:46:13 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14136145</link>
<description><![CDATA[<A HREF="/useremail/u/833193"><b>Weirdal</b></A> : it doesn't]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14136145</guid>
<pubDate>Mon, 15 Aug 2005 00:49:14 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14136013</link>
<description><![CDATA[<A HREF="/useremail/u/656491"><b>Sandman5</b></A> : Well technically the smiley was outside of the code so I would think it should work. :)<br><SMALL>--<br>Rule #62: Don't take yourself so damn seriously!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14136013</guid>
<pubDate>Mon, 15 Aug 2005 00:26:45 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14134004</link>
<description><![CDATA[<A HREF="/useremail/u/833193"><b>Weirdal</b></A> : smilies dont work with code]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14134004</guid>
<pubDate>Sun, 14 Aug 2005 19:01:51 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14116210</link>
<description><![CDATA[<A HREF="/useremail/u/656491"><b>Sandman5</b></A> : Now my reportstatus.xml says<br><div class="code"><PRE><span class="codetext">&lt;err str="not logged in"/&gt;</SPAN></PRE></DIV><br>:) Come on, what gives?<br><br>Edit: By looking at my smileys it looks like there might be something else going on.<br><SMALL>--<br>Rule #62: Don't take yourself so damn seriously!</SMALL><br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14116210</guid>
<pubDate>Fri, 12 Aug 2005 00:25:49 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14116179</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : Notifier 0.8.9 has still been working inconsistently for me. Sometimes, after I clear the followed threads, new ones don't show up. At others, I start FF, and the envelope icon doesn't show, so I close/reopen and it appears. <br><br>Deleting the xul.mfl file and reopening seems at least to be a temporary fix-- then I'm good to go for at least a few sessions.<br><br>I've been using the most recent stable builds of FF, Stipe, and Moox.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14116179</guid>
<pubDate>Fri, 12 Aug 2005 00:19:45 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14100872</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : Ok, now it is showing 2 updated topics when I only have one in the followed list.  And 1 when I have nothing showing.<br><br>So we are definitely back to where I can use the offset feature, or go find the old one that is causing the reportstatus to show 1.<br><SMALL>--<br>Long my imprisoned spirit lay, Fast bound in sin and nature&#146;s night;<BR>Thine eye diffused a quickening ray&#151;I woke, the dungeon flamed with light;<BR>My chains fell off, my heart was free, I rose, went forth, and followed Thee.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14100872</guid>
<pubDate>Wed, 10 Aug 2005 07:22:29 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14093908</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>I'll let Justin know about this.<br> </DIV>Awesome.  Thanks a lot.<br><br>Jim]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14093908</guid>
<pubDate>Tue, 09 Aug 2005 11:50:47 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14093858</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : That's quite odd. I'll let Justin know about this.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14093858</guid>
<pubDate>Tue, 09 Aug 2005 11:44:06 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14093400</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : My <A HREF="http://www.dslreports.com/browser/extensions/reportstatus.xml">reportstatus.xml</A> now says<br><div class="code"><PRE><span class="codetext">&lt;m n="1 updated topics"/&gt;</SPAN></PRE></DIV>regardless of whether there is a topic in my followed list or not.<br><br>Now, let me clarify before anyone says this is a known problem and that I should click 'stop' on each thread or use the offset.  It tells me '1 updated topics' when I have nothing in my followed list, AND when I have 1 topic listed in my followed list. It would seem that if this was a problem with one of the old topics, that when I actually have a topic in my followed list that the reportstatus.xml would say '2 updated topics' instead of 1.<br><br>Regardless, with this anomaly, the offset feature is now useless.  If I set it to 1, and a topic appears in my followed list, I do not get notified.<br><br>I know this is a problem with the code on the site which generates reportstatus.xml and not the extension itself, but I figured I would report the oddity.<br><br>Thanks,<br>Jim<br><br><SMALL>--<br>Long my imprisoned spirit lay, Fast bound in sin and nature&#146;s night;<BR>Thine eye diffused a quickening ray&#151;I woke, the dungeon flamed with light;<BR>My chains fell off, my heart was free, I rose, went forth, and followed Thee.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14093400</guid>
<pubDate>Tue, 09 Aug 2005 10:37:08 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14021768</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : No. You're only counted as being online if you're actively browsing the site.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14021768</guid>
<pubDate>Sat, 30 Jul 2005 20:54:58 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14021545</link>
<description><![CDATA[<A HREF="/useremail/u/761749"><b>Vamp</b></A> : question.. Does this extension make my status on this site to always here? (like if it have it update every minute and im browsing another site, will be dslr status never show me away more than 1 min?)<br><SMALL>--<br><A HREF="http://www.illwillpress.com">foamy</A> | I'm psycho</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14021545</guid>
<pubDate>Sat, 30 Jul 2005 20:15:09 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,14019446</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : It you take it out, it defaults to <A HREF="http://www.dslreports.com/r0/download/851802~04ff7a089dfc16b08267fea506dc19ec/doh.jpg">this</A> :D<br><br>I think I'll just correct the image tag and strip it out during a pref change so the normal styles take over.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14019446</guid>
<pubDate>Sat, 30 Jul 2005 14:15:59 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,14019430</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Brano <A HREF="/useremail/u/649954"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>I have the most recent 64bit rpm for SuSE 9.3.<br>(X11; U; Linux i686 (x86 64); en-US; rv: 1.7.10)<br> </DIV>I've got a 64bit box at work I'll have to test it out on. Don't know why things would be any different using 64bit though :/]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14019430</guid>
<pubDate>Sat, 30 Jul 2005 14:13:40 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,14019399</link>
<description><![CDATA[<A HREF="/useremail/u/464721"><b>Morac</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>That one's intentional ;) <br>If you add it in, you'll notice that two icons will show up stacked on top of one another. <br>The icon stays blank until a preference is changed - hitting poll now from the context menu will make it show.<br> </DIV>It makes it hard to hit poll now from the context menu when you can't find see what you are supposed to be right clicking on. :)<br><br>A better method would be to use style sheets and attributes to hide and show the different icons (the same method used to make the icon shrink when you choose the "use small icons" options).<br><br>And if you don't want the image to show up you can just leave out the image tag.  It will default to blank.<br><SMALL>--<br><BR><br><A HREF="http://www.broadbandreports.com/forum/remark,10084297~mode=flat">The Comcast Disney Avatar has been retired</A>.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14019399</guid>
<pubDate>Sat, 30 Jul 2005 14:09:39 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,14019364</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Morac <A HREF="/useremail/u/464721"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>I noticed that the toolbar icon does not show in either the toolbar itself or the customize toolbar window.<br><br>I looked in the overlay.xul file and the line<br><br>chrome//reportstatus/content/images/bbrfav.png<br><br>is missing a colon:<br><br>chrome://reportstatus/content/images/bbrfav.png<br> </DIV>That one's intentional ;) <br>If you add it in, you'll notice that two icons will show up stacked on top of one another. <br>The icon stays blank until a preference is changed - hitting poll now from the context menu will make it show.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14019364</guid>
<pubDate>Sat, 30 Jul 2005 14:03:01 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,14019260</link>
<description><![CDATA[<A HREF="/useremail/u/464721"><b>Morac</b></A> : I noticed that the toolbar icon does not show in either the toolbar itself or the customize toolbar window.<br><br>I looked in the overlay.xul file and the line<br><br>chrome//reportstatus/content/images/bbrfav.png<br><br>is missing a colon:<br><br>chrome://reportstatus/content/images/bbrfav.png<br><SMALL>--<br><BR><A HREF="http://www.broadbandreports.com/forum/remark,10084297~mode=flat">The Comcast Disney Avatar has been retired</A>.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14019260</guid>
<pubDate>Sat, 30 Jul 2005 13:44:40 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14018836</link>
<description><![CDATA[<A HREF="/useremail/u/761749"><b>Vamp</b></A> : are you going to release .9 soon?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14018836</guid>
<pubDate>Sat, 30 Jul 2005 12:22:51 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,14018459</link>
<description><![CDATA[<A HREF="/useremail/u/649954"><b>Brano</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR><div class="bquote"><SMALL>said by  Brano <A HREF="/useremail/u/649954"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>The beta works for me fine on XP, however it does not work on linux. It loads but the BBR icon does not show up.<br> </DIV>Could you post your build identifier/UA string? Everything works alright for me using the 7/14 build of 1.0.6 on SuSE.<br> </DIV>I have the most recent 64bit rpm for SuSE 9.3.<br>(X11; U; Linux i686 (x86 64); en-US; rv: 1.7.10)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14018459</guid>
<pubDate>Sat, 30 Jul 2005 11:07:00 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,14017866</link>
<description><![CDATA[<A HREF="/useremail/u/184712"><b>jaceg</b></A> : Ryan: Installed the beta version on my Windows 98SE box. (Firefox 1.0.6)<br><br>Everything is working fine.<br><br>Thanks for all the time you've spent working on this issue.<br><br>The BBR Notifier is a valuable extension for those of us who visit BBR daily.:)<br><SMALL>--<br>The best way to predict the future is to create it<br> - Alan Kay</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14017866</guid>
<pubDate>Sat, 30 Jul 2005 08:36:48 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14016647</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : Hi Ryan,<br><br>I just checked out the XML feed link, and there's an updated post, but I'm not notified by the envelope icon. For good measure, I created a new profile with nothing but TextZoom (which I need for my high-res screen), and reproduced this.<br><br>I also tried logging onto both DSLR and BBR, with the same effect. <br><br>I just love this extension, and would like to get it working!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14016647</guid>
<pubDate>Sat, 30 Jul 2005 00:18:15 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,14016499</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Brano <A HREF="/useremail/u/649954"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>The beta works for me fine on XP, however it does not work on linux. It loads but the BBR icon does not show up.<br> </DIV>Could you post your build identifier/UA string? Everything works alright for me using the 7/14 build of 1.0.6 on SuSE.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14016499</guid>
<pubDate>Fri, 29 Jul 2005 23:53:23 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14016485</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  neill <A HREF="/useremail/u/241758"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>I've been using the latest beta since its release: its automatic polling feature has been working inconsistently. When I load FF, I see the envelope icon, but when I clear one of the followed posts, the icon disappears some of the time. I don't think this should occur, since there are other threads that I'm following.<br> </DIV>Clicking on an icon clears out all notifications for that component (im or topic) until the next update. It does this to avoid having the icon active when there are no updates (like if you only had one updated topic). I could probably have it temporarily shorten the polling interval for a certain time after the icon is clicked on to catch multiple updates.<br><br> <BLOCKQUOTE><SMALL>quote:</SMALL><HR>And when I clear all of my followed posts, the icon disappears, even when these posts have since been updated. The only way at that point to get polled automatically is to shutdown and restart FF.<HR></BLOCKQUOTE><br>Next time this happens, check out <A HREF="/browser/extensions/reportstatus.xml">this XML feed</A>. If says anything that resembles n="X Updated Topics" and the icon isn't there (assuming the update interval timer has expired), then it's my problem. Otherwise it's a server side issue.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14016485</guid>
<pubDate>Fri, 29 Jul 2005 23:51:32 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,14016251</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : I've been using the latest beta since its release: its automatic polling feature has been working inconsistently. When I load FF, I see the envelope icon, but when I clear one of the followed posts, the icon disappears some of the time. I don't think this should occur, since there are other threads that I'm following.<br><br>And when I clear all of my followed posts, the icon disappears, even when these posts have since been updated. The only way at that point to get polled automatically is to shutdown and restart FF.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14016251</guid>
<pubDate>Fri, 29 Jul 2005 23:16:05 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,14000313</link>
<description><![CDATA[<A HREF="/useremail/u/649954"><b>Brano</b></A> : The beta works for me fine on XP, however it does not work on linux. It loads but the BBR icon does not show up.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14000313</guid>
<pubDate>Thu, 28 Jul 2005 00:39:56 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13999167</link>
<description><![CDATA[<A HREF="/useremail/u/1063283"><b>fegul</b></A> : awesome! looks like my three topics are solved with that fix]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13999167</guid>
<pubDate>Wed, 27 Jul 2005 22:11:40 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13998750</link>
<description><![CDATA[<A HREF="/useremail/u/974615"><b>mers2</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>Sounds like a site issue, if <A HREF="/browser/extensions/reportstatus.xml">this page</A> shows that you have updated topics, enter the number shown into the topic feed offset preference on the advanced tab and the icon should go away until you really have an updated topic.<br> </DIV>Thanks for including this option.  I installed the new release today. Was still showing the 1 topic that's never there and this at least cosmetically solves that problem. :)<br><SMALL>--<br>God put me on this Earth to accomplish a certain number of things. Right now, I am so far behind I will never die.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13998750</guid>
<pubDate>Wed, 27 Jul 2005 21:19:43 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13998699</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Cudni <A HREF="/useremail/u/917630"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>Show Alert Slider (for topic followed) hang and locked FF 1.0.6 on W2k displaying the alert on grey screen<br><br>edit: and blew the extension too, had to reinstall it :)<br> </DIV>Confirmed. I lost power while working on it yesterday, I guess something wasn't saved properly :huh:<br><br> <BLOCKQUOTE><SMALL>quote:</SMALL><HR>also and possibly due to site issue it comes up updated topic icon but when you click on it there is nothing there<HR></BLOCKQUOTE><br>Sounds like a site issue, if <A HREF="/browser/extensions/reportstatus.xml">this page</A> shows that you have updated topics, enter the number shown into the topic feed offset preference on the advanced tab and the icon should go away until you really have an updated topic.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13998699</guid>
<pubDate>Wed, 27 Jul 2005 21:14:39 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13994601</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : The same thing happened to me (WinXP).]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13994601</guid>
<pubDate>Wed, 27 Jul 2005 13:00:25 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13994215</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : Show Alert Slider (for topic followed) hang and locked FF 1.0.6 on W2k displaying the alert on grey screen<br><br>edit: and blew the extension too, had to reinstall it :)<br><br>also and possibly due to site issue it comes up updated topic icon but when you click on it there is nothing there<br><br>Cudni]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13994215</guid>
<pubDate>Wed, 27 Jul 2005 12:16:15 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,13994019</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Yup. It's labeled 0.8.9 so once the final version of 0.9 is released, it'll show the update notification.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13994019</guid>
<pubDate>Wed, 27 Jul 2005 11:51:15 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,13992825</link>
<description><![CDATA[<A HREF="/useremail/u/181160"><b>mjf</b></A> : It says 0.8.9 Is that right?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13992825</guid>
<pubDate>Wed, 27 Jul 2005 09:04:27 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,13992811</link>
<description><![CDATA[<A HREF="/useremail/u/649954"><b>Brano</b></A> : From Firefox: File -> Open File -> dslrim.xpi]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13992811</guid>
<pubDate>Wed, 27 Jul 2005 09:02:23 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,13992671</link>
<description><![CDATA[<A HREF="/useremail/u/184712"><b>jaceg</b></A> : I've extracted the zip file, but not sure how to install it.<br><br>Could you help?<br><br>Thanks<br><SMALL>--<br>The best way to predict the future is to create it - Alan Kay</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13992671</guid>
<pubDate>Wed, 27 Jul 2005 08:37:20 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,13991473</link>
<description><![CDATA[<A HREF="/useremail/u/402680"><b>imtim83</b></A> : Oh my. :o]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13991473</guid>
<pubDate>Wed, 27 Jul 2005 01:00:29 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,13991269</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : You've got RoboForm selected. ;)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13991269</guid>
<pubDate>Wed, 27 Jul 2005 00:30:31 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,13991254</link>
<description><![CDATA[<A HREF="/useremail/u/305506"><b>jmorlan</b></A> : Never mind.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13991254</guid>
<pubDate>Wed, 27 Jul 2005 00:28:55 EDT</pubDate>
</item>

<item>
<title>Version 0.9 beta</title>
<link>http://www.dslreports.com/forum/remark,13991098</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Get it while it's hot! <br>This version should be a drastic improvement over 0.8.2. This beta version has a few rough edges in the interface department, but the core of it should rock-solid (well, almost... there's a reason it's a beta ;)). <br><br>So just grab the ZIP file above, extract, install and post any bugs you find here :)<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap WIDTH=33%><A HREF="/r0/download/866280~7047723aee243a989cbfd35448152f09/dslrim.zip"><IMG  align=absmiddle TITLE="download" SRC="http://i.dslr.net/silk/compress.png" border=0 width=16 height=16><IMG SRC="http://i.dslr.net/1ptrans.gif" WIDTH=10 HEIGHT=1 border=0><big>dslrim.zip</big></A> <small>24,131 bytes</small><br><small>(dslrim.xpi)</small></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13991098</guid>
<pubDate>Wed, 27 Jul 2005 00:05:17 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13976662</link>
<description><![CDATA[<A HREF="/useremail/u/402680"><b>imtim83</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>Neither. It's just that there's no good way to clear out old topics from your followed list, so those which may have been updated long ago get hidden by the most recently updated ones.<br> </DIV>So if I wanted to I could try to find these 4 hidden updated topics to clear them ? <br><SMALL>--<br>Thank God i am not getting married, having kids, going on a date, etc! Oh Thank God!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13976662</guid>
<pubDate>Mon, 25 Jul 2005 00:17:49 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13976625</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Neither. It's just that there's no good way to clear out old topics from your followed list, so those which may have been updated long ago get hidden by the most recently updated ones.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13976625</guid>
<pubDate>Mon, 25 Jul 2005 00:10:46 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13976589</link>
<description><![CDATA[<A HREF="/useremail/u/402680"><b>imtim83</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>Then there's nothing you can do until the next version is released.<br> </DIV>Thanks. So it is a bug or problem ? <br><SMALL>--<br>Thank God i am not getting married, having kids, going on a date, etc! Oh Thank God!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13976589</guid>
<pubDate>Mon, 25 Jul 2005 00:05:43 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13976579</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Then there's nothing you can do until the next version is released.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13976579</guid>
<pubDate>Mon, 25 Jul 2005 00:03:09 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13976560</link>
<description><![CDATA[<A HREF="/useremail/u/402680"><b>imtim83</b></A> : There are none there and it still says 4 updated topics.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13976560</guid>
<pubDate>Mon, 25 Jul 2005 00:00:00 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13976533</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Either go through <A HREF="/postlist">this page</A> and hit 'stop' on each one or wait a day or two for the next version of the extension.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13976533</guid>
<pubDate>Sun, 24 Jul 2005 23:56:11 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13976514</link>
<description><![CDATA[<A HREF="/useremail/u/402680"><b>imtim83</b></A> : Ok. Is there anyway for me to find these 4 updated topics? ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13976514</guid>
<pubDate>Sun, 24 Jul 2005 23:52:19 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13976454</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Clicking on it turns off the icon because it's assumed that if you're clicking on it, you'll be checking on those topics. ;)<br><br>Since the count of updated topics is kept server-side and can't be changed by the extension, the icon will come back during the next update.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13976454</guid>
<pubDate>Sun, 24 Jul 2005 23:42:00 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13976403</link>
<description><![CDATA[<A HREF="/useremail/u/402680"><b>imtim83</b></A> : Then why csn I make it go away after double clicking on it ? It reappears after a few seconds. Sometimes I do have a updated topic though when it does that so its hard to say if I have a new updated topic or not. <br><SMALL>--<br>Thank God i am not getting married, having kids, going on a date, etc! Oh Thank God!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13976403</guid>
<pubDate>Sun, 24 Jul 2005 23:30:29 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13976283</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : You do have 4 updated topics, they're probably scattered randomly throughout the several thousand followed topics you've got making it next to impossible to find them. <br>I'll be releasing a new version (see screenshot below) in a day or two that will allow you to change the notification threshold (i.e. 4 becomes 0). <br><br>[att=1]<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/13976283?c=865201&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG class="apic" BORDER=0 TITLE="184254 bytes" WIDTH=600 HEIGHT=361 SRC="/r0/download/865201.thumb600~eca11a1c70a96baa32035fb9def5e703/v9.jpg/thumb.jpg" ALT="Click for full size"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13976283</guid>
<pubDate>Sun, 24 Jul 2005 23:11:45 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13976223</link>
<description><![CDATA[<A HREF="/useremail/u/402680"><b>imtim83</b></A> : It works but it always comes up telling me I have 4 updated topics when I don't. It seems like thats the only thiing that doesn't work. Does anyone know why it does this?<br><SMALL>--<br>Thank God i am not getting married, having kids, going on a date, etc! Oh Thank God!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13976223</guid>
<pubDate>Sun, 24 Jul 2005 23:01:19 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13948156</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : Just for info...<br><br>Running FF 1.0.6 with Notifier 0.8.2 on Win98SE and all is working fine. :D<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13948156</guid>
<pubDate>Thu, 21 Jul 2005 11:57:00 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13948110</link>
<description><![CDATA[<A HREF="/useremail/u/1023285"><b>kw</b></A> : It always tells me there's four updated topics, when their isn't. It's done this before too. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13948110</guid>
<pubDate>Thu, 21 Jul 2005 11:50:43 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13946674</link>
<description><![CDATA[<A HREF="/useremail/u/184712"><b>jaceg</b></A> : <div class="bquote"><SMALL>said by  jaceg <A HREF="/useremail/u/184712"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>I'm using Notifier 0.8.2 with Firefox 1.0.4.<br><br>The envelope does not appear anymore.  I must poll manually:huh:<br> </DIV>When I run a Line Quality Test, I do receive an Instant Message notification, but the updated post envelope never appears.<br><SMALL>--<br>The best way to predict the future is to create it - Alan Kay</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13946674</guid>
<pubDate>Thu, 21 Jul 2005 07:28:44 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13944465</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : <div class="bquote"><SMALL>said by  jmorlan <A HREF="/useremail/u/305506"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR><div class="bquote"><SMALL>said by  neill <A HREF="/useremail/u/241758"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>I've installed 1.0.6, and need to poll manually with this version as well :(<br> </DIV>Check your options and make sure the boxes are checked.<br> </DIV>I only wish it were this straightforward-- the appropriate boxes are checked, I've uninstalled/reinstalled, and even created a new Profle folder, but I'm having no luck.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13944465</guid>
<pubDate>Wed, 20 Jul 2005 22:28:49 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13943279</link>
<description><![CDATA[<A HREF="/useremail/u/305506"><b>jmorlan</b></A> : <div class="bquote"><SMALL>said by  neill <A HREF="/useremail/u/241758"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>I've installed 1.0.6, and need to poll manually with this version as well :(<br> </DIV>Check your options and make sure the boxes are checked.<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/13943279?c=863113&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG class="apic" BORDER=0 TITLE="81369 bytes" WIDTH=600 HEIGHT=281 SRC="/r0/download/863113.thumb600~b44da42edae7423cf10d37cb085054ab/Clipboard01.png/thumb.jpg" ALT="Click for full size"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13943279</guid>
<pubDate>Wed, 20 Jul 2005 20:09:02 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13943139</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : I've installed 1.0.6, and need to poll manually with this version as well :(]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13943139</guid>
<pubDate>Wed, 20 Jul 2005 19:51:48 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13916488</link>
<description><![CDATA[<A HREF="/useremail/u/184712"><b>jaceg</b></A> : I'm using Notifier 0.8.2 with Firefox 1.0.4.<br><br>The envelope does not appear anymore.  I must poll manually:huh:<br><SMALL>--<br>The best way to predict the future is to create it - Alan Kay</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13916488</guid>
<pubDate>Sun, 17 Jul 2005 19:27:29 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13915272</link>
<description><![CDATA[<A HREF="/useremail/u/397659"><b>Logan 5</b></A> : <div class="bquote"><SMALL>said by  Sir Raleigh <A HREF="/useremail/u/441315"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>Go clean out your "Followed" list on your "Your favorite forums" page.<br><br>Every once in a while something over there fools the Notifier into thinking one of the topics you have stopped following is still being followed.<br><br>That should take care of the problem.<br> </DIV> Ummmmm....you mean manually clicking stop for each one? I have close to 2,000 followed topics and some mods have many many more then that. And, laet's also not forget that followed, sitemarked, and voted posts are all tied together some way, so that may mean additional deleting under other tabs to fix this as well....<br><br>BBR's current layout for maintenance of followed and retained topics is not conducive to that method of fixing the notifier. :huh:<br><br><SMALL> Ed. to fix spelling]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13915272</guid>
<pubDate>Sun, 17 Jul 2005 16:39:42 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13914097</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : Apparently there are some issues with FF 1.0.5 and some extensions.<br><br>See this: &raquo;<A HREF="/forum/remark,13896889">Apparently 1.0.6 on its way :)</A><br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13914097</guid>
<pubDate>Sun, 17 Jul 2005 13:39:31 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13913856</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : I tried clearing out my Followed threads, and I too get this inconsistency with Notifier 0.8.2 and FF 1.0.5. (This has occurred for me with earlier versions as well.) Typically, the envelope doesn't appear, and I need to poll manually.<br><br>Could it be an extension conflict? I'm using the latest versions of TextZoom, ImageZoom, TabMix Plus, Adblock, and Forecastfox.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13913856</guid>
<pubDate>Sun, 17 Jul 2005 13:00:39 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13913747</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : Go clean out your "Followed" list on your "Your favorite forums" page.<br><br>Every once in a while something over there fools the Notifier into thinking one of the topics you have stopped following is still being followed.<br><br>That should take care of the problem.<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13913747</guid>
<pubDate>Sun, 17 Jul 2005 12:45:05 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13912910</link>
<description><![CDATA[<A HREF="/useremail/u/305506"><b>jmorlan</b></A> : The current version doesn't seem to be working as expected for me.  The little envelope appears on the task bar indicating I have one or more updated topics, but none of my topics have actually been updated.  Sometimes the envelope disappears only to come back again even though I still have no updated topics.<br><br>Using DSLR Notifier/0.8.2<br>Firefox/1.0.5<br><br>Up until this update, it seemed to be working as expected.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13912910</guid>
<pubDate>Sun, 17 Jul 2005 10:20:38 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13881940</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : <div class="bquote"><SMALL>said by  JAAulde <A HREF="/useremail/u/386501"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br><div class="bquote"><SMALL>said by  Ronnie_USA <A HREF="/useremail/u/885126"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>You can get it threw update now.<br> </DIV>I can't get it to update right now...<br> </DIV><div class="bquote"><SMALL>said by Sir Raleigh:</SMALL><br><br>I downloaded and installed via Ryan F's link above and it worked just fine for me.</DIV>Seems the update method is working now--must have been in the processing of posting it or something.<br><br>Thanks,<br>Jim<br><SMALL>--<br>Long my imprisoned spirit lay, Fast bound in sin and nature&#146;s night;<BR>Thine eye diffused a quickening ray&#151;I woke, the dungeon flamed with light;<BR>My chains fell off, my heart was free, I rose, went forth, and followed Thee.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13881940</guid>
<pubDate>Wed, 13 Jul 2005 15:00:43 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13881908</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : <div class="bquote"><SMALL>said by  JAAulde <A HREF="/useremail/u/386501"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br><div class="bquote">I can't get it to update right now...<br> </DIV>I downloaded and installed via Ryan F's link above and it worked just fine for me.<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13881908</guid>
<pubDate>Wed, 13 Jul 2005 14:57:34 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13881678</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : <div class="bquote"><SMALL>said by  Ronnie_USA <A HREF="/useremail/u/885126"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>You can get it threw update now.<br> </DIV>I can't get it to update right now...<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/13881678?c=858435&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG TITLE="20221 bytes" BORDER=0 WIDTH=535 HEIGHT=156 SRC="/r0/download/858435~08ffc87831781a0571f7349b740df13e/Clipboard01.gif"></A><br>not working...</TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13881678</guid>
<pubDate>Wed, 13 Jul 2005 14:30:50 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13881628</link>
<description><![CDATA[<A HREF="/useremail/u/885126"><b>Ronnie_USA</b></A> : You can get it threw update now.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13881628</guid>
<pubDate>Wed, 13 Jul 2005 14:26:18 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13881325</link>
<description><![CDATA[<A HREF="/useremail/u/175582"><b>elias</b></A> : Why is it that extensions need to be updated for every new release of FireFox?<br><br>Do they change the browser in such a way that they need to all be redone? Or is it that your Extension hinges on one of the things that were changed?<br><br>-- Elias<br><SMALL>--<br><A HREF="/forum/disco">Crunching the Midnight Oil</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13881325</guid>
<pubDate>Wed, 13 Jul 2005 13:09:58 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13881324</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Sure :)<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap WIDTH=33%><A HREF="/r0/download/858414~3bb09e5f45461641c7966138a32d22c1/dslr_notifier0.8.2fxmzns.zip"><IMG  align=absmiddle TITLE="download" SRC="http://i.dslr.net/silk/compress.png" border=0 width=16 height=16><IMG SRC="http://i.dslr.net/1ptrans.gif" WIDTH=10 HEIGHT=1 border=0><big>dslr_notifie&middot;&middot;&middot;mzns.zip</big></A> <small>23,623 bytes</small><br><small>(dslr_notifier0.8.2fxmzns.xpi)</small></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13881324</guid>
<pubDate>Wed, 13 Jul 2005 13:09:43 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13881293</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : Any chance of posting the update here as well, even temporarily? You know, for those impatient ones :)<br><br>Cudni<br><SMALL>--<br>Help yourself so God can help you</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13881293</guid>
<pubDate>Wed, 13 Jul 2005 13:06:02 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13880543</link>
<description><![CDATA[<A HREF="/useremail/u/885126"><b>Ronnie_USA</b></A> : Thank You that's great.<br>You have a very good extension.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13880543</guid>
<pubDate>Wed, 13 Jul 2005 11:20:25 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13880333</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : It appears the "uncaught exception: null" error was a result of the onInit() function. The exception was caused by onInit() being unable to place the event listener. Moving it down to the bottom of the script allowed the rest of it to execute, but it wouldn't fire the update on startup.<br><br>Maybe the 'appcontent' id has changed in 1.0.5? :p]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13880333</guid>
<pubDate>Wed, 13 Jul 2005 10:53:50 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13880238</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Version 0.8.1 of the extension is currently incompatible with FF 1.0.5. I've uploaded a new version of it to Mozilla Update, and it should be available in about an hour or so. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13880238</guid>
<pubDate>Wed, 13 Jul 2005 10:39:21 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13880117</link>
<description><![CDATA[<A HREF="/useremail/u/885126"><b>Ronnie_USA</b></A> : Since updating to 1.0.5 my BBR extension hasn't notified me of any updated posts or forum Pm's.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13880117</guid>
<pubDate>Wed, 13 Jul 2005 10:21:51 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13879841</link>
<description><![CDATA[<A HREF="/useremail/u/464721"><b>Morac</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>onInit() does execute first but its effect is delayed until there's content in the main window. Though you are correct in saying that it should be at the bottom.</DIV>  The only thing I can guess is that somehow the onInit() is executing too quickly (before the appcontent id is created).  Why changed in FF 1.0.5 to cause this to occur I don't know.  All I know if that with the line on the bottom everything works like before (except for the exception but that appears to be cosmetic).<br><SMALL>--<br><BR><A HREF="http://www.broadbandreports.com/forum/remark,10084297~mode=flat">The Comcast Disney Avatar has been retired</A>.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13879841</guid>
<pubDate>Wed, 13 Jul 2005 09:29:02 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13879743</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : onInit() does execute first but its effect is delayed until there's content in the main window. Though you are correct in saying that it should be at the bottom.<br><br>I've tracked the "uncaught exception: null" down to a problem with DOM access. I'm not sure, but I think the fix for <A HREF="http://www.mozilla.org/security/announce/mfsa2005-55.html">MFSA 2005-55</A> may have broken something...]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13879743</guid>
<pubDate>Wed, 13 Jul 2005 09:13:01 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13879690</link>
<description><![CDATA[<A HREF="/useremail/u/464721"><b>Morac</b></A> : I think I found the problem in the code.<br><br>In the dslrOverlay.js file move the line<br>window.addEventListener('load', onInit(), false);<br>at the top of the file down to the very bottom.<br><br>What seems to be happening is that the onInit() function is executing before the PollStatusTimer.init(_statusint) function.<br><br>There is still an error in the javascript console window which I'm pretty sure is caused by the line<br>this.cancel();<br>inside the init: function(aDelay) function since this is null at startup, but it doesn't seem to hurt anything.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13879690</guid>
<pubDate>Wed, 13 Jul 2005 09:04:14 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13879624</link>
<description><![CDATA[<A HREF="/useremail/u/1063283"><b>fegul</b></A> : Same, it doesnt go away for me either]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13879624</guid>
<pubDate>Wed, 13 Jul 2005 08:49:50 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13879508</link>
<description><![CDATA[<A HREF="/useremail/u/464721"><b>Morac</b></A> : After upgrading to Firefox 1.0.5, the BBR icon now appears in my status bar and won't go away no matter what setting I choose in the extension.  I also tried uninstalling and reinstalling the extension but the icon is still there.<br><br>There is also now an "uncaught exception: null" error in the javascript console so I'm guessing Firefox 1.0.5 broken something you were using.  I'm also guessing that the other icons won't update either since they change are changed by the same area in code.<br><SMALL>--<br><BR><A HREF="http://www.broadbandreports.com/forum/remark,10084297~mode=flat">The Comcast Disney Avatar has been retired</A>.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13879508</guid>
<pubDate>Wed, 13 Jul 2005 08:17:21 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13872102</link>
<description><![CDATA[<A HREF="/useremail/u/464721"><b>Morac</b></A> : Is there a reason the DSLreports icon appears for a second before disappearing in every window that I open?  It's kind of distracting.<br><br>It seems like it would be better to hide it by default and then show it if needed.  Or even better set up a attribute that determines whether it is displayed or not and then use css to show it or not.<br><SMALL>--<br><BR><A HREF="http://www.broadbandreports.com/forum/remark,10084297~mode=flat">The Comcast Disney Avatar has been retired</A>.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13872102</guid>
<pubDate>Tue, 12 Jul 2005 12:23:28 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13834304</link>
<description><![CDATA[<A HREF="/useremail/u/656491"><b>Sandman5</b></A> : Well it doesn't look like I'm going to get anyone to reset the count. I IM'd nil and she doesn't have a clue how to do this but said to IM justin. He got the IM sometime yesterday afternoon but the count has not been reset yet.<br><SMALL>--<br>Rule #62: Don't take yourself so damn seriously!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13834304</guid>
<pubDate>Thu, 07 Jul 2005 13:44:19 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13830180</link>
<description><![CDATA[<A HREF="/useremail/u/649954"><b>Brano</b></A> : Excellent job! 0.8.1 is working well with FF for me.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13830180</guid>
<pubDate>Wed, 06 Jul 2005 22:49:44 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13829526</link>
<description><![CDATA[<A HREF="/useremail/u/1114011"><b>Chameleon</b></A> : You have done a great job!! Best extension I got.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13829526</guid>
<pubDate>Wed, 06 Jul 2005 21:28:17 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13827506</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Thank you both, I appreciate that my work is appreciated :D<br><br>Feedback and bug reports are always welcome, as this is the first Firefox extension I've done and it's been a while since I last used JavaScript heavily.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13827506</guid>
<pubDate>Wed, 06 Jul 2005 17:21:22 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13825865</link>
<description><![CDATA[<A HREF="/useremail/u/656491"><b>Sandman5</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br><div class="bquote"><SMALL>said by  Sandman5 <A HREF="/useremail/u/656491"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>OK, I'm still showing <br><div class="code"><PRE><span class="codetext">&lt;m n="1 updated topics"/&gt;</SPAN></PRE></DIV>here http://www.broadbandreports.com/browser/extensions/reportstatus.xml but when I check my updated topics there are none listed.<br><br>How can I fix this?<br><br> </DIV>You've probably got an updated thread in your <A HREF="/postlist">post tracker</A> somewhere. It could be buried several pages back too. <A HREF="/forum/remark,9291428~mode=flat">There</A> <A HREF="/forum/remark,9005337~mode=flat">have</A> <A HREF="/forum/remark,9340243~mode=flat">been</A> a few requests for a feature to stop following all posts at once, but I don't think it was ever implemented. Maybe you could petition someone like  nil <A HREF="/useremail/u/251107"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> to reset your count to zero?<br> </DIV>I guess I'm going to have to see if I can get someone to reset the count to zero. I stopped following each post manually so that I could bookmark the ones that I wanted to keep track of or refer to later but the count is still at 1.<br><br><SMALL>--<br>Rule #62: Don't take yourself so damn seriously!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13825865</guid>
<pubDate>Wed, 06 Jul 2005 14:07:29 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13823017</link>
<description><![CDATA[<A HREF="/useremail/u/397659"><b>Logan 5</b></A> : [cheerleader mode on]<br><br>Oh the efforts Ryan makes are definately appreciated, and I don't think anyone here (so far) has been harsh in their criticism, especially when feedback, suggestions and comments are welcomed, which is a refershing rarity in today's money driven "get it out at all costs no matter the quality at the time you release it because you can always patch it AFTER you get the $$$" mentality in the Software Industry.<br><br>The fact that this is free when he could easily make some $$$ off of it speaks volumes to his dedication to seeing this completely bug free in the long term.<br><br>[/cheerleader mode off] ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13823017</guid>
<pubDate>Wed, 06 Jul 2005 02:48:10 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13822005</link>
<description><![CDATA[<A HREF="/useremail/u/974615"><b>mers2</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br><div class="bquote"><SMALL>said by  fegul <A HREF="/useremail/u/1063283"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>I just want to thank you again for trying to create such a useful extension for us BBR users. I hope you get those bugs ironed out, but don't kill yourself over them :D<br> </DIV>I'll try not to.... except I just discovered the latest version isn't compatible with FF 1.1 :mad:<br><br>I think I'll just devote an evening this week to completely rewriting it, It'll save me from some headaches later on down the line :)<br> </DIV>I also want to say thanks again.  Even with the one off I love the notifier and do appreciate all of the work you put into it.<br><SMALL>--<br>God put me on this Earth to accomplish a certain number of things. Right now, I am so far behind I will never die.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13822005</guid>
<pubDate>Tue, 05 Jul 2005 23:33:12 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13821728</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  fegul <A HREF="/useremail/u/1063283"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>I just want to thank you again for trying to create such a useful extension for us BBR users. I hope you get those bugs ironed out, but don't kill yourself over them :D<br> </DIV>I'll try not to.... except I just discovered the latest version isn't compatible with FF 1.1 :mad:<br><br>I think I'll just devote an evening this week to completely rewriting it, It'll save me from some headaches later on down the line :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13821728</guid>
<pubDate>Tue, 05 Jul 2005 22:59:49 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13821654</link>
<description><![CDATA[<A HREF="/useremail/u/1063283"><b>fegul</b></A> : I just want to thank you again for trying to create such a useful extension for us BBR users. I hope you get those bugs ironed out, but don't kill yourself over them :D<br><SMALL>--<br>|<A HREF="http://www.fegul.ethiofamily.com">Networking Help</A>|<A HREF="http://www.fegul.blogspot.com">My Blog</A>|</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13821654</guid>
<pubDate>Tue, 05 Jul 2005 22:51:21 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13821582</link>
<description><![CDATA[<A HREF="/useremail/u/974615"><b>mers2</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>Ah, then this has been a problem for quite some time then, as the Mozilla version uses the same icon update procedure as v0.6...<br><br>I guess I've got my work cut out for v0.9 :hmm:<br> </DIV>It's been a sporadic problem for me.  It had been correct again for awhile but once again I'm having the 1 topic updated when there are none problem.<br><SMALL>--<br>God put me on this Earth to accomplish a certain number of things. Right now, I am so far behind I will never die.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13821582</guid>
<pubDate>Tue, 05 Jul 2005 22:42:37 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13821564</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Logan 5 <A HREF="/useremail/u/397659"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>I'm having the same problem.... I just unchecked the "check for updated topics box" under the general tab.<br><br>I'd like to see this fixed, but it's not a deal breaker if it takes awhile as I am more interested in the IM notification feature.<br> </DIV>Ah, then this has been a problem for quite some time then, as the Mozilla version uses the same icon update procedure as v0.6...<br><br>I guess I've got my work cut out for v0.9 :hmm:]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13821564</guid>
<pubDate>Tue, 05 Jul 2005 22:40:31 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13821419</link>
<description><![CDATA[<A HREF="/useremail/u/397659"><b>Logan 5</b></A> : I'm having the same problem.... I just unchecked the "check for updated topics box" under the general tab.<br><br>I'd like to see this fixed, but it's not a deal breaker if it takes awhile as I am more interested in the IM notification feature.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13821419</guid>
<pubDate>Tue, 05 Jul 2005 22:22:04 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13821060</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  neill <A HREF="/useremail/u/241758"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>...Manual polling works-- when I right-click the BBR icon, the envelope icon immediately appears.<br> </DIV>Must be a bug then :( <br>Although a very strange one... manually polling calls the same function and edits the icon's properties in the same way as the timer-fired method :huh:]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13821060</guid>
<pubDate>Tue, 05 Jul 2005 21:39:37 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13820970</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Sandman5 <A HREF="/useremail/u/656491"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>OK, I'm still showing <br><div class="code"><PRE><span class="codetext">&lt;m n="1 updated topics"/&gt;</SPAN></PRE></DIV>here http://www.broadbandreports.com/browser/extensions/reportstatus.xml but when I check my updated topics there are none listed.<br><br>How can I fix this?<br><br> </DIV>You've probably got an updated thread in your <A HREF="/postlist">post tracker</A> somewhere. It could be buried several pages back too. <A HREF="/forum/remark,9291428~mode=flat">There</A> <A HREF="/forum/remark,9005337~mode=flat">have</A> <A HREF="/forum/remark,9340243~mode=flat">been</A> a few requests for a feature to stop following all posts at once, but I don't think it was ever implemented. Maybe you could petition someone like  nil <A HREF="/useremail/u/251107"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> to reset your count to zero?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13820970</guid>
<pubDate>Tue, 05 Jul 2005 21:27:20 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13818118</link>
<description><![CDATA[<A HREF="/useremail/u/1063283"><b>fegul</b></A> : <div class="bquote"><SMALL>said by  Sandman5 <A HREF="/useremail/u/656491"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>OK, I'm still showing <br><div class="code"><PRE><span class="codetext">&lt;m n="1 updated topics"/&gt;</SPAN></PRE></DIV>here http://www.broadbandreports.com/browser/extensions/reportstatus.xml but when I check my updated topics there are none listed.<br><br>How can I fix this?<br><br> </DIV>I have that same problem<br><br><SMALL>--<br>|<A HREF="http://www.fegul.ethiofamily.com">Networking Help</A>|<A HREF="http://www.fegul.blogspot.com">My Blog</A>|</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13818118</guid>
<pubDate>Tue, 05 Jul 2005 14:43:24 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13818010</link>
<description><![CDATA[<A HREF="/useremail/u/656491"><b>Sandman5</b></A> : OK, I'm still showing <br><div class="code"><PRE><span class="codetext">&lt;m n="1 updated topics"/&gt;</SPAN></PRE></DIV>here http://www.broadbandreports.com/browser/extensions/reportstatus.xml but when I check my updated topics there are none listed.<br><br>How can I fix this?<br><br><SMALL>--<br>Rule #62: Don't take yourself so damn seriously!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13818010</guid>
<pubDate>Tue, 05 Jul 2005 14:28:51 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13815625</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : It doesn't seem to be related to the theme. I've changed back to the default theme, and even though the XML now indicates 7 updated topics, report.statusnewsText is still stuck at "1 Updated Topics".<br><br>Manual polling works-- when I right-click the BBR icon, the envelope icon immediately appears.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13815625</guid>
<pubDate>Tue, 05 Jul 2005 08:25:56 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13814455</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Hmm.. very odd, I'll do a little testing with Noia installed and run through a couple of different configurations to see if I can replicate this problem.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13814455</guid>
<pubDate>Tue, 05 Jul 2005 00:16:31 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13814440</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Gizy <A HREF="/useremail/u/679072"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>But I have gotten used to notifications opening in a new tab--is there a way to set it to do that with the new version?  I looked but didn't see anything right away.  Great job on this and thanks for all the hard work!<br> </DIV>You can middle-click on the icon to have it open in new tab. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13814440</guid>
<pubDate>Tue, 05 Jul 2005 00:13:22 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13814280</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : Now there are two followed topics updated, as indicated by the xml page. Reportstatusnews.Text now has a value of "1 Updated Topics", but there is still no envelope icon in the status bar.<br><br>Edit-- three followed topics updated, but the Value has remained "1 Updated Topics," and still no icon :(]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13814280</guid>
<pubDate>Mon, 04 Jul 2005 23:41:06 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13814119</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>What does <A HREF="/browser/extensions/reportstatus.xml">this page</A> look like for you? If there's an updated topic, it'll say something like &lt;m n="x updated topics"/&gt; if the forum is picking up on updates.<br>If the XML file shows it, what's your reportstatus.newsText value set to in about:config?<br><br>edit: One more thing, what version/build of Firefox are you using?<br> </DIV>The XML page accurately reflects the (one) updated topic, Ryan. The reportstatus.newsText value is blank, ie, there's no number present in that field.<br><br>I'm using FF 1.0.4, with the Noia theme.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13814119</guid>
<pubDate>Mon, 04 Jul 2005 23:10:47 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13814011</link>
<description><![CDATA[<A HREF="/useremail/u/1063283"><b>fegul</b></A> : I don't have any updated posts, but when I click on this; &raquo;<A HREF="/browser/extensions/reportstatus.xml">/browser/exten&middot;&middot;&middot;atus.xml</A><br>It says I have two updated posts.  Is that a problem with stickied threads or sitemarked threads?<br><SMALL>--<br>|<A HREF="http://www.fegul.ethiofamily.com">Networking Help</A>|<A HREF="http://www.fegul.blogspot.com">My Blog</A>|</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13814011</guid>
<pubDate>Mon, 04 Jul 2005 22:51:22 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13813991</link>
<description><![CDATA[<A HREF="/useremail/u/679072"><b>Gizy</b></A> : <div class="bquote"><SMALL>said by  Cudni <A HREF="/useremail/u/917630"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>It now opens in the same tab. That is so.... Thanks! :)<br><br>Cudni<br> </DIV>I love this extension and can't live without it anymore.  But I have gotten used to notifications opening in a new tab--is there a way to set it to do that with the new version?  I looked but didn't see anything right away.  Great job on this and thanks for all the hard work!<br><SMALL>--<br>Life is what happens to you while you are making plans. </BR> <A HREF="http://www.pbase.com/mbovey">My Gallery</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13813991</guid>
<pubDate>Mon, 04 Jul 2005 22:48:14 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13813753</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Sir Raleigh <A HREF="/useremail/u/441315"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>Post here again. I was sitting on this topic and didn't give my icon time to update.<br><br>PS. It's been working just fine all afternoon.<br> </DIV>Ahh... the <A HREF="http://www.dslreports.com/forum/remark,12815885~start=280#13813413">above</A> was for  neill <A HREF="/useremail/u/241758"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> so we can figure out why his icon isn't showing up. There aren't any other issues (other than sticky updates) that I know of at this time.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13813753</guid>
<pubDate>Mon, 04 Jul 2005 22:05:30 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13813709</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : Post here again. I was sitting on this topic and didn't give my icon time to update.<br><br>PS. It's been working just fine all afternoon.<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13813709</guid>
<pubDate>Mon, 04 Jul 2005 22:00:42 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13813676</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : And your updated topic icon is inactive?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13813676</guid>
<pubDate>Mon, 04 Jul 2005 21:55:17 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13813637</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : See above and below:<br><br>Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.8) Gecko/20050510 Firefox/1.0.4<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL><div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/13813637?c=853083&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG class="apic" BORDER=0 TITLE="2359350 bytes" WIDTH=600 HEIGHT=115 SRC="/r0/download/853083.thumb600~43f0ea1fb12e90e2e9159702bb9dc61b/Screen1.jpg/thumb.jpg" ALT="Click for full size"></A></TD></TR><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/13813637?c=853084&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG class="apic" BORDER=0 TITLE="1440054 bytes" WIDTH=600 HEIGHT=82 SRC="/r0/download/853084.thumb600~203b6630874e3d4b3077a3f7cd2d8484/Screen2.jpg/thumb.jpg" ALT="Click for full size"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13813637</guid>
<pubDate>Mon, 04 Jul 2005 21:48:24 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13813413</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : What does <A HREF="/browser/extensions/reportstatus.xml">this page</A> look like for you? If there's an updated topic, it'll say something like &lt;m n="x updated topics"/&gt; if the forum is picking up on updates.<br>If the XML file shows it, what's your reportstatus.newsText value set to in about:config?<br><br>edit: One more thing, what version/build of Firefox are you using?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13813413</guid>
<pubDate>Mon, 04 Jul 2005 21:12:06 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13811890</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : I'd thought that might have been the case, but it's not just the sticky. When I change all the entries in about:config to True, I momentarily get the envelope icon, but it fails to update thereafter.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13811890</guid>
<pubDate>Mon, 04 Jul 2005 16:36:17 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13811696</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : The XML feed the extension uses doesn't pick up on updated sticky topics (like this one). Is this what you're seeing?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13811696</guid>
<pubDate>Mon, 04 Jul 2005 15:59:32 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13810783</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : Unfortunately, it only worked upon installing. Even when I poll manually by right-clicking the icon, I still don't get any post notification. I went to about:config, and made sure that pollTop was set to True, but it's still not working, <br><br>I'd sure appreciate any suggestions.<br><br>Edit-- I use Treewalk to cache the DNS. Do you think that might have something to do with it?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13810783</guid>
<pubDate>Mon, 04 Jul 2005 13:35:56 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13810365</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : It now opens in the same tab. That is so.... Thanks! :)<br><br>Cudni<br><SMALL>--<br>Help yourself so God can help you</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13810365</guid>
<pubDate>Mon, 04 Jul 2005 12:30:25 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13807710</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : I installed using your uploaded .zip file.<br><br>All is working fine.<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13807710</guid>
<pubDate>Sun, 03 Jul 2005 23:31:47 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13807655</link>
<description><![CDATA[<A HREF="/useremail/u/181160"><b>mjf</b></A> : Updated extension v08.1 worked.  All is well!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13807655</guid>
<pubDate>Sun, 03 Jul 2005 23:20:53 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13807468</link>
<description><![CDATA[<A HREF="/useremail/u/181160"><b>mjf</b></A> : I got the IM notifier but yet to have a thread updated so I can't comment on that yet.  Looks fixed for v08.1!  Thanks.<br><br>Will keep you posted!<br><SMALL>--<br><B>Smile!</B><BR><A HREF="http://www.dslreports.com/forum/disco"><B>Team Discovery</B></A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13807468</guid>
<pubDate>Sun, 03 Jul 2005 22:42:47 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13807269</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Great news :D <br>Thanks for helping me test it, I'll go and upload this to MozUpdate now..]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13807269</guid>
<pubDate>Sun, 03 Jul 2005 22:05:40 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13807244</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : This version is now working for me, Ryan, including the notifier :-).  <br>I hadn't gotten it to work reliably in earlier versions.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13807244</guid>
<pubDate>Sun, 03 Jul 2005 22:00:58 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13807228</link>
<description><![CDATA[<A HREF="/useremail/u/397659"><b>Logan 5</b></A> : It's there and installed just fine under Moz 1.7.6]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13807228</guid>
<pubDate>Sun, 03 Jul 2005 21:59:13 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13807168</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Just unzip the file and the XPI should be there. The forum zipped it up when I posted it.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13807168</guid>
<pubDate>Sun, 03 Jul 2005 21:49:48 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13807161</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>Alright, I found the problem and fixed it. It was a typo in the procedure for handling the toolbar icon when it wasn't present and it ended up causing somewhat of an infinite loop. :huh:<br><br>So now it should be alright, but I want to make sure it works before I upload it to Mozilla Update. Anyone feeling brave? ;)<br> </DIV>I tried changing .zip to .xpi, then dragging it into the extensesions, list. I got an "install script not found" error.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13807161</guid>
<pubDate>Sun, 03 Jul 2005 21:48:17 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13807015</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Alright, I found the problem and fixed it. It was a typo in the procedure for handling the toolbar icon when it wasn't present and it ended up causing somewhat of an infinite loop. :huh:<br><br>So now it should be alright, but I want to make sure it works before I upload it to Mozilla Update. Anyone feeling brave? ;)<br><br>edit: File deleted. v0.8.1 will be available via Mozilla Update by tomorrow.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13807015</guid>
<pubDate>Sun, 03 Jul 2005 21:22:03 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13804826</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : I've tried installing v0.8 and get this message.<br><br>This message came up when I had to download the extension and try to install it by clicking 'File|Open File...' because trying to install it by clicking the link didn't work.<br><br>EDIT: I forgot to add:<br>Win98SE<br>Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.8) Gecko/20050510 Firefox/1.0.4<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL><div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/13804826?c=852312&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG class="apic" BORDER=0 TITLE="2359350 bytes" WIDTH=600 HEIGHT=133 SRC="/r0/download/852312.thumb600~43f0ea1fb12e90e2e9159702bb9dc61b/Screen1.jpg/thumb.jpg" ALT="Click for full size"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13804826</guid>
<pubDate>Sun, 03 Jul 2005 14:32:50 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13804596</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Hmm... I've had v0.8 running for a few days and haven't noticed any problems as of yet. I think a few last minute <A HREF="http://www.mozdev.org/source/browse/dslrnotify/src/chrome/content/reportstatus/dslrOverlay.js.diff?r1=1.6&r2=1.7&f=h">changes</A> I made prior to releasing it may be causing the problems you're seeing. I'll fix it up tonight and get a working version out as soon as possible. :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13804596</guid>
<pubDate>Sun, 03 Jul 2005 13:41:58 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13803755</link>
<description><![CDATA[<A HREF="/useremail/u/181160"><b>mjf</b></A> : <div class="bquote"><SMALL>said by  jimeez <A HREF="/useremail/u/623139"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>You know it's funny, this thread doesan't trigger DSLR Notifier for me.  Odd...  :(<br> </DIV>I think it's a known problem with stickied threads like this one.<br><SMALL>--<br><B>Smile!</B><BR><A HREF="http://www.dslreports.com/forum/disco"><B>Team Discovery</B></A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13803755</guid>
<pubDate>Sun, 03 Jul 2005 10:57:24 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13803731</link>
<description><![CDATA[<A HREF="/useremail/u/1057747"><b>blackeyes</b></A> : Sorry to admit but firefox has been freezing up a lot lately ever since I downloaded the last update for BBR notifier. I uninstalled it and the browser hasn't froze yet. Go figure. Some bugs in it still me thinks.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13803731</guid>
<pubDate>Sun, 03 Jul 2005 10:52:16 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13803677</link>
<description><![CDATA[<A HREF="/useremail/u/623139"><b>jimeez</b></A> : You know it's funny, this thread doesan't trigger DSLR Notifier for me.  Odd...  :(]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13803677</guid>
<pubDate>Sun, 03 Jul 2005 10:41:30 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.8 Released</title>
<link>http://www.dslreports.com/forum/remark,13803617</link>
<description><![CDATA[<A HREF="/useremail/u/181160"><b>mjf</b></A> : v0.8 did not work at all for me had to back up to v0.7<br><br>Had all the options set up as before but did not get any notifiers.  Went back to v0.7 and the notifier immediately showed up.<br><SMALL>--<br><B>Smile!</B><BR><A HREF="http://www.dslreports.com/forum/disco"><B>Team Discovery</B></A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13803617</guid>
<pubDate>Sun, 03 Jul 2005 10:26:02 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.8 Released</title>
<link>http://www.dslreports.com/forum/remark,13799971</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : You're welcome :)<br><br><B>Mod Edit: Poster warns that the links below reference a version that has a few minor bugs. You may not want to update until they are resolved.</B><br><br>Mozilla Update seems to be having an issue with their mirror servers. As an alternative, you can install v0.8 from <A HREF="http://dslrnotify.mozdev.org/installation.html">Mozdev</A>. Or if that doesn't work, any of the following sites can be used...<br><SMALL><br>&raquo;<A HREF="http://mozdev.oregonstate.edu/dslrnotify/dslr_notifier-0.8-fx%2Bmz%2Bns.xpi" >mozdev.oregonstate.edu/dslrnotif&middot;&middot;&middot;2Bns.xpi</A><br>&raquo;<A HREF="http://ftp.iasi.roedu.net/mirrors/mozdev.org/dslrnotify/dslr_notifier-0.8-fx%2Bmz%2Bns.xpi" >ftp.iasi.roedu.net/mirrors/mozde&middot;&middot;&middot;2Bns.xpi</A><br>&raquo;<A HREF="http://mozdev.elliptic.fr/dslrnotify/dslr_notifier-0.8-fx%2Bmz%2Bns.xpi" >mozdev.elliptic.fr/dslrnotify/ds&middot;&middot;&middot;2Bns.xpi</A><br>&raquo;<A HREF="http://ftp.rz.tu-bs.de/pub/mirror/downloads.mozdev.org/dslrnotify/dslr_notifier-0.8-fx%2Bmz%2Bns.xpi" >ftp.rz.tu-bs.de/pub/mirror/downl&middot;&middot;&middot;2Bns.xpi</A><br>&raquo;<A HREF="http://mozdev.sweetooth.org/dslrnotify/dslr_notifier-0.8-fx%2Bmz%2Bns.xpi" >mozdev.sweetooth.org/dslrnotify/&middot;&middot;&middot;2Bns.xpi</A><br></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13799971</guid>
<pubDate>Sat, 02 Jul 2005 18:24:26 EDT</pubDate>
</item>

<item>
<title>Re: Version 0.8 Released</title>
<link>http://www.dslreports.com/forum/remark,13799361</link>
<description><![CDATA[<A HREF="/useremail/u/974615"><b>mers2</b></A> : Just in time for the holiday. :) Thank you! Looking forward to the update. Your work on this is very much appreciated.<br><SMALL>--<br>God put me on this Earth to accomplish a certain number of things. Right now, I am so far behind I will never die.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13799361</guid>
<pubDate>Sat, 02 Jul 2005 16:27:34 EDT</pubDate>
</item>

<item>
<title>Version 0.8 Released</title>
<link>http://www.dslreports.com/forum/remark,13799294</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Version 0.8 has been released and will be available via <A HREF="https://addons.mozilla.org/extensions/moreinfo.php?application=all&category=Website%20Integration&numpg=10&id=628">Mozilla Update</A> momentarily.<br>Version 0.8 is now compatible with:<br><br>Firefox 0.8 - 1.0.5 <SMALL>(<A HREF="http://www.dslreports.com/r0/download/851796~2dd9ba1ea7c7c9225d2e4479e2960df5/fox.jpg">see screenshot</A>)</SMALL><br>Mozilla 1.0 - 1.7+ <SMALL>(<A HREF="http://www.dslreports.com/r0/download/851795~68b38b5a92225aef18c00abe4b17ec98/moz.jpg">see screenshot</A>)</SMALL><br>Netscape 8.0 - 8.0.2 <SMALL>(<A HREF="http://www.dslreports.com/r0/download/851797~6563c16e256a3210c6130c3e834d3d5c/ns.jpg">see screenshot</A>)</SMALL><br><br>At this time there's a small bug in the Netscape and Firefox versions that causes the icon in the toolbar palette to act <A HREF="http://www.dslreports.com/r0/download/851802~04ff7a089dfc16b08267fea506dc19ec/doh.jpg">a little funky</A>, but it does not interfere with other icons in the palette and displays properly once on the toolbar.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13799294</guid>
<pubDate>Sat, 02 Jul 2005 16:14:43 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13733973</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : I've rewritten the core of the extension so that it'll finally be compatible with Mozilla. :) <br>All I need to do now is create a compatible interface for it.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13733973</guid>
<pubDate>Fri, 24 Jun 2005 02:14:49 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13733948</link>
<description><![CDATA[<A HREF="/useremail/u/397659"><b>Logan 5</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>I can't seem to get it to work with the Suite in it's current state. I've started a rewrite of it and will release a Mozilla-only version in a day or two. <br> </DIV> Did ya release the Mozilla only version yet? Been a little over 2 weeks so I thought I'd check back with you and see if you had.<br><br>Thanks,]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13733948</guid>
<pubDate>Fri, 24 Jun 2005 02:08:36 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13663806</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Check the post directly above yours.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13663806</guid>
<pubDate>Wed, 15 Jun 2005 13:18:23 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13661298</link>
<description><![CDATA[<A HREF="/useremail/u/1027919"><b>Anonymous_</b></A> : Dose not work i just get an erorr<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/13661298?c=841916&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG TITLE="2995 bytes" BORDER=0 WIDTH=523 HEIGHT=70 SRC="/r0/download/841916~f84945c46a5e3dc96be2f77fb4d3d94f/SP3220050614003844.gif"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13661298</guid>
<pubDate>Wed, 15 Jun 2005 03:37:51 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13617617</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : I think this might help a little... <A HREF="https://addons.mozilla.org/extensions/moreinfo.php?id=628">DSLR Notifier</A><br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13617617</guid>
<pubDate>Thu, 09 Jun 2005 13:37:00 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13617575</link>
<description><![CDATA[<A HREF="/useremail/u/1187437"><b>Maarvin</b></A> : Forgive me for being a bit ignorant as to what service this BBR Firefox Extension brings me. A quick note of: <I>A suite of tools developers....</I> the remaining sentence is obscured by the notifier settings box as well as <I>DSLR/BBR and updated notifier.....</I>. Thus the purpose is partially obscured to me.<br><br>An attempt to access the URL that you posted produced only "Does Not Exist". If your posted Topic is obscure and the URL produces an error. What further use is there in reading the brief instructions that you posted as well.<br><br>Please be more specific, I'm interested in this plug-in, however, I need some straight information describing exactly what your doing here. Finally, it's all for naught if the URL produces only a blank page.<br><br>Can you give me another shot?<br><SMALL>--<br>I think that it is much more likely that the reports of flying saucers are the results of the known irrational characteristics of terrestrial intelligence than of the unknown rational efforts of extra-terrestrial intelligence</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13617575</guid>
<pubDate>Thu, 09 Jun 2005 13:32:19 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13616160</link>
<description><![CDATA[<A HREF="/useremail/u/1063283"><b>fegul</b></A> : Is the report status correct? Mine says I have two, but I don't have any!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13616160</guid>
<pubDate>Thu, 09 Jun 2005 09:47:58 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13615974</link>
<description><![CDATA[<A HREF="/useremail/u/464721"><b>Morac</b></A> : <B>1.</B> The BBR icon's tooltip might be initially set to "Notifier Options", but it appears to change whenever a new icon appears or disappears from the status bar.  For example, I went to the about:config options and forced the IM flag to appear which caused the BBR icon's tooltip to change.  The tooltip appears to be mirroring the tooltips for the icons in the navigation toolbar.<br><br><B>2.</B> I also noticed something else bizarre today.  I saw the IM icon flashing so I checked &raquo;<A HREF="/browser/extensions/reportstatus.xml">/browser&middot;&middot;&middot;atus.xml</A><br>which listed "m i="2 messages from 1 person" n="2 updated topics"/" meaning that the topic icon should have also showed up, but it didn't.  In fact the reportstatus.newsText was blank.  <br><br>Shortly after checking the XML file, the IM icon vanished off the status bar. So I went into the about:config options and forced both icons to be true and manually entered the text "2 updated topics" into the newsText option and then went into the preferences window and changed the check time to 1 minute.  Both icons vanished, but a minute later the updated post option appeared (I had already read the Instant message) so this was correct).  After that the updated topic flag seemed to work.<br><br><B>bug:</B> I noticed that the default preferences aren't being set which would cause exceptions if the preference was read. The fact that reseting any of the default preferences listed in reportstatus.js clears them seems to confirm this. In your reportstatus.js default preference file every line starts off as "user_pref(".  Every Firefox extension I've ever seen starts off as "pref(".  You might want to check this since it doesn't seem to work in Firefox.<br><br>Once I manually gave the preferences values.  I'll see if it still works once the newsText goes back to being blank.  <br><SMALL>--<br><BR><A HREF="http://www.broadbandreports.com/forum/remark,10084297~mode=flat">The Comcast Disney Avatar has been retired</A>.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13615974</guid>
<pubDate>Thu, 09 Jun 2005 09:15:11 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13614693</link>
<description><![CDATA[<A HREF="/useremail/u/656491"><b>Sandman5</b></A> : I cleared all of my followed links, about 1100+, about a week ago. Even after that the icon would not go away (I didn't know the address of the XML page to check that).<br><SMALL>--<br>Rule #62: Don't take yourself so damn seriously!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13614693</guid>
<pubDate>Thu, 09 Jun 2005 01:41:33 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13614661</link>
<description><![CDATA[<A HREF="/useremail/u/974615"><b>mers2</b></A> : <div class="bquote"><SMALL>said by  Sandman5 <A HREF="/useremail/u/656491"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>I checked all of my updated topics (or at least I had earlier when I started this response) but the XML file still shows a count of one.<br> </DIV>Check under the Followed tab and see if there is one that you might have cleared without reading.  Whenever I've had one topic still being flagged by the extension and Updated Followed says all are read I double check Followed and find it.<br><SMALL>--<br>God put me on this Earth to accomplish a certain number of things. Right now, I am so far behind I will never die.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13614661</guid>
<pubDate>Thu, 09 Jun 2005 01:36:30 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13614524</link>
<description><![CDATA[<A HREF="/useremail/u/656491"><b>Sandman5</b></A> : I checked all of my updated topics (or at least I had earlier when I started this response) but the XML file still shows a count of one.<br><SMALL>--<br>Rule #62: Don't take yourself so damn seriously!</SMALL><div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/13614524?c=838899&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG class="apic" BORDER=0 TITLE="9244 bytes" WIDTH=600 HEIGHT=112 SRC="/r0/download/838899.thumb600~814e7a84503d0f947974eb9acc5895b8/reportstatus.xml.jpg/thumb.jpg" ALT="Click for full size"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13614524</guid>
<pubDate>Thu, 09 Jun 2005 01:08:27 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13614043</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR><div class="bquote"><SMALL>said by  neill <A HREF="/useremail/u/241758"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>When I try this, the setting turns to True, and the icon shows up momentarily; it then disappears while <B>reportstatus.imFlag,</B> changes to False. Is this behavior normal?<br> </DIV>Yes, that's normal. <br>When you look at that same about:config page, do you see any keys with blank values (other than reportstatus.imText and reportstatus.newsText) - or if you open the extension's preferences, are the top two boxes unchecked?<br> </DIV>reportstatus.poppref was blank-- I just set it to True, and the top two boxes have been checked. <br><br>The BBR icon appeared once I closed out and reopened FF.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13614043</guid>
<pubDate>Wed, 08 Jun 2005 23:54:03 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13612918</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  neill <A HREF="/useremail/u/241758"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>When I try this, the setting turns to True, and the icon shows up momentarily; it then disappears while <B>reportstatus.imFlag,</B> changes to False. Is this behavior normal?<br> </DIV>Yes, that's normal. <br>When you look at that same about:config page, do you see any keys with blank values (other than reportstatus.imText and reportstatus.newsText) - or if you open the extension's preferences, are the top two boxes unchecked?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13612918</guid>
<pubDate>Wed, 08 Jun 2005 21:59:37 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13612872</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Morac <A HREF="/useremail/u/464721"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>Also the BBR icon's tooltip says "Reload current page", but clicking or double clicking it does not do anything.  Actually it seems that the tooltip randomly changes to be the same as the tooltip for another icon in the browser.<br> </DIV><div class="code"><PRE><span class="codetext">&lt;statusbarpanel<br>id="dslr-menu"<br>hidden="true"<br>context="statusbar-dslr-menu"<br>label="DSLR Notifier Preferences"<br>tooltiptext="Notifier Options"<br>style="min-width: 16px; white-space: nowrap; padding: 0px;"&gt;<br>&lt;image width="16" height="16" src="chrome://reportstatus/contents/bbrfav.png" id="dslr-ico<br> *"/&gt;<br>&lt;/statusbarpanel&gt;<br><br>(*) WARNING 1 long line(s) split</SPAN></PRE></DIV>The tooltip should say "Notifier Options" and you can right click on it to bring up the preferences window.<br><br> <BLOCKQUOTE><SMALL>quote:</SMALL><HR>Also I think I found a bug. The BBR icon appeared at the same time that the IM notification icon appeared. I believe this was because I had the "Show statusbar icon set" option set to "always". I changed it to "only on notify event", but the BBR icon did not go away. Neither did it go away when I set it to "never". It looks like the icons will only update when a new message or post is detected. I think it should be updated when the "OK" button is pressed in the preferences menu.<br><HR></BLOCKQUOTE><br>Certainly does sound like a bug... The BBR icon should display at all times and go away once set to "only on notify event" or "never". And yes, the icon updates only occur at every polling interval. I'll be sure to change that in the next revision.<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13612872</guid>
<pubDate>Wed, 08 Jun 2005 21:55:51 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13612783</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> :  <BLOCKQUOTE><SMALL>said by  Sandman5 <A HREF="/useremail/u/656491"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><HR>I actually have the opposite problem. I can't get the icon to go away.<br> <HR></BLOCKQUOTE><br>What do you see when visiting <A HREF="/browser/extensions/reportstatus.xml">this page</A>? If there's anything other than an &lt;/m&gt;, then system still thinks you've got an updated topic.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13612783</guid>
<pubDate>Wed, 08 Jun 2005 21:46:39 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13610739</link>
<description><![CDATA[<A HREF="/useremail/u/1063283"><b>fegul</b></A> : <div class="bquote"><SMALL>said by  Cousin Dave <A HREF="/useremail/u/712536"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br><div class="bquote"><SMALL>said by  Sandman5 <A HREF="/useremail/u/656491"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br><div class="bquote"><SMALL>said by  Morac <A HREF="/useremail/u/464721"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>After installing 0.7 I noticed that the new topic alert icon never showed up even though there were new topics.  I set pollIm and pollTop to true so hopefully they will work now.</DIV>I actually have the opposite problem. I can't get the icon to go away.<br><br> </DIV>Similar problem here.:huh:<br> </DIV>Same here<br><SMALL>--<br>|<A HREF="http://www.fegul.ethiofamily.com">Networking Help</A>|<A HREF="http://www.fegul.blogspot.com">My Blog</A>|</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13610739</guid>
<pubDate>Wed, 08 Jun 2005 17:57:08 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13610513</link>
<description><![CDATA[<A HREF="/useremail/u/712536"><b>Cousin Dave</b></A> : <div class="bquote"><SMALL>said by  Sandman5 <A HREF="/useremail/u/656491"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br><div class="bquote"><SMALL>said by  Morac <A HREF="/useremail/u/464721"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>After installing 0.7 I noticed that the new topic alert icon never showed up even though there were new topics.  I set pollIm and pollTop to true so hopefully they will work now.</DIV>I actually have the opposite problem. I can't get the icon to go away.<br><br> </DIV>Similar problem here.:huh:<br><SMALL>--<br><A HREF="http://www.fairtax.org/">Americans for Fair Taxation</A>,<A HREF="http://allen.senate.gov/">George Allen 2008</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13610513</guid>
<pubDate>Wed, 08 Jun 2005 17:30:11 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13610192</link>
<description><![CDATA[<A HREF="/useremail/u/464721"><b>Morac</b></A> : Well I'm still having the problem with the topic alert not showing up, but then the topics aren't showing up in the <A HREF="http://www.broadbandreports.com/browser/extensions/reportstatus.xml">XML file</A> for me either.<br><br>Also I think I found a bug.  The BBR icon appeared at the same time that the IM notification icon appeared.  I believe this was because I had the "Show statusbar icon set" option set to "always".  I changed it to "only on notify event", but the BBR icon did not go away.  Neither did it go away when I set it to "never".  It looks like the icons will only update when a new message or post is detected.  I think it should be updated when the "OK" button is pressed in the preferences menu.<br><br>Also the BBR icon's tooltip says "Reload current page", but clicking or double clicking it does not do anything.  Actually it seems that the tooltip randomly changes to be the same as the tooltip for another icon in the browser.<br><SMALL>--<br><BR><br><A HREF="http://www.broadbandreports.com/forum/remark,10084297~mode=flat">The Comcast Disney Avatar has been retired</A>.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13610192</guid>
<pubDate>Wed, 08 Jun 2005 16:50:27 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13610051</link>
<description><![CDATA[<A HREF="/useremail/u/656491"><b>Sandman5</b></A> : <div class="bquote"><SMALL>said by  Morac <A HREF="/useremail/u/464721"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>After installing 0.7 I noticed that the new topic alert icon never showed up even though there were new topics.  I set pollIm and pollTop to true so hopefully they will work now.</DIV>I actually have the opposite problem. I can't get the icon to go away.<br><br>I tried what other posters had suggested, clearing all of my followed topics (some 1100+ topics...one at a time) to no avail.<br><SMALL>--<br>Rule #62: Don't take yourself so damn seriously!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13610051</guid>
<pubDate>Wed, 08 Jun 2005 16:34:11 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13609717</link>
<description><![CDATA[<A HREF="/useremail/u/464721"><b>Morac</b></A> : After installing 0.7 I noticed that the new topic alert icon never showed up even though there were new topics.  I set pollIm and pollTop to true so hopefully they will work now.<br><br>I have a question though, what does the "Show statusbar icon set" option do?  It doesn't seem to do anything, since the IM icon only showed up when I had a new IM even though the "Show statusbar icon set" option was set to "always".<br><SMALL>--<br><BR><A HREF="http://www.broadbandreports.com/forum/remark,10084297~mode=flat">The Comcast Disney Avatar has been retired</A>.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13609717</guid>
<pubDate>Wed, 08 Jun 2005 15:56:13 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13604030</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR><div class="bquote"><SMALL>said by  neill <A HREF="/useremail/u/241758"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>I installed the v0.7, and had the BBR icon displayed in my statusbar. Upon rebooting, it disappeared. Is this somehow related to real estate on the statusbar being taken up by other my other extensions (Adblock, Forecastfox, Bettersearch)?<br> </DIV>Try going to about:config and entering <B>report</B> into the filter bar. Look for the entry labeled <B>reportstatus.imFlag</B> and double-click on it. This should cause the icon to show up.<br> </DIV>When I try this, the setting turns to True, and the icon shows up momentarily; it then disappears while <B>reportstatus.imFlag,</B> changes to False. Is this behavior normal?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13604030</guid>
<pubDate>Tue, 07 Jun 2005 23:03:16 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13603110</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : I can't seem to get it to work with the Suite in it's current state. I've started a rewrite of it and will release a Mozilla-only version in a day or two. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13603110</guid>
<pubDate>Tue, 07 Jun 2005 21:33:16 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13603064</link>
<description><![CDATA[<A HREF="/useremail/u/397659"><b>Logan 5</b></A> :  <BLOCKQUOTE><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><HR>Unfortunately due to a settings incompatibility, the extension is not listed as being available for the Mozilla Suite. This bug was spotted during the approval process and an update (v0.7.1) will be released soon in order to ensure compatibility.<HR></BLOCKQUOTE> Any update on the Mozilla version??<br><br>Thanks]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13603064</guid>
<pubDate>Tue, 07 Jun 2005 21:28:53 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13603058</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  jimeez <A HREF="/useremail/u/623139"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>The notifier is no longer working for me.  I cleared my cache, history, and cookies.  Still not working.  Any other ideas?  Thanks.<br> </DIV>Go to about:config and make sure there are values labeled for <B>reportstatus.pollIm</B> and <B>reportstatus.pollTop</B>. If the values are blank, double-click on them and set them to true.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13603058</guid>
<pubDate>Tue, 07 Jun 2005 21:28:24 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13603022</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  neill <A HREF="/useremail/u/241758"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>I installed the v0.7, and had the BBR icon displayed in my statusbar. Upon rebooting, it disappeared. Is this somehow related to real estate on the statusbar being taken up by other my other extensions (Adblock, Forecastfox, Bettersearch)?<br> </DIV>Try going to about:config and entering <B>report</B> into the filter bar. Look for the entry labeled <B>reportstatus.imFlag</B> and double-click on it. This should cause the icon to show up.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13603022</guid>
<pubDate>Tue, 07 Jun 2005 21:25:04 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13602926</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Morac <A HREF="/useremail/u/464721"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>I looked at the extension code and it looks like the alert popup code was commented out which is why no one sees it in their version.<br> </DIV>Correct. I originally had the nsIAlertsService slider coded into the extension, but due to the way I've got the event listeners setup, it would only show the slider on startup. It'll probably show up again in the next version.<br>I used a screenshot from Firefox when I had the latest version running on Deer Park. Sorry for the confusion it caused!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13602926</guid>
<pubDate>Tue, 07 Jun 2005 21:15:00 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13598652</link>
<description><![CDATA[<A HREF="/useremail/u/181160"><b>mjf</b></A> : I see it too:<br><br><div class="code"><PRE><span class="codetext">&lt;!-- &lt;groupbox&gt;<br>&lt;caption label="IM Alert Popup"/&gt;<br>&lt;hbox&gt;<br>&lt;checkbox id="dslr-pop" label="Show an alert popup for new IMs"/&gt;<br>&lt;/hbox&gt;<br>&lt;/groupbox&gt; --&gt;</SPAN></PRE></DIV><br><SMALL>--<br><B>Smile!</B><BR><A HREF="http://www.dslreports.com/forum/disco"><B>Team Discovery</B></A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13598652</guid>
<pubDate>Tue, 07 Jun 2005 12:46:21 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13598253</link>
<description><![CDATA[<A HREF="/useremail/u/464721"><b>Morac</b></A> : I looked at the extension code and it looks like the alert popup code was commented out which is why no one sees it in their version.<br><br>Ryan F, you might consider adding an alert slider popup (or is that what alert popup means?).  It's very simple to add.  You can check <A HREF="http://www.extensionsmirror.nl/index.php?showtopic=3475">an extension I've been working on</A> for an example.  <br><br>check the following link for details on it:<br>&raquo;<A HREF="http://lxr.mozilla.org/aviarybranch/source/toolkit/components/alerts/public/nsIAlertsService.idl#55" >lxr.mozilla.org/aviarybranch/sou&middot;&middot;&middot;e.idl#55</A><br><SMALL>--<br><BR><A HREF="http://www.broadbandreports.com/forum/remark,10084297~mode=flat">The Comcast Disney Avatar has been retired</A>.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13598253</guid>
<pubDate>Tue, 07 Jun 2005 12:00:05 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13591915</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : <div class="bquote"><SMALL>said by  Sandman5 <A HREF="/useremail/u/656491"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>LOL I wasn't quite awake when I posted that apparently.<br><br>Sorry for the mistake.<br> </DIV>;)<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13591915</guid>
<pubDate>Mon, 06 Jun 2005 16:22:18 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13591756</link>
<description><![CDATA[<A HREF="/useremail/u/656491"><b>Sandman5</b></A> : LOL I wasn't quite awake when I posted that apparently.<br><br>Sorry for the mistake.<br><SMALL>--<br>Rule #62: Don't take yourself so damn seriously!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13591756</guid>
<pubDate>Mon, 06 Jun 2005 16:04:59 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13590480</link>
<description><![CDATA[<A HREF="/useremail/u/761367"><b>pulp39</b></A> : No you DON'T Sandman.  Take a look at his pic again.  I highlighted what we are missing in RED.<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/13590480?c=837398&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG class="apic" BORDER=0 TITLE="83784 bytes" WIDTH=600 HEIGHT=344 SRC="/r0/download/837398.thumb600~e4bde0eb46b8f32ef4b4207f5344b4d4/07.jpg/thumb.jpg" ALT="Click for full size"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13590480</guid>
<pubDate>Mon, 06 Jun 2005 13:52:05 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13590409</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : <div class="bquote"><SMALL>said by  Sandman5 <A HREF="/useremail/u/656491"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>I have it too.<br> </DIV>Actually, it appears you <B><U>don't</U></B> have it.<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13590409</guid>
<pubDate>Mon, 06 Jun 2005 13:44:49 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13590177</link>
<description><![CDATA[<A HREF="/useremail/u/656491"><b>Sandman5</b></A> : Nevermind]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13590177</guid>
<pubDate>Mon, 06 Jun 2005 13:17:18 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13589508</link>
<description><![CDATA[<A HREF="/useremail/u/761367"><b>pulp39</b></A> : Thanks for confirming my sanity Sir Raleigh.  Ya see that jmikeh, I ain't da complete doh-nut ya think I am! :D<br><br>What is up with that extra option Ryan F has fellahs?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13589508</guid>
<pubDate>Mon, 06 Jun 2005 11:54:26 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13589410</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : Yes, I'm also wondering about that extra option at the bottom of Ryan F's image. It seems I have the same version, ie 0.7, but I don't have the last option.<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13589410</guid>
<pubDate>Mon, 06 Jun 2005 11:41:35 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13588993</link>
<description><![CDATA[<A HREF="/useremail/u/761367"><b>pulp39</b></A> : It was in response to Ryan F's picture.  He has an extra option which I don't have available for some reason.  Take a look at his attached pic.  Weirdness...]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13588993</guid>
<pubDate>Mon, 06 Jun 2005 10:38:31 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13588974</link>
<description><![CDATA[<A HREF="/useremail/u/623139"><b>jimeez</b></A> : If that was in response to my previous post, I'll check when I get home.  Thanks.  If not...my apologies.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13588974</guid>
<pubDate>Mon, 06 Jun 2005 10:34:34 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13588429</link>
<description><![CDATA[<A HREF="/useremail/u/761367"><b>pulp39</b></A> : RyanF,out of curiosity, how do you have the IM Alert PopUp as the last option at the bottom and I don't?<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/13588429?c=837255&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG TITLE="33603 bytes" BORDER=0 WIDTH=540 HEIGHT=365 SRC="/r0/download/837255~b8434601a41482c8f5cc80c2c4f48abd/notifier.JPG"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13588429</guid>
<pubDate>Mon, 06 Jun 2005 08:43:02 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13588336</link>
<description><![CDATA[<A HREF="/useremail/u/623139"><b>jimeez</b></A> : The notifier is no longer working for me.  I cleared my cache, history, and cookies.  Still not working.  Any other ideas?  Thanks.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13588336</guid>
<pubDate>Mon, 06 Jun 2005 08:18:15 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13577581</link>
<description><![CDATA[<A HREF="/useremail/u/827318"><b>Bobby_Peru</b></A> : The ICON became intermittent with the previous version, at some unknown point (unfortunately).  With 0.7, the nifty Icon-set was working for a time, but has disappeared. TBE, NoScript, AdBlock, ForecastFox, FoxyTunes...+ many others.<br><SMALL>--<br>**~~<A HREF="/faq/8428">Infected/Hijacked? FAQ</A>~~~<A HREF="/faq/8463">Protect/Secure Your Box/Data FAQ</A>~~~<A HREF="/faq/security">Security Forum FAQs</A>~~**</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13577581</guid>
<pubDate>Sat, 04 Jun 2005 18:47:13 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13545412</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : I installed the v0.7, and had the BBR icon displayed in my statusbar. Upon rebooting, it disappeared. Is this somehow related to real estate on the statusbar being taken up by other my other extensions (Adblock, Forecastfox, Bettersearch)?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13545412</guid>
<pubDate>Tue, 31 May 2005 23:36:30 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13538021</link>
<description><![CDATA[<A HREF="/useremail/u/1114011"><b>Chameleon</b></A> : Great look! Thanks a bunch!!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13538021</guid>
<pubDate>Tue, 31 May 2005 04:32:21 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13534253</link>
<description><![CDATA[<A HREF="/useremail/u/974615"><b>mers2</b></A> : Thank you!  Your hard work is very much appreciated! ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13534253</guid>
<pubDate>Mon, 30 May 2005 17:09:18 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13533603</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Version 0.7 is now available via <A HREF="https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&id=628">Mozilla Update</A> or through the automatic update service <SMALL>(Tools -> Options -> Advanced -> Software Update)</SMALL>.<br><br>Unfortunately due to a settings incompatibility, the extension is not listed as being available for the Mozilla Suite. This bug was spotted during the approval process and an update (v0.7.1) will be released soon in order to ensure compatibility.<br>Please note that the extension <U>will</U> install under the Suite but will not function and no uninstall option will be available.<br><br><SMALL>Edit: And to answer the question of the individual spamming the comments page on Mozilla Update, only invalid, unhelpful and just plain stupid comments are deleted :p </SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13533603</guid>
<pubDate>Mon, 30 May 2005 15:24:51 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13523787</link>
<description><![CDATA[<A HREF="/useremail/u/1057747"><b>blackeyes</b></A> : Thanks Ryan, I can only stay on this planet for so long.;):p]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13523787</guid>
<pubDate>Sun, 29 May 2005 07:03:05 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13522170</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : I was hoping to upload it before I went out of town Wednesday afternoon, but it didn't quite work out that way :huh:<br>I just uploaded the newest version to Mozilla Update, so you should see an automatic update prompt once it's approved.<br>Until then, here's a little preview of the latest version:<br>[att=1]<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/13522170?c=832212&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG class="apic" BORDER=0 TITLE="231053 bytes" WIDTH=600 HEIGHT=344 SRC="/r0/download/832212.thumb600~e4bde0eb46b8f32ef4b4207f5344b4d4/07.jpg/thumb.jpg" ALT="Click for full size"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13522170</guid>
<pubDate>Sat, 28 May 2005 23:08:28 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13520750</link>
<description><![CDATA[<A HREF="/useremail/u/397659"><b>Logan 5</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR><div class="bquote"><SMALL>said by  Logan 5 <A HREF="/useremail/u/397659"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>We talking days, weeks, months??</DIV>Days :) <br>Hopefully no later than Wednesday.<br>I found a few answers I was looking for on MozillaZine.<br> </DIV> It's later then Wednesday....Howzit coming with the Mozilla version???<br><br>:) :D]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13520750</guid>
<pubDate>Sat, 28 May 2005 19:21:37 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13464580</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Logan 5 <A HREF="/useremail/u/397659"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>We talking days, weeks, months??</DIV>Days :) <br>Hopefully no later than Wednesday.<br>I found a few answers I was looking for on MozillaZine.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13464580</guid>
<pubDate>Sat, 21 May 2005 22:43:45 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13445204</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : Nice job.  I went to my followed and clicked each topic one by one until it went away.  Sure enough, it was one that had been updated, but I didn't look at it--instead I hit 'clear' on that forum under my fav forum list.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13445204</guid>
<pubDate>Thu, 19 May 2005 11:44:46 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13445064</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : If your BBR Notifier seems to be indicating that you have unread thread(s) but your "Updated Followed" page is blank, go to your "Followed" page and start clicking "stop" until the Notifier is cleared. Also remember there will be a delay based on the refresh time for your Notifier before it goes away. <br><br>I've not been able to figure out how to tell which one is the culprit, but when I clear my "Followed" page the Notifier gets back in sync.<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13445064</guid>
<pubDate>Thu, 19 May 2005 11:27:41 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13443837</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : <div class="bquote"><SMALL>said by  yock <A HREF="/useremail/u/246096"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br> justin <A HREF="/useremail/u/1"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> said it is likely the "catch up" feature, though I can't remember using it.<br> </DIV>Hmmmm...I use the catch up feature all the time in the fav forum page, but only after I read all my updated followed topics.  However, yesterday for the first time I hit 'clear' on a few forums in which I had upated followed topics because I didn't care to follow those topics any longer...<br><br>But I didn't notice the issue until this monring.<br><br>Weird.<br><SMALL>--<br>Long my imprisoned spirit lay, Fast bound in sin and nature&#146;s night;<BR>Thine eye diffused a quickening ray&#151;I woke, the dungeon flamed with light;<BR>My chains fell off, my heart was free, I rose, went forth, and followed Thee.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13443837</guid>
<pubDate>Thu, 19 May 2005 07:41:31 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13443823</link>
<description><![CDATA[<A HREF="/useremail/u/246096"><b>yock</b></A> : <div class="bquote"><SMALL>said by  JAAulde <A HREF="/useremail/u/386501"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>Hmmm...after a few weeks of accuracy, my XML post count now shows<br>&lt;m n="1 updated topics"/&gt;<br>even when I have no updated topics.  I think it's the traveling thread doing it to me, though I can't prove it...<br> </DIV>I've had this problem for several weeks and I haven't posted in the travelling thread. I simply can't isolate it.  justin <A HREF="/useremail/u/1"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> said it is likely the "catch up" feature, though I can't remember using it.<br><SMALL>--<br>This signiture pisses you off.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13443823</guid>
<pubDate>Thu, 19 May 2005 07:37:27 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13443814</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : Hmmm...after a few weeks of accuracy, my XML post count now shows<br>&lt;m n="1 updated topics"/&gt;<br>even when I have no updated topics.  I think it's the traveling thread doing it to me, though I can't prove it...]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13443814</guid>
<pubDate>Thu, 19 May 2005 07:33:26 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13443057</link>
<description><![CDATA[<A HREF="/useremail/u/397659"><b>Logan 5</b></A> :  <BLOCKQUOTE><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><HR>I'll probably end up releasing the next Mozilla version of the extension once the developer preview of 1.1 comes out or at least until there's more detailed documentation on the changes in 1.1. <HR></BLOCKQUOTE> We talking days, weeks, months?? <br><br>Just curious... :D]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13443057</guid>
<pubDate>Thu, 19 May 2005 01:29:00 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13441420</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Logan 5 <A HREF="/useremail/u/397659"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>Has the Mozilla version been completed yet?? I realized it's been 3 weeks since I asked and just wanted to get an update... :)<br> </DIV>Not quite - I hit a few strange bugs making the extension compatible with 1.1 while maintaining backwards compatibility with lower versions of FF. And unfortunately the Mozilla Suite isn't yet compatible with any of the newest features that'll be available in FF 1.1. :huh:<br><br>I'll probably end up releasing the next FF/Mozilla version of the extension once the developer preview of 1.1 comes out or at least until there's more detailed documentation on the changes in 1.1. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13441420</guid>
<pubDate>Wed, 18 May 2005 21:26:57 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13439103</link>
<description><![CDATA[<A HREF="/useremail/u/397659"><b>Logan 5</b></A> :  <BLOCKQUOTE><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><HR> Version 0.7 (currently being tested and should be ready in about a week) will include new interface features, Mozilla compatibility and will follow the new chrome manifest specs for Firefox 1.1. <HR></BLOCKQUOTE> Has the Mozilla version been completed yet?? I realized it's been 3 weeks since I asked and just wanted to get an update... :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13439103</guid>
<pubDate>Wed, 18 May 2005 16:36:56 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13296094</link>
<description><![CDATA[<A HREF="/useremail/u/1057747"><b>blackeyes</b></A> : Working great, well done. Check is in the mail.:);)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13296094</guid>
<pubDate>Sat, 30 Apr 2005 09:15:07 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13295941</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : Awesome,  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>.  This one is working way better.  No conflicts with GMail so far.<br><br>Jim]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13295941</guid>
<pubDate>Sat, 30 Apr 2005 08:31:45 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13294708</link>
<description><![CDATA[<A HREF="/useremail/u/246096"><b>yock</b></A> : Is there any news regarding the updated topics counter? The new version still shows the wrong count.<br><SMALL>--<br>Search first, ask questions later.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13294708</guid>
<pubDate>Sat, 30 Apr 2005 00:16:17 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13294535</link>
<description><![CDATA[<A HREF="/useremail/u/397659"><b>Logan 5</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>Version 0.7 (currently being tested and should be ready in about a week) will include new interface features, Mozilla compatibility and will follow the new chrome manifest specs for Firefox 1.1.<br> </DIV> I can't wait to test the usability under Mozilla....did I say thank you at least 5 times in this thread yet? :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13294535</guid>
<pubDate>Fri, 29 Apr 2005 23:46:09 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13294415</link>
<description><![CDATA[<A HREF="/useremail/u/974615"><b>mers2</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>Still no luck with MozUpdate, so here's version 0.6.9:<br><br><STRONG><B><A HREF="http://s116948610.onlinehome.us/bbrim_v0.6.9.xpi">Install v0.6.9</A></B></STRONG><br><br>This version is meant to iron out a few of the nastier bugs that were present (random logouts, slow preference updating and random timer resets). <br><br>Version 0.7 (currently being tested and should be ready in about a week) will include new interface features, Mozilla compatibility and will follow the new chrome manifest specs for Firefox 1.1.<br> </DIV>Many thanks for all of your hard work.  It is much appreciated.<br><SMALL>--<br>God put me on this Earth to accomplish a certain number of things. Right now, I am so far behind I will never die.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13294415</guid>
<pubDate>Fri, 29 Apr 2005 23:23:38 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13294393</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Still no luck with MozUpdate, so here's version 0.6.9:<br><br><STRONG><B><A HREF="http://s116948610.onlinehome.us/bbrim_v0.6.9.xpi">Install v0.6.9</A></B></STRONG><br><br>This version is meant to iron out a few of the nastier bugs that were present (random logouts, slow preference updating and random timer resets). <br><br>Version 0.7 (currently being tested and should be ready in about a week) will include new interface features, Mozilla compatibility and will follow the new chrome manifest specs for Firefox 1.1.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13294393</guid>
<pubDate>Fri, 29 Apr 2005 23:20:47 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13286163</link>
<description><![CDATA[<A HREF="/useremail/u/833193"><b>Weirdal</b></A> : well, I'm awaiting the update :)<br><br>I think the xml feed needs to be improved though, the updated topics number is usually never right. however it is good at displaying the pm's, those update right away.<br><br>the only thing I use it for is as a link to my updated topics, I'm so used to it displaying all the time :p<br><SMALL>--<br><A HREF="http://cody.thesith.org/dslr/">My collection of dslr tricks and tools</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13286163</guid>
<pubDate>Thu, 28 Apr 2005 22:28:47 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13285108</link>
<description><![CDATA[<A HREF="/useremail/u/1114011"><b>Chameleon</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>And as for the new release promised this past weekend, it's been queued up for approval since early Monday. If I don't hear back about it soon, I'll just release it here.<br> </DIV>Cool, I had to reformat my laptop so I'm waiting for the newest version b4 I re-download.<br>Thanks!!!<br><SMALL>--<br>"...naive posters are often mislabeled as trolls."</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13285108</guid>
<pubDate>Thu, 28 Apr 2005 20:25:08 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13284258</link>
<description><![CDATA[<A HREF="/useremail/u/397659"><b>Logan 5</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR><div class="bquote"><SMALL>said by  Logan 5 <A HREF="/useremail/u/397659"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR> Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> How difficult/different/possible would it be to code a Mozilla version of this??</DIV>It shouldn't be too hard... I'll take a look into what needs to be done to make it compatible with Mozilla. </DIV> Cool..... U 'da Man  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>... :) Nice!!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13284258</guid>
<pubDate>Thu, 28 Apr 2005 18:42:16 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13284186</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Logan 5 <A HREF="/useremail/u/397659"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR> Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> How difficult/different/possible would it be to code a Mozilla version of this??</DIV>It shouldn't be too hard... I'll take a look into what needs to be done to make it compatible with Mozilla.<br><br>And as for the new release promised this past weekend, it's been queued up for approval since early Monday. If I don't hear back about it soon, I'll just release it here.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13284186</guid>
<pubDate>Thu, 28 Apr 2005 18:31:24 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13277749</link>
<description><![CDATA[<A HREF="/useremail/u/397659"><b>Logan 5</b></A> :  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> How difficult/different/possible would it be to code a Mozilla version of this??<br><br>I use it on my FireFox installs, and Love it but I use Mozilla more.<br><br>Thanks in advance for answering, as I'm sure I can't be the only one using Moz here that could benefit from this.<br><br>:)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13277749</guid>
<pubDate>Wed, 27 Apr 2005 22:39:32 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13221465</link>
<description><![CDATA[<A HREF="/useremail/u/246096"><b>yock</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>What does your <A HREF="/browser/extensions/reportstatus.xml">XML file</A> look like when there's an updated sticky?<br> </DIV>One more than there actually is. It says 4, but I only have 3. I know this isn't an extension bug, I'm just wondering what happened to break the site collector again.<br><SMALL>--<br>Search first, ask questions later.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13221465</guid>
<pubDate>Wed, 20 Apr 2005 22:26:19 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13220892</link>
<description><![CDATA[<A HREF="/useremail/u/974615"><b>mers2</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>And as for the next version of the extension, I'll be releasing it on either the 24th or 25th or however long it takes to get it approved on MozUpdate. I also want to take this time to apologize for the delay in getting this much needed version out - I've had a number of things that have distracted me from being able to work on it, and I hope that the features in the new version will make up for it :)<br> </DIV>Thanks  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>]!  Looking forward to the updated version.  I've grown addicted to this extension.<br><SMALL>--<br>God put me on this Earth to accomplish a certain number of things. Right now, I am so far behind I will never die.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13220892</guid>
<pubDate>Wed, 20 Apr 2005 21:16:48 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13220855</link>
<description><![CDATA[<A HREF="/useremail/u/181160"><b>mjf</b></A> : <div class="code"><PRE><span class="codetext">{&lt;m n="2 updated topics"/&gt;}</SPAN></PRE></DIV>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13220855</guid>
<pubDate>Wed, 20 Apr 2005 21:11:27 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13220810</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : What does your <A HREF="/browser/extensions/reportstatus.xml">XML file</A> look like when there's an updated sticky?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13220810</guid>
<pubDate>Wed, 20 Apr 2005 21:07:19 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13220780</link>
<description><![CDATA[<A HREF="/useremail/u/181160"><b>mjf</b></A> : It is still not picking up updated sticky threads.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13220780</guid>
<pubDate>Wed, 20 Apr 2005 21:03:54 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13220764</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : It appears the server the extension is currently hosted on has suddenly decided to ignore AddType directives - so the XPI install mime type is no longer defined. The method acehyde described is absolutely correct and should work as a temporary solution.<br><br>And as for the next version of the extension, I'll be releasing it on either the 24th or 25th or however long it takes to get it approved on MozUpdate. I also want to take this time to apologize for the delay in getting this much needed version out - I've had a number of things that have distracted me from being able to work on it, and I hope that the features in the new version will make up for it :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13220764</guid>
<pubDate>Wed, 20 Apr 2005 21:02:39 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13219901</link>
<description><![CDATA[<A HREF="/useremail/u/407515"><b>santy</b></A> : well I thank you, I have the extension installed finally. Now I just have to see if it is working.. Parts of BBR are a little slow at times right now. <br><br>I just noticed that it polled while I was typing this so it appears to be working at the moment... thanks again..  Rick<br><SMALL>--<br>ya'll better be good. Santyclaws is always watchin'!!!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13219901</guid>
<pubDate>Wed, 20 Apr 2005 19:04:50 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13218760</link>
<description><![CDATA[<A HREF="/useremail/u/656491"><b>Sandman5</b></A> : Give acehyde's method a try.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13218760</guid>
<pubDate>Wed, 20 Apr 2005 16:33:32 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13218486</link>
<description><![CDATA[<A HREF="/useremail/u/246096"><b>yock</b></A> : I tried opening it in Windows and it asked me what program to use to open it. When I directed it to use Firefox it opened a new FF window and just kinda sat there on a blank page.<br><SMALL>--<br>Search first, ask questions later.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13218486</guid>
<pubDate>Wed, 20 Apr 2005 16:02:48 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13218425</link>
<description><![CDATA[<A HREF="/useremail/u/451583"><b>acehyde</b></A> : Have you tried downloading it to your desktop and dragging it into your open Firefox window?<br><br><SMALL><I>edit for spelling mistake</SMALL></I>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13218425</guid>
<pubDate>Wed, 20 Apr 2005 15:56:17 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13217436</link>
<description><![CDATA[<A HREF="/useremail/u/246096"><b>yock</b></A> : That's preceisely what I see.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13217436</guid>
<pubDate>Wed, 20 Apr 2005 13:28:52 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13217335</link>
<description><![CDATA[<A HREF="/useremail/u/407515"><b>santy</b></A> : Let me guess, when you click the link to install, all you get is a dialog box asking either where to save it, or to open it and a browse button to pick which program to open it with right?? that is what I'm seeing at the moment.. I had it installed with version 1.0.2 and when I upgraded to 1.0.3 it was still working. however on a fresh install of FireFox ( I had a crash that required me to remove all traces of FF and the extensions to get it working again), it will no longer install. I sent an IM to the author but haven't heard anything yet... <br><SMALL>--<br>ya'll better be good. Santyclaws is always watchin'!!!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13217335</guid>
<pubDate>Wed, 20 Apr 2005 13:13:01 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13217115</link>
<description><![CDATA[<A HREF="/useremail/u/246096"><b>yock</b></A> : The updated topics bug seems to have crept up again. Furthermore I tried uninstalling and reinstalling the extension and I can't seem to install the XPI on FF 1.0.3. I can install other extensions from mozilla.org just fine and I added the install url for the BBRNotify to my list of sites allowed to install extensions. Anyone else seeing either of these?<br><SMALL>--<br>Search first, ask questions later.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13217115</guid>
<pubDate>Wed, 20 Apr 2005 12:39:46 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13128060</link>
<description><![CDATA[<A HREF="/useremail/u/1063283"><b>fegul</b></A> : I've been having some issues with it, so I decided to uninstall it.  It wouldnt go away even when there were no posts, and it had polled that. Oh well...<br><SMALL>--<br>|<A HREF="http://www.fegul.ethiofamily.com">Networking Help</A>|<A HREF="http://www.fegul.blogspot.com">My Blog</A>|</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13128060</guid>
<pubDate>Sat, 09 Apr 2005 12:48:41 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13128045</link>
<description><![CDATA[<A HREF="/useremail/u/464721"><b>Morac</b></A> : Lately I've been seeing the following error appear over and over again in the javascript console:<br><br>Error: Object is not defined<br>Source File: chrome://reportstatus/contents/foo.js<br>Line: 101<br><br>When clicked on it brings me to the line:<br>		catch (q) { /*alert("100 "+q);*/ }<br><br>If I close Firefox and reopen it, the errors stop spitting, but usually at some point while browsing they come back.<br><br>I took out the try, catch there to see what exception I would get and I got a few "Error: document.getElementById("imbar") has no properties" errors, so I think the code is sometimes executing on non-browser windows.  I'll see if I can get it to spit out continuously errors like it was doing before.<br><br><SMALL>--<br><BR><br><A HREF="http://www.broadbandreports.com/forum/remark,10084297~mode=flat">The Comcast Disney Avatar has been retired</A>.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13128045</guid>
<pubDate>Sat, 09 Apr 2005 12:46:15 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13023085</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : I see.  Thanks for clarifying.<br><br>Jim]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13023085</guid>
<pubDate>Mon, 28 Mar 2005 07:13:21 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13021020</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : The Gmail extension resets its timer and some startup variables when you visit Gmail, and since the BBR extension doesn't use its own unique timer instance, it gets reset as well.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13021020</guid>
<pubDate>Sun, 27 Mar 2005 21:33:38 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13020911</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>The only pressing issue with the latest version is a minor incompatibility with the Gmail Notifier extension. </DIV>Are you sure it's the notifier extension causing the problem?  I have no issue with the GMail notifier and the DSLR/BBR extension running side by side.  It's when I go to the GMail inbox that the DSLR/BBR extension dies.  it seems to me that it's something in the Java/JS that GMail is using conflicting with the DSLR/BBR extensions.<br><br>Jim<br><SMALL>--<br>Long my imprisoned spirit lay, Fast bound in sin and nature’s night;<BR>Thine eye diffused a quickening ray—I woke, the dungeon flamed with light;<BR>My chains fell off, my heart was free, I rose, went forth, and followed Thee.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13020911</guid>
<pubDate>Sun, 27 Mar 2005 21:19:07 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13020889</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Devious85 <A HREF="/useremail/u/887974"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>I haven't tried this out yet, but is it updated and working before I get it? Can I still use  the link on the first page of this thread?<br> </DIV>You should use the latest version here: &raquo;<A HREF="/forum/remark,12815885~mode=flat~days=10~start=120#12840537">[FireFox] BBR Firefox Extension</A><br><br>The only pressing issue with the latest version is a minor incompatibility with the Gmail Notifier extension.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13020889</guid>
<pubDate>Sun, 27 Mar 2005 21:16:51 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13020692</link>
<description><![CDATA[<A HREF="/useremail/u/887974"><b>Devious85</b></A> : I haven't tried this out yet, but is it updated and working before I get it? Can I still use  the link on the first page of this thread?<br><SMALL>--<br>Hi.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13020692</guid>
<pubDate>Sun, 27 Mar 2005 20:49:31 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13019755</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Cudni <A HREF="/useremail/u/917630"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>Please say you haven't forgotten the users of your extension who are eagerly awaiting possible update :)<br><br>Cudni<br> </DIV>Don't worry I haven't forgotten :) <br>I've just been a bit busy lately and haven't been able to find time to work on it. <br><br>But I have managed to get it hosted on <A HREF="http://dslrnotify.mozdev.org">Mozdev</A> - so updates starting from the next version on will be automatic :D]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13019755</guid>
<pubDate>Sun, 27 Mar 2005 18:24:31 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,13016518</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : Please say you haven't forgotten the users of your extension who are eagerly awaiting possible update :)<br><br>Cudni]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,13016518</guid>
<pubDate>Sun, 27 Mar 2005 09:45:09 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12943422</link>
<description><![CDATA[<A HREF="/useremail/u/1057747"><b>blackeyes</b></A> : I'm back, are all the bugs worked out yet?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12943422</guid>
<pubDate>Fri, 18 Mar 2005 16:12:53 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12943030</link>
<description><![CDATA[<A HREF="/useremail/u/683584"><b>illJazz</b></A> : What does this do? :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12943030</guid>
<pubDate>Fri, 18 Mar 2005 15:29:23 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12930815</link>
<description><![CDATA[<A HREF="/useremail/u/1169760"><b>ServerDude</b></A> : :huh: I got it down but it does'nt come up... who cares Firefox rules!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12930815</guid>
<pubDate>Thu, 17 Mar 2005 00:01:37 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12917602</link>
<description><![CDATA[<A HREF="/useremail/u/464721"><b>Morac</b></A> : I recently upgraded to the 0.6.1p version and something I've noticed is that if you have both notification icons (posts and message) and double click on one of them, the other vanishes as well.  If I read the message and not the post, the post icon will reappear at the next polling cycle and vice versa.<br><br>Is this the way you wanted it to work?<br><SMALL>--<br><BR><A HREF="http://www.broadbandreports.com/forum/remark,10084297~mode=flat">The Comcast Disney Avatar has been retired</A>.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12917602</guid>
<pubDate>Tue, 15 Mar 2005 16:39:31 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12900538</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Morac <A HREF="/useremail/u/464721"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>I noticed that the extension stopped working today (it keeps saying I need to login).  I guess it has something to do with how everything is being redirected to dslreports.com since when I changed the extension to use dslreports.com it started working again.<br> </DIV>Yup, for now all requests are being directed to www3.dslreports.com. So unless you've got the extension set to use DSLR and have the appropriate cookie, it won't function.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12900538</guid>
<pubDate>Sun, 13 Mar 2005 14:49:11 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12900509</link>
<description><![CDATA[<A HREF="/useremail/u/464721"><b>Morac</b></A> : I noticed that the extension stopped working today (it keeps saying I need to login).  I guess it has something to do with how everything is being redirected to dslreports.com since when I changed the extension to use dslreports.com it started working again.<br><SMALL>--<br><BR><A HREF="http://www.broadbandreports.com/forum/remark,10084297~mode=flat">The Comcast Disney Avatar has been retired</A>.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12900509</guid>
<pubDate>Sun, 13 Mar 2005 14:43:11 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12896001</link>
<description><![CDATA[<A HREF="/useremail/u/1114011"><b>Chameleon</b></A> : Sorry, I do see what you mean. My BBR notifier goes back to "polling off" when the Gmail notifier is clicked. Again, sorry.<br><SMALL>--<br>"...naive posters are often mislabeled as trolls."</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12896001</guid>
<pubDate>Sat, 12 Mar 2005 18:58:37 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12895907</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>When you visit Gmail, do you use the extension to browse to it? </DIV>Not usually.  Generally I click on my GMail bookmark in my Bookmarks Toolbar FOlder.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12895907</guid>
<pubDate>Sat, 12 Mar 2005 18:41:03 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12895641</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : When you visit Gmail, do you use the extension to browse to it?<br>I was just downloading it and noticed this:<br><div class="bquote"><SMALL>said by update.mozilla.org:</SMALL><BR><BR>Option to reset counter to 0 when opening Gmail using the notifier.</DIV>So it may be related to what we're seeing - I see what I can find once I pick the Gmail extension apart.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12895641</guid>
<pubDate>Sat, 12 Mar 2005 17:55:56 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12895600</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br><div class="bquote"><SMALL>said by  Weirdal <A HREF="/useremail/u/833193"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>I've noticed it, just not every time.<br>I use the gmail plugin and polling has been turned off more than once for seemingly no reason<br> </DIV>Sounds like the Gmail extension is either using the same polling variable or is stepping on the timer...<br>I'll hold off on the next version until tomorrow while I check  this and a few other bugs out.<br> </DIV>I was thinking along the same lines.  However, I don't think it is the GMail extension that is conflicting.  I run the extensions together side by side with no problem.  The problem arises when I actually browse to GMail via FF.  The second my inbox loads, the BBR extension fails.<br><SMALL>--<br>Long my imprisoned spirit lay, Fast bound in sin and nature’s night;<BR>Thine eye diffused a quickening ray—I woke, the dungeon flamed with light;<BR>My chains fell off, my heart was free, I rose, went forth, and followed Thee.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12895600</guid>
<pubDate>Sat, 12 Mar 2005 17:47:53 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12895580</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  Weirdal <A HREF="/useremail/u/833193"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>I've noticed it, just not every time.<br>I use the gmail plugin and polling has been turned off more than once for seemingly no reason<br> </DIV>Sounds like the Gmail extension is either using the same polling variable or is stepping on the timer...<br>I'll hold off on the next version until tomorrow while I check  this and a few other bugs out.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12895580</guid>
<pubDate>Sat, 12 Mar 2005 17:43:39 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12886525</link>
<description><![CDATA[<A HREF="/useremail/u/833193"><b>Weirdal</b></A> : <div class="bquote"><SMALL>said by  JAAulde <A HREF="/useremail/u/386501"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br><div class="bquote"><SMALL>said by  JAAulde <A HREF="/useremail/u/386501"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>However, I finaly noticed the trend that has been killing me--everytime I go to my GMail inbox, the red X pops up telling my to log in, then the polling get's turned off. </DIV>Any other GMail users notice this?<br> </DIV>I've noticed it, just not every time.<br>I use the gmail plugin and polling has been turned off more than once for seemingly no reason<br><SMALL>--<br>________<BR><A HREF="http://tinyurl.com/6r96u">\/\/ /-\</A> |<BR>¯¯¯¯¯¯¯¯</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12886525</guid>
<pubDate>Fri, 11 Mar 2005 13:23:41 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12884746</link>
<description><![CDATA[<A HREF="/useremail/u/1114011"><b>Chameleon</b></A> : Not here. I used the Gmail and BBR notifier, the only problem is operator error. It's the single click / double click thing.<br><SMALL>--<br>"...naive posters are often mislabeled as trolls."</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12884746</guid>
<pubDate>Fri, 11 Mar 2005 08:41:12 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12884450</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : <div class="bquote"><SMALL>said by  JAAulde <A HREF="/useremail/u/386501"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>However, I finaly noticed the trend that has been killing me--everytime I go to my GMail inbox, the red X pops up telling my to log in, then the polling get's turned off. </DIV>Any other GMail users notice this?<br><SMALL>--<br>Long my imprisoned spirit lay, Fast bound in sin and nature’s night;<BR>Thine eye diffused a quickening ray—I woke, the dungeon flamed with light;<BR>My chains fell off, my heart was free, I rose, went forth, and followed Thee.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12884450</guid>
<pubDate>Fri, 11 Mar 2005 07:33:34 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12881300</link>
<description><![CDATA[<A HREF="/useremail/u/833193"><b>Weirdal</b></A> : I have a suggestion:<br><br>can we have the option of single clicking or double clicking?<br><br>this is right next to my gmail plugin icon which only requires one click. I often find myself doubleclicking on that (opening 2 tabs) and only singleclicking on the dslr one (which does nothing)<br><SMALL>--<br>________<BR><A HREF="http://tinyurl.com/6r96u">\/\/ /-\</A> |<BR>¯¯¯¯¯¯¯¯</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12881300</guid>
<pubDate>Thu, 10 Mar 2005 18:46:20 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12880178</link>
<description><![CDATA[<A HREF="/useremail/u/974615"><b>mers2</b></A> : I got it working again last night but it is no longer working again.  Not sure what the problem is.<br><SMALL>--<br>"Think for yourself and let others enjoy the privilege of doing so too." - Voltaire</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12880178</guid>
<pubDate>Thu, 10 Mar 2005 16:49:36 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12880061</link>
<description><![CDATA[<A HREF="/useremail/u/181160"><b>mjf</b></A> : Works fine except for stickies.  The count is usually off by the number of sticky threads updated.  If I read the non sticky updates, the envelope notifier disappears even though I haven't read the sticky thread updates.<br><br>As  justin <A HREF="/useremail/u/1"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> said, that is his problem not the extension.<br><SMALL>--<br><B>Smile!</B><BR><A HREF="http://www.dslreports.com/forum/disco"><B>Team Discovery</B></A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12880061</guid>
<pubDate>Thu, 10 Mar 2005 16:36:42 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12879685</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : I have installed the extension at work again and found that it is working somewhat reliably now.<br><br>However, I finaly noticed the trend that has been killing me--everytime I go to my GMail inbox, the red X pops up telling my to log in, then the polling get's turned off.<br><br>Sometimes clicking the red X will take me to the page that tells me I am already logged in, and the X goes away.  Other times it takes me to the 503 page.<br><SMALL>--<br>Long my imprisoned spirit lay, Fast bound in sin and nature’s night;<BR>Thine eye diffused a quickening ray—I woke, the dungeon flamed with light;<BR>My chains fell off, my heart was free, I rose, went forth, and followed Thee.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12879685</guid>
<pubDate>Thu, 10 Mar 2005 15:55:07 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12879429</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : It stopped working/updating for me too. I suspect the site side temp fault<br><br>edit: back working<br><br>Cudni]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12879429</guid>
<pubDate>Thu, 10 Mar 2005 15:22:59 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12872217</link>
<description><![CDATA[<A HREF="/useremail/u/974615"><b>mers2</b></A> : It was set at 1 minute, I changed to 3 minutes.  It made no difference - it's not updating now.<br><br>Edited to add:  I may try uninstalling and reinstalling as it worked great yesterday.  Only addition was an MS security update added last night.<br><SMALL>--<br>"Think for yourself and let others enjoy the privilege of doing so too." - Voltaire<br></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12872217</guid>
<pubDate>Wed, 09 Mar 2005 19:42:25 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12872174</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : What do you have your poling interval set to?<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12872174</guid>
<pubDate>Wed, 09 Mar 2005 19:37:38 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12872010</link>
<description><![CDATA[<A HREF="/useremail/u/974615"><b>mers2</b></A> : Mine is now working only when I first open the browser.  For some reason it's either not checking when it's scheduled to or just not showing updates the rest of the time I'm logged on. :(<br><SMALL>--<br>"Think for yourself and let others enjoy the privilege of doing so too." - Voltaire</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12872010</guid>
<pubDate>Wed, 09 Mar 2005 19:22:56 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12871823</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : Mine is still working just fine after I got my 'followed' list cleaned out.<br>I'm able to get notified of all the updates except for this topic. I clicked "Stop following" and then clicked "Follow this topic" which now doesn't seem to trigger the icon during poling, although this topic does show up in my 'Updated followed' list. :(<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12871823</guid>
<pubDate>Wed, 09 Mar 2005 19:02:46 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12871694</link>
<description><![CDATA[<A HREF="/useremail/u/1057747"><b>blackeyes</b></A> : I'm having too much trouble with the extension. I think I'll just wait until all the bugs are worked out, then install again. Uninstall in process.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12871694</guid>
<pubDate>Wed, 09 Mar 2005 18:51:15 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12863918</link>
<description><![CDATA[<A HREF="/useremail/u/974615"><b>mers2</b></A> : I installed the latest version and like others found that after I had read all of the threads in the "updated followed" I was still seeing the orange envelope with 5 unread.  I then went through "followed" and opened threads I'd cleared that had unread messages that I wasn't interested in.  After opening and closing those threads- some dating back 2 months - the orange envelope disappeared.  The extension has since been accurate.<br>Edited to add:  As the evening has progressed the extension has worked beautifully.  No problems.  Thanks  justin <A HREF="/useremail/u/1"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> and  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>!<br><SMALL>--<br>"Think for yourself and let others enjoy the privilege of doing so too." - Voltaire<br></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12863918</guid>
<pubDate>Tue, 08 Mar 2005 22:19:41 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12862810</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : Two different comps same problem but one BBR profile. Can that be the problem? Maybe delete the BBR cookie if using it. Did you try with fresh, from scratch, FF profile (make backups of bookmarks etc)?<br><br>Cudni<br><SMALL>--<br>Whether you think that you can, or that you can't, you are usually right.<BR>Help yourself so God can help you..it does exactly what it says on the sig</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12862810</guid>
<pubDate>Tue, 08 Mar 2005 20:36:44 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12862681</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : <div class="bquote"><SMALL>said by  Cudni <A HREF="/useremail/u/917630"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>If it helps, i'm not using the extension to log in, doing it manually. Extension is only there to poll the site and show me updated info.<br><br>Cudni<br> </DIV>Same here.  I've trouble shot as far as my little brain could handle.<br><SMALL>--<br>Long my imprisoned spirit lay, Fast bound in sin and nature’s night;<BR>Thine eye diffused a quickening ray—I woke, the dungeon flamed with light;<BR>My chains fell off, my heart was free, I rose, went forth, and followed Thee.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12862681</guid>
<pubDate>Tue, 08 Mar 2005 20:24:25 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12862569</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : If it helps, i'm not using the extension to log in, doing it manually. Extension is only there to poll the site and show me updated info.<br><br>Cudni]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12862569</guid>
<pubDate>Tue, 08 Mar 2005 20:13:15 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12862480</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : <div class="bquote"><SMALL>said by  Cudni <A HREF="/useremail/u/917630"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>I would only get red X if the logged in on option in extension is not matching the site i'm logged in e.g logged in dslreports while extension has broadbandreports selected.<br><br>Cudni<br> </DIV>I get it constantly--the icon tells me to log in (even though I am logged in to both domains), and when I click on it I get the 503 error.  Also, at times I can't get into DSLR at all without restarting the browser.  I enter the URL or click my favorite and wait--but nothing.<br><br>This is both:<br>At work: FF 1.0.1 (Win32 ZIP), WinXP Pro<br>At home: FF 1.0.1 (Win32 EXE), WinXP Home SP2<br><br>I've had to un-install it in both locations.<br><br>Don't get me wrong--I'm not complaining at all.  Just passing the info.<br><br>Jim<br><SMALL>--<br>Long my imprisoned spirit lay, Fast bound in sin and nature’s night;<BR>Thine eye diffused a quickening ray—I woke, the dungeon flamed with light;<BR>My chains fell off, my heart was free, I rose, went forth, and followed Thee.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12862480</guid>
<pubDate>Tue, 08 Mar 2005 20:04:49 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12862445</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : I would only get red X if the logged in on option in extension is not matching the site i'm logged in e.g logged in dslreports while extension has broadbandreports selected.<br><br>Cudni<br><SMALL>--<br>Whether you think that you can, or that you can't, you are usually right.<BR>Help yourself so God can help you..it does exactly what it says on the sig</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12862445</guid>
<pubDate>Tue, 08 Mar 2005 20:00:38 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12862322</link>
<description><![CDATA[<A HREF="/useremail/u/1057747"><b>blackeyes</b></A> : I keep getting this error message with 503 I think when I try to click on the menu icon under the BBR logo top left and still getting red X on the status bar when I'm already signed in. Still a few bugs yet.:)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12862322</guid>
<pubDate>Tue, 08 Mar 2005 19:47:40 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12859128</link>
<description><![CDATA[<A HREF="/useremail/u/564231"><b>penguins4evr</b></A> : Thanks! Installed it over the other one with no problems.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12859128</guid>
<pubDate>Tue, 08 Mar 2005 14:07:38 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12857660</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : Just install over the old one.<br><br>Cudni]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12857660</guid>
<pubDate>Tue, 08 Mar 2005 11:10:22 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12857573</link>
<description><![CDATA[<A HREF="/useremail/u/564231"><b>penguins4evr</b></A> : I have been using this extension for a few days and it has been working well for me.<br><br>Thanks for all the work that is being put into it.<br><br>If I install a new version should I ununstall the old one first? I have 0.6 and noticed a page back that 0.6.1 was available.<br><br>Thanks again!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12857573</guid>
<pubDate>Tue, 08 Mar 2005 10:59:17 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12846408</link>
<description><![CDATA[<A HREF="/useremail/u/206593"><b>GeekNJ</b></A> : It's like FireFox... just cause everyone downloaded it doesn't mean they use it ;)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12846408</guid>
<pubDate>Sun, 06 Mar 2005 21:09:34 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12846331</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Funny. :p<br><br>First: No where near enough people have downloaded the extension to generate a solid ~50Mbps stream.<br><br>Second: A typical junk request is shown here (&raquo;<A HREF="/forum/remark,12840818~mode=flat~start=20#12842888">Wooo! We're back!</A>) <br><br>Third: Justin would've killed me by now ;)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12846331</guid>
<pubDate>Sun, 06 Mar 2005 20:58:13 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12846209</link>
<description><![CDATA[<A HREF="/useremail/u/761367"><b>pulp39</b></A> : Fellahs, ya think this extension has caused the recent dslreport timeout problems?  LOL  Seriously, all that polling going on.... just curious! :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12846209</guid>
<pubDate>Sun, 06 Mar 2005 20:42:39 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12844758</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : I've been using TabMix, along with ReloadEvery, so I'm getting much of the functionality of TBE.<br><br>I've been having a proble with the BBR extension-- it keeps filling my JavaScript Console with this error:<br><br>chrome://reportstatus/contents/foo.js<br><br>This occured even when BBR was not opened, and took an uninstall to remove this repeating message. Is there a fix for this?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12844758</guid>
<pubDate>Sun, 06 Mar 2005 17:24:19 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12844577</link>
<description><![CDATA[<A HREF="/useremail/u/418397"><b>Lanik</b></A> : <div class="bquote"><SMALL>said by  Bobby_Peru <A HREF="/useremail/u/827318"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br><A HREF="http://piro.sakura.ne.jp/xul/tabextensions/index.html.en">TBE</A>  allows for setting Tab specific Auto Reload values. This has proven very effective over the past years, though TBE is _not_ without faults.  I believe there are other extensions that also impart the Auto Reload function.</DIV>Before installing TBE I suggest that you read this: &raquo;<A HREF="http://piro.sakura.ne.jp/xul/tabextensions/tradeoff.html.en" >piro.sakura.ne.jp/xul/tabextensi&middot;&middot;&middot;.html.en</A><br><br>There is a new extension out not called <A HREF="http://hemiolapei.free.fr/divers/tabmix/tabmix.html.en">Tab Mix</A> it incorporates most of the functions of TBE without being so bloated.  Its worth checking out.<br><SMALL>--<br>A slave to corporate America.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12844577</guid>
<pubDate>Sun, 06 Mar 2005 16:59:29 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12842527</link>
<description><![CDATA[<A HREF="/useremail/u/827318"><b>Bobby_Peru</b></A> : As  GeekNJ <A HREF="/useremail/u/206593"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> said, I too do not see any page reloading associated with this very cool extension.<br><br><A HREF="http://piro.sakura.ne.jp/xul/tabextensions/index.html.en">TBE</A>  allows for setting Tab specific Auto Reload values. This has proven very effective over the past years, though TBE is _not_ without faults.  I believe there are other extensions that also impart the Auto Reload function.<br><br>At this point, the primary benefit of the BBR/DSLR-Weasel extension seems to be that it provides  an Icon for notice of updates/IMs without having to change Tab Focus to check the Tab content.  Also, this method _may_ have lower bandwidth/machine resource impact than does timed page Auto-Reload.   [edit: clarity]<br><br><SMALL>--<br>**~~<A HREF="/faq/8428">Infected/Hijacked? FAQ</A>~~~<A HREF="/faq/8463">Protect/Secure Your Box/Data FAQ</A>~~~<A HREF="/faq/security">Security Forum FAQs</A>~~**</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12842527</guid>
<pubDate>Sun, 06 Mar 2005 12:11:07 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12842372</link>
<description><![CDATA[<A HREF="/useremail/u/206593"><b>GeekNJ</b></A> : <div class="bquote"><SMALL>said by  neill <A HREF="/useremail/u/241758"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>Should the polling refresh this page, so that new/updated posts show up? </DIV>The extension shows an icon on the status bar if there's any updated followed posts (or IMs). Clicking on the icon will launch a (new) window which is your Posts page. <br><br>There's no auto refreshing of a page that I'm aware of.<br><SMALL>--<br><A HREF="http://www.levinecentral.com/optimize-ool.html">Tweaked your OOL connection?</A> | <A HREF="http://www.levinecentral.com/mail_parse">Mail Parse</A> | <A HREF="http://www.levinecentral.com/ool/speed.asp">Speed Converter</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12842372</guid>
<pubDate>Sun, 06 Mar 2005 11:50:33 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12842358</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : I installed 0.6.1, and have a polling interval of 1 minute specified, logged into dslreports.com, which is my usual log-in. My bookmarked page is my favorite forums. <br><br>Should the polling refresh this page, so that new/updated posts show up? And if they don't, could this be an extension conflict? (I can try uninstalling all my extensions, but it would be a pain to do this, especially if it's unnecessary.)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12842358</guid>
<pubDate>Sun, 06 Mar 2005 11:47:13 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12841710</link>
<description><![CDATA[<A HREF="/useremail/u/1057747"><b>blackeyes</b></A> : I haven't had this much anticipation for any other extension. I'm all giddy inside like a kid lying in bed the night before Christmas.;)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12841710</guid>
<pubDate>Sun, 06 Mar 2005 09:35:44 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12841020</link>
<description><![CDATA[<A HREF="/useremail/u/396680"><b>samburgers</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br> - Polling will no longer occur upon window load events.<br> </DIV>Thanks for all the hard work!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12841020</guid>
<pubDate>Sun, 06 Mar 2005 03:29:58 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12840597</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : Thanks for all the great work you have done so far. Good stuff :)<br><br>Cudni]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12840597</guid>
<pubDate>Sat, 05 Mar 2005 19:12:20 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12840537</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Consider this release as a patch of 0.6.1...<br>What's been fixed:<br> - Polling changed again. 503 errors should now be a thing of the past.<br> - Polling on startup will only occur if Firefox is not already resident in memory.<br> - Polling will no longer occur upon window load events.<br><br><A HREF="http://s116948610.onlinehome.us/bbrim_v0.6.1p.xpi">Install 0.6.1p</A><br><br>Once I find some time, I'll work on adding the new features that have been requested and set the extension up on Mozilla Update so updates will be automatic. :)<br> ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12840537</guid>
<pubDate>Sat, 05 Mar 2005 19:05:26 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12838799</link>
<description><![CDATA[<A HREF="/useremail/u/184712"><b>jaceg</b></A> : justin and b2thad: Thanks so much for all your hard work on this excellent extension.:)<br><br>A great plus for those of us who use Firefox and visit and contribute to DSLR on a daily basis.;)<br><SMALL>--<br>The best way to predict the future is to create it - Alan Kay</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12838799</guid>
<pubDate>Sat, 05 Mar 2005 14:47:23 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12838523</link>
<description><![CDATA[<A HREF="/useremail/u/396680"><b>samburgers</b></A> : <div class="bquote"><SMALL>said by  fegul <A HREF="/useremail/u/1063283"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>&#8226; Opening in the same tab<br><br> </DIV>Perhaps something like Gmail notifier? If people are using it they should know what I am talking about. They have a drop down menu that lets you select between opening in current tab, new unfocused tab, new focused tab, and new window :)<br><SMALL>--<br><A HREF="/pics/dimaging/396680">My Photos</A><BR>--<BR>Find ET ... <A HREF="/forum/seti">SETI@Home</A><BR>Find Cancer Cure ... <A HREF="/forum/disco">Team Discovery</A><BR>Save Earth ... <A HREF="/forum/dist">Team Ecology</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12838523</guid>
<pubDate>Sat, 05 Mar 2005 14:11:01 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12838338</link>
<description><![CDATA[<A HREF="/useremail/u/1"><b>justin</b></A> : Ok guys before everyone repeats themselves:<br><br>&#8226; there are obvious incompatibilities with some installs which sooner or later we'll get to the bottom of. If it doesn't work for you, don't sweat it unless you feel like digging. We can look at these problems later<br><br>&#8226; Notification of new topics comes from the site, not the extension. if the count is off, then thats my problem and I'll be looking at that over the next few days. Don't expect it to be spot on yet although it might be for some people<br><br>&#8226; the suggestion that it should open in the same tab is certainly something that technically should be easy to add<br><br>&#8226; When it is stable enough, we can put a link to the "current" version at the top of a forum or elsewhere on the site like in the left margin below the firefox icon, so people will know if there is a new version<br><br>&#8226; b2thad is the only person who can make changes right now to the XPI file and he is doing this work just because he feels like it, and isn't under any obligation from me or the site to hurry it up, so please be patient with requests.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12838338</guid>
<pubDate>Sat, 05 Mar 2005 13:43:59 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12837814</link>
<description><![CDATA[<A HREF="/useremail/u/1114011"><b>Chameleon</b></A> : I have the Reload extension and no conflicts.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12837814</guid>
<pubDate>Sat, 05 Mar 2005 12:26:07 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12837715</link>
<description><![CDATA[<A HREF="/useremail/u/241758"><b>neill</b></A> : I've never been able to get the Refresh feature working. I'm also using the extension ReloadEvery 0.5, but it's not enabled. Does anyone else with this extension have a conflict?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12837715</guid>
<pubDate>Sat, 05 Mar 2005 12:11:20 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12837493</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : I am still only getting the red circle with 'X' that tells me to log in.  I have seen notices of PMs, but never a notice of updated topics even when there are.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12837493</guid>
<pubDate>Sat, 05 Mar 2005 11:38:42 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12837246</link>
<description><![CDATA[<A HREF="/useremail/u/1057747"><b>blackeyes</b></A> : I'd like to add to your suggestions with maybe a little number in the middle of the envelope depending on how many there are and once clicked on and opened, that action clears the envelope.:)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12837246</guid>
<pubDate>Sat, 05 Mar 2005 10:56:20 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12837208</link>
<description><![CDATA[<A HREF="/useremail/u/1063283"><b>fegul</b></A> : <div class="bquote"><SMALL>said by  blackeyes <A HREF="/useremail/u/1057747"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>ok:)<br><br>Come on people. I expect quality when I get something for free.;):D<br> </DIV>I think they did a good job, but somethings that could be added in the future;<br>&#8226; Popup like the Gmail notifier with the number of updated posts<br>&#8226; Opening in the same tab<br><br>Those two would be nice<br><SMALL>--<br>|<A HREF="http://www.fegul.ethiofamily.com">Networking Help</A>|<A HREF="http://www.fegul.blogspot.com">My Blog</A>|</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12837208</guid>
<pubDate>Sat, 05 Mar 2005 10:49:51 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12837128</link>
<description><![CDATA[<A HREF="/useremail/u/1057747"><b>blackeyes</b></A> : ok:)<br><br>Come on people. I expect quality when I get something for free.;):D]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12837128</guid>
<pubDate>Sat, 05 Mar 2005 10:38:22 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12837107</link>
<description><![CDATA[<A HREF="/useremail/u/206593"><b>GeekNJ</b></A> : The icon updates based on the configured interval (minimum is 1 minute) but you might have it longer. The new tab being opened is discussed in the thread and might be resolved (configurable) in an update, but that's the way it works now.<br><SMALL>--<br><A HREF="http://www.levinecentral.com/optimize-ool.html">Tweaked your OOL connection?</A> | <A HREF="http://www.levinecentral.com/mail_parse">Mail Parse</A> | <A HREF="http://www.levinecentral.com/ool/speed.asp">Speed Converter</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12837107</guid>
<pubDate>Sat, 05 Mar 2005 10:33:28 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12837099</link>
<description><![CDATA[<A HREF="/useremail/u/1057747"><b>blackeyes</b></A> : I see the orange envelope in the status bar. Won't go away but cool though. A little pop up window when it appears would be cooler. Something to work on. Thanks guys.:)<br><br>Just noticed that ever time I click on it, a new tab appears. I have my browser set to open a new window if other then the tabs. :(]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12837099</guid>
<pubDate>Sat, 05 Mar 2005 10:31:32 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12837075</link>
<description><![CDATA[<A HREF="/useremail/u/712536"><b>Cousin Dave</b></A> : <div class="bquote"><SMALL>said by  blackeyes <A HREF="/useremail/u/1057747"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>That's the ticket. Now someone post something so I can see it work.:D;)<br> </DIV>NO!!!;)<br><SMALL>--<br><A HREF="http://www.fairtax.org/">Americans for Fair Taxation</A>,<A HREF="http://boortz.com/">Neal Boortz</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12837075</guid>
<pubDate>Sat, 05 Mar 2005 10:24:46 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12836998</link>
<description><![CDATA[<A HREF="/useremail/u/1057747"><b>blackeyes</b></A> : That's the ticket. Now someone post something so I can see it work.:D;)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12836998</guid>
<pubDate>Sat, 05 Mar 2005 10:05:05 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12836796</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : try this version 0.6.1<br>&raquo;<A HREF="http://www.s116948610.onlinehome.us/bbrim_v0.6.1.xpi" >www.s116948610.onlinehome.us/bbr&middot;&middot;&middot;.6.1.xpi</A><br><br>from<br>&raquo;<A HREF="/forum/remark,12815885~mode=flat~days=10~start=60#12828540">[FireFox] BBR Firefox Extension</A><br><br>Cudni<br><SMALL>--<br>Whether you think that you can, or that you can't, you are usually right.<BR>Help yourself so God can help you..it does exactly what it says on the sig</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12836796</guid>
<pubDate>Sat, 05 Mar 2005 09:11:02 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12836777</link>
<description><![CDATA[<A HREF="/useremail/u/1057747"><b>blackeyes</b></A> : I updated to 1.0.1 last weekend. Is it possible another extension is conflicting with this program? Could someone please repost the link <SMALL>(copy and paste from a working window, not the posted link at the beginning of the thread please</SMALL>.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12836777</guid>
<pubDate>Sat, 05 Mar 2005 09:04:54 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12836620</link>
<description><![CDATA[<A HREF="/useremail/u/756952"><b>veloct</b></A> : I'm using FF 1.0.1 and the extension works just fine.  Good job]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12836620</guid>
<pubDate>Sat, 05 Mar 2005 08:20:07 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12836572</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : What version FF do you have?<br><br>Cudni]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12836572</guid>
<pubDate>Sat, 05 Mar 2005 08:04:05 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12836564</link>
<description><![CDATA[<A HREF="/useremail/u/1057747"><b>blackeyes</b></A> : Houston we have a problem. All I'm getting is a statement that the extension is incompatible. Then I tried a search through the mozilla search engine. I got this &raquo;<small>https</small>://<A HREF="https://addons.update.mozilla.org/extensions/moreinfo.php?id=11&vid=12&page=comments">addons.update.mozilla.org/extens&middot;&middot;&middot;comments</A><br><br>I obviously haven't read all the way through the thread(<SMALL>too long</SMALL>)but I got the gist. Any word if this will be back on line before the end of the weekend?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12836564</guid>
<pubDate>Sat, 05 Mar 2005 08:02:06 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12836434</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : Is there a problem with extension? All of a sudden it turn itself off (and stays off) the moment i login and resets the polling interval from 1m to off<br><br>edit: Working again, which is nice :)<br>Silly me, the extension is working as designed (and site side issues ironed out) as there were/are no updated topics it does not appear in status bar in FF.<br><br>blast, not working again as there is an updated topic now :(<br><br>Cudni]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12836434</guid>
<pubDate>Sat, 05 Mar 2005 07:15:33 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12836432</link>
<description><![CDATA[<A HREF="/useremail/u/694825"><b>Viper007Bond</b></A> : Is there auto-update so that it'll auto-detect when you release a new version? :D<br><SMALL>--<br>I have a signature. | <A HREF="http://www.viper007bond.com/">I also have a website/blog.</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12836432</guid>
<pubDate>Sat, 05 Mar 2005 07:12:54 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12836005</link>
<description><![CDATA[<A HREF="/useremail/u/418397"><b>Lanik</b></A> : <div class="bquote"><SMALL>said by  justin <A HREF="/useremail/u/1"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>the problem with topic counts i've traced to people who use forum "catch-up-all" links. So I'll fix that soon, and topic counts should be more accurate then.<br> </DIV>Thanks boss. ;)<br><SMALL>--<br>A slave to corporate America.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12836005</guid>
<pubDate>Sat, 05 Mar 2005 02:37:41 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12835987</link>
<description><![CDATA[<A HREF="/useremail/u/396680"><b>samburgers</b></A> : Great... I was being locked out of dslreports cause apparently it was making too many requests......<br><br>Okay, narrowed down the problem<br><br>It seems that everytime I am going "forward" or "back" in Firefox 1.0.1, the statusbar says for a short period "notifier: polling" I am guessing that is when it is updating... and therefore, if i go back and forth too many times, it requests frequently too...<br><br>BTW, I'm using 0.6.1 with polling set to 5 min...]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12835987</guid>
<pubDate>Sat, 05 Mar 2005 02:34:06 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12835978</link>
<description><![CDATA[<A HREF="/useremail/u/1"><b>justin</b></A> : the problem with topic counts i've traced to people who use forum "catch-up-all" links. So I'll fix that soon, and topic counts should be more accurate then.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12835978</guid>
<pubDate>Sat, 05 Mar 2005 02:32:39 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12835892</link>
<description><![CDATA[<A HREF="/useremail/u/712536"><b>Cousin Dave</b></A> : It was working sporadically,now after updating it seems to be working fine.<br>Very neat.<br>                                                              <br>                               <br><SMALL>--<br><A HREF="http://www.fairtax.org/">Americans for Fair Taxation</A>,<A HREF="http://boortz.com/">Neal Boortz</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12835892</guid>
<pubDate>Sat, 05 Mar 2005 02:05:32 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12834936</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : I finally got the envelope to go away with 0 messages.<br>I had to go to my 'followed' list and start clicking 'stop' until the number finally went to 0 and the envelope went away.<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12834936</guid>
<pubDate>Fri, 04 Mar 2005 23:12:14 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12834313</link>
<description><![CDATA[<A HREF="/useremail/u/224798"><b>Konaguy</b></A> : I ended up uninstalling the extension. It would not give an accurate reading of how many new posts were for me. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12834313</guid>
<pubDate>Fri, 04 Mar 2005 21:59:49 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12834070</link>
<description><![CDATA[<A HREF="/useremail/u/708217"><b>momcat1</b></A> : After installing this, it crashed my Firefox, and wouldn't let me access dslreports at all, niether from Firefox or IE.  I was getting authorization errors relating to more than 60 attempts to load dslreports in 2 minutes.  The polling may have had something to do with it.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12834070</guid>
<pubDate>Fri, 04 Mar 2005 21:24:37 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12833645</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : Well, one has gone away since yesterday. I had 13, now it's 12. Maybe in a couple of weeks they will all go away...  :D<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12833645</guid>
<pubDate>Fri, 04 Mar 2005 20:26:04 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12833535</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : Yes, I had several locked in there. At least that is what i assumed Justin was talking about.<br><br>Cudni]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12833535</guid>
<pubDate>Fri, 04 Mar 2005 20:09:56 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12833473</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : Do you mean here?<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/12833473?c=785551&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG class="apic" BORDER=0 TITLE="82485 bytes" WIDTH=600 HEIGHT=162 SRC="/r0/download/785551.thumb600~43f0ea1fb12e90e2e9159702bb9dc61b/Screen1.jpg/thumb.jpg" ALT="Click for full size"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12833473</guid>
<pubDate>Fri, 04 Mar 2005 20:00:07 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12833463</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : Do you have any locked threads, for whatever reason, in updated followed tab?<br><br>Cudni]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12833463</guid>
<pubDate>Fri, 04 Mar 2005 19:58:18 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12833289</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : Where can I find these updated locked threads everyone is talking about?<br>I've looked at every post I've read or posted to and can't find any that are locked. :huh:<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12833289</guid>
<pubDate>Fri, 04 Mar 2005 19:36:13 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12832653</link>
<description><![CDATA[<A HREF="/useremail/u/418397"><b>Lanik</b></A> : <div class="bquote"><SMALL>said by  bky <A HREF="/useremail/u/654235"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>Feature request: <br>How about having it use the same tab when clicked rather than opening up new ones everytime? That is kind of annoying :)<br> </DIV>I agree seconded. :)<br><SMALL>--<br>A slave to corporate America.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12832653</guid>
<pubDate>Fri, 04 Mar 2005 18:09:02 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12832643</link>
<description><![CDATA[<A HREF="/useremail/u/654235"><b>bky</b></A> : Feature request: <br>How about having it use the same tab when clicked rather than opening up new ones everytime? That is kind of annoying :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12832643</guid>
<pubDate>Fri, 04 Mar 2005 18:08:13 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12832029</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : Good stuff even if it says 1 updated topic (used to say 2) when i have none. Would it be possible to differentiate IM(s) from system and from a person?<br><br>Like it :)<br><br>edit: have no updated locked threads as per Justin's fix<br><br>Cudni]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12832029</guid>
<pubDate>Fri, 04 Mar 2005 16:51:08 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12831847</link>
<description><![CDATA[<A HREF="/useremail/u/418397"><b>Lanik</b></A> : It still says I have 10 updated topics when I have none.  Otherwise works great. :D<br><SMALL>--<br>A slave to corporate America.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12831847</guid>
<pubDate>Fri, 04 Mar 2005 16:31:08 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12831257</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>Hmm... that's odd...<br>Are you using the 'Remember Me' checkbox?<br> </DIV>Yes--I almost never log out of DSLR.  To ensure, I have even logged into BBR.<br><br>I have bookmarked the XML page that this is getting it's status from, though, and I noticed that unless I have a PM it says &lt;m/&gt;.  Even if I have un-read updates to followed topics.  So it may be more than the extensions itself.<br><br><B>Edit</B>  And the polling interval keeps resetting to 'off'.<br><SMALL>--<br>Long my imprisoned spirit lay, Fast bound in sin and nature&#146;s night;<BR>Thine eye diffused a quickening ray&#151;I woke, the dungeon flamed with light;<BR>My chains fell off, my heart was free, I rose, went forth, and followed Thee.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12831257</guid>
<pubDate>Fri, 04 Mar 2005 15:26:23 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12831149</link>
<description><![CDATA[<A HREF="/useremail/u/1063283"><b>fegul</b></A> : It's working great for me, It goes away after I check all my updated posts, and updates well.  Thanks!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12831149</guid>
<pubDate>Fri, 04 Mar 2005 15:17:39 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12830796</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Hmm... that's odd...<br>Are you using the 'Remember Me' checkbox?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12830796</guid>
<pubDate>Fri, 04 Mar 2005 14:36:09 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12830771</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>How are you logging into the site? Are you using <A HREF="/login">/login</A> or are you logging in when you post?<br> </DIV>with /login]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12830771</guid>
<pubDate>Fri, 04 Mar 2005 14:33:19 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12830763</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : How are you logging into the site? Are you using <A HREF="/login">/login</A> or are you logging in when you post?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12830763</guid>
<pubDate>Fri, 04 Mar 2005 14:32:24 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12830696</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : Adding a little sound might be nice, too.  :)<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12830696</guid>
<pubDate>Fri, 04 Mar 2005 14:25:25 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12830647</link>
<description><![CDATA[<A HREF="/useremail/u/621632"><b>pc319</b></A> : Great Extension  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> :)<br><br>I was wondering though if you could also have it notify you when you sitemark or follow a particular topic.  For example, I usually mark the security updates thread to monitor whenever there are any new posts / updates.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12830647</guid>
<pubDate>Fri, 04 Mar 2005 14:18:51 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12830592</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : Dude--I can't make this thing work.  I am using 0.6.1<br><br>Got a 503 once ( as noted above).<br><br>Twice I've had a red circle with a white 'X' in it that when I click it tells me to log into DSLR (even though I already am). <br><br>But I have not had any notices of posts or PMs yet.  I've not seen ANY icon other than the red circle with the 'X'.<br><br>I am bummed out.<br><br><B>Edit</B>  Directly after posting this someone sent me a PM.  The PM icon finally did flash in the bottom of the status bar, but it immediately turned to the red circle with 'X" and when I clicked on it I got the 503.<br><br><B>Edit2</B>  The PM thing is working better now, but the polling keeps turning to off.  Also not seeing when I have new topic replies.<br><SMALL>--<br>Long my imprisoned spirit lay, Fast bound in sin and nature&#146;s night;<BR>Thine eye diffused a quickening ray&#151;I woke, the dungeon flamed with light;<BR>My chains fell off, my heart was free, I rose, went forth, and followed Thee.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12830592</guid>
<pubDate>Fri, 04 Mar 2005 14:12:55 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12830571</link>
<description><![CDATA[<A HREF="/useremail/u/761367"><b>pulp39</b></A> : <div class="bquote"><SMALL>said by  pulp39 <A HREF="/useremail/u/761367"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>I got it working fellahs but it still says 4 Updated Topics when there aren't.  I even rebooted several times.  Been stuck at 4 for 2 hours.  You guys get this glitch?<br> </DIV>Just want to say that it SUDDENLY works today.  The number of Updated Topics is bang on. I don't know what did it but this sure is cool, especially for IM's since dsl doesn't notify me via email 90% of the time. Also, I love that it opens up dslreports to your Topics in a TAB. Thanks for the excellent Plug-In!!!  :)<br><SMALL>--<br>"Rogers needs to buy the CN Tower now and then call it Rogers Tower. This way, TED can shoot laser beams at our houses when we go over 60 Gigs." - MoeB -<br>LMFFAO!!!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12830571</guid>
<pubDate>Fri, 04 Mar 2005 14:09:28 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12829959</link>
<description><![CDATA[<A HREF="/useremail/u/1"><b>justin</b></A> : you'll have to convince b2thad to add that as an option, as he is doing such a good job handling this.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12829959</guid>
<pubDate>Fri, 04 Mar 2005 12:52:54 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12829843</link>
<description><![CDATA[<A HREF="/useremail/u/376631"><b>DownLow</b></A> : <div class="bquote"><SMALL>said by  justin <A HREF="/useremail/u/1"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>I've found the issue with the mis-matching counts, they are locked topics that have been updated. Shortly the XML url will agree with the updated topics page (and not count updated locked topics).<br> </DIV>thanks justin - can I re-request one feature..can we have options to "just track IMs" or "Just postings", perhaps via check boxes.  I leave BBR open as my home (autorefresh), but with other tabs open..I rather see IMs/PM's if I am not looking at the forums tab.<br><br>Am I just too lazy? :)<br><br>Thanks<br><SMALL>--<br>Cleverly Disguised As A Responsible Adult!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12829843</guid>
<pubDate>Fri, 04 Mar 2005 12:39:18 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12829690</link>
<description><![CDATA[<A HREF="/useremail/u/386501"><b>JAAulde</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br> - Polling method changed to avoid 503 errors </DIV>I installed 0.6.1 and got hit with the 503 error about 15 minutes later.  I disabled the extension and restarted FF and was immediately allowed back to DSLR.  I re-enabled the extension and restarted FF and was still allowed access to DSLR.<br><br>I've still never seen the extension work either, but I don't have a very active postlist nor do I get PMs very often.<br><br>WinXP SP2, FF 1.0.1, Extension 0.6.1<br><SMALL>--<br>Long my imprisoned spirit lay, Fast bound in sin and nature’s night;<BR>Thine eye diffused a quickening ray—I woke, the dungeon flamed with light;<BR>My chains fell off, my heart was free, I rose, went forth, and followed Thee.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12829690</guid>
<pubDate>Fri, 04 Mar 2005 12:20:25 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12828979</link>
<description><![CDATA[<A HREF="/useremail/u/1"><b>justin</b></A> : I've found the issue with the mis-matching counts, they are locked topics that have been updated. Shortly the XML url will agree with the updated topics page (and not count updated locked topics).]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12828979</guid>
<pubDate>Fri, 04 Mar 2005 10:51:34 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12828593</link>
<description><![CDATA[<A HREF="/useremail/u/206593"><b>GeekNJ</b></A> : I'm still off by 4 messages ( &raquo;<A HREF="/forum/remark,12815885~mode=flat~days=10~start=50#12820303">[FireFox] BBR Firefox Extension</A> ). The icon in the status bar shows 4 updated messages, yet &raquo;<A HREF="/postlist">/postlist</A> shows 0. <br><br>As new ones come/go, the count goes up.down but it's always off by 4. <br><SMALL>--<br><A HREF="http://www.levinecentral.com/optimize-ool.html">Tweaked your OOL connection?</A> | <A HREF="http://www.levinecentral.com/mail_parse">Mail Parse</A> | <A HREF="http://www.levinecentral.com/ool/speed.asp">Speed Converter</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12828593</guid>
<pubDate>Fri, 04 Mar 2005 10:00:50 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12828584</link>
<description><![CDATA[<A HREF="/useremail/u/1063283"><b>fegul</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>Here's a minor update based on the bugs that have been reported here. To install, click the link below and press install once prompted (You can install 0.6.1 without prior removal of 0.6). <br><A HREF="http://www.s116948610.onlinehome.us/bbrim_v0.6.1.xpi"><B>Install 0.6.1</B></A><br><br>What's new in 0.6.1:<br> - Link to inbox/updated topics changed to show only unread IMs/topics<br> - Polling now occurs on startup too.<br> - The icons now respond to double-clicking<br> - Polling method changed to avoid 503 errors<br> </DIV>Great! looking good so far, I especially like the polling on startup<br><SMALL>--<br>|<A HREF="http://www.fegul.ethiofamily.com">Networking Help</A>|<A HREF="http://www.fegul.blogspot.com">My Blog</A>|</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12828584</guid>
<pubDate>Fri, 04 Mar 2005 09:59:50 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12828540</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Here's a minor update based on the bugs that have been reported here. To install, click the link below and press install once prompted (You can install 0.6.1 without prior removal of 0.6). <br><A HREF="http://www.s116948610.onlinehome.us/bbrim_v0.6.1.xpi"><B>Install 0.6.1</B></A><br><br>What's new in 0.6.1:<br> - Link to inbox/updated topics changed to show only unread IMs/topics<br> - Polling now occurs on startup too.<br> - The icons now respond to double-clicking<br> - Polling method changed to avoid 503 errors]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12828540</guid>
<pubDate>Fri, 04 Mar 2005 09:54:08 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12828050</link>
<description><![CDATA[<A HREF="/useremail/u/1091600"><b>Private Iron</b></A> : Guess I'm just an idiot, but I drag the xpi to an open firefox window and not a damn thing happens.  Something special that has to be done here?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12828050</guid>
<pubDate>Fri, 04 Mar 2005 08:24:32 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12825909</link>
<description><![CDATA[<A HREF="/useremail/u/779741"><b>Khaine</b></A> : This looks really cool :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12825909</guid>
<pubDate>Thu, 03 Mar 2005 22:36:33 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12825908</link>
<description><![CDATA[<A HREF="/useremail/u/224798"><b>Konaguy</b></A> : It seems that if I have polling set to something quick 1 or 20 <br>minutes. It shows that have updated threads, but when I <br>checked there wasn't any ? ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12825908</guid>
<pubDate>Thu, 03 Mar 2005 22:36:24 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12825863</link>
<description><![CDATA[<A HREF="/useremail/u/1026277"><b>Ca1avera</b></A> : <div class="bquote"><SMALL>said by  Gizy <A HREF="/useremail/u/679072"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>Ca1avera:  I had this happen to me once too.  Just curious:  Did you try going to the page it specified?  Mine had a link on it that allowed me to correct the problem and log back in.<br> </DIV>I went to the page to no avail. :huh: Had to use IE for 10-15 minutes (yuck) then tried FF and all is fine now. ;)<br><SMALL>--<br>It deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht the frist and lsat ltteer are in the rghit pclae - Cambridge University</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12825863</guid>
<pubDate>Thu, 03 Mar 2005 22:31:39 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12825606</link>
<description><![CDATA[<A HREF="/useremail/u/679072"><b>Gizy</b></A> : Ca1avera:  I had this happen to me once too.  Just curious:  Did you try going to the page it specified?  Mine had a link on it that allowed me to correct the problem and log back in.<br><br>And the extension works great.  Thanks for the work on it.<br><SMALL>--<br>Life is what happens to you while you are making plans.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12825606</guid>
<pubDate>Thu, 03 Mar 2005 22:02:05 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12825198</link>
<description><![CDATA[<A HREF="/useremail/u/181160"><b>mjf</b></A> : It's working nice for me.  I've been using the previous version for a couple of months now.  <br><br>No disconnections<br><br>Seems stickies are not included in the post count.  - That is strange.<br><SMALL>--<br><B>Smile!</B><BR><A HREF="http://www.dslreports.com/forum/disco"><B>Team Discovery</B></A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12825198</guid>
<pubDate>Thu, 03 Mar 2005 21:17:13 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12824657</link>
<description><![CDATA[<A HREF="/useremail/u/1026277"><b>Ca1avera</b></A> : <div class="bquote"><SMALL>said by  dogcacher <A HREF="/useremail/u/1042924"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>After I installed it, it kept bombing BBR until I closed Firefox.<br><br>Now when I try to access BBR I get the following message instead of the homepage:<br><br>503 Request temporarily denied: too many requests arriving from your IP address. See this page for more information<br> </DIV>Crap... get the same thing here right after install. Uninstalled it and still same message. :uhh:<br><br>503 Request temporarily denied: too many requests arriving from your IP address. See this page for more information<br><SMALL>--<br>It deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht the frist and lsat ltteer are in the rghit pclae - Cambridge University</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12824657</guid>
<pubDate>Thu, 03 Mar 2005 20:19:15 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12824574</link>
<description><![CDATA[<A HREF="/useremail/u/558740"><b>Skyrunner8</b></A> : Great work.  maybe in future releases, you can have options only for messages, or right click on the image and force a refresh (max of so many times per minute).  Great Work, I love it<br><SMALL>--<br>-Jeff</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12824574</guid>
<pubDate>Thu, 03 Mar 2005 20:11:08 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12824372</link>
<description><![CDATA[<A HREF="/useremail/u/623139"><b>jimeez</b></A> : Nevermind...now it's back to telling me there's an updated topic when there is none.<br><br>I definitely like this extension.  Can't wait until all the bugs are worked out.  Wish I had the skills to help out...]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12824372</guid>
<pubDate>Thu, 03 Mar 2005 19:50:44 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12824012</link>
<description><![CDATA[<A HREF="/useremail/u/712536"><b>Cousin Dave</b></A> : It just started working out of the blue.:hmm:]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12824012</guid>
<pubDate>Thu, 03 Mar 2005 19:14:43 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12823959</link>
<description><![CDATA[<A HREF="/useremail/u/623139"><b>jimeez</b></A> : Nice work on the extension.  <br><br>Mine is also telling me I have 1 updated topic even though I have none.<br><br>Edit:  Now it went away.  Maybe it just took a few minutes to "re-set" itself or something?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12823959</guid>
<pubDate>Thu, 03 Mar 2005 19:08:26 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12822645</link>
<description><![CDATA[<A HREF="/useremail/u/917630"><b>Cudni</b></A> : Updated topics are showing 2 even though there should be none.<br><br>Had brief problems accessing dslreports initially, whereas bbr worked straight, but after some fiddling it started working too :)<br><br>Cudni<br><SMALL>--<br>Whether you think that you can, or that you can't, you are usually right.<BR>Help yourself so God can help you..it does exactly what it says on the sig</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12822645</guid>
<pubDate>Thu, 03 Mar 2005 16:45:27 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12822625</link>
<description><![CDATA[<A HREF="/useremail/u/246096"><b>yock</b></A> : <div class="bquote"><SMALL>said by  Sir Raleigh <A HREF="/useremail/u/441315"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br><div class="bquote"><SMALL>said by  yock <A HREF="/useremail/u/246096"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>It seems like it shouldnt' be related, but how many of you having problems are using the dslreports.com domain? On broadbandreports.com I have no problems.<br> </DIV>I show 13 on both domains. :huh:<br> </DIV>I wonder then if is even a problem with the extension. Perhaps the data collector on site feeding the extension is problematic.<br><SMALL>--<br>Statistical correlation need not imply causation.<BR><A HREF="http://www.yock.name">Technical Nirvana</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12822625</guid>
<pubDate>Thu, 03 Mar 2005 16:43:43 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12822607</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : <div class="bquote"><SMALL>said by  yock <A HREF="/useremail/u/246096"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>It seems like it shouldnt' be related, but how many of you having problems are using the dslreports.com domain? On broadbandreports.com I have no problems.<br> </DIV>I show 13 on both domains. :huh:<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12822607</guid>
<pubDate>Thu, 03 Mar 2005 16:41:28 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12822533</link>
<description><![CDATA[<A HREF="/useremail/u/712536"><b>Cousin Dave</b></A> : Yep,tried both.<br>It just doesn't like me.:D]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12822533</guid>
<pubDate>Thu, 03 Mar 2005 16:31:24 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12822519</link>
<description><![CDATA[<A HREF="/useremail/u/246096"><b>yock</b></A> : <div class="bquote"><SMALL>said by  Cousin Dave <A HREF="/useremail/u/712536"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br><div class="bquote"><SMALL>said by  yock <A HREF="/useremail/u/246096"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br><div class="bquote"><SMALL>said by  Cousin Dave <A HREF="/useremail/u/712536"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>I screwed with it  7 ways to Sunday,still no go.<br>Uninstalling.<br> </DIV>What version of Firefox?<br> </DIV>1.0.1<br> </DIV>Hmm, I run 1.0.1 on WinXP with no problems whatsoever. I have it installed along side several other extensions and themes as well. Which domain are you using, or have you tried both? (forgive me if I missed that bit of info!)<br><SMALL>--<br>Statistical correlation need not imply causation.<BR><A HREF="http://www.yock.name">Technical Nirvana</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12822519</guid>
<pubDate>Thu, 03 Mar 2005 16:29:54 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12822501</link>
<description><![CDATA[<A HREF="/useremail/u/712536"><b>Cousin Dave</b></A> : <div class="bquote"><SMALL>said by  yock <A HREF="/useremail/u/246096"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br><div class="bquote"><SMALL>said by  Cousin Dave <A HREF="/useremail/u/712536"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>I screwed with it  7 ways to Sunday,still no go.<br>Uninstalling.<br> </DIV>What version of Firefox?<br> </DIV>1.0.1<br><SMALL>--<br><A HREF="http://www.fairtax.org/">Americans for Fair Taxation</A>,<A HREF="http://boortz.com/">Neal Boortz</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12822501</guid>
<pubDate>Thu, 03 Mar 2005 16:28:07 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12822495</link>
<description><![CDATA[<A HREF="/useremail/u/246096"><b>yock</b></A> : <div class="bquote"><SMALL>said by  Cousin Dave <A HREF="/useremail/u/712536"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>I screwed with it  7 ways to Sunday,still no go.<br>Uninstalling.<br> </DIV>What version of Firefox?<br><SMALL>--<br>Statistical correlation need not imply causation.<BR><A HREF="http://www.yock.name">Technical Nirvana</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12822495</guid>
<pubDate>Thu, 03 Mar 2005 16:27:24 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12822469</link>
<description><![CDATA[<A HREF="/useremail/u/712536"><b>Cousin Dave</b></A> : I screwed with it  7 ways to Sunday,still no go.<br>Uninstalling.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12822469</guid>
<pubDate>Thu, 03 Mar 2005 16:23:39 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12820659</link>
<description><![CDATA[<A HREF="/useremail/u/1042924"><b>dogcacher</b></A> : After I installed it, it kept bombing BBR until I closed Firefox.<br><br>Now when I try to access BBR I get the following message instead of the homepage:<br><br>503 Request temporarily denied: too many requests arriving from your IP address. See this page for more information<br><br>I'm logged in now with an old modem ISP, still can't get in with broadband.<br><br>I guess I'll have to wait . . . ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12820659</guid>
<pubDate>Thu, 03 Mar 2005 12:42:37 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12820514</link>
<description><![CDATA[<A HREF="/useremail/u/246096"><b>yock</b></A> : It seems like it shouldnt' be related, but how many of you having problems are using the dslreports.com domain? On broadbandreports.com I have no problems.<br><SMALL>--<br>Statistical correlation need not imply causation.<BR><A HREF="http://www.yock.name">Technical Nirvana</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12820514</guid>
<pubDate>Thu, 03 Mar 2005 12:21:14 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12820480</link>
<description><![CDATA[<A HREF="/useremail/u/376631"><b>DownLow</b></A> : <div class="bquote"><SMALL>said by  Sir Raleigh <A HREF="/useremail/u/441315"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br><div class="bquote"><SMALL>said by  pulp39 <A HREF="/useremail/u/761367"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>I got it working fellahs but it still says 4 Updated Topics when there aren't.  I even rebooted several times.  Been stuck at 4 for 2 hours.  You guys get this glitch?<br> </DIV>Yeah, but mine says 13 updated topics... ;)<br> </DIV>heh..I post a lot..I got 30!  Not sure how that is possible..but whatever. I only really want the PM/IM notification which isn't really working for me.<br><SMALL>--<br>Cleverly Disguised As A Responsible Adult!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12820480</guid>
<pubDate>Thu, 03 Mar 2005 12:17:16 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12820303</link>
<description><![CDATA[<A HREF="/useremail/u/206593"><b>GeekNJ</b></A> : I know see it going up and down, but I have no new posts at &raquo;<A HREF="/postlist">/postlist</A> yet it shows I have 4 in the status bar. Looks like it's "off" by 4. Is it an updated followed topic that I am clicked Stop Following on?<br><SMALL>--<br><A HREF="http://www.levinecentral.com/optimize-ool.html">Tweaked your OOL connection?</A> | <A HREF="http://www.levinecentral.com/mail_parse">Mail Parse</A> | <A HREF="http://www.levinecentral.com/ool/speed.asp">Speed Converter</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12820303</guid>
<pubDate>Thu, 03 Mar 2005 11:49:16 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12820276</link>
<description><![CDATA[<A HREF="/useremail/u/206593"><b>GeekNJ</b></A> : Neat plug-in. Just installed it, restarted Firefox, configured for 1 min/dslreports.com, logged into DSLR and the icon showed. What is odd is the unread message count shows 7 updated topics and when I click the icon and go to the page it shows only 3 new followed posts at &raquo;<A HREF="/postlist">/postlist</A><br><br>Any idea why the discrepancy? Edit: Any way to see what it's going at to determine 7 updated posts?<br><br><SMALL>--<br><A HREF="http://www.levinecentral.com/optimize-ool.html">Tweaked your OOL connection?</A> | <A HREF="http://www.levinecentral.com/mail_parse">Mail Parse</A> | <A HREF="http://www.levinecentral.com/ool/speed.asp">Speed Converter</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12820276</guid>
<pubDate>Thu, 03 Mar 2005 11:45:22 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12819943</link>
<description><![CDATA[<A HREF="/useremail/u/761367"><b>pulp39</b></A> : Good, sorry. LOL  Just didn't want to be the only d-ohnut here. :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12819943</guid>
<pubDate>Thu, 03 Mar 2005 11:03:54 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12819876</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : <div class="bquote"><SMALL>said by  pulp39 <A HREF="/useremail/u/761367"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>I got it working fellahs but it still says 4 Updated Topics when there aren't.  I even rebooted several times.  Been stuck at 4 for 2 hours.  You guys get this glitch?<br> </DIV>Yeah, but mine says 13 updated topics... ;)<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12819876</guid>
<pubDate>Thu, 03 Mar 2005 10:54:24 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12819851</link>
<description><![CDATA[<A HREF="/useremail/u/761367"><b>pulp39</b></A> : I got it working fellahs but it still says 4 Updated Topics when there aren't.  I even rebooted several times.  Been stuck at 4 for 2 hours.  You guys get this glitch?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12819851</guid>
<pubDate>Thu, 03 Mar 2005 10:50:44 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12819613</link>
<description><![CDATA[<A HREF="/useremail/u/670008"><b>chachster</b></A> : Nice feature... now I need someone to send me IM's! :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12819613</guid>
<pubDate>Thu, 03 Mar 2005 10:18:51 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12818998</link>
<description><![CDATA[<A HREF="/useremail/u/181601"><b>StuartMW</b></A> : <div class="bquote"><SMALL>said by  StuartMW <A HREF="/useremail/u/181601"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>I changed them to <B>true</B> and hey presto I now get the icons.<br></DIV>Ok, these are obviously dynamic flags not options. I'm not getting any updates so the extension is obviously broken for me (and others). Guess I'll wait for v0.7.<br><SMALL>--<br>Don't feed trolls--it only makes them grow!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12818998</guid>
<pubDate>Thu, 03 Mar 2005 08:43:20 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12818758</link>
<description><![CDATA[<A HREF="/useremail/u/254898"><b>pcdebb</b></A> : am i not doing something right?  where is the icon to show IM's or anything?  i dont see anything you guys are seeing :huh:<br><br>Ok, guess i should have waited a minute.  i click the envelope and it just takes me to &raquo;<A HREF="/postlist">/postlist</A> which is all of them<br><SMALL>--<br><A HREF="http://pcdebb.blogspot.com/">babbling</A> | <A HREF="http://mvm.removed.us/">mvm</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12818758</guid>
<pubDate>Thu, 03 Mar 2005 07:48:07 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12818599</link>
<description><![CDATA[<A HREF="/useremail/u/694825"><b>Viper007Bond</b></A> : <div class="bquote"><SMALL>said by  anthony <A HREF="/useremail/u/495748"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>scratch that, it works fine. only thing that would be cool is that when you get a new IM, it should take you to unread ims, not history</DIV>Yeah, it needs to go to /instant?unread=1<br><br>It'd also be nice if it'd just monitor for new replies to threads instead of always having the icon down there.<br><SMALL>--<br>I have a signature. | <A HREF="http://www.viper007bond.com/">I also have a website/blog.</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12818599</guid>
<pubDate>Thu, 03 Mar 2005 06:45:48 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12818520</link>
<description><![CDATA[<A HREF="/useremail/u/654235"><b>bky</b></A> : working great for me, I like it alot :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12818520</guid>
<pubDate>Thu, 03 Mar 2005 06:10:53 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12818444</link>
<description><![CDATA[<A HREF="/useremail/u/421508"><b>mbernste</b></A> : Not working for me either.  I installed it, restarted Firefox, and have the toolbar turned on.<br><SMALL>--<br><A HREF="http://home.comcast.net/~mbernste/catv_hearing.html">Comcast BBQ</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12818444</guid>
<pubDate>Thu, 03 Mar 2005 05:28:52 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12818341</link>
<description><![CDATA[<A HREF="/useremail/u/495748"><b>anthony</b></A> : scratch that, it works fine. only thing that would be cool is that when you get a new IM, it should take you to unread ims, not history<br><br>great work!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12818341</guid>
<pubDate>Thu, 03 Mar 2005 04:10:35 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12818324</link>
<description><![CDATA[<A HREF="/useremail/u/1168449"><b>NY YANKEES</b></A> : test]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12818324</guid>
<pubDate>Thu, 03 Mar 2005 04:00:46 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12818292</link>
<description><![CDATA[<A HREF="/useremail/u/495748"><b>anthony</b></A> : i cant get it to work :(]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12818292</guid>
<pubDate>Thu, 03 Mar 2005 03:45:58 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12818205</link>
<description><![CDATA[<A HREF="/useremail/u/654235"><b>bky</b></A> : Cool, I'll give it a test drive]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12818205</guid>
<pubDate>Thu, 03 Mar 2005 03:08:55 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12818111</link>
<description><![CDATA[<A HREF="/useremail/u/694825"><b>Viper007Bond</b></A> : Great stuff. Thanks! :D]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12818111</guid>
<pubDate>Thu, 03 Mar 2005 02:37:08 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12818031</link>
<description><![CDATA[<A HREF="/useremail/u/813129"><b>enOehT</b></A> : ok, so i tried it, and at first it didn't work at all, then i set the about:config reports..blah..blah to true. all that does is bring up the icon, but it doesn't help with accurate polling.<br><br>now i have a flashing message icon that means nothing. and an unchecked message icon, but i have no unchecked messages.<br><br>this is a great idea, but it looks like it needs a lot more work to get it functioning properly. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12818031</guid>
<pubDate>Thu, 03 Mar 2005 02:05:41 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12817944</link>
<description><![CDATA[<A HREF="/useremail/u/813129"><b>enOehT</b></A> : here a goes, this is a test. we will see if it works. :D]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12817944</guid>
<pubDate>Thu, 03 Mar 2005 01:44:11 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12817923</link>
<description><![CDATA[<A HREF="/useremail/u/621467"><b>chadrob30</b></A> : I can't even download it...]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12817923</guid>
<pubDate>Thu, 03 Mar 2005 01:39:26 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12817838</link>
<description><![CDATA[<A HREF="/useremail/u/128384"><b>BlitzenZeus</b></A> : If you have a stickied topic sitemarked, it will always show in the updated followed, and it will always show you have one updated topic constantly.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12817838</guid>
<pubDate>Thu, 03 Mar 2005 01:14:06 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12817247</link>
<description><![CDATA[<A HREF="/useremail/u/712536"><b>Cousin Dave</b></A> : <div class="bquote"><SMALL>said by  mjf <A HREF="/useremail/u/181160"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>Go to options and make sure it set for your login site i.e. dslr or bbr.<br> </DIV>I've tried both,no go.<br><SMALL>--<br><A HREF="http://www.fairtax.org/">Americans for Fair Taxation</A>,<A HREF="http://boortz.com/">Neal Boortz</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12817247</guid>
<pubDate>Wed, 02 Mar 2005 23:41:07 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12817193</link>
<description><![CDATA[<A HREF="/useremail/u/1063283"><b>fegul</b></A> : I get the yellow envelope, but it won't go away.  <STRIKE>It says I have 13 updated topics, when I have none</STRIKE><br>EDIT: It went away after one minute, you might want to tell it to automatically update its count after you've finished going through the threads]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12817193</guid>
<pubDate>Wed, 02 Mar 2005 23:35:16 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12817170</link>
<description><![CDATA[<A HREF="/useremail/u/181160"><b>mjf</b></A> : Go to options and make sure it set for your login site i.e. dslr or bbr.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12817170</guid>
<pubDate>Wed, 02 Mar 2005 23:33:41 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12817169</link>
<description><![CDATA[<A HREF="/useremail/u/376631"><b>DownLow</b></A> : <div class="bquote"><SMALL>said by  DownLow <A HREF="/useremail/u/376631"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>nice find! it works now!<br> </DIV>btw...my change to "TRUE" isn't sticking.<br><br>and...when I change it to true..I get the flashing PM message..but there isn't one waiting for me.<br><br>Is this part of the bug..or something new?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12817169</guid>
<pubDate>Wed, 02 Mar 2005 23:33:05 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12817153</link>
<description><![CDATA[<A HREF="/useremail/u/712536"><b>Cousin Dave</b></A> : Not working for me.<br>I did have a red ball with a X on it in the status bar,I clicked on it and it prompted me to login in to BBR.<br>Now I have no icon at all.<br>Rats!!:(<br>Damn,As I was typing this the red ball reappeared.<br>Puzzling.<br><SMALL>--<br><A HREF="http://www.fairtax.org/">Americans for Fair Taxation</A>,<A HREF="http://boortz.com/">Neal Boortz</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12817153</guid>
<pubDate>Wed, 02 Mar 2005 23:31:15 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12817151</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : When I mouse-over the orange envelope it says "13 updated topics", then I click it and it takes me to my update page, but there is nothing there.<br><br>EDIT: Also the envelope won't go away. Refresh is set to 1 minute. It just stays there showing "13 updated topics".<br><SMALL>--<br><B>I used to know all this stuff!</B></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12817151</guid>
<pubDate>Wed, 02 Mar 2005 23:31:05 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12817132</link>
<description><![CDATA[<A HREF="/useremail/u/376631"><b>DownLow</b></A> : nice find! it works now!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12817132</guid>
<pubDate>Wed, 02 Mar 2005 23:29:25 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12817039</link>
<description><![CDATA[<A HREF="/useremail/u/441315"><b>Sir Raleigh</b></A> : I'll give it a try. :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12817039</guid>
<pubDate>Wed, 02 Mar 2005 23:19:30 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816929</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : .]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816929</guid>
<pubDate>Wed, 02 Mar 2005 23:05:49 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816847</link>
<description><![CDATA[<A HREF="/useremail/u/181601"><b>StuartMW</b></A> : Ok I found the problem. The extension installed the default preferences as shown above (about:config) with the IM & News icons set the <B>false</B>. I changed them to <B>true</B> and hey presto I now get the icons.<br><br>FYI here's what's in the Extensions\{9dfaef2c-b772-4bde-b5fc-1f69bd105c16}\Defaults\Preferences\reportstatus.js file<br><br><div class="code"><PRE><span class="codetext">user_pref("reportstatus.firstFlag", true);<br>user_pref("reportstatus.imFlag", false);<br>user_pref("reportstatus.newsFlag", false);<br>user_pref("reportstatus.siteName", "broadbandreports.com");<br>user_pref("reportstatus.pollIntMinutes", 1);<br>user_pref("reportstatus.prefsChange", true);</SPAN></PRE></DIV><SMALL>--<br>Don't feed trolls--it only makes them grow!</SMALL><br><div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/12816847?c=784466&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG class="apic" BORDER=0 TITLE="34224 bytes" WIDTH=600 HEIGHT=466 SRC="/r0/download/784466.thumb600~dae5e59e0ca810bde7d64d7124db0c30/This.png/thumb.jpg" ALT="Click for full size"></A><br>Extension settings in about:config</TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816847</guid>
<pubDate>Wed, 02 Mar 2005 22:55:19 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816727</link>
<description><![CDATA[<A HREF="/useremail/u/833193"><b>Weirdal</b></A> : I've got a problem...<br><br>I read all my topics and it updated to 0, working good :)<br><br>then I got one updated topic and it said 7, then I got another (total of 2) and it said 8<br><br>seems like it insists in adding 6 to my topic count (thats what the xml feed says too)<br><SMALL>--<br>________<BR><A HREF="http://tinyurl.com/6r96u">\/\/ /-\</A> |<BR>¯¯¯¯¯¯¯¯</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816727</guid>
<pubDate>Wed, 02 Mar 2005 22:41:25 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816686</link>
<description><![CDATA[<A HREF="/useremail/u/376631"><b>DownLow</b></A> : hmm..mine was off..now I see an envelop for updated topics!!!<br><SMALL>--<br>Cleverly Disguised As A Responsible Adult!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816686</guid>
<pubDate>Wed, 02 Mar 2005 22:38:13 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816684</link>
<description><![CDATA[<A HREF="/useremail/u/412473"><b>grrr</b></A> : I've got the yellow envelope on the lower right of the XML button.  I hold the cursor over it and it says that I have 4 updated topics.  I click that envelope and a new tab opens with 'all' of my messages.  Not just the new ones.<br>I'm not complaining, but I'm just letting you know how it's working for me.<br><br>BTW... great tool.  I'm happy to be able to test it out.<br>Thanks. :)<br><br>Edit... My envelope won't go away.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816684</guid>
<pubDate>Wed, 02 Mar 2005 22:38:01 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816667</link>
<description><![CDATA[<A HREF="/useremail/u/181601"><b>StuartMW</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>You need to turn on the status bar to see the icon. (View -> Status bar)<br></DIV>Mine <B>is</B> on. I see the RSS icon and Adblock status.<br><SMALL>--<br>Don't feed trolls--it only makes them grow!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816667</guid>
<pubDate>Wed, 02 Mar 2005 22:36:52 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816665</link>
<description><![CDATA[<A HREF="/useremail/u/373749"><b>djdanska</b></A> : This is what i get. Even if i read all of the posts.<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=2 WIDTH=66%><A HREF="/speak/slideshow/12816665?c=784460&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG TITLE="3075 bytes" BORDER=0 WIDTH=341 HEIGHT=192 SRC="/r0/download/784460~b728309ff5c245cc4d6ce01b133a6ac0/hmm.PNG"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816665</guid>
<pubDate>Wed, 02 Mar 2005 22:36:27 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816658</link>
<description><![CDATA[<A HREF="/useremail/u/181160"><b>mjf</b></A> : You have to wait for the update.  Do you have it set for one minute updates?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816658</guid>
<pubDate>Wed, 02 Mar 2005 22:35:54 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816648</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  DownLow <A HREF="/useremail/u/376631"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>I got this..<br> </DIV>You need to turn on the status bar to see the icon. (View -> Status bar)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816648</guid>
<pubDate>Wed, 02 Mar 2005 22:35:16 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816633</link>
<description><![CDATA[<A HREF="/useremail/u/649954"><b>Brano</b></A> : Hmm, mine is always showing 6 updated topics eve though I've red them all ?!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816633</guid>
<pubDate>Wed, 02 Mar 2005 22:34:42 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816626</link>
<description><![CDATA[<A HREF="/useremail/u/181601"><b>StuartMW</b></A> : I see<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/12816626?c=784459&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG class="apic" BORDER=0 TITLE="10530 bytes" WIDTH=600 HEIGHT=466 SRC="/r0/download/784459.thumb600~dae5e59e0ca810bde7d64d7124db0c30/This.png/thumb.jpg" ALT="Click for full size"></A><br>this</TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816626</guid>
<pubDate>Wed, 02 Mar 2005 22:33:46 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816612</link>
<description><![CDATA[<A HREF="/useremail/u/376631"><b>DownLow</b></A> : I got this..<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#000000 nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/12816612?c=784458&ret=L2ZvcnVtL3IxMjgxNTg4NS54bWw%3D"><IMG class="apic" BORDER=0 TITLE="110272 bytes" WIDTH=600 HEIGHT=480 SRC="/r0/download/784458.thumb600~fc8371a0ba8d786c40c0a47ed570e45c/bbrff.jpg/thumb.jpg" ALT="Click for full size"></A><br>is this right?</TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816612</guid>
<pubDate>Wed, 02 Mar 2005 22:32:47 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816580</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : hmm...<br><br>What do you see at <A HREF="/browser/extensions/reportstatus.xml">this page? </A>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816580</guid>
<pubDate>Wed, 02 Mar 2005 22:29:49 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816448</link>
<description><![CDATA[<A HREF="/useremail/u/181601"><b>StuartMW</b></A> : <div class="bquote"><SMALL>said by  Ryan F <A HREF="/useremail/u/706695"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>Did you restart Firefox after installing it?<br></DIV>Um, duh! Of course I did.<br><br><B>Update:</B> I restarted FF again just to be sure and nothing. I have a flashing IM icon on the BBR page but <I>nothing</I> at all in FF 1.0.1. The only thing to the right of the orange RSS icon is the Adblock status indicator.<br><SMALL>--<br>Don't feed trolls--it only makes them grow!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816448</guid>
<pubDate>Wed, 02 Mar 2005 22:17:25 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816443</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : Thanks for all the suggestions! I'll keep them in mind for the next version :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816443</guid>
<pubDate>Wed, 02 Mar 2005 22:17:05 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816436</link>
<description><![CDATA[<A HREF="/useremail/u/376631"><b>DownLow</b></A> : not working for me :(]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816436</guid>
<pubDate>Wed, 02 Mar 2005 22:16:09 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816434</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <div class="bquote"><SMALL>said by  StuartMW <A HREF="/useremail/u/181601"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><BR><BR>Ok, its not working for me. I have an IM waiting but no icon in Firefox. Its set to 1 minute polling. I've tried both domains. Any ideas?<br> </DIV>Did you restart Firefox after installing it?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816434</guid>
<pubDate>Wed, 02 Mar 2005 22:16:05 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816362</link>
<description><![CDATA[<A HREF="/useremail/u/649954"><b>Brano</b></A> : Looks great!<br>An option to where to take me upon click would be nice i.e. FAV forums or My Posts (I always prefer to start in FAV forums)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816362</guid>
<pubDate>Wed, 02 Mar 2005 22:09:54 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816310</link>
<description><![CDATA[<A HREF="/useremail/u/373749"><b>djdanska</b></A> : <div class="bquote"><SMALL>said by  StuartMW <A HREF="/useremail/u/181601"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><br><br>Could someone IM me as well. I tried to IM myself but I guess that doesn't work.<br> </DIV>Funny you mentioned that. I did the same thing. Diddn't work! hehe<br><SMALL>--<br>DirecTivo w/4.0,hmo,tivowebplus,verver. and loving it.</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816310</guid>
<pubDate>Wed, 02 Mar 2005 22:05:41 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816270</link>
<description><![CDATA[<A HREF="/useremail/u/181601"><b>StuartMW</b></A> : Could someone IM me as well. I tried to IM myself but I guess that doesn't work.<br><br><B>Update:</B> Ok, its not working for me. I have an IM waiting but no icon in Firefox. Its set to 1 minute polling. I've tried both domains. Any ideas?<br><SMALL>--<br>Don't feed trolls--it only makes them grow!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816270</guid>
<pubDate>Wed, 02 Mar 2005 22:01:11 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816240</link>
<description><![CDATA[<A HREF="/useremail/u/376631"><b>DownLow</b></A> : this is so cool..someone PM me..I want to see it work! :D<br><SMALL>--<br>Cleverly Disguised As A Responsible Adult!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816240</guid>
<pubDate>Wed, 02 Mar 2005 21:58:22 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816174</link>
<description><![CDATA[<A HREF="/useremail/u/181160"><b>mjf</b></A> : A good observation from the old tool.  A double click was necessary for IM's.  Also every click on the envelope opens a new tab.  Probably no solution for that but to learn to use the back button.<br><SMALL>--<br><B>Smile!</B><BR><A HREF="http://www.dslreports.com/forum/disco"><B>Team Discovery</B></A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816174</guid>
<pubDate>Wed, 02 Mar 2005 21:51:49 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816172</link>
<description><![CDATA[<A HREF="/useremail/u/373749"><b>djdanska</b></A> : Thank you very much. we all appreciate it!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816172</guid>
<pubDate>Wed, 02 Mar 2005 21:51:30 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816118</link>
<description><![CDATA[<A HREF="/useremail/u/246096"><b>yock</b></A> : When I clicked the icon in the lower right it takes me to my IM's page, but not the new IM. It also doesn't go away once the IM has been read (it has to wait for the next polling). Perhaps clicking the icon could cancel the notification?<br><br>Very cool tool!<br><SMALL>--<br>Statistical correlation need not imply causation.<BR><A HREF="http://www.yock.name">Technical Nirvana</A></SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816118</guid>
<pubDate>Wed, 02 Mar 2005 21:47:05 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12816025</link>
<description><![CDATA[<A HREF="/useremail/u/181160"><b>mjf</b></A> : Great!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12816025</guid>
<pubDate>Wed, 02 Mar 2005 21:39:49 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12815983</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : It's mostly a polished off version of the original. Although a few bugs in the polling and connection methods were also repaired.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12815983</guid>
<pubDate>Wed, 02 Mar 2005 21:36:04 EDT</pubDate>
</item>

<item>
<title>Re: [FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12815939</link>
<description><![CDATA[<A HREF="/useremail/u/181160"><b>mjf</b></A> : Is this a fix of the original program?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12815939</guid>
<pubDate>Wed, 02 Mar 2005 21:31:25 EDT</pubDate>
</item>

<item>
<title>[FireFox] BBR Firefox Extension</title>
<link>http://www.dslreports.com/forum/remark,12815885</link>
<description><![CDATA[<A HREF="/useremail/u/706695"><b>Ryan F</b></A> : <IMG SRC="http://www.dslreports.com/r0/download/784381~e0f0f4dcca22852c96ecfc7498bfaa49/dslrim.jpg"><br><br>Here it is folks, the official DSLR/BBR Firefox extension.<br> <br>It works with both domains and allows you to choose the refresh rate. As long as you're logged into either domain, this handy little extension will notify you if you receive any new instant messages or if any of your topics are updated.<br><br>Upon a notification event, an icon (yellow envelope for IMs, orange envelope for updated topics) will appear in your status bar to the right of the RSS button.<br><br>The extension can be downloaded here:<br>&raquo;<A HREF="/r0/download/784390~7aed1745bcf88a8f05836c84afab0f31/bbrim_v0.6.zip">/r0/download/7&middot;&middot;&middot;v0.6.zip</A><br><br>To install it, unzip the file and drag the .xpi file into an open Firefox window.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,12815885</guid>
<pubDate>Wed, 02 Mar 2005 21:26:11 EDT</pubDate>
</item>

</channel>
</rss>
