<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on User Scripts Search Sorting - With Install Rate | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/8036</link>
    <description>Recent comments on userscript: User Scripts Search Sorting - With Install Rate</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by JoeSimmons @ Tue, 28 Oct 2008 19:26:16 -0500</title>
      <description>&lt;p&gt;It's now sorting by fans not install count.&lt;/p&gt;</description>
      <pubDate>Tue, 28 Oct 2008 19:26:16 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:23995</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by w35l3y @ Thu, 09 Oct 2008 14:52:28 -0500</title>
      <description>&lt;p&gt;Change:
&lt;br /&gt;&lt;pre&gt;
date = scripts[i].getElementsByTagName('created-at')[0].textContent.replace(/[T:Z]/g, &quot;-&quot;).split(&quot;-&quot;);
days = Math.ceil(new Date(new Date() - new Date(date[0], date[1]-1, date[2], date[3], date[4], date[5], 0).getTime()) / (24*60*60*1000));
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;To:
&lt;br /&gt;&lt;pre&gt;
date = Date.parse(scripts[i].getElementsByTagName('created-at')[0].textContent.replace(/[TZ]/g,' ').replace(/-/g,'/'));
days = Math.max(Math.ceil((new Date() - date) / (24*60*60*1000)),1);
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 09 Oct 2008 14:52:28 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:23996</guid>
      <author>w35l3y</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by znerp @ Thu, 09 Oct 2008 14:15:34 -0500</title>
      <description>&lt;p&gt;Well I've tried this on a XP and Vista, ff2 and ff3, and I can't seem to replicate this problem. So to be honest, I really don't know what I can do about this.&lt;/p&gt;</description>
      <pubDate>Thu, 09 Oct 2008 14:15:34 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:23997</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by avg @ Thu, 09 Oct 2008 13:54:57 -0500</title>
      <description>&lt;p&gt;this happens with me as well... if there is a script with 0 installs, the rate for that is messed up, and consequently, the total rate shows up as &lt;code&gt;NaN&lt;/code&gt; (not a number)&lt;/p&gt;</description>
      <pubDate>Thu, 09 Oct 2008 13:54:57 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:23998</guid>
      <author>avg</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by znerp @ Thu, 09 Oct 2008 13:27:09 -0500</title>
      <description>&lt;p&gt;Ok, I've just created a test script and immediately checked back to my scripts page. It showed up as &lt;code&gt;(0/day)&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;You're not being particulatrly helpful here ... does this only happen for you for scripts with zero installs, or can you see if there's some threshold time whereby it will appear as &lt;code&gt;NaN/day&lt;/code&gt; before this time, and &lt;code&gt;0/day&lt;/code&gt; after this time?&lt;/p&gt;</description>
      <pubDate>Thu, 09 Oct 2008 13:27:09 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:23999</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons @ Thu, 09 Oct 2008 13:03:08 -0500</title>
      <description>&lt;p&gt;&lt;a href=&quot;http://i37.tinypic.com/20aow35.png&quot;&gt;http://i37.tinypic.com/20aow35.png&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 09 Oct 2008 13:03:08 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:24000</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by znerp @ Tue, 07 Oct 2008 02:23:46 -0500</title>
      <description>&lt;p&gt;Well you're going to have to give me more details than that, Joe.&lt;/p&gt;

&lt;p&gt;I've looked at your scripts, and the one I think you might be referring to (2 hours old, zero installs) is showing up as &lt;code&gt;(0/day)&lt;/code&gt;. If you give me some way of replicating this problem I might be able to fix it.&lt;/p&gt;</description>
      <pubDate>Tue, 07 Oct 2008 02:23:46 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:24001</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons @ Tue, 07 Oct 2008 00:25:38 -0500</title>
      <description>&lt;p&gt;&lt;code&gt;(NaN/day)&lt;/code&gt;
&lt;br /&gt;Please fix this. It's putting the scripts that aren't even a day old up at the top of the sorting list.&lt;/p&gt;</description>
      <pubDate>Tue, 07 Oct 2008 00:25:38 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:24002</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by znerp @ Thu, 02 Oct 2008 02:22:43 -0500</title>
      <description>&lt;p&gt;@JoeSimmons: That's my bad, I guess I hadn't tested it with users with multiple pages of scripts. It should work now, but it will only calculate overall rates (at the top of the table) for one page at a time. Same for sorting.&lt;/p&gt;</description>
      <pubDate>Thu, 02 Oct 2008 02:22:43 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:24003</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by JoeSimmons @ Wed, 01 Oct 2008 21:24:35 -0500</title>
      <description>&lt;p&gt;I'm getting this error on my own scripts...
