Radio 8.0 is a wonderful tool. Dave and the crew over at Userland have done an incredible job. I should be sleeping, but I cannot tear myself away from Radio. Sooner or later I will get back on topic, but for now I am having too much fun.
11:22:26 PM
I just stumbled on a cheesy way of drawing "rules" between sets of Navigator Links. Put in a fake item with a name of underscore characters and a null page name. Like so:
<navigator>
<item name="Home" pagename="/"/>
<item name=Stories pagename="/stories/"/>
<item name="_____________" pagename=""/>
<item name="Hard Saying Of The Day"
pagename="http://www.gospelcom.net/ivpress/hardsay/"/>
</navigator>
11:14:46 PM
Revive Our Hearts: "One of the things that really impacted my whole perspective on the daily devotional life was realizing that this was not just something I had to do. This was not just something to check off my to-do list. This was an invitation from God to spend time alone with Him every day." I am supposed to be writing three short devotions for a youth lock-in this weekend. Looking to Google for inspiration I stumbled across the site for Nancy Leigh DeMoss' daily radio program. Nancy is so right about this. I find it so important to my growth to spend time with God each morning, before I begin the day.
10:42:09 PM
I am showing up on weblogs.com! This is great. I feel like Radio is now clicking on all cylinders. Now I can stop focusing on the mechanics for a bit and do some writing.
9:52:47 PM
Hey, I think I found the problem with many of my links. My Home Page Path had a space folling it: "index.txt ". radio.weblog.getUrl() uses the file.folderFromPath() function to determine the folder in which this file lies. The extra space is mistakenly taken into account (probably as part of the string's length). The resulting folder has a trailing "/i" - a non-existant folder. This forces the macro to use the radio.weblogs.com URL instead of any ftp site's URL.
9:19:24 PM
Revised the ftp path (to "/"). Changed NavLinks back to relative. Let's see... Hey, I think that worked. At least for everything but the "Home" image. That is still pointing to the radio.weblogs site.
6:04:32 PM