*This message was transferred with a trial version of CommuniGate(tm) Pro* Yes, http://radio.weblogs.com/0001017/backups/files.xml -- Andy Fragen lists (at)...
Hi, I finally got the Python packager working to make me an easy to install package for my blog browser for Windows, so here it is. Announcing 'BlogGazer'...
Doug Kaye pointed out a few days ago that Radio should verify your backup, and Dave agreed that this is an important function. Today, parts were released that...
*This message was transferred with a trial version of CommuniGate(tm) Pro* It worked. Of course you only see the true if you run it from the QuickScript...
... Made modification of the test code bundle, so I could report the error easier bundle { //test code on errorCallback (s) { clipboard.putValue (s); ...
Hi Sam, A fix was just released for radio.backup.backupOneMonth which should fix this error. Also, checking of the flNotOnHomePage flag for the Home Page...
Hi folks I have been discussing with André Radke, Paolo Valdemarin, Marc Barrot, and Doug Baron the way Radio generates RSS and would now like to throw the...
How about something much simpler that allows you to be called back to add text at the item level and the channel level. I'm reluctant to rearchitect the RSS...
... stream. Not true. A callback can do it's thing and return a scriptError. This will let the main routine think that nothing happened. Isn't there an RDF...
... valid data ... over the ... Sure and it's not a complaint. Considering the mess that has been XML encoding in RSS (and not just in Radio) it's important...
I understand the concern, but not specifically in this context. Why not look at the encoding issues on a case by case basis. Clearly Matt and the others have...
Hi Dave, It's my hope that we are talking about is really more similar than different. First off I should say that the implementation we have come up with does...
Hi Richard. Good comments, thank you. I've replied inline. ... I'm not sure I understand what you are saying. If the callback returns a script error and the...
Hi Richard, ... If you open http://radio.weblogs.com/0107808/rss.xml you will see that the RSS is annotated at the <rss> and <item> levels in a way that I ...
Matt here's a straight answer: 1. I don't want to rearchitect. 2. I don't want a replacement for UserLand's code. I had already been working on this a few...
... returns ... Ah, you want to alter the main RSS stream that's exported. You can't with the existing routines. You can export your own. This way you can...
Dave, Alright let's move on. What you suggest will work even though I believe that my approach is the better one for the reasons I explained. Let's start...
Hello, Some functions in PHP can work only if there are at the very top of the page, before the first <html> tag. Here's a way to put at the top of a page PHP...
Hi Is there any way to place a macro in the value of a shortcut, and have it be executed? For example, it would be cool to have "YHOO" replaced by <%...
Ah, I see this has recently been discussed in this thread on "Dynamic Shortcuts" - http://groups.yahoo.com/group/radio-dev/message/7172 I agree with Matt,...
FYI, we're transporting XML-RPC serialized calls over Jabber and AIM with good results. This is as was discussed at JabberCon in 2001. It works. ;-> Dave ... ...
Can a callback be added in the radio.html.addCategoryCheckboxes routine? This would allow the addition of other user interface elements in the creation of...
... It is probably easier just to write your own weblog posting form entirely; then you can do whatever you want. For an example of this, see the now-defunct...
... made. ... It seems like the downsides would be significant. The least of which would be duplication of effort. That and there are other tools that depend...
... Perhaps not as much as you might think. "Duplication of effort" also means "indepedence of implementation". By spawning a seperate interface, you can copy...