<?xml version="1.0"?>
<!-- RSS generated by Radio UserLand v8.0.8 on Sat, 27 Dec 2003 00:35:13 GMT -->
<rss version="2.0" xmlns:icbm="http://postneo.com/icbm/">
	<channel>
		<title>Dewayne Mikkelson: Radio Changelog</title>
		<link>http://radio.weblogs.com/0101015/categories/radioChangelog/</link>
		<description>Track the changes that I have made to my Radio configuration.</description>
		<language>en</language>
		<copyright>Copyright 2003 Dewayne Mikkelson</copyright>
		<lastBuildDate>Sat, 27 Dec 2003 00:35:13 GMT</lastBuildDate>
		<docs>http://backend.userland.com/rss</docs>
		<generator>Radio UserLand v8.0.8</generator>
		<managingEditor>mikkelsd@yahoo.com</managingEditor>
		<webMaster>mikkelsd@yahoo.com</webMaster>
		<category domain="http://www.weblogs.com/rssUpdates/changes.xml">rssUpdates</category> 
		<skipHours>
			<hour>23</hour>
			<hour>0</hour>
			<hour>1</hour>
			<hour>3</hour>
			<hour>4</hour>
			<hour>22</hour>
			<hour>21</hour>
			<hour>2</hour>
			</skipHours>
		<cloud domain="radio.xmlstoragesystem.com" port="80" path="/RPC2" registerProcedure="xmlStorageSystem.rssPleaseNotify" protocol="xml-rpc"/>
		<ttl>60</ttl>
		<item>
			<link>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/12/06.html#a1274</link>
			<description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT size=3&gt;Source: Knowing .NET&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I wrote the following Radio Userland macro so that I can put blog entries in different categories into different places on a page. So, for instance, blog entries in the category &quot;Published&quot; are what generate the &quot;Recent Writing&quot; list here on the right. It may be that there&apos;s some built-in macro that allows this sort of thing, but if there is, I couldn&apos;t figure it out. If there&apos;s not, and you want the code, add this code to&amp;nbsp;your template, replacing the string &quot;Published&quot; with a category of your choosing. (Comments, of course, appreciated) :&lt;/P&gt;
