<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Userscript Auto-Update Add-in (NOT FOR INSTALL) | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/22372</link>
    <description>Recent comments on userscript: Userscript Auto-Update Add-in (NOT FOR INSTALL)</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by roitudo @ Fri, 18 Apr 2008 13:47:17 -0500</title>
      <description>&lt;p&gt;I think that I found an error on line 40
&lt;br /&gt;&lt;code&gt;var lastupdatecheck = new Date(lastupdatecheck).getTime();
&lt;br /&gt;var interval = (today - lastupdatecheck) / one_day;&lt;/code&gt;
&lt;br /&gt;should be &lt;code&gt;var lastupdatecheck2 = new Date(lastupdatecheck).getTime();
&lt;br /&gt;var interval = (today - lastupdatecheck2) / one_day;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;(I gave the name &quot;lastupdatecheck2&quot; but could be  anything else)&lt;/p&gt;

&lt;p&gt;Sorry for my bad english =/&lt;/p&gt;</description>
      <pubDate>Fri, 18 Apr 2008 13:47:17 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12284:32779</guid>
      <author>roitudo</author>
      <link>http://userscripts.org/topics/12284</link>
    </item>
    <item>
      <title>Archived Comments, replied by sizzlemctwizzle @ Thu, 20 Mar 2008 12:36:17 -0500</title>
      <description>&lt;p&gt;83 people haven't listened hahaha lol&lt;/p&gt;</description>
      <pubDate>Thu, 20 Mar 2008 12:36:17 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12284:32780</guid>
      <author>sizzlemctwizzle</author>
      <link>http://userscripts.org/topics/12284</link>
    </item>
    <item>
      <title>Archived Comments, replied by psycadelik @ Tue, 12 Feb 2008 07:00:16 -0600</title>
      <description>&lt;p&gt;Thanks Phanboy, I guess I forgot the configuration values can't be dates. Code updated.&lt;/p&gt;</description>
      <pubDate>Tue, 12 Feb 2008 07:00:16 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12284:32781</guid>
      <author>psycadelik</author>
      <link>http://userscripts.org/topics/12284</link>
    </item>
    <item>
      <title>Archived Comments, replied by Phanboy @ Tue, 12 Feb 2008 02:25:41 -0600</title>
      <description>&lt;p&gt;From FireFox error console: lastupdatecheck.getTime(), function getTime() does not exist.  I've figure out a way around this though, since you already have the date variable as a string, you can do var lastupdatecheck = new Date(lastupdatecheck).getTime();  this should work better because you are converting it back into a Date() object.  Your code before was trying to call .getTime() on a string object! lolz ;3&lt;/p&gt;</description>
      <pubDate>Tue, 12 Feb 2008 02:25:41 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12284:32782</guid>
      <author>Phanboy</author>
      <link>http://userscripts.org/topics/12284</link>
    </item>
    <item>
      <title>Archived Comments, replied by psycadelik @ Tue, 05 Feb 2008 22:17:17 -0600</title>
      <description>&lt;p&gt;For a concrete example, look at Video Focus 1.0.4, it's the same auto-update code.&lt;/p&gt;</description>
      <pubDate>Tue, 05 Feb 2008 22:17:17 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12284:32783</guid>
      <author>psycadelik</author>
      <link>http://userscripts.org/topics/12284</link>
    </item>
    <item>
      <title>Archived Comments, replied by psycadelik @ Tue, 05 Feb 2008 22:14:07 -0600</title>
      <description>&lt;p&gt;Dink, I think I've made the instruction as user-friendly as possible..&lt;/p&gt;

&lt;p&gt;Copy &amp;amp; paste the source code into your own script, change what needs to be changed (6 parameters in total, dont forget to make your version_holder file) and call the CheckForUpdate function at an appropriate place in your script.&lt;/p&gt;</description>
      <pubDate>Tue, 05 Feb 2008 22:14:07 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12284:32784</guid>
      <author>psycadelik</author>
      <link>http://userscripts.org/topics/12284</link>
    </item>
    <item>
      <title>Archived Comments, replied by psycadelik @ Tue, 05 Feb 2008 22:11:22 -0600</title>
      <description>&lt;p&gt;And nobody can modify that file but me, you can set that in the document options on Google Docs.&lt;/p&gt;</description>
      <pubDate>Tue, 05 Feb 2008 22:11:22 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12284:32785</guid>
      <author>psycadelik</author>
      <link>http://userscripts.org/topics/12284</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dink @ Tue, 05 Feb 2008 22:09:01 -0600</title>
      <description>&lt;p&gt;I think alot of people like myself need more detailed instructions on how to use this code...&lt;/p&gt;</description>
      <pubDate>Tue, 05 Feb 2008 22:09:01 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12284:32786</guid>
      <author>Dink</author>
      <link>http://userscripts.org/topics/12284</link>
    </item>
    <item>
      <title>Archived Comments, replied by psycadelik @ Tue, 05 Feb 2008 21:55:24 -0600</title>
      <description>&lt;p&gt;You can use your own file from wherever, just make sure the version line is matched correctly.&lt;/p&gt;</description>
      <pubDate>Tue, 05 Feb 2008 21:55:24 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12284:32787</guid>
      <author>psycadelik</author>
      <link>http://userscripts.org/topics/12284</link>
    </item>
    <item>
      <title>Archived Comments, replied by Phanboy @ Tue, 05 Feb 2008 21:51:32 -0600</title>
      <description>&lt;p&gt;nice, i'll have to try this.  now do i HAVE to use your google document or can i create my own?  call me paranoid, but it's weird to have someone else in control of your variables and whatnot.&lt;/p&gt;</description>
      <pubDate>Tue, 05 Feb 2008 21:51:32 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12284:32788</guid>
      <author>Phanboy</author>
      <link>http://userscripts.org/topics/12284</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:05:00 -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:05:00 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12284:32778</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/12284</link>
    </item>
  </channel>
</rss>
