<?xml version="1.0"?>
<!-- RSS generated by Radio UserLand v8.0.6 on Fri, 17 Jan 2003 23:25:03 GMT -->
<rss version="2.0">
	<channel>
		<title>Drew Marsh: Drew&apos;s Blog::Web Technology</title>
		<link>http://radio.weblogs.com/0104813/categories/webTechnology/</link>
		<description>Coverage of XML, DHTML, SVG, ECMAScript, web browsers and other web related technologies.</description>
		<language>en-us</language>
		<copyright>Copyright 2003 Drew Marsh</copyright>
		<lastBuildDate>Fri, 17 Jan 2003 23:25:03 GMT</lastBuildDate>
		<docs>http://backend.userland.com/rss</docs>
		<generator>Radio UserLand v8.0.6</generator>
		<managingEditor>drub0y@hotmail.com</managingEditor>
		<webMaster>drub0y@hotmail.com</webMaster>
		<category domain="http://www.weblogs.com/rssUpdates/changes.xml">rssUpdates</category> 
		<skipHours>
			<hour>2</hour>
			<hour>3</hour>
			<hour>4</hour>
			<hour>5</hour>
			<hour>6</hour>
			<hour>7</hour>
			<hour>1</hour>
			<hour>0</hour>
			</skipHours>
		<cloud domain="radio.xmlstoragesystem.com" port="80" path="/RPC2" registerProcedure="xmlStorageSystem.rssPleaseNotify" protocol="xml-rpc"/>
		<ttl>60</ttl>
		<item>
			<title>RFC: RSS 2.0 and the MetaWeblog API</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2003/01/13.html#a204</link>
			<description>
&lt;P&gt;&lt;A name=When:10:34:07AM&gt;&lt;EM&gt;RFC: &lt;/EM&gt;&lt;A href=&quot;http://www.xmlrpc.com/stories/storyReader$2406&quot;&gt;&lt;EM&gt;RSS 2.0 and the MetaWeblog API&lt;/EM&gt;&lt;/A&gt; [&lt;A href=&quot;http://scriptingnews.userland.com/&quot;&gt;Scripting News&lt;/A&gt;]&lt;/P&gt;
&lt;P&gt;Ugh, holy hacking batman. The more &lt;A href=&quot;http://www.xmlrpc.com/spec&quot;&gt;XMLRPC&lt;/A&gt; gets put to the test, the more is shows just how weak it really is. It&apos;s only based on simple well-formed XML, so that&apos;s as far as it can go without hacking things like this:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style=&quot;MARGIN-RIGHT: 0px&quot;&gt;
&lt;P&gt;&lt;FONT color=gray&gt;If you wish to transmit an element that is part of a namespace include a sub-struct in the struct passed to newPost and editPost whose name is the URL that specifies the namespace. The sub-element(s) of the struct are the value(s) from the namespace that you wish to transmit.&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr&gt;Wow... nasty. :\&lt;/P&gt;
&lt;P dir=ltr&gt;This would be an absolute XML no-brainer in &lt;A href=&quot;http://www.w3.org/TR/2002/CR-soap12-part0-20021219/&quot;&gt;SOAP&lt;/A&gt;. Perhaps it&apos;s time to work on a SOAP based weblogging API.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2003/01/13.html#a204</guid>
			<pubDate>Mon, 13 Jan 2003 19:55:10 GMT</pubDate>
			<source url="http://scriptingnews.userland.com/xml/scriptingNews2.xml">Scripting News</source>
			</item>
		<item>
			<title>Understanding DIME and WS-Attachments</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/11/04.html#a182</link>
			<description>
&lt;P&gt;Yet another &lt;A href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwebsrv/html/DIMEWSAttch.asp&quot;&gt;useful article&lt;/A&gt; from the &lt;A href=&quot;http://msdn.microsoft.com/webservices/default.aspx&quot;&gt;MSDN Web Services center&lt;/A&gt;. The &lt;A href=&quot;http://msdn.microsoft.com/webservices/understanding/specs/default.aspx?pull=/library/en-us/dnglobspec/html/dimeindex.asp&quot;&gt;DIME specification&lt;/A&gt; is one that I wish was&amp;nbsp;better established&amp;nbsp;about&amp;nbsp;two years ago when we (meaning &lt;A href=&quot;http://www.mimeo.com&quot;&gt;my company&lt;/A&gt;) revamed our upload protocols. Come to think of it, even &lt;A href=&quot;http://msdn.microsoft.com/webservices/understanding/specs/default.aspx?pull=/library/en-us/dnsoapspec/html/soapspecindex.asp&quot;&gt;SOAP&lt;/A&gt; wasn&apos;t established enough. So we&apos;ve hand rolled our own XML message format and in between there&apos;s a straight &lt;A href=&quot;http://www.w3.org/Protocols/rfc2068/rfc2068&quot;&gt;HTTP 1.1 chunked upload&lt;/A&gt;. The XML messages are custom schema and are used to initiate, resume, finalize and terminate uploads. Next version will be definitely be SOAP+DIME... can&apos;t wait!&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/11/04.html#a182</guid>
			<pubDate>Tue, 05 Nov 2002 02:09:37 GMT</pubDate>
			</item>
		<item>
			<title>Visual XSLT Comments</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/11/04.html#a180</link>
			<description>
