<?xml version="1.0"?>
<!-- RSS generated by Radio UserLand v8.0.2 on Fri, 25 Jan 2002 18:39:55 GMT -->
<rss version="0.92">
	<channel>
		<title>Sjoerd Visscher&apos;s weblog - w3future.com</title>
		<link>http://radio.weblogs.com/0100323/</link>
		<description>My ideas about new web technology that can change the future of the world wide web.</description>
		<language>en-us</language>
		<copyright>Copyright 2002 Sjoerd Visscher</copyright>
		<lastBuildDate>Fri, 25 Jan 2002 18:39:55 GMT</lastBuildDate>
		<docs>http://backend.userland.com/rss092</docs>
		<managingEditor>sjoerd@w3future.com</managingEditor>
		<webMaster>sjoerd@w3future.com</webMaster>
		<cloud domain="radio.xmlstoragesystem.com" port="80" path="/RPC2" registerProcedure="xmlStorageSystem.rssPleaseNotify" protocol="xml-rpc"/>
		<item>
			<description>&lt;blockquote&gt;&lt;p&gt;&lt;a name=&quot;l0ca7dda2cb00bc9af0a50e71d2ae3591&quot;&gt;&lt;a href=&quot;http://live.curry.com/&quot;&gt;&lt;img src=&quot;http://www.scripting.com/images/2002/01/25/adam.gif&quot; height=&quot;51&quot; width=&quot;45&quot; border=&quot;0&quot; hspace=&quot;15&quot; vspace=&quot;0&quot; align=&quot;right&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://www.telegraaf.nl/crazylife/teksten/crazylife.curry.radio.programma.html&quot;&gt;Adam gets a radio show&lt;/a&gt;. And guess what, we&apos;re going to integrate his show with &lt;a href=&quot;http://radio.weblogs.com/&quot;&gt;our Radio show&lt;/a&gt;. This is so cool. The Netherlands is leading the way. [&lt;a href=&quot;http://scriptingnews.userland.com/backissues/2002/01/25#l0ca7dda2cb00bc9af0a50e71d2ae3591&quot;&gt;Scripting News&lt;/a&gt;]&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Yes, we (the Dutch) always do... No, really!&lt;/p&gt;</description>
			<source url="http://scriptingnews.userland.com/xml/scriptingNews2.xml">Scripting News</source>
			</item>
		<item>
			<description>hmm. it works. weird.</description>
			</item>
		<item>
			<description>trying out 8.0.2 again.</description>
			</item>
		<item>
			<description>Hmmm. 8.0.2 crashes when upstreaming. 8.0.1 does not. Investigating...</description>
			</item>
		<item>
			<description>Testing the mug!</description>
			</item>
		<item>
			<description>Testing w3future.com&apos;s xmlStorageSystem</description>
			</item>
		<item>
			<description>and another one</description>
			</item>
		<item>
			<description>another test</description>
			</item>
		<item>
			<description>Testing Manila publishing.</description>
			</item>
		<item>
			<description>It works! Great.</description>
			</item>
		<item>
			<description>Does storing the colors work now? Let&apos;s test!</description>
			</item>
		<item>
			<description>I&apos;ve created &lt;A href=&quot;http://radio.weblogs.com/0100323/cssedit.html&quot;&gt;a color editor&lt;/A&gt; to make it easier to find different colors for my website. It doesn&apos;t save anything yet, and I don&apos;t know what to do with the logo.</description>
			</item>
		<item>
			<description>Testing...</description>
			</item>
		<item>
			<description>&lt;P&gt;The sidebar on the left is now generated from an OPML file:&lt;/P&gt;
