June 2003
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          
May   Jul


Archives

Blogroll


Subscribe to "Radio" in Radio UserLand.

Click to see the XML version of this web page.



Click here to send an email to the editor of this weblog.
 
 Wednesday, June 25, 2003
A welcome present from Unbound Spiral.

RSS Feed Full Posts.

A couple of reminders recently to provide readers with what they really want.  RSS Feeds that contain the full post.  It's now done - isn't choice wonderful?  You can choose.  If you desire a full post rather than the excerpt, please change your subscription to:

Full Posts (XML) http://www.henshall.com/blog/index2.rdf 

Why is it that MT's default setting is excerpts?

Makes me think about my own newreader.  I wish I could toggle between full and excerpts.  Even better scan quickly on excepts and then toggle to full posts.  Early on I tried AmphetaDesk and currently just use the Radio one.  Except I get posts that blow its formating from time to time.  Is there a newreader that can improve my experience?  Is there one I can install on my server? That is also easy to do?How does a group go collective newsreading?  A my, yours, ours subscription file? Are there tools mapping subscriptions in this format? 

[Unbound Spiral]

Of course, I updated my subscription list right away. I've been tracking Stuart's excellent observations on the world of knowledge work for a while now. With full feeds it will be that much easier.

Stuart does raise some important points about some needed evolution in RSS feed readers. One tool that I have added to the mix that helps in my Radio environment is Mikel Maron's MyRadio tool. It lets me do some of the things Stuart asks for. [McGee's Musings 
4:15:36 PM      comment []   trackback []  



Good docs for UserTalk programmers. One of the things I recommend in Radio UserLand Kick Start is for aspiring UserTalk programmers to frequent DocServer, the online documentation for UserTalk verbs.

Although there are some omissions -- for instance, none of the radio verbs have been documented -- most of it appears to be correct as of Radio 8. [Workbench
2:50:25 AM      comment []   trackback []  



Radio UserLand loop has my head spinning. I've run into some unexpected behavior in UserTalk while documenting loop loops for Radio UserLand Kick Start.

The following code ends up with a final displayed value of 3.4 in the About Radio UserLand dialog box:

loop (local (i = 0.1); i <= 3.5; i = i + 0.1) {
  msg (i)
}

If anyone can explain why the final output isn't 3.5, as I expected, I've begun a discussion on the radio-dev mailing list. [Workbench
2:49:33 AM      comment []   trackback []