&lt;br /&gt;&lt;pre&gt;Error: scriptsTable.getElementsByTagName(&amp;quot;tr&amp;quot;)[j + 1] is undefined&lt;/pre&gt;
&lt;br /&gt;It says greasemonkey.js is the source, not your script. I know it is though because I can disable it and the error goes away.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Oct 2008 21:24:35 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:24004</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by steeev @ Fri, 06 Jun 2008 09:36:34 -0500</title>
      <description>&lt;p&gt;cool script! thanks! :)&lt;/p&gt;</description>
      <pubDate>Fri, 06 Jun 2008 09:36:34 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:24005</guid>
      <author>steeev</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by znerp @ Fri, 28 Mar 2008 03:23:13 -0500</title>
      <description>&lt;p&gt;@ekbworldwide: I'm looking at your scripts and I'm not expriencing any problems. Have you noticed this with any other users scripts?&lt;/p&gt;</description>
      <pubDate>Fri, 28 Mar 2008 03:23:13 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:24006</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by ekbworldwide @ Fri, 28 Mar 2008 02:02:21 -0500</title>
      <description>&lt;p&gt;Bug?&lt;/p&gt;

&lt;p&gt;I have two scripts...&lt;/p&gt;

&lt;p&gt;ekbworldwide's scripts &#8211; Userscripts.org
&lt;br /&gt;&lt;a href=&quot;http://userscripts.org/users/39581/scripts&quot;&gt;http://userscripts.org/users/39581/scripts&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;.. but only one showed up when I used an old version of your script. I just upgraded a few minutes ago - the problem persists. If I use the ff add-on IE tab - or disable your script - both scripts are visible.&lt;/p&gt;</description>
      <pubDate>Fri, 28 Mar 2008 02:02:21 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:24007</guid>
      <author>ekbworldwide</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by mugzy @ Thu, 18 Oct 2007 09:02:13 -0500</title>
      <description>&lt;p&gt;Not working for me, here is the error from firebug.&lt;/p&gt;

&lt;p&gt;scriptRows.getElementsByTagName(&quot;p&quot;)[2] has no properties
&lt;br /&gt;file:///C:/.../gm_scripts/userscriptssearchsorting.user.js
&lt;br /&gt;Line 50&lt;/p&gt;

&lt;p&gt;and&lt;/p&gt;

&lt;p&gt;scriptsTable has no properties
&lt;br /&gt;file:///C:/.../gm_scripts/userscriptssearchsorting.user.js
&lt;br /&gt;Line 47&lt;/p&gt;</description>
      <pubDate>Thu, 18 Oct 2007 09:02:13 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:24008</guid>
      <author>mugzy</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by pandaking @ Wed, 03 Oct 2007 14:28:35 -0500</title>
      <description>&lt;p&gt;Not working for me?!&lt;/p&gt;</description>
      <pubDate>Wed, 03 Oct 2007 14:28:35 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:24009</guid>
      <author>pandaking</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by znerp @ Wed, 26 Sep 2007 08:12:11 -0500</title>
      <description>&lt;p&gt;@norz: I don't know why this should be; it works fine for me. Is anyone else experiencing problems?&lt;/p&gt;</description>
      <pubDate>Wed, 26 Sep 2007 08:12:11 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:24010</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by norz @ Thu, 20 Sep 2007 11:07:37 -0500</title>
      <description>&lt;p&gt;Couldn't make it work properly: I didn't see any extra links in the table headers, whereas I got them with the original script.
&lt;br /&gt;I see the nb of installs/day in the rows, though.&lt;/p&gt;</description>
      <pubDate>Thu, 20 Sep 2007 11:07:37 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:24011</guid>
      <author>norz</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by znerp @ Fri, 14 Sep 2007 05:46:28 -0500</title>
      <description>&lt;p&gt;@FryGuy: Glad you like the script, but I can't seem to replicate the bug you described. Can you give me specific details of such an example (the install count, how long ago a script was created and in what context you're viewing the script, ie. in a search, in a user's scripts etc.)&lt;/p&gt;</description>
      <pubDate>Fri, 14 Sep 2007 05:46:28 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:24012</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by FryGuy @ Thu, 13 Sep 2007 10:45:50 -0500</title>
      <description>&lt;p&gt;Good script!
&lt;br /&gt;Bug: if the script was developed today, it shows the message 'NaN installs/day'&lt;/p&gt;</description>
      <pubDate>Thu, 13 Sep 2007 10:45:50 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:24013</guid>
      <author>FryGuy</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by deodrus @ Wed, 16 May 2007 16:34:31 -0500</title>
      <description>&lt;p&gt;Another AWESOME script. Thank you very much!! This is one of the first things I looked for on userscripts. (^_^)&lt;/p&gt;</description>
      <pubDate>Wed, 16 May 2007 16:34:31 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:24014</guid>
      <author>deodrus</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:06:04 -0600</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Tue, 16 Nov 2004 19:06:04 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10671:23994</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/10671</link>
    </item>
  </channel>
</rss>
