Updated: 11/27/2002; 6:24:04 PM.
Heterodyne
Playing with the Radio knobs
        

Wednesday, November 27, 2002

Okay, where are you going to upstream this?
6:24:03 PM    comment []

Monday, November 04, 2002

Foo.
9:48:14 AM    comment []

Sunday, October 13, 2002

"It's easy to use Radio UserLand's outliner to create and edit your blogroll. "
1:51:48 PM    comment []

Thursday, October 03, 2002

One more bug to make Radio safe for incessant code posters: there's still a double-decode between the aggregator and the posting form, when you post from the News page. I've got it stopped, by changing a couple of lines in radio.macros.weblogPostForm, from:

initialtext = radio.string.decodeEntities (adrstory^.storytext + viatext)
bundle //link the globe to the HTML rendering of the channel
add (globe + " <i>Source: " + radio.string.decodeEntities (adrstory^.channeltitle) + "; " + adrstory^.time + ".</i><br><br>")
add (radio.string.decodeEntities (adrstory^.storytext) + "<br><br>")

to:

initialtext = adrstory^.storytext + viatext
bundle //link the globe to the HTML rendering of the channel
add (globe + " <i>Source: " + radio.string.decodeEntities (adrstory^.channeltitle) + "; " + adrstory^.time + ".</i><br><br>")
add (adrstory^.storytext + "<br><br>")

but I'm not yet sure if that has unfortunate consequences with something other than the stuff I've tested it on so far. It does seem to work fine with less than, greater than, and ampersands: encoded once in the original post, they go through displaying their characters, but go into a post from the aggregator still encoded (as they should be), and encoded twice in the original post they go through displaying what they would look like encoded once, but are still double encoded in a post from the aggregator, just like they should be. I haven't had much success with single encoded quotes or apostrophes, but I don't really feel much need to post them encoded, anyway, so if Radio wants to turn &#39; into an unencoded apostrophe, that's fine by me.
12:33:12 AM    comment []


Wednesday, October 02, 2002

<pre>
  A < is &lt;
  A > is &gt;
  A ' is &#39;
  A " is &quot;
  A & is &amp;
</pre>

11:27:56 PM    comment []

Encoded:

quote "
apos (#39) '
lt <
gt >
amp &

Doubled

quote &quot;
apos &#39;
lt &lt;
gt &gt;
amp &amp;

Straight

The apostrophe is ', the quote is ", greater than is > and less than is <, and the ampersand is &. [Heterodyne]
9:17:30 AM    comment []


Encoded:

quote "
apos (#39) '
lt <
gt >
amp &

Doubled

quote &quot;
apos &#39;
lt &lt;
gt &gt;
amp &amp;

Straight

The apostrophe is ', the quote is ", greater than is > and less than is <, and the ampersand is &.
8:57:21 AM    comment []


© Copyright 2002 Phil Ringnalda.
 
November 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
Oct   Dec

Home

Click here to visit the Radio UserLand website.

Subscribe to "Heterodyne" 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.