January 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 29 30 31  
Dec   Feb
 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:21:48 PM

 

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

Tuesday, January 29, 2002

# 19:52  Radio 
  
 Asc Mo
put blogSearch's form with the google searchbox mentioned yesterday into a file read from my templates.

 <%
 local (pta=html.getPageTableAddress());
 if !(pta^.radioResponder.flStaticRendering) {
  return(file.readwholefile(user.radio.prefs.wwwfolder+"#searchbox.txt"))};
 %>

that was no good! it returns 'true' unless its rewritten to read:

 <%
 local (s="", pta=html.getPageTableAddress());
 if !(pta^.radioResponder.flStaticRendering) {
  s=file.readwholefile(user.radio.prefs.wwwfolder+"#searchbox.txt")};
 return (s);
 %>

# 00:01  Radio 
  
 Asc Mo
Radio UserLand : Search doesn't show Radio 8 postings: "...there's always google!"

<form METHOD="get" ACTION="http://www.google.com/search">
<table summary="Search UserLand using Google!" cellpadding="0" border="0">
<tr><td>
<input TYPE="text" NAME="q" SIZE="20" MAXLENGTH="255" VALUE="Google">&nbsp;&nbsp;
<!--    <input STYLE="font-size:9px" TYPE="submit" NAME="btnG" VALUE="Google"> -->
<input TYPE="hidden" NAME="domains" VALUE="radio.userland.com"><br>
<input TYPE=Radio NAME="sitesearch" VALUE="">WWW&nbsp;
<input TYPE=Radio NAME="sitesearch" VALUE="radio.userland.com" CHECKED>UserLand
</td></tr></table></form>

  
WWW  UserLand

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