February 2002
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  
Jan   Mar
 Find out about the XML feeds of this site  
21:23 03/06/02
#sidebar.txt
on now () { kernel (clock.now)}3/15/2002; 3:24:03 PM

 

Sporadic notes about working with radio No Simpler than this Radio:

Tuesday, February 05, 2002

# 20:54  Radio 
  
 Asc Mo
Sjoerd Visscher is operating an RSS cloud from his desktop. If you go to his site and click on his XML Coffee Mug, and if you're a full peer, his machine will notify your copy of Radio when he's updated. Leading edge stuff. Thanks Sjoerd.  [Scripting News]
# 17:45  Radio 
  
 Asc Mo

Hello Dave!


holy cow!
<%params = {Dave}; xml.rpc ("127.0.0.1", 5335, "radio.helloWorld", @params)%>

# 01:50  Radio 
  
 Asc Mo
I have an html file as homepage. on it are links to

LocalHost:

index.txt {edit, recent, cloud. }

in the #desktopwebsiteTemplate i replaced the equvalent lines with this code to selectively bring up different parts of the page:

<%
local(s="");
local(b=false);
if defined (radioResponder.getArgs.e) {b=true;s=s+radio.macros.weblogEditBox()};
if defined (radioResponder.getArgs.r) {b=true;s=s+weblogdata.m.weblogRecentPosts()}; //radio.macros.weblogRecentPosts()};
if defined (radioResponder.getArgs.c) {b=true;s=s+radio.macros.cloudLinks()+radio.macros.statusCenter()+radio.macros.supportCenter()};

if not b {s=s
 +radio.macros.weblogEditBox()
 +weblogdata.m.weblogRecentPosts()
 //+radio.macros.weblogRecentPosts()
 +radio.macros.cloudLinks()
 +radio.macros.statusCenter()
 +radio.macros.supportCenter()
 };
return s
%>

@ 15:24 03/15/02
© Michael Ax, 2002