<?xml version="1.0"?><!-- RSS generated by Radio UserLand v8.0.3 on Tue, 05 Feb 2002 05:13:53 GMT --><rss version="0.92">	<channel>		<title>Jake Savin: Jake&apos;s Radio Tips</title>		<link>http://radio.weblogs.com/0001000/categories/radioTips/</link>		<description>Jake&apos;s cool tips for Radio UserLand users.</description>		<copyright>Copyright 2002 Jake Savin</copyright>		<lastBuildDate>Tue, 05 Feb 2002 05:13:53 GMT</lastBuildDate>		<docs>http://backend.userland.com/rss092</docs>		<managingEditor>test@braincase.net</managingEditor>		<webMaster>test@braincase.net</webMaster>		<cloud domain="radio.xmlstoragesystem.com" port="80" path="/RPC2" registerProcedure="ourFavoriteSongs.rssPleaseNotify" protocol="xml-rpc"/>		<item>			<description>Phil &lt;a href=&quot;http://radio.weblogs.com/0101047/2002/02/04.html#a30&quot;&gt;wrote&lt;/a&gt;, &quot;No arrays in UserTalk?&quot;We have arrays. We call them lists. Here&apos;s a list of integers:&lt;code&gt;{1, 2, 3, 4, 5}&lt;/code&gt;You can add lists together if you want:&lt;code&gt;{1, 2, 3} + {4, 5} == {1, 2, 3, 4, 5}&lt;/code&gt;You can reference them by index:&lt;code&gt;local (aList = {1, 2, 3});&lt;br&gt;aList[2] = 4;&lt;/code&gt;After running the above, aList will contain {1, 4, 3}.You can also mix types:&lt;code&gt;{1, &quot;two&quot;, 0x03}&lt;/code&gt;And you can nest lists:&lt;code&gt;nestedList = {1, 2, {3.0, 3.5}, 4}&lt;/code&gt;In the above example, nestedList[2][1] has a value of 3.0.</description>			</item>		<item>			<description>&lt;a href=&quot;http://www.deadlybloodyserious.com/radio/stories/2002/02/04/onDebugging.html&quot;&gt;Gartk Kidd&lt;/a&gt;: &quot;I used to be phytoplankton.&amp;#160;Now I&apos;m either big phytoplankton, or krill. Either way, I&apos;m whale-food. :)&quot;Garth: Brent has written up a bunch of &lt;a href=&quot;http://inessential.com/tips/&quot;&gt;tips&lt;/a&gt; for Frontier developers, most of which apply to Radio as well. &lt;a href=&quot;http://inessential.com/tips/debuggingwebapps.html&quot;&gt;This one&lt;/a&gt; in particular may be of use to you.</description>			</item>		<item>			<description>David Davies asked me earlier today, how to get the path to a local file, given the URL for its upstreamed and rendered version. Here&apos;s a code-snippet that does it:&lt;pre&gt;local (weblogurl = radio.weblog.getUrl ());local (relpath = string.delete (url, 1, sizeOf (weblogurl)));local (f = radio.file.getAbsolutePath (relpath));&lt;/pre&gt;That will work fine for an image file, but if you need the path to a rendered file. If you need to convert an .html url back to the correct filepath. Add this extra step:&lt;code&gt;radio.file.locateFileIgnoringExtension (f, @f);&lt;/code&gt;</description>			</item>		<item>			<description>At Dave&apos;s request, I started a new category for documenting my ongoing Radio development work. It&apos;s rendered in HTML &lt;a href=&quot;http://radio.weblogs.com/0001000/categories/radioDevelopment/&quot;&gt;here&lt;/a&gt;, and you can subscribe to it by clicking &lt;a href=&quot;http://127.0.0.1:5335/system/pages/subscriptions?url=http%3A%2F%2Fradio.weblogs.com%2F0001000%2Fcategories%2FradioDevelopment%2Frss.xml&quot;&gt;this link&lt;/a&gt;.</description>			</item>		<item>			<description>&lt;a href=&quot;http://radio.userland.com/stories/storyReader$9029&quot;&gt;New Radio 8 feature&lt;/a&gt;. Now you can post to categories without posting to the home page. If you have categories enabled, there&apos;s a new checkbox, the first one, called Home Page (it effectively becomes a category). By default it&apos;s checked. Now you can easily publish multiple weblogs, going to lots of different locations, from one edit box. &lt;a href=&quot;http://www.scripting.com/images/2002/01/25/newhomepagecheckbox.gif&quot;&gt;Screen shot&lt;/a&gt;. [&lt;a href=&quot;http://scriptingnews.userland.com/backissues/2002/01/25#l53807a0793f80280548f44276626d220&quot;&gt;Scripting News&lt;/a&gt;]</description>			<source url="http://scriptingnews.userland.com/xml/scriptingNews2.xml">Scripting News</source>			</item>		<item>			<description>Garth &lt;a href=&quot;http://www.deadlybloodyserious.com/radio/2002/01/15.html#a65&quot;&gt;wants to know&lt;/a&gt; if it&apos;s still possible to open a Manila site in the outliner in Radio 8.0.It is. Bring the Radio application to the front, and choose File-&gt;Open Manila Site, and then type your Manila site&apos;s URL.</description>			</item>		<item>			<description>Here&apos;s a &lt;a href=&quot;http://radio.weblogs.com/0001000/categories/radioTips/&quot;&gt;tip&lt;/a&gt; for Radio Users: Say for whatever reason, your www folder was deleted. Now deleting your www folder is a Bad Idea, but some people have misunderstood how the software works, and deleted the www folder, in an attempt to &quot;start over&quot;. I won&apos;t name any names. &quot;;-&gt;&quot;Here&apos;s how to get a new www folder:1) Bring the Radio application to the front, and choose Tools-&gt;Developers-&gt;Quick Script, to open the Quick Script window.2) Copy the following script and paste it into the Quick Script window, and then click the Run button:&lt;code&gt;radio.data.flReinstallHomeFolderFiles = true&lt;br&gt; radio.utilities.homeFolderTextFiles.install ();&lt;br&gt;radio.utilities.systemFolderTextFiles.install ();&lt;br&gt;radio.userInterface.saveImages ();&lt;/code&gt;That&apos;s it!</description>			</item>		</channel>	</rss>