I use DashBlog... well I did till it stopped working. Now I'm trying to fix it. If you see this, I guess you'll know I've been successful!
Subscribe to:
Post Comments (Atom)
A writer/developer pontificates (for is that not what a pontiff does) on coding and the like.
2 comments:
Here's the fix as I posted to the author....
This isn't a full fix but in iso8601date in utils, change the result line to
result = date.getUTCFullYear() + "" + month + "" + day +"T"+ hour +":"+ minute +":"+ second +"Z";
And that will create a properly formatted field.
(Unfortunately there hasn't been a new release of Dashblog since then, but that's enough to get it going again)
I took it upon myself to update DashBlog because people had some trouble contacting the author. Get it here:
http://1duniverse.blogspot.com/2007/05/dashblog.html
Post a Comment