<?xml version="1.0"?>
<!-- RSS generated by Radio UserLand v8.0.8 on Wed, 08 Jan 2003 17:24:23 GMT -->
<rss version="2.0">
	<channel>
		<title>Andy Edmonds: Radio Notes</title>
		<link>http://surfmind.com/musings/categories/radioNotes/</link>
		<description></description>
		<copyright>Copyright 2003 Andy Edmonds</copyright>
		<lastBuildDate>Wed, 08 Jan 2003 17:24:23 GMT</lastBuildDate>
		<docs>http://backend.userland.com/rss</docs>
		<generator>Radio UserLand v8.0.8</generator>
		<managingEditor>andyed@surfmind.com</managingEditor>
		<webMaster>andyed@surfmind.com</webMaster>
		<category domain="http://www.weblogs.com/rssUpdates/changes.xml">rssUpdates</category> 
		<skipHours>
			<hour>3</hour>
			<hour>4</hour>
			<hour>2</hour>
			<hour>5</hour>
			<hour>1</hour>
			<hour>6</hour>
			<hour>10</hour>
			<hour>17</hour>
			</skipHours>
		<ttl>60</ttl>
		<item>
			<title>A week with Knoppix</title>
			<description>Whoops, a recent hard drive crash destroyed my Radio.root and wiped out my old templates.  Just a matter of time I think, but the old HTML was pretty crufty, so I might make a fresh start.
