<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Ta-da Lists widget is down captain Keegan!</title>
	<atom:link href="http://cdevroe.com/notes/tadalist-widget-down/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdevroe.com/notes/tadalist-widget-down/</link>
	<description>by Colin Devroe</description>
	<lastBuildDate>Thu, 12 Apr 2012 16:52:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<item>
		<title>By: Jeremie</title>
		<link>http://cdevroe.com/notes/tadalist-widget-down/#comment-396957</link>
		<dc:creator>Jeremie</dc:creator>
		<pubDate>Fri, 16 Apr 2010 07:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=693#comment-396957</guid>
		<description>The download link is broken too !! no way to download it ! snifffff !</description>
		<content:encoded><![CDATA[<p>The download link is broken too !! no way to download it ! snifffff !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake</title>
		<link>http://cdevroe.com/notes/tadalist-widget-down/#comment-348803</link>
		<dc:creator>Blake</dc:creator>
		<pubDate>Mon, 09 Nov 2009 22:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=693#comment-348803</guid>
		<description>That worked. 
Thanks!</description>
		<content:encoded><![CDATA[<p>That worked.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aston</title>
		<link>http://cdevroe.com/notes/tadalist-widget-down/#comment-348673</link>
		<dc:creator>aston</dc:creator>
		<pubDate>Mon, 09 Nov 2009 01:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=693#comment-348673</guid>
		<description>When you copy and paste the code, try and delete and re-type the double quotation marks at the end of the extra line.</description>
		<content:encoded><![CDATA[<p>When you copy and paste the code, try and delete and re-type the double quotation marks at the end of the extra line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake</title>
		<link>http://cdevroe.com/notes/tadalist-widget-down/#comment-346358</link>
		<dc:creator>Blake</dc:creator>
		<pubDate>Thu, 29 Oct 2009 14:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=693#comment-346358</guid>
		<description>I do this fix and get a syntax error line 63 on the &quot;var&quot; line
help please?

thanks</description>
		<content:encoded><![CDATA[<p>I do this fix and get a syntax error line 63 on the &#8220;var&#8221; line<br />
help please?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://cdevroe.com/notes/tadalist-widget-down/#comment-343785</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Mon, 12 Oct 2009 02:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=693#comment-343785</guid>
		<description>Right on Tobin...that worked! Many thanks!

To everyone having problems with the Ta-Da-List widget: it appears the official download file still requires this work around (it&#039;s now October &#039;09).

Works like a charm now though.</description>
		<content:encoded><![CDATA[<p>Right on Tobin&#8230;that worked! Many thanks!</p>
<p>To everyone having problems with the Ta-Da-List widget: it appears the official download file still requires this work around (it&#8217;s now October &#8217;09).</p>
<p>Works like a charm now though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobin Harris</title>
		<link>http://cdevroe.com/notes/tadalist-widget-down/#comment-298906</link>
		<dc:creator>Tobin Harris</dc:creator>
		<pubDate>Fri, 27 Mar 2009 10:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=693#comment-298906</guid>
		<description>Just fixed mine.

1) Download latest widget to downloads folder
2) Rename downloaded wdgt file to Ta-da-custom.wdgt or similar (new file name stops caching I suspect)
2) Open in widget dashcode (do not install yet)
3) Open tada.js, and around line 63, make the following changes 

for (i=0; i&lt;totalLists; i++) {              
var parts = myLists[i].toString().split(&quot;/&quot;); //&lt;-- add this line
listIds.push(parts[parts.length-1]); //&lt;-- modified this line
listNames.push(myLists[i].innerHTML);

4) Save and quit dashcode
5) Double click to deploy, replace old version when prompted.

Tada!</description>
		<content:encoded><![CDATA[<p>Just fixed mine.</p>
<p>1) Download latest widget to downloads folder<br />
2) Rename downloaded wdgt file to Ta-da-custom.wdgt or similar (new file name stops caching I suspect)<br />
2) Open in widget dashcode (do not install yet)<br />
3) Open tada.js, and around line 63, make the following changes </p>
<p>for (i=0; i&lt;totalLists; i++) {<br />
var parts = myLists[i].toString().split(&#8220;/&#8221;); //&lt;&#8211; add this line<br />
listIds.push(parts[parts.length-1]); //&lt;&#8211; modified this line<br />
listNames.push(myLists[i].innerHTML);</p>
<p>4) Save and quit dashcode<br />
5) Double click to deploy, replace old version when prompted.</p>
<p>Tada!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://cdevroe.com/notes/tadalist-widget-down/#comment-230774</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Wed, 29 Oct 2008 20:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=693#comment-230774</guid>
		<description>I&#039;m also having the same trouble. The widget just doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>I&#8217;m also having the same trouble. The widget just doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo kempf</title>
		<link>http://cdevroe.com/notes/tadalist-widget-down/#comment-227108</link>
		<dc:creator>leo kempf</dc:creator>
		<pubDate>Fri, 17 Oct 2008 23:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=693#comment-227108</guid>
		<description>i have the same problem...but it&#039;s october!  was this fixed in july and I&#039;m just slow?</description>
		<content:encoded><![CDATA[<p>i have the same problem&#8230;but it&#8217;s october!  was this fixed in july and I&#8217;m just slow?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bernard</title>
		<link>http://cdevroe.com/notes/tadalist-widget-down/#comment-197913</link>
		<dc:creator>bernard</dc:creator>
		<pubDate>Fri, 25 Jul 2008 11:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=693#comment-197913</guid>
		<description>hi there,

it seems like the same issue at the moment. i have upgraded to the may 8th version, but nothing but spinning...

help?!</description>
		<content:encoded><![CDATA[<p>hi there,</p>
<p>it seems like the same issue at the moment. i have upgraded to the may 8th version, but nothing but spinning&#8230;</p>
<p>help?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elizabeth</title>
		<link>http://cdevroe.com/notes/tadalist-widget-down/#comment-180180</link>
		<dc:creator>Elizabeth</dc:creator>
		<pubDate>Tue, 17 Jun 2008 20:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=693#comment-180180</guid>
		<description>I don&#039;t know how to edit the code of mine or anything... but I&#039;m tired of my favorite widget not working and tried to fix it today. I downloaded the newest one twice and still can&#039;t get it to work. Others still having trouble? What do I do?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know how to edit the code of mine or anything&#8230; but I&#8217;m tired of my favorite widget not working and tried to fix it today. I downloaded the newest one twice and still can&#8217;t get it to work. Others still having trouble? What do I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael</title>
		<link>http://cdevroe.com/notes/tadalist-widget-down/#comment-175885</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Thu, 05 Jun 2008 16:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=693#comment-175885</guid>
		<description>Ok I did a glimpse with DashCode and found an &quot;Cannot open widget: Missing Default.png file.&quot; So browsing widget&#039;s files found &#039;default.png&#039;. Just renamed it to &#039;Default.png&#039; and save widget.

PS: I&#039;m using HFSJ Case-sensitive.</description>
		<content:encoded><![CDATA[<p>Ok I did a glimpse with DashCode and found an &#8220;Cannot open widget: Missing Default.png file.&#8221; So browsing widget&#8217;s files found &#8216;default.png&#8217;. Just renamed it to &#8216;Default.png&#8217; and save widget.</p>
<p>PS: I&#8217;m using HFSJ Case-sensitive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael</title>
		<link>http://cdevroe.com/notes/tadalist-widget-down/#comment-175879</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Thu, 05 Jun 2008 16:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=693#comment-175879</guid>
		<description>I can&#039;t even install the last update. Error: The file â€œTa-da Lists.wdgtâ€ is not a valid widget and you cannot install it. Using Mac OS X 10.5.3 (9D34).</description>
		<content:encoded><![CDATA[<p>I can&#8217;t even install the last update. Error: The file â€œTa-da Lists.wdgtâ€ is not a valid widget and you cannot install it. Using Mac OS X 10.5.3 (9D34).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://cdevroe.com/notes/tadalist-widget-down/#comment-171631</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 26 May 2008 01:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=693#comment-171631</guid>
		<description>I&#039;m still having the same problem (spinning) after installing the update on two computers.

Any new info? Is the update working for you?

Thanks,

Rich</description>
		<content:encoded><![CDATA[<p>I&#8217;m still having the same problem (spinning) after installing the update on two computers.</p>
<p>Any new info? Is the update working for you?</p>
<p>Thanks,</p>
<p>Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Devroe</title>
		<link>http://cdevroe.com/notes/tadalist-widget-down/#comment-160287</link>
		<dc:creator>Colin Devroe</dc:creator>
		<pubDate>Tue, 06 May 2008 03:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=693#comment-160287</guid>
		<description>Keeeeg!  Thanks man.  It just happened out of no where, so I&#039;m pretty sure it isn&#039;t your fault. The 37signal&#039;s crew must have changed something with the API or something.</description>
		<content:encoded><![CDATA[<p>Keeeeg!  Thanks man.  It just happened out of no where, so I&#8217;m pretty sure it isn&#8217;t your fault. The 37signal&#8217;s crew must have changed something with the API or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keegan Jones</title>
		<link>http://cdevroe.com/notes/tadalist-widget-down/#comment-160285</link>
		<dc:creator>Keegan Jones</dc:creator>
		<pubDate>Tue, 06 May 2008 03:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://cdevroe.com/?p=693#comment-160285</guid>
		<description>Mmm, that&#039;s odd. I&#039;ll take a look at the widget and get it fixed ASAP! Check for an updated version &lt;a href=&quot;http://keeganjones.com/widgets/tada/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; soon.</description>
		<content:encoded><![CDATA[<p>Mmm, that&#8217;s odd. I&#8217;ll take a look at the widget and get it fixed ASAP! Check for an updated version <a href="http://keeganjones.com/widgets/tada/" rel="nofollow">here</a> soon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

