<?xml version="1.0"?><!-- RSS generated by Radio UserLand v8.2 on Sat, 17 Sep 2005 12:26:41 GMT --><rss version="2.0">	<channel>		<title>David Davies: Services</title>		<link>http://david.davies.name/weblog/categories/services/</link>		<description>This is where I put posts about all my Radio web services and other XML-RPC and SOAP procedures.</description>		<language>en-gb</language>		<copyright>Copyright 2005 David Davies</copyright>		<lastBuildDate>Sat, 17 Sep 2005 12:26:41 GMT</lastBuildDate>		<docs>http://backend.userland.com/rss</docs>		<generator>Radio UserLand v8.2</generator>		<managingEditor>d.a.davies@bham.ac.uk</managingEditor>		<webMaster>d.a.davies@bham.ac.uk</webMaster>		<category domain="http://www.weblogs.com/rssUpdates/changes.xml">rssUpdates</category> 		<skipHours>			<hour>3</hour>			<hour>4</hour>			<hour>5</hour>			<hour>7</hour>			<hour>6</hour>			<hour>2</hour>			<hour>13</hour>			<hour>17</hour>			</skipHours>		<ttl>60</ttl>		<item>			<title>Searchable RSS aggregator</title>			<link>http://medweb5.bham.ac.uk/databases/interop/ltsnfeeds</link>			<description>An often overlooked trick that my &lt;a target=&quot;#blank&quot; href=&quot;http://radio.weblogs.com/0001161/stories/2003/02/26/assetmanagerTool.html&quot;&gt;assetManager tool&lt;/a&gt; has up its sleeve is a &lt;a target=&quot;#blank&quot; href=&quot;http://radio.weblogs.com/0001161/categories/services/2002/08/02.html&quot;&gt;search interface&lt;/a&gt; to Radio UserLand&apos;s built-in RSS aggregator.Back in the good ol&apos; days when web services were trendy I created a web services interface to Radio&apos;s aggregator. Passing it a keyword returned a formatted list of all RSS items containing the keyword. This neat trick is invoked using a simple macro:&lt;br&gt;&lt;br&gt; &amp;lt;%[&quot;xmlrpc://127.0.0.1:5335/RPC2&quot;].assetManager.rssSearch (&quot;keyword&quot;)%&gt;&lt;br&gt;&lt;br&gt;where &quot;keyword&quot; is what you want to search for. Add this macro to any weblog post or your weblog template to include a list of found items. You can even use this service to search other people&apos;s aggregators (if they allow it). All you need is the IP address of the remote Radio aggregator.Try adding:&lt;br&gt;&lt;br&gt;&amp;lt;%[&quot;xmlrpc://147.188.64.44:5335/RPC2&quot;].assetManager.rssSearch (&amp;quot;rss&quot;)%&gt;&lt;br&gt;&lt;br&gt;to a new post in your weblog. You should get a list of RSS items from my aggregator matching &amp;quot;rss&quot;.&lt;a target=&quot;#blank&quot; href=&quot;http://medweb5.bham.ac.uk/databases/interop/ltsnfeeds&quot;&gt;Here&apos;s a similar trick&lt;/a&gt; using Manila as a front-end to Radio&apos;s searchable aggregator.</description>			<guid>http://david.davies.name/weblog/categories/services/2003/09/16.html#a460</guid>			<pubDate>Tue, 16 Sep 2003 00:25:58 GMT</pubDate>			<comments>http://medweb5.bham.ac.uk/radiodiscuss/comments?u=1161&amp;amp;p=460&amp;amp;link=http%3A%2F%2Fdavid.davies.name%2Fweblog%2F2003%2F09%2F16.html%23a460</comments>			</item>		<item>			<link>http://david.davies.name/weblog/categories/services/2002/08/02.html#a197</link>			<description>I&apos;ve updated the assetManager tool to v0.984. Use the Radio application menu Tools -&gt; AssetManager -&gt; Refresh Code... to get the latest version.What&apos;s NewAdded some new RPC handlers to give the tool some web service functionality1. pictureGallery service. Use this to place a selected sub-set of the images in your picture gallery anywhere in your weblog. Pictures are selected by a keyword. If the keyword matches all or part of  a picture&apos;s filename then it gets included into a mini-gallery. use the service like this:&amp;lt;%[&quot;xmlrpc://127.0.0.1:5335/RPC2&quot;].assetManager.pictureGallery (&quot;keyword&quot;)%&gt;e.g. on my machine &amp;lt;%[&quot;xmlrpc://127.0.0.1:5335/RPC2&quot;].assetManager.pictureGallery (&quot;deganwy&quot;)%&gt; yields&lt;p&gt;&lt;table cellpadding=&quot;2&quot; cellspacing=&quot;2&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td align=&quot;center&quot; valign=&quot;bottom&quot; &gt;&lt;a target=&quot;_blank&quot; href=&quot;http://david.davies.name/weblog/images/2002/02/05/deganwy2.jpg&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;90.0&quot; width = &quot;120.0&quot; src=&quot;http://david.davies.name/weblog/images/thumbnails/deganwy2.jpg&quot; alt=&quot;An image called &quot;deganwy2.jpg&quot;&gt;&lt;/a&gt;&lt;br&gt;deganwy2.jpg&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;bottom&quot; &gt;&lt;a target=&quot;_blank&quot; href=&quot;http://david.davies.name/weblog/images/2002/02/05/deganwy3.jpg&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;90.0&quot; width = &quot;120.0&quot; src=&quot;http://david.davies.name/weblog/images/thumbnails/deganwy3.jpg&quot; alt=&quot;An image called &quot;deganwy3.jpg&quot;&gt;&lt;/a&gt;&lt;br&gt;deganwy3.jpg&lt;/td&gt;&lt;td align=&quot;center&quot; valign=&quot;bottom&quot; &gt;&lt;a target=&quot;_blank&quot; href=&quot;http://david.davies.name/weblog/images/2002/02/05/deganwy4.jpg&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;90.0&quot; width = &quot;120.0&quot; src=&quot;http://david.davies.name/weblog/images/thumbnails/deganwy4.jpg&quot; alt=&quot;An image called &quot;deganwy4.jpg&quot;&gt;&lt;/a&gt;&lt;br&gt;deganwy4.jpg&lt;/td&gt;&lt;tr&gt;&lt;/table&gt;&lt;/p&gt;If you&apos;d like to allow other people to use pictures from your weblog then replace 127.0.0.1 with the IP address of your machine. For example, to include the above pictures in your weblog use:&amp;lt;%[&quot;xmlrpc://147.188.64.44:5335/RPC2&quot;].assetManager.pictureGallery (&quot;deganwy&quot;)%&gt;2. rssSearch service. I like this one. Do you ever feel swamped by all the RSS news items you have in your weblog? Then why not filer them. Or better still, have a list of all the items on the same topic on your weblog. The list updates every time you update your weblog post. This service looks through all your subscribed to news feeds and places those feed items that match a keyword you specify in your weblog.&amp;lt;%[&quot;xmlrpc://127.0.0.1:5335/RPC2&quot;].assetManager.rssSearch (&quot;keyword&quot;)%&gt;On my machine, &amp;lt;%[&quot;xmlrpc://127.0.0.1:5335/RPC2&quot;].assetManager.rssSearch (&quot;education&quot;)%&gt; yields&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://iu.berkeley.edu/rdhyee/xml/rss.xml&quot;&gt;&lt;img src=&quot;http://medweb2.bham.ac.uk/testarea/xml.gif&quot;&gt;&lt;/a&gt; &lt;b&gt;rdhyee News&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://raymondyee.net/wiki/DailyNotes_2f2005_2f09_2f01#head-c38ae8511a5a0c1fe807d7555a8d7ae3af4db1c6&quot;&gt;Lots of travel in September and October&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://p.moreover.com/cgi-local/page?c=UK%20education%20news&amp;o=rss&quot;&gt;&lt;img src=&quot;http://medweb2.bham.ac.uk/testarea/xml.gif&quot;&gt;&lt;/a&gt; &lt;b&gt;Moreover Technologies - UK education news&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://c.moreover.com/click/here.pl?r391568341&quot;&gt;Council calls for new school governors (added 16/9/05)&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://xml.newsisfree.com/feeds/72/2572.xml&quot;&gt;&lt;img src=&quot;http://medweb2.bham.ac.uk/testarea/xml.gif&quot;&gt;&lt;/a&gt; &lt;b&gt;elearningpost&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://c2.edapebaf.com/cgi-bin/clickthrough.cgi?db=context&amp;position=7004&amp;tid=bhnhbiniblnmbonlbonizhxcxbrcxa&amp;eid=1&amp;id=81285494&amp;query=education&amp;clickid=80017031&amp;UNQ=00112256858255303349&amp;cgroup=educat&quot;&gt;ADV: $5000 Scholarship Contest - Dec 25th&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://xml.newsisfree.com/feeds/73/1473.xml&quot;&gt;&lt;img src=&quot;http://medweb2.bham.ac.uk/testarea/xml.gif&quot;&gt;&lt;/a&gt; &lt;b&gt;AP Health&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://c2.edapebaf.com/cgi-bin/clickthrough.cgi?db=context&amp;position=7003&amp;tid=bhnhbinmbpnibgnlbinlzrxbxoxvxf&amp;eid=1&amp;id=85139607&amp;query=health&amp;clickid=80017031&amp;UNQ=00112692052550914532&amp;cgroup=health&quot;&gt;ADV: Medscape.com - Free Physicians Resource&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;As with the picture gallery service you can allow other people to embed filtered items from your subscribed to news feeds in their weblog by publishing this web service with your IP address rather than the default local address 127.0.0.1. Why might you want to do this? OK, here&apos;s an idea. Say you&apos;ve heard I subscribe to a lot of feeds on healthcare but you&apos;re only interested in smokers. You can use this web service to only list items on smoking. Try it now, copy/paste the following into a weblog post of your own:&amp;lt;%[&quot;xmlrpc://147.188.64.44:5335/RPC2&quot;].assetManager.rssSearch (&quot;smokers&quot;)%&gt;</description>			<guid>http://david.davies.name/weblog/categories/services/2002/08/02.html#a197</guid>			<pubDate>Thu, 01 Aug 2002 23:47:19 GMT</pubDate>			<comments>http://medweb5.bham.ac.uk/radiodiscuss/comments?u=1161&amp;amp;p=197&amp;amp;link=http%3A%2F%2Fdavid.davies.name%2Fweblog%2F2002%2F08%2F02.html%23a197</comments>			</item>		<item>			<link>http://david.davies.name/weblog/categories/services/2002/05/31.html#a192</link>			<description>Searchable RSS portalI&apos;m building a list of medicine and educational RSS news feeds. Medical education is one of my fields of interest. I have a modest list at present and I&apos;m looking for more. If you know of any more would you let me know? The feeds that I have are searchable so a potentially large amount of RSS data can be filtered.&lt;a target=&quot;_blank&quot; href=&quot;http://medweb5.bham.ac.uk/databases/interop/rss&quot;&gt;Click here to visit my searchable RSS feeds service&lt;/a&gt;.If anyone is interested in this as a web service you can embed a list of news items filtered according to your own interests by pasting the following web service macro into your weblog:&amp;lt;%[&quot;xmlrpc://147.188.64.44:5335/RPC2&quot;].newsfeeds (&quot;keyword&quot;)%&gt;where &apos;keyword&apos; is whatever you are interested in e.g.&amp;lt;%[&quot;xmlrpc://147.188.64.44:5335/RPC2&quot;].newsfeeds (&quot;learning&quot;)%&gt;will give you the following:&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://iu.berkeley.edu/rdhyee/xml/rss.xml&quot;&gt;&lt;img src=&quot;http://medweb2.bham.ac.uk/testarea/xml.gif&quot;&gt;&lt;/a&gt; &lt;b&gt;rdhyee News&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://raymondyee.net/wiki/DailyNotes_2f2005_2f09_2f01#head-c38ae8511a5a0c1fe807d7555a8d7ae3af4db1c6&quot;&gt;Lots of travel in September and October&lt;/a&gt;&lt;br&gt;&lt;blockquote&gt;I&amp;apos;ll be traveling at lot in September and October, speaking at a number of conferences: &lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;A class=external href=&amp;quot;http://www.niso.org/news/events_workshops/OpenURL-05-wkshp.html&amp;quot;&gt;NISO Metasearch and OpenURL workshop&lt;/A&gt; (September 19-21, 2005, Washington, DC) &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Integrating Metasearch with e-Learning&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;Various strategies for integrating e-learning and metasearch systems will be described, drawing from the speaker&amp;apos;s experiences of combining data and services from ExLibris&amp;apos; &lt;A href=&amp;quot;http://raymondyee.net/wiki/MetaLib&amp;quot;&gt;MetaLib&lt;/A&gt; X-Server, Sakai, the Firefox browser, and the Scholar&amp;apos;s Box. &lt;/P&gt;&lt;/LI&gt;&lt;LI class=gap&gt;&lt;P&gt;&lt;A class=external href=&amp;quot;http://cosl.usu.edu/conference/&amp;quot;&gt;Open Education Conference: Advancing the Effectiveness and Sustainability of Open Education Conference&lt;/A&gt; (Sept 28-30, Logan, UT) &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Towards remixing any content from any source with any service: lowering the barrier to use of content in open education&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;As the amount of open content continues to grow, the need for tools that allow users to interact with this content will also grow. The Scholar&amp;apos;s Box is a one such tool that enables users to gather resources from multiple digital repositories in order to create personal collections and other reusable materials that can be shared with others for teaching and research. Using the Scholar&amp;#146;s Box as a primary example, the talk will outline the many possibilities and challenges that face designers of tools for remixing content with services. &lt;/P&gt;&lt;/LI&gt;&lt;LI class=gap&gt;&lt;P&gt;&lt;A class=external href=&amp;quot;http://www.ala.org/ala/lita/litaevents/litanationalforum2005sanjoseca/2005Forum.htm&amp;quot;&gt;LITA National Forum 2005&lt;/A&gt; (October 1, 2005, San Jose, CA) &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Breaking Out of the Box: Creating Customized Metasearch Services Using an XML API&lt;/EM&gt; (co-presented with Michael McKenna, Roy Tennant, and David Walker) &lt;/P&gt;&lt;P&gt;In addition to its own standard interface, Metalib, one of the premiere federated search systems used by libraries today, provides an XML-based API known as the X-Server. Little known and rarely used, the X-Server nevertheless offers libraries the ability to create highly customized metasearch systems and portals, ultimately producing more usable and powerful research tools. This session will include a brief introduction to the X-Server and showcase implementations at the California Digital Library, the Interactive University Project at UC Berkeley, and Cal State San Marcos. &lt;/P&gt;&lt;/LI&gt;&lt;LI class=gap&gt;&lt;P&gt;&lt;A class=external href=&amp;quot;http://www3.fitnyc.edu/historyofart/bigideas/default.htm&amp;quot;&gt;Small Tools, Big Ideas&lt;/A&gt; (a conference on the discipline-specific technologies reshaping the practice of teaching art and art history) (October 7, 2005, New York City) &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Scholar&amp;apos;s Box&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;The Scholar&amp;apos;s Box is a tool being developed at UC Berkeley that enables users to gather resources from multiple digital repositories in order to create personal collections and other reusable materials that can be shared with others for teaching and research. It is designed to connect domains that are of particular importance to educational users: digital libraries, educational technology, social software tool, desktop content authoring. The fundamental conviction behind the Scholar&amp;apos;s Box is that teachers, artists, and researchers -- as part of their creative process -- should have easy-to-use tools that let them remix any digital content from any source with any software service. This talk will demonstrate how the Scholar&amp;apos;s Box can be used to support the teaching of art and art history by allowing scholars to create annotated and reusable sets of images drawn from diverse sources. The sources will range from brand name institutional repositories to personal image services such Flickr to the Web at large. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.educause.edu/educatingthenetgen&quot;&gt;an educause e-book on the &amp;quot;Net Generation&amp;quot;&lt;/a&gt;&lt;br&gt;&lt;blockquote&gt;&lt;P&gt;&lt;A class=external href=&amp;quot;http://www.educause.edu/educatingthenetgen&amp;quot;&gt;EDUCAUSE | Resources | Educating the Net Generation&lt;/A&gt;: &lt;/P&gt;&lt;UL&gt;The Net Generation has grown up with information technology. The aptitudes, attitudes, expectations, and learning styles of Net Gen students reflect the environment in which they were raised&amp;#151;one that is decidedly different from that which existed when faculty and administrators were growing up. &lt;/UL&gt;&lt;P&gt;I&amp;apos;ve thought myself as of being part of the &amp;quot;net generation&amp;quot; and so believe myself to know in my gut how &amp;quot;Net Gen students&amp;quot; are like. That attitude is probably folly on my part, so it would be useful at some point for me to read this online book as a corrective to my own understandings of the next generation of students. &lt;/P&gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.cetis.ac.uk/news.xml&quot;&gt;&lt;img src=&quot;http://medweb2.bham.ac.uk/testarea/xml.gif&quot;&gt;&lt;/a&gt; &lt;b&gt;CETIS: Standards in Education Technology&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://www.cetis.ac.uk/content2/20050906181756&quot;&gt;New CETIS briefings available&lt;/a&gt;&lt;br&gt;&lt;blockquote&gt;The ever-popular series of CETIS briefings on e-learning standards just received two new additions, two major updates, and some tweaking on others.&lt;/blockquote&gt;&lt;/li&gt;&lt;/ol&gt;</description>			<guid>http://david.davies.name/weblog/categories/services/2002/05/31.html#a192</guid>			<pubDate>Fri, 31 May 2002 16:09:18 GMT</pubDate>			<comments>http://medweb5.bham.ac.uk/radiodiscuss/comments?u=1161&amp;amp;p=192&amp;amp;link=http%3A%2F%2Fdavid.davies.name%2Fweblog%2F2002%2F05%2F31.html%23a192</comments>			</item>		<item>			<link>http://david.davies.name/weblog/categories/services/2002/05/16.html#a190</link>			<description>Hmm, what do you make of this? Paste the following into a weblog post:&amp;lt;%[&quot;xmlrpc://medweb3.bham.ac.uk/RPC2&quot;].mcq.service.get (&quot;1&quot;)%&gt;&lt;form action=&quot;http://medweb3.bham.ac.uk/markMCQs.fcgi&quot; name=&quot;mark&quot;  method=&quot;POST&quot;&gt;Airflow through the lungs...&lt;input type=&quot;hidden&quot; name=&quot;question&quot; value=&quot;00000001&quot;&gt;&lt;blockquote&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;input type=&quot;radio&quot; name=&quot;00000001&quot; value=&quot;A&quot;&gt;&lt;/td&gt;&lt;td&gt;A. increases from the trachea to the alveoli as total surface area increases.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;input type=&quot;radio&quot; name=&quot;00000001&quot; value=&quot;B&quot;&gt;&lt;/td&gt;&lt;td&gt;B. increases from the trachea to the alveoli as total surface area decreases&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;input type=&quot;radio&quot; name=&quot;00000001&quot; value=&quot;C&quot;&gt;&lt;/td&gt;&lt;td&gt;C. decreases from the trachea to the alveoli as total surface area increases&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;input type=&quot;radio&quot; name=&quot;00000001&quot; value=&quot;D&quot;&gt;&lt;/td&gt;&lt;td&gt;D. decreases from the trachea to the alveoli as total surface area decreases&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;input name =&quot;mcqaction&quot; type=&quot;submit&quot; value=&quot;Mark answers&quot;&gt;&lt;/p&gt;&lt;/form&gt;</description>			<guid>http://david.davies.name/weblog/categories/services/2002/05/16.html#a190</guid>			<pubDate>Wed, 15 May 2002 23:46:56 GMT</pubDate>			<comments>http://medweb5.bham.ac.uk/radiodiscuss/comments?u=1161&amp;amp;p=190&amp;amp;link=http%3A%2F%2Fdavid.davies.name%2Fweblog%2F2002%2F05%2F16.html%23a190</comments>			</item>		<item>			<link>http://david.davies.name/weblog/categories/services/2002/04/13.html#a177</link>			<description>There&apos;s a &lt;a href=&quot;http://radio.weblogs.com/0001161/gems/googleRightClick.opml&quot;&gt;toy&lt;/a&gt; for anyone to play with in my &lt;a href=&quot;http://127.0.0.1:5335/system/pages/outlinerSubscribe?url=http%3A%2F%2Fradio.weblogs.com%2F0001161%2FinstantOutliner%2FdavidDavies.opml&amp;author=David%20Davies&amp;weblog=http%3A%2F%2Fradio.weblogs.com%2F0001161%2F&quot;&gt;instant outline&lt;/a&gt; (subscribe via the big OPML coffee mug at left). Right-click on anything in Radio such as a name in your Buddies list or an outline heading in your instant outline and you can choose to search for the selected text using Google. The results pop-up as an RSS file in a new outline in your copy of Radio.Google to RSS in Radio. A picture speaks a thousand words...&lt;center&gt;&lt;img src=&quot;http://radio.weblogs.com/0001161/images/2002/04/13/googleRSS.gif&quot;&gt;&lt;/center&gt;</description>			<guid>http://david.davies.name/weblog/categories/services/2002/04/13.html#a177</guid>			<pubDate>Fri, 12 Apr 2002 23:59:10 GMT</pubDate>			<comments>http://medweb5.bham.ac.uk/radiodiscuss/comments?u=1161&amp;amp;p=177&amp;amp;link=http%3A%2F%2Fdavid.davies.name%2Fweblog%2F2002%2F04%2F13.html%23a177</comments>			</item>		<item>			<link>http://david.davies.name/weblog/categories/services/2002/03/29.html#a163</link>			<description>This Manila web site:&lt;a href=&quot;http://medweb5.bham.ac.uk/radiodiscuss/&quot;&gt;http://medweb5.bham.ac.uk/radiodiscuss/&lt;/a&gt;is linked to my &lt;a href=&quot;http://127.0.0.1:5335/system/pages/outlinerSubscribe?url=http%3A%2F%2Fradio.weblogs.com%2F0001161%2FinstantOutliner%2FdavidDavies.opml&amp;author=David%20Davies&amp;weblog=http%3A%2F%2Fradio.weblogs.com%2F0001161%2F&quot;&gt;Radio instant outline&lt;/a&gt;. I can right-click to add any text in anyone&apos;s instant outline to the Manila site&apos;s home page and readers of my outline can post new discussion messages via Radio. I think that&apos;s pretty neat. The simple scripts that do this are yours for the taking in my outline.</description>			<guid>http://david.davies.name/weblog/categories/services/2002/03/29.html#a163</guid>			<pubDate>Fri, 29 Mar 2002 22:59:44 GMT</pubDate>			<comments>http://medweb5.bham.ac.uk/radiodiscuss/comments?u=1161&amp;amp;p=163&amp;amp;link=http%3A%2F%2Fdavid.davies.name%2Fweblog%2F2002%2F03%2F29.html%23a163</comments>			</item>		<item>			<link>http://david.davies.name/weblog/categories/services/2002/03/26.html#a160</link>			<description>There&apos;s a feature that&apos;s common to most if not all commercially available &lt;a target=&quot;_blank&quot; href=&quot;http://www.ltss.bris.ac.uk/VLEintro_7.htm&quot;&gt;VLEs&lt;/a&gt;. As a student, you only have access to the learning materials while you&apos;re an enrolled  member of the course. Leave the course and the materials are no longer available to you and very likely any material you created as part of your course is also lost. It may be archived in the institution hosting your course but it&apos;s probably no longer available to you.Maybe what we need are &lt;a traget=&quot;_blank&quot; href=&quot;http://medweb5.bham.ac.uk/databases/interop/mcqs &quot;&gt;teaching &amp; learning web services&lt;/a&gt;. Plug-and-play services that deliver learning objects to the user to meet their needs, whether they&apos;re enrolled in a course, updating themselves as part of &lt;a target=&quot;_blank&quot; href=&quot;http://www.parn.org.uk/parn2.cfm?sct=13&amp;content=intro.cfm &quot;&gt;CPD&lt;/a&gt; or just plain &lt;a target=&quot;_blank&quot; href=&quot;http://www.lifelonglearning.co.uk/&quot;&gt;curious and eager to learn&lt;/a&gt;.Interoperability would be nice, such that information providers can provide pedagogically neutral content that you can adapt for your own needs, in your own personal VLE. This personal VLE is not just a VLE in the limiting sense of present VLEs. This is your own personal online presence, your lifelong learning record, your weblog, your &lt;a target=&quot;_blank&quot; href=&quot;http://www.theatlantic.com/unbound/flashbks/computer/bushf.htm &quot;&gt;Memex&lt;/a&gt;.</description>			<guid>http://david.davies.name/weblog/categories/services/2002/03/26.html#a160</guid>			<pubDate>Mon, 25 Mar 2002 23:19:46 GMT</pubDate>			<comments>http://medweb5.bham.ac.uk/radiodiscuss/comments?u=1161&amp;amp;p=160&amp;amp;link=http%3A%2F%2Fdavid.davies.name%2Fweblog%2F2002%2F03%2F26.html%23a160</comments>			</item>		<item>			<link>http://david.davies.name/weblog/categories/services/2002/02/09.html#a145</link>			<description>You must take a look at &lt;a href=&quot;http://fmradio.inspiredsites.net&quot;&gt;Greg Smith&apos;s latest project&lt;/a&gt;. He&apos;s working in an area that interests me greatly, Filemaker &lt;-&gt; Manila via RSS. He&apos;s done some terrific work on this latest site combining multiple FMP database search results using RSS as a common output format. What&apos;s particularly nice is the thought he&apos;s put into this demo web site with a well thought-out interface with explanatory notes. One tip, try searching fro &apos;smith&apos; to get started. Check it out!</description>			<guid>http://david.davies.name/weblog/categories/services/2002/02/09.html#a145</guid>			<pubDate>Sat, 09 Feb 2002 02:04:03 GMT</pubDate>			<comments>http://medweb5.bham.ac.uk/radiodiscuss/comments?u=1161&amp;amp;p=145&amp;amp;link=http%3A%2F%2Fdavid.davies.name%2Fweblog%2F2002%2F02%2F09.html%23a145</comments>			</item>		<item>			<link>http://david.davies.name/weblog/categories/services/2002/02/06.html#a138</link>			<description>Of course you&apos;ll most likely want a more open web service than just entering a Manila message number. Manila site name, membership info, etc. That&apos;s no problem. I just wanted you to see my quick proof-of-concept first. I&apos;ll put out some scripts tomorrow. Now, it&apos;s after 3am so that&apos;s enough for one night.PS All the info and scripts you need to accomplish a full Radio &lt;-&gt; Manila interface are already in radio at system.verbs.apps.manila.</description>			<guid>http://david.davies.name/weblog/categories/services/2002/02/06.html#a138</guid>			<pubDate>Wed, 06 Feb 2002 02:08:23 GMT</pubDate>			<comments>http://medweb5.bham.ac.uk/radiodiscuss/comments?u=1161&amp;amp;p=138&amp;amp;link=http%3A%2F%2Fdavid.davies.name%2Fweblog%2F2002%2F02%2F06.html%23a138</comments>			</item>		<item>			<link>http://david.davies.name/weblog/categories/services/2002/02/06.html#a137</link>			<description>&lt;p&gt;This will really bake your noodle. This is a message in Manila. Hello to Radio Userland users!&lt;/p&gt; &lt;p&gt;You can see me on the web at &lt;a target=&quot;_blank&quot; href=&quot;http://medweb5.bham.ac.uk/radio/discuss/msgReader$3 &quot;&gt;this web site&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Interested? Then &lt;a href=&quot;http://medweb5.bham.ac.uk/radio/member/signup &quot;&gt;join this Manila site&lt;/a&gt; and post a new discussion message. Get the number of your new message (it&apos;s in the URL) and paste that number into the following web services macro in &lt;a target=&quot;_blank&quot; href=&quot;http://radio.userland.com/stories/storyReader$9889 &quot;&gt;Radio 8.0.4&lt;/a&gt;:&lt;/p&gt;&lt;p&gt;&amp;lt;%[&quot;xmlrpc://147.188.66.137:5335/RPC2&quot;].radio.getManilaMessage (&quot;3&quot;)%&amp;gt;&lt;/p&gt;&lt;p&gt;The macro is already set up to include this message (number 3). Just copy it and paste it into a new Radio weblog post.&lt;/p&gt;</description>			<guid>http://david.davies.name/weblog/categories/services/2002/02/06.html#a137</guid>			<pubDate>Wed, 06 Feb 2002 01:04:12 GMT</pubDate>			<comments>http://medweb5.bham.ac.uk/radiodiscuss/comments?u=1161&amp;amp;p=137&amp;amp;link=http%3A%2F%2Fdavid.davies.name%2Fweblog%2F2002%2F02%2F06.html%23a137</comments>			</item>		<item>			<link>http://david.davies.name/weblog/categories/services/2002/02/05.html#a136</link>			<description>Regular readers of my posts will know I don&apos;t particularly like having to read through loads of RSS feed data. There&apos;s just too much to read and life&apos;s too short. Sometimes I want to get some specific information fast. And maybe another time I want a standing filter of all my feeds so that I can quickly see the latest news on a particular topic.Well now thanks to radio&apos;s web services I can filter all my RSS feeds and only look at those items that match a keyword.&amp;lt;%params = {&quot;cancer&quot;}; xml.rpc (&quot;147.188.64.44&quot;, 5335, &quot;radio.rssSearch&quot;, @params)%&amp;gt;The params = {&quot;cancer&quot;} tells the service to only display those feed items that contain the keyword &quot;cancer&quot;. Try this service for yourself on your own site. Try other health-related keywords. All my feeds are health and health education related.If you like this you can have it for your own site.&lt;a href=&quot;/0001161/gems/rssSearch.ftsc&quot;&gt;Download the web service script here&lt;/a&gt;.&lt;a href=&quot;/0001161/2002/02/03.html &quot;&gt;Here&apos;s the above script in action on my copy of Radio&lt;/a&gt;.</description>			<guid>http://david.davies.name/weblog/categories/services/2002/02/05.html#a136</guid>			<pubDate>Tue, 05 Feb 2002 22:04:43 GMT</pubDate>			<comments>http://medweb5.bham.ac.uk/radiodiscuss/comments?u=1161&amp;amp;p=136&amp;amp;link=http%3A%2F%2Fdavid.davies.name%2Fweblog%2F2002%2F02%2F05.html%23a136</comments>			</item>		<item>			<link>http://david.davies.name/weblog/categories/services/2002/02/05.html#a135</link>			<description>Today I released my first public web service. It allows you to include some or all of your pictures in a weblog post or story. It kind of supersedes the old picture gallery script as you can now have a picture gallery wherever you want, including in a template if you so wish! This gives the user a lot more flexibility over how to display groups of images.If you&apos;re not ready to install the web service on your own site then try it via mine! Copy and paste the following macro in a new weblog post in your site:&amp;lt;%params = {&quot;deganwy&quot;}; xml.rpc (&quot;147.188.64.44&quot;, 5335, &quot;radio.picturegallery&quot;, @params)%&amp;gt;The params= {&quot;deganwy&quot;} tells the service to display all those pictures in my site with a filename containing &quot;deganwy&quot;. To view all pictures just leave the params field empty thus params = {&quot;&quot;}. This is a nice example of how services allow you to both collaborate and interoperate with other weblogs. We could even build a meta picture gallery!You can download the web service and install it on your own site by right clicking and saving the following file into your Radio:Web Services directory.&lt;a href=&quot;http://radio.weblogs.com/0001161/gems/pictureGallery.ftsc&quot;&gt;Save this link...&lt;/a&gt;Replace the 147.188.64.44 in the macro above with the IP address of the machine running your copy of Radio and bingo! Your own pictures web service.By all means open the script and look at how it works. There&apos;s a commented-out script step that shows you how to log the web service hits. You will find the script in the Radio.root database at user.betty.rpcHandlers.radio.picturegallery.</description>			<guid>http://david.davies.name/weblog/categories/services/2002/02/05.html#a135</guid>			<pubDate>Tue, 05 Feb 2002 16:15:03 GMT</pubDate>			<comments>http://medweb5.bham.ac.uk/radiodiscuss/comments?u=1161&amp;amp;p=135&amp;amp;link=http%3A%2F%2Fdavid.davies.name%2Fweblog%2F2002%2F02%2F05.html%23a135</comments>			</item>		</channel>	</rss>