&lt;br/&gt;&lt;br/&gt;
I spent the last week using Debian, and particularly a nice distro that boots of cd called &lt;a href=&quot;http://www.knoppix.net&quot;&gt;Knoppix&lt;/a&gt;.  It ran just fine on my HP laptop, autodetecting and configuring my cisco wireless.  Very handy.
&lt;br/&gt;&lt;br/&gt;
For more, see the &lt;a href=&quot;http://www.knoppix.net/docs/index.php/ZenOfKnoppix&quot;&gt;ZenOfKnoppix&lt;/a&gt; for more on the hdinstall for knoppix.  Samba is set up, the new box has all of our mp3&apos;s, and I&apos;m working on a jukebox system.  </description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2003/01/06.cfm#a445</guid>
			<pubDate>Tue, 07 Jan 2003 00:23:50 GMT</pubDate>
			</item>
		<item>
			<description>&lt;a href=&quot;http://jrobb.userland.com/2002/12/21.html#a2998&quot;&gt;John Robb&lt;/a&gt;: &quot;Why can&apos;t email have a shortcuts feature?&quot; [&lt;a href=&quot;http://www.scripting.com/&quot;&gt;Scripting News&lt;/a&gt;] -- How about making shortcuts work in outline rendering first?</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/12/21.cfm#a442</guid>
			<pubDate>Sat, 21 Dec 2002 21:09:56 GMT</pubDate>
			<source url="http://www.scripting.com/rss.xml">Scripting News</source>
			</item>
		<item>
			<description>So wouldn&apos;t it be cool to be able to navigate Radio daily archive pages via link rel=next|prev ?</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/12/18.cfm#a437</guid>
			<pubDate>Wed, 18 Dec 2002 19:19:38 GMT</pubDate>
			</item>
		<item>
			<description>Blog titles as defacto-categories -&gt;  Extend the glossary item (in geek speek) to be a array of pointers, not a single one.  Not quite a category, but a new rendering for a glossary could include a list format.  Outline, hypertext style. </description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/12/05.cfm#a422</guid>
			<pubDate>Fri, 06 Dec 2002 03:47:29 GMT</pubDate>
			</item>
		<item>
			<description>I finally got frustrated enough with having all my pages titled the same and hacked up a html-title with last post title hacked in.  It slows down the page a bit... but this site is no speed demon :)</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/11/27.cfm#a409</guid>
			<pubDate>Thu, 28 Nov 2002 01:14:12 GMT</pubDate>
			</item>
		<item>
			<description>Ack! My aggregator.root had grown to 80mb when the file was corrupted.&amp;nbsp; I&apos;ve lost my subscriptions, but all else appears ok.&amp;nbsp; Radio&apos;s error message were not very diagnostic alas.</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/11/23.cfm#a398</guid>
			<pubDate>Sat, 23 Nov 2002 13:38:35 GMT</pubDate>
			</item>
		<item>
			<description>&lt;b&gt;Playing with Aggregator API&lt;/b&gt;&lt;ul&gt;
	&lt;li&gt;using &lt;a href=&quot;http://www.vcdn.org/Public/XMLRPC/documentation.php&quot;&gt;http://www.vcdn.org/Public/XMLRPC/documentation.php&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;Current status&lt;/li&gt;&lt;ul&gt;
		&lt;li&gt;Houston, we have liftoff&lt;/li&gt;&lt;ul&gt;
			&lt;li&gt;Caveats&lt;/li&gt;&lt;ul&gt;
				&lt;li&gt;security restrictions? or vcXMLRCP issues prevent this from working in Mozilla (even from chrome)&lt;/li&gt;&lt;ul&gt;
					&lt;li&gt;I had hoped for a cross browser solution&lt;/li&gt;
					&lt;li&gt;will likely switch to Mozilla&apos;s xml-rpc implementation shortly&lt;/li&gt;
				&lt;/ul&gt;
				&lt;li&gt;security restrictions also prevent it from running on the web and accessing your aggregator&lt;/li&gt;
				&lt;li&gt;Mozilla is going to be the way to go.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/ul&gt;
		&lt;li&gt;aggregator.getRecentItems (numberOfItems, username, password) returns struct &lt;/li&gt;&lt;ul&gt;
			&lt;li&gt; result = XMLRPC.call(displayNews, &quot;http://www.oreillynet.com/meerkat/xml-rpc/server.php&quot;, &quot;meerkat.getItems&quot;, oStruct);&lt;/li&gt;
			&lt;li&gt;Blogger example on vcXMLRPC site useful&lt;/li&gt;
		&lt;/ul&gt;
		&lt;li&gt;Looks like security restrictions will kick in&lt;/li&gt;&lt;ul&gt;
			&lt;li&gt;Thank goodness for the &quot;keys to the kingdom&quot; -- dammit, still need glossary expansion in the outliner&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/ul&gt;
&lt;/ul&gt;

Get the zip file to run on your local web server at &lt;a href=&quot;http://surfmind.com/lab/aggregate/ie.zip&quot;&gt;ie.zip&lt;/a&gt;
</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/11/09.cfm#a387</guid>
			<pubDate>Sat, 09 Nov 2002 16:52:48 GMT</pubDate>
			</item>
		<item>
			<description>Mark&apos;s &lt;a href=&quot;http://markpasc.org/blog/2002/08/05.html#i160308&quot;&gt;Radio Kit&lt;/a&gt; is a rare open source addition to Radio Userland and a quite useful one.  In a recent post, Mark comments on the lack of code submissions to his project.  My experience with creating open source Mozilla projects has been the opposite.  In the early days of Optimoz, the project had so many submissions we had to hold back on including some of them so that the code grew with a vision.  
&lt;br/&gt;&lt;br/&gt;
I don&apos;t know what the chances are that I&apos;ll stick with Radio... Userland&apos;s made significant strides in end user docs but they just can&apos;t compare to a open source project for responding to developer and user needs.</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/10/18.cfm#a350</guid>
			<pubDate>Fri, 18 Oct 2002 20:55:39 GMT</pubDate>
			<source url="http://markpasc.org/code/kit/rss.xml">Mark Paschal: Kit</source>
			</item>
		<item>
			<description>I&apos;m experimenting with LiveTopics as a auxilary classification method for my blog posts.  Since I have topical categories, I&apos;ve focused on attributes and a few topics which cross my standard categories.  &lt;a href=&quot;/musings/outlines/topics/allTopics.cfm&quot;&gt;Check it out&lt;/a&gt;.</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/10/17.cfm#a343</guid>
			<pubDate>Thu, 17 Oct 2002 15:53:53 GMT</pubDate>
			</item>
		<item>
			<title>PRWeb RSS</title>
			<description>PRWeb, a press release distribution service has rss feeds for &lt;A href=&quot;http://ww1.prweb.com/xml/internet.xml&quot;&gt;internet&lt;/A&gt;, &lt;A href=&quot;http://ww1.prweb.com/xml/opensource.xml&quot;&gt;open source&lt;/A&gt;, and &lt;A href=&quot;http://ww1.prweb.com/rss.php&quot;&gt;lots more&lt;/A&gt;.</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/10/09.cfm#a329</guid>
			<pubDate>Wed, 09 Oct 2002 15:31:14 GMT</pubDate>
			</item>
		<item>
			<title>Revamped Blog Search here at Surfmind</title>
			<description>A quick update to the blog search available in the top left column of /musings/ -- a dramatic approvement, but still lots of room to go.  I&apos;d love to switch to the recently made available monthly archives but don&apos;t want all the linkrot.  I may use my verity search to provide monthly archives... A search for &lt;a href=&quot;http://surfmind.com/musings/search/index.cfm?StartRow=1&amp;collection=blog&amp;Criteria=2002%3Cnear%2F1%3E8&amp;maxrows=20&quot;&gt;2002/8&lt;/a&gt; yields an approximate snapshot of the months activity, in both stories and blog posts.
&lt;br/&gt;&lt;br/&gt;
For relatively recent readers, it may not be obvious that there are 2000+ handpicked sites in my local web search engine, accessed with the default &quot;web&quot; radio button in my search field.  Redoing the presentation style of the engine is on my list, but it&apos;s still a powerful full text search with some innovative &lt;a href=&quot;/?q=*hci+and+search&quot;&gt;search UI&lt;/a&gt; aspects.</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/10/04.cfm#a323</guid>
			<pubDate>Sat, 05 Oct 2002 01:44:54 GMT</pubDate>
			</item>
		<item>
			<description>Big news! A scant two hours ago, Mike Lee added support for the MetaWeblogAPI to &lt;a href=&quot;http://mozblog.mozdev.org&quot;&gt;mozBlog&lt;/a&gt;.  This may give composite a run for it&apos;s money in my posts to Radio Userland, though I&apos;ll keep it going for the ability to edit in MT/BBS systems. See my aging post on &lt;a href=&quot;http://surfmind.com/musings/categories/radioNotes/2002/05/01.cfm&quot;&gt;configuring mozBlog for Radio&lt;/a&gt; for the configuration settings.
&lt;br/&gt;&lt;br/&gt;
Mike&apos;s also looking for ideas for the news aggregator.  I&apos;d love to collaborate on a feed-to-repost system that incorporated &lt;a href=&quot;http://surfmind.com/musings/2002/09/09.cfm&quot;&gt;link types&lt;/a&gt; and perhaps automated source tracking.  </description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/09/22.cfm#a306</guid>
			<pubDate>Mon, 23 Sep 2002 03:06:48 GMT</pubDate>
			</item>
		<item>
			<title>Recent Posts with Publication Status</title>
			<link>http://www.deadlybloodyserious.com/Radio/2002/09/14.html</link>
			<description>Much needed...</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/09/14.cfm#a294</guid>
			<pubDate>Sat, 14 Sep 2002 15:42:05 GMT</pubDate>
			</item>
		<item>
			<description>&lt;a href=&quot;http://rss.benhammersley.com/archives/001293.html#001293&quot;&gt;RSS 1.0&lt;/a&gt; for Radio, no strings attached.  Thanks!</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/09/05.cfm#a274</guid>
			<pubDate>Thu, 05 Sep 2002 05:16:20 GMT</pubDate>
			</item>
		<item>
			<description>I need a context menu enhancement for Radio&apos;s outliner that allows me to collapse multiple lines into one -- handy for hard wrapped text pasted into the outliner.  </description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/09/02.cfm#a269</guid>
			<pubDate>Tue, 03 Sep 2002 01:51:54 GMT</pubDate>
			</item>
		<item>
			<description>Todo: &lt;a href=&quot;http://radio.outliners.com/blogRollOutliner&quot;&gt;opml blogrolls&lt;/a&gt;.</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/09/02.cfm#a268</guid>
			<pubDate>Tue, 03 Sep 2002 01:51:08 GMT</pubDate>
			</item>
		<item>
			<description>&lt;a href=&quot;http://radio.weblogs.com/0104487/&quot;&gt;s l a m&lt;/a&gt;, who apparently learned javascript to write a nifty cross browser outline renderer in the Userland space, seems to have disovered XPCOM and it&apos;s ability to access files, witness some &lt;a href=&quot;http://radio.weblogs.com/0104487/images/my/bookShot2.gif&quot;&gt;interesting bookmark shennanigans&lt;/a&gt;.  In his own words, &quot;no java code necessary&quot;.</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/08/30.cfm#a265</guid>
			<pubDate>Fri, 30 Aug 2002 15:24:13 GMT</pubDate>
			</item>
		<item>
			<description>One for the todo list... &lt;a href=&quot;http://radio.weblogs.com/0103807/stories/2002/08/20/scottsRadioCover.html&quot;&gt;Scott&apos;s extra material&lt;/a&gt; for O&apos;Reilly&apos;s blog book.</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/08/20.cfm#a244</guid>
			<pubDate>Tue, 20 Aug 2002 21:19:57 GMT</pubDate>
			</item>
		<item>
			<description>I wonder... how might I maintain two distinct Radio Userland blogs in the same app?  Radio2.root?  I could easily share the same aggregation pool.</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/07/18.cfm#a230</guid>
			<pubDate>Fri, 19 Jul 2002 04:50:01 GMT</pubDate>
			</item>
		<item>
			<link>http:// </link>
			<description>&lt;a href=&quot;http://www.eastgate.com/Tinderbox/&quot;&gt;Eastgate&apos;s Tinderbox&lt;/a&gt; product now (beta release) supports WikiCaseLinks.  This could be the enabler for me to break through the utility barrier.</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/06/24.cfm#a193</guid>
			<pubDate>Mon, 24 Jun 2002 20:14:04 GMT</pubDate>
			</item>
		<item>
			<title>What good is a content disposal system?</title>
			<description>Robert Boyton nails it, and uses log data to back up his claim (which is the right way to do it!) 
&lt;BLOCKQUOTE&gt;Radio as Content Disposal System: Splitting the archived content by day is terrible. Only a desparado will search for content by clicking the calendar. &lt;/BLOCKQUOTE&gt;
&lt;P&gt;[&lt;A href=&quot;http://radio.weblogs.com/0102813/categories/usabilityUsabilityHumor/&quot;&gt;john robert boynton: Usability/Usability humor&lt;/A&gt;] I wrote about this in &quot;hypertext in the blogdom&quot;.&lt;/P&gt;
&lt;P&gt;Addendum: Radio also promotes useless hyperlinking between repeats of the same content.&amp;nbsp;&amp;nbsp; I&apos;ll flesh out this issue later, but it&apos;s a big negative.&lt;/P&gt;</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/06/23.cfm#a191</guid>
			<pubDate>Sun, 23 Jun 2002 23:32:44 GMT</pubDate>
			<source url="http://radio.weblogs.com/0102813/categories/usabilityUsabilityHumor/rss.xml">john robert boynton: Usability/Usability humor</source>
			</item>
		<item>
			<description>Welcome to the &lt;a href=&quot;http://surfmind.com/musings/misc/weblogNeighborhood.cfm&quot;&gt;neighborhood&lt;/a&gt; eh?</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/06/03.cfm#a163</guid>
			<pubDate>Tue, 04 Jun 2002 03:09:18 GMT</pubDate>
			</item>
		<item>
			<description>&lt;P&gt;I&apos;m poondering a mozilla sidebar for intelligent quote abstracting from the page your currently. It could work based upon text selection or click (and drag perhaps)&amp;nbsp;and would post the quote to Radio. I could abstract permalinks out of many Radio blogs.&amp;nbsp; Ideally, this should be done in a more principaled way. My container approach (nested divs)&amp;nbsp;to structural markup in this blog would&amp;nbsp;be much easier to DOM walk than the default Radio html.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Radio&apos;s strength in ease of use via content-item level macros is it&apos;s downfall for evolution. I&apos;m sure it&apos;s actually easy, but it&apos;s not clear how to change the permalink macro or write a new one with the same data. Perhaps linked RSS versions are a better place to do post extraction.&lt;/P&gt;</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/06/02.cfm#a162</guid>
			<pubDate>Mon, 03 Jun 2002 03:12:31 GMT</pubDate>
			</item>
		<item>
			<description>There&apos;s some serious community impetus behind incoporating &lt;A href=&quot;http://www.daypop.com/search?q=rss+discovery&amp;amp;t=a&quot;&gt;the LINK tag for RSS&lt;/A&gt; in weblogs. Mozilla has a link toolbar that&apos;s not quite &lt;A href=&quot;http://bugzilla.mozilla.org/buglist.cgi?bug_status=UNCONFIRMED&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=REOPENED&amp;amp;field0-0-0=product&amp;amp;type0-0-0=substring&amp;amp;value0-0-0=site&amp;amp;field0-0-1=component&amp;amp;type0-0-1=substring&amp;amp;value0-0-1=site&amp;amp;field0-0-2=short_desc&amp;amp;type0-0-2=substring&amp;amp;value0-0-2=site&amp;amp;field0-0-3=status_whiteboard&amp;amp;type0-0-3=substring&amp;amp;value0-0-3=site&amp;amp;field1-0-0=product&amp;amp;type1-0-0=substring&amp;amp;value1-0-0=navigation&amp;amp;field1-0-1=component&amp;amp;type1-0-1=substring&amp;amp;value1-0-1=navigation&amp;amp;field1-0-2=short_desc&amp;amp;type1-0-2=substring&amp;amp;value1-0-2=navigation&amp;amp;field1-0-3=status_whiteboard&amp;amp;type1-0-3=substring&amp;amp;value1-0-3=navigation&amp;amp;field2-0-0=product&amp;amp;type2-0-0=substring&amp;amp;value2-0-0=bar&amp;amp;field2-0-1=component&amp;amp;type2-0-1=substring&amp;amp;value2-0-1=bar&amp;amp;field2-0-2=short_desc&amp;amp;type2-0-2=substring&amp;amp;value2-0-2=bar&amp;amp;field2-0-3=status_whiteboard&amp;amp;type2-0-3=substring&amp;amp;value2-0-3=bar&quot;&gt;complete&lt;/A&gt;. Alas, Google did not add the LINK tag to their site during the last 4 or so months of it being deployed in Mozilla -- if it had, the &quot;&lt;A href=&quot;http://bugzilla.mozilla.org/show_bug.cgi?id=103053&quot;&gt;site navigation bar&lt;/A&gt;&quot; as it&apos;s called might be in 1.0 (note, next/prev links are in one of the experimental google toolbars). &lt;BR&gt;&lt;BR&gt;In any event, job well done! In less than a week, support for a new form of metadata was added in a standards aware fashion across hundreds of websites and a handful of publishing/aggregation tools. It will be interesting to see&amp;nbsp;the future push and pull between the practicing community and the w3c&apos;s &lt;A href=&quot;http://www.mozillazine.org/weblogs/hyatt/2002_05_26_mozillian_archive.html#77203966&quot;&gt;slew of standards&lt;/A&gt;.</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/06/02.cfm#a158</guid>
			<pubDate>Sun, 02 Jun 2002 16:23:10 GMT</pubDate>
			</item>
		<item>
			<description>&lt;P&gt;The draft functionality in Radio is a bit impoverished for my purposes.&amp;nbsp; This blog is often about brainstorming and inspiration, offering a locale to draft a quick note for later expansion.&amp;nbsp; A recent experience of editing a rather critical blog numerous time to convey my intent resulted in numerous slight variants of the same content in my RSS feed.&lt;/P&gt;
&lt;P&gt;I would have likely left&amp;nbsp;the post&amp;nbsp;as a draft for several iterations if Radio&apos;s support for drafts were better.&amp;nbsp;&amp;nbsp;A top ten user heuristic, inform the user of of system status is violated.&amp;nbsp; Draft posts are not easily distinguished from published items. Because of this I am hesitant to post but not publish an entry for fear that it will slip through the cracks and never see the light of day.&amp;nbsp; Nothing gets me to the posting screen quicker than reading one of my blog entries and realizing that I haven&apos;t communicated as intended.&lt;/P&gt;
&lt;P&gt;In the long run, for blogging to become a enterprise knowledge management tool, better support for revision will be required.&amp;nbsp; &lt;/P&gt;</description>
			<guid>http://surfmind.com/musings/categories/radioNotes/2002/05/30.cfm#a153</guid>
			<pubDate>Fri, 31 May 2002 03:03:09 GMT</pubDate>
			</item>
		</channel>
	</rss>