&lt;P&gt;&lt;IMG src=&quot;http://w3future.com/pics/sidebar_opml.GIF&quot;&gt;&lt;/P&gt;
&lt;P&gt;The script then generates this piece of javascript code:&lt;/P&gt;
&lt;PRE&gt;
weblogSidebar={
  &apos;What I read&apos;:[
    {style:&apos;button2&apos;, content:&apos;Jake\&apos;s Brainpan&apos;,
      gonew:&apos;http://jake.editthispage.com/&apos;}
    ,{style:&apos;button2&apos;, content:&apos;Joel on Software&apos;,
      gonew:&apos;http://joel.editthispage.com/&apos;}
    ,{style:&apos;button2&apos;, content:&apos;Lambda the Ultimate&apos;,
      gonew:&apos;http://lambda.weblogs.com/&apos;}
    ,{style:&apos;button2&apos;, content:&apos;markpasc_blog&apos;,
      gonew:&apos;http://markpasc.org/blog/&apos;}
    ,{style:&apos;button2&apos;, content:&apos;owrede_log&apos;,
      gonew:&apos;http://owrede.khm.de/&apos;}
    ,{style:&apos;button2&apos;, content:&apos;Scripting News&apos;,
      gonew:&apos;http://www.scripting.com/&apos;}
    ,{style:&apos;button2&apos;, content:&apos;XMLHack&apos;,
      gonew:&apos;http://www.xmlhack.com/&apos;}
    ,{style:&apos;button2&apos;, content:&apos;&amp;lt;b&amp;gt;All sources&amp;lt;/b&amp;gt;&apos;,
      gonew:&apos;http://w3future.com/html/weblogsources.html&apos;}
  ]
  ,&apos;Friends/Family&apos;:[
    {style:&apos;button2&apos;, content:&apos;Joeri&apos;,
      gonew:&apos;http://joeri.mulder.com/&apos;}
    ,{style:&apos;button2&apos;, content:&apos;Marco&apos;,
      gonew:&apos;http://www.maggerydoo.net/&apos;}
    ,{style:&apos;button2&apos;, content:&apos;Jelle&apos;,
      gonew:&apos;http://uitdeschaduw.blogspot.com/&apos;}
    ,{style:&apos;button2&apos;, content:&apos;Q42&apos;,
      gonew:&apos;http://www.q42.nl/&apos;}
  ]
};
&lt;/PRE&gt;
&lt;P&gt;The template contains a script that creates the buttons from the data. I named the opmlfile &lt;code&gt;#sidebar.opml&lt;/code&gt;. The # means that files in subdirectories can have their own sidebar links, but they default to the one from the parent directory.&lt;/P&gt;</description>
			</item>
		<item>
			<description>Testing categories. Let&apos;s start with checking all of them.</description>
			<category>Personal</category>
			<category>Userland</category>
			<category>w3future</category>
			</item>
		<item>
			<description>Is there a problem with the Userland staticSiteStats server? Every radio.weblogs.com page I go to, and even scripting.com, leaves the browser status bar saying: &quot;(1 item remaining) Download picture &lt;A href=&quot;http://subhonker6.userland.com/staticSiteStats/count.gif&quot;&gt;http://subhonker6.userland.com/staticSiteStats/count.gif&lt;/A&gt;?....&quot;</description>
			</item>
		<item>
			<description>The new &lt;A href=&quot;http://radio.weblogs.com&quot;&gt;Radio Feed Top-100&lt;/A&gt;&amp;nbsp;has much higher numbers than &lt;A href=&quot;http://www.ourfavoritesongs.com&quot;&gt;the old list&lt;/A&gt; has ever had. I&apos;m in it too. Higher than &lt;A href=&quot;http://www.joelonsoftware.com/&quot;&gt;Joel on Software&lt;/A&gt;. That can&apos;t be right. Oh, wait, it&apos;s the&amp;nbsp;old RSS&amp;nbsp;URL. For all the Joel fans, it&apos;s here: &lt;A href=&quot;http://www.joelonsoftware.com/rss.xml&quot;&gt;http://www.joelonsoftware.com/rss.xml&lt;/A&gt;. (Joel should read &lt;A href=&quot;http://radio.userland.com/stories/storyReader$7607&quot;&gt;this&lt;/A&gt;.)</description>
			</item>
		<item>
			<description>&lt;a href=&quot;http://radio.weblogs.com/0001195/2002/01/14.html#a2&quot;&gt;Alan A. Reiter complains&lt;/a&gt; that it&apos;s too complicated in RU to change the template for a non-programmer. He&apos;s right, I guess. (I&apos;m not a non-programmer). But RU is improving, and I wouldn&apos;t be surprised if the next version of RU would indeed have easier template images support and a better navigator links interface. (XML *is* too complicated for something as simple as that.)</description>
			</item>
		</channel>
	</rss>