&lt;P&gt;&lt;A href=&quot;http://www.winterdom.com/weblog/archives/000169.html&quot;&gt;&lt;EM&gt;Visual XSLT TryOut&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;. I&apos;ve been hearing about &lt;/EM&gt;&lt;A href=&quot;http://www.activestate.com/Products/Visual_XSLT/&quot;&gt;&lt;EM&gt;ActiveState&apos;s Visual XSLT&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; tool quite a bit, and I was quite intrigued by it, but never found the time to give it a through test. This weekend finally the opportunity presented itself, so I downloaded the trial version and gave it a go. &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Although I did run into a few gotchas, I did get a feel for the power of the tool (it even works with includes and all). Most definitely, this is a tool I&apos;d love to have on my arsenal, so I guess it&apos;s savings time so that I can afford it in a few months... not very soon, though :( &lt;/EM&gt;[&lt;A href=&quot;http://www.winterdom.com/weblog/&quot;&gt;Commonality&lt;/A&gt;]&lt;/P&gt;
&lt;P&gt;I agree. I tried it out back when it was originally released and was quite impressed with it&apos;s capabilities as well. I wasn&apos;t doing all that much work with &lt;A href=&quot;http://www.w3.org/TR/xslt&quot;&gt;XSLT&lt;/A&gt; at the time, so I didn&apos;t really have the need to buy it. However, we&apos;re migrating our systems over to &lt;A href=&quot;http://msdn.microsoft.com/library/default.asp?url=/nhp/Default.asp?contentid=28000519&quot;&gt;.NET&lt;/A&gt; and XSLT should play a bigger role. If so, I&apos;ll definitely recommend purchasing a copy for &lt;A href=&quot;http://www.mimeo.com/&quot;&gt;my company&lt;/A&gt;.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/11/04.html#a180</guid>
			<pubDate>Tue, 05 Nov 2002 01:50:22 GMT</pubDate>
			<source url="http://www.winterdom.com/weblog/index.rdf">Commonality</source>
			</item>
		<item>
			<title>Understanding WS-Security</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/10/24.html#a174</link>
			<description>
&lt;P&gt;A &lt;A href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwssecur/html/understw.asp?frame=true&quot;&gt;new article&lt;/A&gt; popped up on MSDN the other day which covers the basics of the &lt;A href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnglobspec/html/ws-security.asp&quot;&gt;WS-Security specification&lt;/A&gt;. I like the article because the author starts off by explaining why the WS-Security specification was needed and gives good real world examples of where it&apos;s applicable. The author then describes the WS-Security &lt;A href=&quot;http://www.w3.org/TR/SOAP/&quot;&gt;SOAP&lt;/A&gt; header and how it is intended to be processed. Finally, the author delves into the guts of the spec&amp;nbsp;and&amp;nbsp;gives&amp;nbsp;more detail on the various forms of signing and encryption that can be used.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/10/24.html#a174</guid>
			<pubDate>Thu, 24 Oct 2002 18:30:59 GMT</pubDate>
			</item>
		<item>
			<title>XQuery Preview</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/10/17.html#a163</link>
			<description>&lt;P&gt;There&apos;s a &lt;A href=&quot;http://www.xml.com/pub/a/2002/10/16/xquery.html&quot;&gt;good article&lt;/A&gt; up on &lt;A href=&quot;http://www.oreillynet.com&quot;&gt;The O&apos;Reilly Network&lt;/A&gt; that contains a quick, but thorough&amp;nbsp;introduction to the upcoming &lt;A href=&quot;http://www.w3.org/XML/Query&quot;&gt;XQuery specification&lt;/A&gt;. The technology seems pretty well thought out and should certainly make working with XML documents much more robust. I&apos;m not thrilled about the syntax of the language, but then again it&apos;s just syntax... it&apos;s the features that matter to me. &lt;/P&gt;