&lt;P&gt;&amp;lt;%&lt;BR&gt;local(ret = &quot;&quot;);&lt;BR&gt;local(posts);&lt;BR&gt;local(post);&lt;BR&gt;local(publishedItems = {});&lt;BR&gt;local(i = 1);&lt;BR&gt;posts = @weblogData.posts;&lt;BR&gt;for post in posts {&lt;BR&gt;&amp;nbsp; if(sizeof(post^.categories) &amp;gt; 0) {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for cat in @post^.categories {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if nameof(cat^) == &quot;Published&quot; {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; publishedItems[i] = &quot;&amp;lt;p&amp;gt;&quot; + string(post^.text) + &quot;&amp;lt;/p&amp;gt;&quot;;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i = i + 1}}}};&lt;BR&gt;for j = sizeof(publishedItems) downto 1 {&lt;BR&gt;&amp;nbsp; ret = ret + publishedItems[j]};&lt;BR&gt;return ret&lt;BR&gt;%&amp;gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;[&lt;A href=&quot;http://www.thinkingin.net/&quot;&gt;Knowing .NET&lt;/A&gt;]</description>
			<guid>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/12/06.html#a1274</guid>
			<pubDate>Sat, 06 Dec 2003 17:43:50 GMT</pubDate>
			<source url="http://www.thinkingin.net/rss.xml">Knowing .NET</source>
			<comments>http://radiocomments.userland.com/comments?u=101015&amp;amp;p=1274&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0101015%2F2003%2F12%2F06.html%23a1274</comments>
			</item>
		<item>
			<link>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/12/02.html#a1269</link>
			<description>&lt;H3&gt;Nightly Backups&lt;/H3&gt;
&lt;TABLE cellSpacing=0 cellPadding=4 width=&quot;100%&quot; border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colSpan=2&gt;Radio can keep a backup of your weblog posts, stories, templates and preference settings. Every night, Radio will back up new or changed data, and optionally upstream it to the public server. You can use the backup files to restore your data using a fresh installation of Radio.&lt;BR&gt;&lt;BR&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colSpan=2&gt;&lt;INPUT type=checkbox CHECKED value=xxx name=user.radio.backup.prefs.flEnabled&gt;&amp;nbsp;Check this box to have Radio back up new or changed data every night.&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colSpan=2&gt;&lt;INPUT type=checkbox value=xxx name=user.radio.backup.prefs.flUpstreamBackupFiles&gt;&amp;nbsp;Check this box if you want to upstream your backup files to the public server.&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colSpan=2&gt;&lt;BR&gt;
&lt;TR&gt;
&lt;TD align=left&gt;Backup folder:&lt;/TD&gt;
&lt;TD vAlign=top width=&quot;70%&quot;&gt;&lt;INPUT maxLength=100 size=50 value=&quot;C:\Program Files\Radio UserLand\www\backups\&quot; name=user.radio.backup.prefs.folder&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
			<guid>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/12/02.html#a1269</guid>
			<pubDate>Tue, 02 Dec 2003 17:28:40 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=101015&amp;amp;p=1269</comments>
			</item>
		<item>
			<title>Addition of Technorati Code</title>
			<link>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/07/30.html#a1126</link>
			<description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;BR&amp;gt;&amp;lt;A href=&quot;&lt;A href=&apos;http://www.technorati.com/profile/mikkelsd/2695/445ecc325c9a70447752ef8e06b26894&quot;&gt;Technorati&apos;&gt;&lt;a href=&quot;http://www.technorati.com/profile/mikkelsd/2695/445ecc325c9a70447752ef8e06b26894&quot;&gt;&lt;a href=&quot;http://www.technorati.com/profile/mikkelsd/2695/445ecc325c9a70447752ef8e06b26894&quot;&gt;&lt;a href=&quot;http://www.technorati.com/profile/mikkelsd/2695/445ecc325c9a70447752ef8e06b26894&quot;&gt;http://www.technorati.com/profile/mikkelsd/2695/445ecc325c9a70447752ef8e06b26894&lt;/a&gt;&lt;/a&gt;&lt;/a&gt;&quot;&amp;gt;Technorati&lt;/A&gt; Profile&amp;lt;/A&amp;gt;&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/07/30.html#a1126</guid>
			<pubDate>Wed, 30 Jul 2003 12:13:09 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=101015&amp;amp;p=1126</comments>
			</item>
		<item>
			<title>Blog Change Bot</title>
			<link>http://www.neuronwave.com/bcb/</link>
			<description>&lt;P&gt;&lt;IMG hspace=2 src=&quot;http://www.neuronwave.com/bcb/bcblogo.gif&quot;&gt;&lt;/P&gt;
&lt;P&gt;This looks like a fun new tool from Ben at &lt;A href=&quot;http://www.neuronwave.com/bcb/bcblogo.gif&quot;&gt;&lt;a href=&quot;http://www.neuronwave.com/bcb/&quot;&gt;&lt;a href=&quot;http://www.neuronwave.com/bcb/&quot;&gt;&lt;a href=&quot;http://www.neuronwave.com/bcb/&quot;&gt;http://www.neuronwave.com/bcb/&lt;/a&gt;&lt;/a&gt;&lt;/a&gt;&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;Use the following code to add the Blog Notify Me Icon to your weblog&lt;/P&gt;
&lt;P&gt;&amp;lt;a title=&quot;Subscribe to this blog&quot; href=&quot;aim:goim?screenname=blogchangebot&amp;amp;message=subscribe+radio.weblogs.com/0101015/&quot;&amp;gt;&amp;lt;img src=&quot;&lt;A href=&quot;http://www.neuronwave.com/bcb/bcblogo.gif&quot;&gt;&lt;a href=&quot;http://www.neuronwave.com/bcb/bcblogo.gif&quot;&gt;&lt;a href=&quot;http://www.neuronwave.com/bcb/bcblogo.gif&quot;&gt;&lt;a href=&quot;http://www.neuronwave.com/bcb/bcblogo.gif&quot;&gt;http://www.neuronwave.com/bcb/bcblogo.gif&lt;/a&gt;&lt;/a&gt;&lt;/a&gt;&lt;/A&gt;&quot; border=&quot;0&quot; vspace=&quot;2&quot; hspace=&quot;2&quot;/&amp;gt;&amp;lt;/a&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/07/28.html#a1120</guid>
			<pubDate>Mon, 28 Jul 2003 19:39:05 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=101015&amp;amp;p=1120</comments>
			</item>
		<item>
			<title>TrackBack Testing</title>
			<link>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/07/25.html#a1117</link>
			<description>&lt;FONT face=&quot;Courier New&quot;&gt;The next beta release of TrackBack for Radio is ready for testing.&lt;BR&gt;&lt;BR&gt;This version includes support for inbound TrackBack pings, various bug &lt;BR&gt;fixes, a new prefs page for configuring TrackBack, and a field on the &lt;BR&gt;desktop website home page for entering URLs of posts you&apos;d like to ping &lt;BR&gt;manually.&lt;BR&gt;&lt;BR&gt;We&apos;d appreciate your help testing.&lt;BR&gt;&lt;BR&gt;*** How to test:&lt;BR&gt;&lt;BR&gt;1. Download the following file, and import it into Radio using the Open &lt;BR&gt;command in Radio&apos;s File menu, clicking OK to all confirmation dialogs:&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;A href=&quot;http://jake.userland.com/gems/trackbackForRadio04.fttb&quot;&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&lt;a href=&quot;http://jake.userland.com/gems/trackbackForRadio04.fttb&quot;&gt;&lt;a href=&quot;http://jake.userland.com/gems/trackbackForRadio04.fttb&quot;&gt;&lt;a href=&quot;http://jake.userland.com/gems/trackbackForRadio04.fttb&quot;&gt;http://jake.userland.com/gems/trackbackForRadio04.fttb&lt;/a&gt;&lt;/a&gt;&lt;/a&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT face=&quot;Courier New&quot;&gt;2. In the window that opens, there&apos;s a script named install. Run the &lt;BR&gt;script.&lt;BR&gt;&lt;BR&gt;3. Open the TrackBack prefs page in your web browser, and check the &lt;BR&gt;boxes to enable TrackBack, and to add a TrackBack link to your weblog &lt;BR&gt;posts. Don&apos;t forget to click the Submit button...:&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;A href=&quot;http://127.0.0.1:5335/system/pages/prefs?page=2.17&quot;&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&lt;a href=&quot;http://127.0.0.1:5335/system/pages/prefs?page=2.17&quot;&gt;&lt;a href=&quot;http://127.0.0.1:5335/system/pages/prefs?page=2.17&quot;&gt;&lt;a href=&quot;http://127.0.0.1:5335/system/pages/prefs?page=2.17&quot;&gt;http://127.0.0.1:5335/system/pages/prefs?page=2.17&lt;/a&gt;&lt;/a&gt;&lt;/a&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT face=&quot;Courier New&quot;&gt;4. Go to the Item Template prefs page in the Desktop Website, and add a &lt;BR&gt;trackbackLink macro to the template, where you&apos;d like the link to your &lt;BR&gt;TrackBack pop-up window to appear:&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;A href=&quot;http://127.0.0.1:5335/system/pages/prefs?page=3.4&quot;&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&lt;a href=&quot;http://127.0.0.1:5335/system/pages/prefs?page=3.4&quot;&gt;&lt;a href=&quot;http://127.0.0.1:5335/system/pages/prefs?page=3.4&quot;&gt;&lt;a href=&quot;http://127.0.0.1:5335/system/pages/prefs?page=3.4&quot;&gt;http://127.0.0.1:5335/system/pages/prefs?page=3.4&lt;/a&gt;&lt;/a&gt;&lt;/a&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT face=&quot;Courier New&quot;&gt;The macro should look like this:&lt;BR&gt;&lt;BR&gt;&amp;lt;%trackbackLink%&amp;gt;&lt;BR&gt;&lt;BR&gt;4. Create a new post that links to a post in a site which supports &lt;BR&gt;TrackBack, and post it to your home page. Radio will attempt to send an &lt;BR&gt;outgoing ping to the post you linked to. If the site has a way to &lt;BR&gt;display TrackBack pings, verify that the ping was received by the &lt;BR&gt;linked site.&lt;BR&gt;&lt;BR&gt;Here are a couple of posts you can test with:&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;A href=&quot;http://jake.userland.com/2003/07/23.html#a843&quot;&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&lt;a href=&quot;http://jake.userland.com/2003/07/23.html#a843&quot;&gt;&lt;a href=&quot;http://jake.userland.com/2003/07/23.html#a843&quot;&gt;&lt;a href=&quot;http://jake.userland.com/2003/07/23.html#a843&quot;&gt;http://jake.userland.com/2003/07/23.html#a843&lt;/a&gt;&lt;/a&gt;&lt;/a&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;&lt;A href=&quot;http://backend.userland.com/2003/07/16#a413&quot;&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&lt;a href=&quot;http://backend.userland.com/2003/07/16#a413&quot;&gt;&lt;a href=&quot;http://backend.userland.com/2003/07/16#a413&quot;&gt;&lt;a href=&quot;http://backend.userland.com/2003/07/16#a413&quot;&gt;http://backend.userland.com/2003/07/16#a413&lt;/a&gt;&lt;/a&gt;&lt;/a&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT face=&quot;Courier New&quot;&gt;5. Verify that incoming TrackBack pings are working: Create another new &lt;BR&gt;post which links to a post in your own site, and verify that the &lt;BR&gt;TrackBack ping was send, by clicking the TrackBack link next to the &lt;BR&gt;post you linked to.&lt;BR&gt;&lt;BR&gt;If you have another site which supports outbound TrackBack pings, &lt;BR&gt;create a post in that site which links to, or sends a TrackBack ping to &lt;BR&gt;a post in your Radio site. Again, click the TrackBack link next to the &lt;BR&gt;linked post in your Radio site to verify that the ping was received.&lt;BR&gt;&lt;BR&gt;6. Send an email to radio-dev to let us know that it worked. If it &lt;BR&gt;didn&apos;t work, let us know what you did (in as much detail as possible), &lt;BR&gt;what you expected to happen, and what actually happened, along with any &lt;BR&gt;error messages you may have seen.&lt;BR&gt;&lt;BR&gt;*** Notes&lt;BR&gt;&lt;BR&gt;Note that this beta release will only work for incoming TrackBack pings &lt;BR&gt;if your copy of Radio is connected to UserLand&apos;s community server, and &lt;BR&gt;one of UserLand&apos;s comments servers (either radiocomments.userland.com &lt;BR&gt;or radiocomments2.userland.com).&lt;BR&gt;&lt;BR&gt;Since the server-side parts of the feature have not yet been released, &lt;BR&gt;copies of Radio which are connected to the Salon Blogs server or other &lt;BR&gt;instances of RCS will not be able to receive incoming TrackBack pings. &lt;BR&gt;(You can still send outbound pings.)&lt;BR&gt;&lt;BR&gt;If your copy of Radio is connected to Phillip Pearson&apos;s PyCS, you &lt;BR&gt;should be able to receive incoming TrackBack pings, as well as sending &lt;BR&gt;pings, but this has not yet been tested.&lt;/FONT&gt;</description>
			<guid>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/07/25.html#a1117</guid>
			<pubDate>Fri, 25 Jul 2003 12:09:04 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=101015&amp;amp;p=1117&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0101015%2F2003%2F07%2F25.html%23a1117</comments>
			</item>
		<item>
			<link>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/07/21.html#a1115</link>
			<description>&lt;P&gt;&lt;STRONG&gt;Added BlogPatrol Web Stats with following code:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;script language=&quot;javascript&quot;&amp;gt;&lt;BR&gt;var data, p;&lt;BR&gt;var agt=navigator.userAgent.toLowerCase();&lt;BR&gt;p=&apos;http&apos;;&lt;BR&gt;if((location.href.substr(0,6)==&apos;https:&apos;)||(location.href.substr(0,6)==&apos;HTTPS:&apos;)) {p=&apos;https&apos;;} data = &apos;&amp;amp;r=&apos; + escape(document.referrer) + &apos;&amp;amp;n=&apos; + escape(navigator.userAgent) + &apos;&amp;amp;p=&apos; + escape(navigator.userAgent)&lt;BR&gt;if(navigator.userAgent.substring(0,1)&amp;gt;&apos;3&apos;) {data = data + &apos;&amp;amp;sd=&apos; + screen.colorDepth + &apos;&amp;amp;sw=&apos; + escape(screen.width+ &apos;x&apos;+screen.height)};&lt;BR&gt;document.write(&apos;&amp;lt;a href=&quot;&lt;A href=&quot;http://www.blogpatrol.com&quot;&gt;&lt;a href=&quot;http://www.blogpatrol.com&quot;&gt;&lt;a href=&quot;http://www.blogpatrol.com&quot;&gt;&lt;a href=&quot;http://www.blogpatrol.com&quot;&gt;http://www.blogpatrol.com&lt;/a&gt;&lt;/a&gt;&lt;/a&gt;&lt;/A&gt;&quot; target=&quot;_blank&quot; &amp;gt;&apos;);&lt;BR&gt;document.write(&apos;&amp;lt;img border=0 hspace=0 &apos;+&apos;vspace=0 src=&quot;&lt;A href=&quot;http://www.blogpatrol.com/counter.php?i=1531&apos;&quot;&gt;&lt;a href=&quot;http://www.blogpatrol.com/counter.php?i=1531&quot;&gt;&lt;a href=&quot;http://www.blogpatrol.com/counter.php?i=1531&quot;&gt;&lt;a href=&quot;http://www.blogpatrol.com/counter.php?i=1531&quot;&gt;http://www.blogpatrol.com/counter.php?i=1531&lt;/a&gt;&lt;/a&gt;&lt;/a&gt;&apos;&lt;/A&gt; + data + &apos;&quot;&amp;gt; &amp;lt;/a&amp;gt;&apos;);&lt;BR&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/07/21.html#a1115</guid>
			<pubDate>Mon, 21 Jul 2003 18:30:53 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=101015&amp;amp;p=1115</comments>
			</item>
		<item>
			<link>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/07/01.html#a1096</link>
			<description>&lt;P&gt;Removed&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;update + now &amp;nbsp;from Home Page template.&lt;/P&gt;
&lt;P&gt;Tried to modify the Comments Macro to Read Articulate from Comment.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/07/01.html#a1096</guid>
			<pubDate>Tue, 01 Jul 2003 13:26:12 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=101015&amp;amp;p=1096</comments>
			</item>
		<item>
			<link>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/06/20.html#a1080</link>
			<description>&lt;P&gt;Changed Description in Title&lt;/P&gt;
&lt;P&gt;There are no mistakes. The events we bring upon ourselves, no matter how unpleasant, are necessary in order to learn what we need to learn; whatever steps we take, they&apos;re necessary to reach the places we&apos;ve chosen to go. &lt;BR&gt;~Richard Bach~&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/06/20.html#a1080</guid>
			<pubDate>Fri, 20 Jun 2003 12:34:00 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=101015&amp;amp;p=1080</comments>
			</item>
		<item>
			<link>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/03/31.html#a971</link>
			<description>We do not deal much in facts when we are contemplating ourselves.&amp;nbsp;&amp;nbsp; --Mark Twain</description>
			<guid>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/03/31.html#a971</guid>
			<pubDate>Mon, 31 Mar 2003 17:24:00 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=101015&amp;amp;p=971</comments>
			</item>
		<item>
			<link>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/03/27.html#a964</link>
			<description>&lt;P&gt;New feature addition of the Blogsearch tool from:&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;http://www.alpern.org/weblog/&quot;&gt;Micah Alpern&apos;s&lt;/A&gt; &lt;A href=&quot;http://www.alpern.org/weblog/php/blogsearch/writeup.html&quot;&gt;Blogsearch tool&lt;/A&gt; is the &lt;A href=&quot;http://radio.weblogs.com/0114726/2003/02/12.html&quot;&gt;Ecosystem of Networks&lt;/A&gt; in action.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also redid the BlogChalking code per Change Request from BlogChalking Owner.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/03/27.html#a964</guid>
			<pubDate>Thu, 27 Mar 2003 17:13:49 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=101015&amp;amp;p=964</comments>
			</item>
		<item>
			<link>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/03/26.html#a957</link>
			<description>Changed Description line from this&lt;BR&gt;&quot;Honor is what you know about yourself. Reputation is what others think about you.&quot; -- Aral Vorkosigan&lt;BR&gt;</description>
			<guid>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/03/26.html#a957</guid>
			<pubDate>Wed, 26 Mar 2003 17:10:51 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=101015&amp;amp;p=957</comments>
			</item>
		<item>
			<link>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/02/05.html#a817</link>
			<description>Setting up more links in the Navigator Links template for my Radio Changelog.</description>
			<guid>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/02/05.html#a817</guid>
			<pubDate>Wed, 05 Feb 2003 17:14:53 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=101015&amp;amp;p=817</comments>
			</item>
		<item>
			<link>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/02/05.html#a816</link>
			<description>&lt;P&gt;Added an IM link to the Item Template.&lt;/P&gt;
&lt;P&gt;aim:goim?screenname=mikkelsd1958&amp;amp;message=Hey+Dewayne.+About+This&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/02/05.html#a816</guid>
			<pubDate>Wed, 05 Feb 2003 16:57:25 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=101015&amp;amp;p=816</comments>
			</item>
		<item>
			<title>Radio Mod January 28 2003</title>
			<link>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/01/28.html#a789</link>
			<description>&lt;P&gt;Added the following to try and display my Titles.&lt;/P&gt;
&lt;P dir=ltr style=&quot;MARGIN-RIGHT: 0px&quot;&gt;If you want the item title to show up in the HTML rendering of your weblog, visit this &lt;A href=&quot;http://127.0.0.1:5335/system/pages/prefs?page=3.4&quot;&gt;prefs page&lt;/A&gt;, and add &amp;lt;%itemTitle%&amp;gt; to the template.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0101015/categories/radioChangelog/2003/01/28.html#a789</guid>
			<pubDate>Tue, 28 Jan 2003 21:52:17 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=101015&amp;amp;p=789&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0101015%2F2003%2F01%2F28.html%23a789</comments>
			</item>
		</channel>
	</rss>