&lt;P&gt;The question on my mind is: When will we see support for it in .NET?&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/10/17.html#a163</guid>
			<pubDate>Thu, 17 Oct 2002 16:56:16 GMT</pubDate>
			</item>
		<item>
			<title>Mozilla 1.1 Released</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/08/27.html#a161</link>
			<description>&lt;P&gt;Mozilla 1.1 &lt;A href=&quot;http://www.mozilla.org/releases/&quot;&gt;has been released&lt;/A&gt; and includes plenty of &lt;A href=&quot;http://www.mozilla.org/releases/mozilla1.1/&quot;&gt;bug-fixes and enhancements&lt;/A&gt; across all platforms.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/08/27.html#a161</guid>
			<pubDate>Tue, 27 Aug 2002 16:01:56 GMT</pubDate>
			</item>
		<item>
			<title>Top Ten Tips to Using XPath and XPointer</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/08/21.html#a157</link>
			<description>&lt;P&gt;&lt;A href=&quot;http://www.xml.com/pub/a/2002/08/14/xpath_tips.html&quot;&gt;An article&lt;/A&gt; was just posted to &lt;A href=&quot;http://www.oreillynet.com&quot;&gt;The O&apos;Reilly Network&lt;/A&gt; which lists&amp;nbsp;some&amp;nbsp;useful&amp;nbsp;tips&amp;nbsp;to remember when&amp;nbsp;using &lt;A href=&quot;http://www.w3.org/TR/xpath&quot;&gt;XPath&lt;/A&gt; and &lt;A href=&quot;http://www.w3.org/XML/Linking&quot;&gt;XPointer&lt;/A&gt;. All ten tips are definitely worth committing to memory. I&apos;ve seen&amp;nbsp;the first tip alone&amp;nbsp;snag so many people it&apos;s ridiculous. Everyone always seems to forget our poor friend the text node. ;) Truthfully I think it has a lot more to do with&amp;nbsp;the human brain&amp;nbsp;not processing whitespace as efficiently as the XML specification would like us to.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/08/21.html#a157</guid>
			<pubDate>Thu, 22 Aug 2002 01:30:24 GMT</pubDate>
			</item>
		<item>
			<title>XSLT Processing with .NET</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/08/15.html#a150</link>
			<description>&lt;P&gt;Yet &lt;A href=&quot;http://www.xml.com/pub/a/2002/08/14/dotnetxslt.html&quot;&gt;another article&lt;/A&gt;&amp;nbsp;from &lt;A href=&quot;http://www.oreillynet.com&quot;&gt;The O&apos;Reilly Network&lt;/A&gt;. This one&apos;s all about the implementation of &lt;A href=&quot;http://www.w3.org/XML/Schema&quot;&gt;XSLT&lt;/A&gt; in .NET. The article starts off&amp;nbsp;with a basic introduction to the&amp;nbsp;&lt;A href=&quot;http://msdn.microsoft.com/library/?url=/library/en-us/cpref/html/frlrfSystemXmlXsl.asp?frame=true&quot;&gt;System.Xml.Xsl namespace&lt;/A&gt;, the main class of course being &lt;A href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemxmlxslxsltransformclasstopic.asp?frame=true&quot;&gt;XslTransform&lt;/A&gt;. Next,&amp;nbsp;we&apos;re shown&amp;nbsp;various ways you can &quot;feed&quot; the stylesheet to the XslTransform class&apos; &lt;A href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemxmlxslxsltransformclassloadtopic.asp&quot;&gt;Load method&lt;/A&gt;. Then&amp;nbsp;there&apos;s some light coverage of&amp;nbsp;a&amp;nbsp;couple of&amp;nbsp;I/O approaches that can be used when calling&amp;nbsp;the &lt;A href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemxmlxslxsltransformclasstransformtopic.asp&quot;&gt;Transform method&lt;/A&gt;. Following that, the author touches on how to parameterize the transform, including how to pass all empowering &lt;A href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconxsltargumentlistforstylesheetparametersextensionobjects.asp&quot;&gt;extension objects&lt;/A&gt;. Finally the article is&amp;nbsp;finshed off&amp;nbsp;with&amp;nbsp;a quick&amp;nbsp;example&amp;nbsp;of&amp;nbsp;how to&amp;nbsp;embed script right into the stylesheet itself.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/08/15.html#a150</guid>
			<pubDate>Thu, 15 Aug 2002 05:31:56 GMT</pubDate>
			</item>
		<item>
			<title>XHTML 2.0: The Latest Trick</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/08/09.html#a147</link>
			<description>&lt;P&gt;There&apos;s a &lt;A href=&quot;http://www.xml.com/pub/a/2002/08/07/deviant.html&quot;&gt;brief, two page article&lt;/A&gt; over on &lt;A href=&quot;http://www.oreillynet.com&quot;&gt;The O&apos;Reilly Network&lt;/A&gt;&amp;nbsp;that covers some of the upcoming changes in &lt;A href=&quot;http://www.w3.org/TR/2002/WD-xhtml2-20020805/&quot;&gt;XHTML 2.0&lt;/A&gt;. I especially like the &lt;A href=&quot;http://www.w3.org/TR/2002/WD-xhtml2-20020805/mod-attribute-collections.html#col_Common&quot;&gt;Common Attribute Collection&lt;/A&gt;&amp;nbsp;which basically defines an XML attribute group that all XHTML elements use. The article discusses one in particular: &lt;A href=&quot;http://www.w3.org/TR/2002/WD-xhtml2-20020805/mod-attribute-collections.html#col_Hypertext&quot;&gt;href&lt;/A&gt;. Basically every XHTML element can now be a link without having to wrap it in an &lt;A href=&quot;http://www.w3.org/TR/html4/struct/links.html#edef-A&quot;&gt;anchor&lt;/A&gt;&amp;nbsp;element.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/08/09.html#a147</guid>
			<pubDate>Fri, 09 Aug 2002 17:21:46 GMT</pubDate>
			</item>
		<item>
			<title>RE: Usability and Font Sizes</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/25.html#a140</link>
			<description>&lt;P&gt;&lt;EM&gt;Please, whatever you do, don&apos;t use small, large, x-large, etc.! The actual sizes vary from browser to browser what looks normally sized in IE looks microscopic in Mozilla, or vice versa. &lt;/EM&gt;[&lt;A href=&quot;http://www.quality.nu/dotnetguy/&quot;&gt;The .NET Guy&lt;/A&gt;]&lt;/P&gt;
&lt;P&gt;Hmm... I just did a quick test. Using the em measurement is&amp;nbsp;identical in both browsers as expected&amp;nbsp;and while the named sizes are not exact, they are very close and are indeed still relative to the browsers text size:&lt;/P&gt;
&lt;P align=center&gt;&lt;IMG alt=&quot;Relative Font Sizes&quot; src=&quot;http://radio.weblogs.com/0104813/postResources/RelativeFontSizes.gif&quot; border=0&gt;&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/25.html#a140</guid>
			<pubDate>Thu, 25 Jul 2002 16:21:29 GMT</pubDate>
			<source url="http://www.quality.nu/dotnetguy/rss.xml">The .NET Guy</source>
			</item>
		<item>
			<title>Usability and Font Sizes</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/24.html#a139</link>
			<description>&lt;P&gt;&lt;EM&gt;All I can say is: &lt;B&gt;Guilty as charged!&lt;/B&gt; This is one issue I&apos;m working on, as well as making both the MC++ FAQ and this weblog pages be XHTML compliant, but it&apos;s not as easy as I thought it would be. The fact that dealing with relative font sizes in IE is a pain in the butt doesn&apos;t help, specially with Verdana as the font...&lt;/EM&gt; [&lt;A href=&quot;http://www.winterdom.com/weblog/&quot;&gt;Commonality&lt;/A&gt;]&lt;/P&gt;
&lt;P&gt;The &lt;A href=&quot;http://msdn.microsoft.com/library/?url=/workshop/author/dhtml/reference/properties/fontfamily.asp?frame=true&quot;&gt;font-family&lt;/A&gt; should not matter. Just make sure to use the &lt;A href=&quot;http://msdn.microsoft.com/library/?url=/workshop/author/css/reference/lengthunits.asp?frame=true&quot;&gt;em&amp;nbsp;length unit&lt;/A&gt; in your &lt;A href=&quot;http://msdn.microsoft.com/library/?url=/workshop/author/dhtml/reference/properties/fontSize.asp?frame=true&quot;&gt;font-size&lt;/A&gt;&amp;nbsp;attribute and you should be all set. Either that or use the relative-size keywords (i.e. small, large, x-large, etc.). &lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/24.html#a139</guid>
			<pubDate>Thu, 25 Jul 2002 03:30:28 GMT</pubDate>
			<source url="http://www.winterdom.com/weblog/index.rdf">Commonality</source>
			</item>
		<item>
			<title>New MSDN XML Web Services Site Goes Live</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/12.html#a133</link>
			<description>&lt;P&gt;&lt;A href=&quot;http://www.gotdotnet.com/team/dbox/spoutlet.aspx#2002-07-11T22:10-08:00&quot;&gt;&lt;EM&gt;New MSDN XML Web Services site goes live!&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;. Tim Ewald ships before Don does...&lt;/EM&gt; [&lt;A href=&quot;http://www.gotdotnet.com/team/dbox/spoutlet.aspx&quot;&gt;Don Box&apos;s Spoutlet&lt;/A&gt;]&lt;/P&gt;
&lt;P&gt;Here&apos;s &lt;A href=&quot;http://msdn.microsoft.com/webservices/&quot;&gt;a direct link&lt;/A&gt;.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/12.html#a133</guid>
			<pubDate>Sat, 13 Jul 2002 02:06:22 GMT</pubDate>
			<source url="http://www.gotdotnet.com/team/dbox/rss.aspx">Don Box&apos;s Spoutlet</source>
			</item>
		<item>
			<title>XML Shell</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/11.html#a132</link>
			<description>&lt;A href=&quot;http://www.pinetree-tech.com/weblog/2002/07/10.html#a180&quot;&gt;&lt;/A&gt;
&lt;P&gt;&lt;EM&gt;XSH - XML Shell XSH, An XML Editing Shell. In this month&apos;s Perl and XML column, Kip Hampton introduces XSH, an XML editing shell, which Kip suggests should become a part of your XML tool kit.&lt;/EM&gt; [&lt;A href=&quot;http://meerkat.oreillynet.com/&quot;&gt;Meerkat: An Open Wire Service&lt;/A&gt;][via &lt;A href=&quot;http://radio.weblogs.com/0100213/&quot;&gt;Bright Eyed Mister Zen&lt;/A&gt;]&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Pretty neat tool. &lt;/EM&gt;[&lt;A href=&quot;http://www.pinetree-tech.com/weblog/&quot;&gt;Justin Rudd&apos;s Radio Weblog&lt;/A&gt;]&lt;/P&gt;
&lt;P&gt;Woah, that &lt;EM&gt;is&lt;/EM&gt; pretty neat. Here&apos;s a &lt;A href=&quot;http://www.xml.com/pub/a/2002/07/10/kip.html&quot;&gt;direct link to the article&lt;/A&gt;.&amp;nbsp;For those interested in tinkering, you can even&amp;nbsp;download the source via&amp;nbsp;a link at the end of the article.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/11.html#a132</guid>
			<pubDate>Thu, 11 Jul 2002 17:01:52 GMT</pubDate>
			<source url="http://www.pinetree-tech.com/weblog/rss.xml">Justin Rudd&apos;s Radio Weblog</source>
			</item>
		<item>
			<title>Understanding GXA</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/10.html#a130</link>
			<description>&lt;P&gt;&lt;A href=&quot;http://www.gotdotnet.com/team/dbox/&quot;&gt;Don&lt;/A&gt; has published &lt;A href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dngxa/html/understandgxa.asp?frame=true&quot;&gt;an article&lt;/A&gt;&amp;nbsp;on understanding &lt;A href=&quot;http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28000442&quot;&gt;GXA&lt;/A&gt;. I haven&apos;t had a chance to read it yet, but it&apos;s on my todo list for tonight! ;)&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/10.html#a130</guid>
			<pubDate>Wed, 10 Jul 2002 22:01:35 GMT</pubDate>
			</item>
		<item>
			<title>W3C XML Schema Design Patterns: Dealing With Change</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/08.html#a124</link>
			<description>&lt;P&gt;&lt;A href=&quot;http://www.xml.com/pub/a/2002/07/03/schema_design.html&quot;&gt;An article&lt;/A&gt;&amp;nbsp;by &lt;A href=&quot;http://www.xml.com/pub/au/142&quot;&gt;Dare Obasanjo&lt;/A&gt;&amp;nbsp;via the &lt;A href=&quot;http://www.oreillynet.com&quot;&gt;O&apos;Reilly Network&lt;/A&gt; on designing &lt;A href=&quot;http://www.w3.org/XML/Schema&quot;&gt;XML schemas&lt;/A&gt;. It&apos;s an excellent article which addresses a topic that most people probably aren&apos;t thinking about when they first start&amp;nbsp;defining XML schemas: versioning.&lt;BR&gt;&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/08.html#a124</guid>
			<pubDate>Mon, 08 Jul 2002 22:00:12 GMT</pubDate>
			</item>
		<item>
			<title>Visual XSLT 1.5</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/08.html#a122</link>
			<description>&lt;P&gt;&lt;EM&gt;ActiveState just released the beta of Visual XSLT 1.5. It&apos;s got a couple of neat new features like support for .NET extension objects and an XPath expression evaluator. &lt;/EM&gt;&lt;A href=&quot;http://www.ActiveState.com/Products/Visual_XSLT/Beta.plex&quot;&gt;&lt;EM&gt;Sign up for the beta here&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;.&lt;/EM&gt; [&lt;A href=&quot;http://www.razorsoft.net/weblog/&quot;&gt;Peter Drayton&apos;s Radio Weblog&lt;/A&gt;]&lt;/P&gt;
&lt;P&gt;Cool, I&apos;ll have to check this out. &lt;A href=&quot;http://www.w3.org/Style/XSL/&quot;&gt;XSLT&lt;/A&gt; and &lt;A href=&quot;http://www.w3.org/TR/xpath&quot;&gt;XPath&lt;/A&gt; aren&apos;t that difficult to work with, but their syntaxes tend to be long winded. If this product can save&amp;nbsp;me keystrokes without having to sacrifice&amp;nbsp;any features of the two technologies, then I&apos;m all for it.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/08.html#a122</guid>
			<pubDate>Mon, 08 Jul 2002 17:37:04 GMT</pubDate>
			<source url="http://www.razorsoft.net/weblog/rss.xml">Peter Drayton&apos;s Radio Weblog</source>
			</item>
		<item>
			<title>Sorting in XSLT</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/08.html#a121</link>
			<description>&lt;P&gt;&lt;A href=&quot;http://www.xml.com/pub/a/2002/07/03/transform.html&quot;&gt;An article&lt;/A&gt; on sorting in &lt;A href=&quot;http://www.w3.org/Style/XSL/&quot;&gt;XSLT&lt;/A&gt; via the &lt;A href=&quot;http://www.oreillynet.com&quot;&gt;O&apos;Reilly Network&lt;/A&gt;.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/08.html#a121</guid>
			<pubDate>Mon, 08 Jul 2002 16:54:02 GMT</pubDate>
			</item>
		<item>
			<title>Enforcing Association Cardinality</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/02.html#a114</link>
			<description>&lt;P&gt;There&apos;s a great little article over on the O&apos;Reilly network entitled &lt;A href=&quot;http://www.xml.com/pub/a/2002/06/26/schema_clinic.html&quot;&gt;Enforcing Association Cardinality&lt;/A&gt;. It&apos;s a good read for any &lt;A href=&quot;http://www.omg.org/technology/documents/formal/uml.htm&quot;&gt;UML&lt;/A&gt; followers out there looking to&amp;nbsp;apply their knowledge within the realm of XML.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/02.html#a114</guid>
			<pubDate>Tue, 02 Jul 2002 21:07:02 GMT</pubDate>
			</item>
		<item>
			<title>O&apos;Reilly Publishes Book on W3C XML Schema</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/02.html#a113</link>
			<description>&lt;P&gt;&lt;A href=&quot;http://www.xmlhack.com/read.php?item=1705&quot;&gt;&lt;EM&gt;O&apos;Reilly publish book on W3C XML Schema&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;. O&apos;Reilly and Associates have published XML Schema: The W3C&apos;s Object-Oriented Descriptions for XML, written by XMLhack&apos;s own Eric van der Vlist.&lt;/EM&gt; [&lt;A href=&quot;http://www.xmlhack.com&quot;&gt;xmlhack&lt;/A&gt;]&lt;/P&gt;
&lt;P&gt;Great! I hope more and more people get&amp;nbsp;on board with&amp;nbsp;schema based XML development. As I&apos;ve mentioned before, I totally see the benefits in&amp;nbsp;simple well-formed XML documents, but there&apos;s so much more power in terms of&amp;nbsp;describing and&amp;nbsp;consuming documents&amp;nbsp;when using schemas.&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;a side-note, if you don&apos;t already own a copy of &lt;A href=&quot;http://www.amazon.com/exec/obidos/ASIN/0201740958/102-7140547-8047310&quot;&gt;Essential XML Quick Reference&lt;/A&gt;, I suggest you pick it up.&amp;nbsp;It covers all of the major XML technologies in a concise, well indexed format. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt; Thanks to John St. Clair who pointed out that the content for the quick reference is actually &lt;A href=&quot;http://develop.com/myaccount/logon.aspx?ReturnUrl=%2fdevresources%2fDMSeries%2fDMSeriesDownload.aspx%3fid%3d2&amp;amp;id=2&quot;&gt;available for download&lt;/A&gt;&amp;nbsp;at the &lt;A href=&quot;http://www.develop.com&quot;&gt;DevelopMentor website&lt;/A&gt;. You&apos;ll need to sign up for a DM account, but it&apos;s painless and well worth it if you want the content.&lt;/P&gt;
&lt;P&gt;&lt;FONT color=gray&gt;&lt;STRONG&gt;Disclaimer:&lt;/STRONG&gt;&amp;nbsp;I&amp;nbsp;could&amp;nbsp;be considered biased because I reviewed the book, but honestly I use it almost any time I&apos;m working with XML to look stuff up.&lt;/FONT&gt;&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/07/02.html#a113</guid>
			<pubDate>Tue, 02 Jul 2002 20:13:48 GMT</pubDate>
			<source url="http://www.xmlhack.com/rsscat.php">xmlhack</source>
			</item>
		<item>
			<title>Don Box: XML &amp;amp; Inclusion</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/06/25.html#a104</link>
			<description>&lt;P&gt;&lt;A href=&quot;http://www.sellsbrothers.com/spout/#xmlInclusion&quot;&gt;&lt;EM&gt;XML &amp;amp; Inclusion&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;. &quot;I just read your &apos;Object vs. XML&apos; post on the spout and I&apos;d be pleased if you would allow me to respond with my own personal spoutlet. Here goes:&quot;&lt;/EM&gt; [&lt;A href=&quot;http://www.sellsbrothers.com/&quot;&gt;sellsbrothers.com: Windows Developer News&lt;/A&gt;]&lt;/P&gt;
&lt;P&gt;Personally, I&apos;m in the &lt;A href=&quot;http://www.w3.org/XML/Schema&quot;&gt;XML Schema&lt;/A&gt; camp. I totally see the value in having loosely formed&amp;nbsp;XML documents as well, but having a schema enables much richer integration with other environments.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/06/25.html#a104</guid>
			<pubDate>Tue, 25 Jun 2002 17:28:36 GMT</pubDate>
			<source url="http://www.sellsbrothers.com/news/rss.aspx">sellsbrothers.com: Windows Developer News</source>
			</item>
		<item>
			<title>XHTML 1.1. DTD Invalid Include Follow-Up</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/06/25.html#a102</link>
			<description>&lt;P&gt;Following up on &lt;A href=&quot;http://radio.weblogs.com/0104813/categories/net/2002/06/24.html#a91&quot;&gt;today&apos;s earlier discovery&lt;/A&gt; of what appeared to be the a bad URL to an include in the XHTML 1.1 DTD I came across &lt;A href=&quot;http://lists.w3.org/Archives/Public/www-html/2001Sep/0058.html&quot;&gt;this&amp;nbsp;post&lt;/A&gt; in the &lt;A href=&quot;http://www.w3.org&quot;&gt;W3&lt;/A&gt; archives. Essentially it points out that relative DTD linking is not properly supported by some DTD parsers and it&amp;nbsp;appears that .NET&apos;s is one of them. ;)&amp;nbsp;From the looks of it, only the one module I discussed earlier today, xhtml11-model-1.mod,&amp;nbsp;is declared relative to the XHTML DTD.&lt;/P&gt;
&lt;P&gt;Therefore, to remedy this situation one would need to make a local copy of the XHTML 1.1 DTD, modify the relative reference, &quot;xhtml11-model-1.mod&quot;, to be an absolute one, like so &quot;&lt;A href=&quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11-model-1.mod&quot;&gt;&lt;a href=&quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11-model-1.mod&quot;&gt;http://www.w3.org/TR/xhtml11/DTD/xhtml11-model-1.mod&lt;/a&gt;&lt;/A&gt;&quot; and then write a custom XmlResolver which detects requests for the &lt;A href=&quot;http://validator.w3.org/sgml-lib/REC-xhtml11-20010531/xhtml11.dtd&quot;&gt;W3 online version of the XHTML 1.1 DTD&lt;/A&gt; and redirects them to the local copy instead.&lt;BR&gt;&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/06/25.html#a102</guid>
			<pubDate>Tue, 25 Jun 2002 05:21:13 GMT</pubDate>
			</item>
		<item>
			<title>Google Labs: Keyboard Shortcuts Project</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/06/24.html#a101</link>
			<description>&lt;P&gt;Saw a &lt;A href=&quot;http://labs.google.com/cgi-bin/keys?q=drew%20marsh&quot;&gt;referrer link&lt;/A&gt; today that directed me to the &lt;A href=&quot;http://labs.google.com/keys/index.html&quot;&gt;Google Labs: Keyboard Shortcuts&lt;/A&gt;. It&apos;s pretty&amp;nbsp;cool. Basically it enables a keyboard based approach to working your way through a standard Google search results page. Simple really. It&apos;s&amp;nbsp;stuff you take for granted in your OS of choice, but that you don&apos;t usually find in a standard web&amp;nbsp;UI these days... despite the fact that browsers have supported basic keyboard event handling since the 4.0 days.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/06/24.html#a101</guid>
			<pubDate>Tue, 25 Jun 2002 04:47:31 GMT</pubDate>
			</item>
		<item>
			<title>Flash (.NET) Remoting Layer</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/06/20.html#a78</link>
			<description>&lt;P&gt;Having done some further research into the &lt;A href=&quot;http://radio.weblogs.com/0104813/2002/06/20.html#a77&quot;&gt;previously mentioned&lt;/A&gt; Macromedia Pet Market demo, I came across the &lt;A href=&quot;http://www.macromedia.com/software/flash/flashremoting/&quot;&gt;Flash Remoting Layer&lt;/A&gt;&amp;nbsp;which I hadn&apos;t seen yet. The features that stuck out most were:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT color=gray&gt;Parses and translates ActionScript XML objects on the server into an org.w3c.xml DOM, making any remote service (a CFC, a page, an EJB, a Java class, a .NET DLL, etc.) that accepts and/or returns XML documents seamlessly accessible to Macromedia Flash. &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT color=gray&gt;Enables objects to be passed to remote services by reference and by value. &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT color=gray&gt;Access SOAP-based web services directly from Macromedia Flash using built-in SOAP Proxy Adaptor.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Macromedia certainly seems to be positioning itself well...&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/06/20.html#a78</guid>
			<pubDate>Thu, 20 Jun 2002 18:14:44 GMT</pubDate>
			</item>
		<item>
			<title>Macromedia Pet Market Front End</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/06/20.html#a77</link>
			<description>&lt;P&gt;&lt;A href=&quot;http://www.protocol7.com/default.asp?date=20020620&amp;amp;num=85184865&quot;&gt;&lt;EM&gt;Yesterday Macromedia realeased a Pet Market demo&amp;nbsp;&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;application to demostrate what they mean with &quot;Rich Internet Application&quot;. The site comes in different version with support for .NET and J2EE backends. Even if I&apos;m not sure if I like the graphical design and I don&apos;t like Flash as a format, the idea of these kind of front ends are interesting. Hopefully, browsers will soon be stable enough to build these kind of applications easily while still using open, accessible standards such as XHTML, CSS and SVG.&lt;/EM&gt; [&lt;A href=&quot;http://www.protocol7.com&quot;&gt;protocol7&lt;/A&gt;]&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;bet you could build it today using just &lt;A href=&quot;http://microsoft.com/windows/ie/default.asp&quot;&gt;IE5+&lt;/A&gt; or &lt;A href=&quot;http://mozilla.org&quot;&gt;Mozilla&lt;/A&gt; and &lt;A href=&quot;http://www.adobe.com/svg/viewer/install/&quot;&gt;Adobe&apos;s SVG viewer&lt;/A&gt;. IMHO, the major thing that &lt;A href=&quot;http://www.macromedia.com/desdev/mx/flash/&quot;&gt;Flash&lt;/A&gt; has going for it right now, over these standard technologies, is the fact that it has an rich set of tools to create the content. Flash has a full on &lt;A href=&quot;http://www.macromedia.com/software/studio/&quot;&gt;RAD enviroment&lt;/A&gt;. Right now, all &lt;A href=&quot;http://www.w3.org/Graphics/SVG/Overview.htm8&quot;&gt;SVG&lt;/A&gt;&amp;nbsp;has is your favorite&amp;nbsp;&lt;A href=&quot;http://www.w3.org/XML/&quot;&gt;XML&lt;/A&gt; editor (&lt;A href=&quot;http://msdn.microsoft.com/vstudio/&quot;&gt;VS.NET&lt;/A&gt;, &lt;A href=&quot;http://www.xmlspy.com/&quot;&gt;XMLSpy&lt;/A&gt;, &lt;A href=&quot;http://www.textpad.com/&quot;&gt;TextPad&lt;/A&gt;, &lt;A href=&quot;http://www.gnu.org/software/emacs/emacs.html&quot;&gt;emacs&lt;/A&gt;, etc.)&amp;nbsp;followed by a&amp;nbsp;&amp;nbsp;browser refresh.&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/06/20.html#a77</guid>
			<pubDate>Thu, 20 Jun 2002 16:37:41 GMT</pubDate>
			<source url="http://www.protocol7.com/default.asp?a=rss">protocol7</source>
			</item>
		<item>
			<title>SVG.NET Viewer Details and Unit Testing results</title>
			<link>http://radio.weblogs.com/0104813/categories/webTechnology/2002/06/19.html#a75</link>
			<description>&lt;P&gt;&lt;A href=&quot;http://www.protocol7.com/default.asp?date=20020620&amp;amp;num=85183853&quot;&gt;&lt;EM&gt;I finally got time to add a page&amp;nbsp;&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;with a minimalistic info on the SVG.NET Viewer. The most important info there now is the test suite result table.&lt;/EM&gt; [&lt;A href=&quot;http://www.protocol7.com&quot;&gt;protocol7&lt;/A&gt;]&lt;/P&gt;
&lt;P&gt;Wow, looks like you&apos;ve made some good headway so far. Keep up the good work!&lt;/P&gt;</description>
			<guid>http://radio.weblogs.com/0104813/categories/webTechnology/2002/06/19.html#a75</guid>
			<pubDate>Thu, 20 Jun 2002 04:16:34 GMT</pubDate>
			<source url="http://www.protocol7.com/default.asp?a=rss">protocol7</source>
			</item>
		</channel>
	</rss>
