<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Updating Demos</title>
	<atom:link href="http://www.c3dl.org/index.php/c3dl-dev/updating-demos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.c3dl.org/index.php/c3dl-dev/updating-demos/</link>
	<description>WebGL made easy!</description>
	<lastBuildDate>Tue, 16 Aug 2011 14:23:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: peter</title>
		<link>http://www.c3dl.org/index.php/c3dl-dev/updating-demos/comment-page-1/#comment-1235</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.c3dl.org/?p=2146#comment-1235</guid>
		<description>Thanks.  I just pulled the two old lines of code out.  I am going to have to disagree about loading sync vs async though.  What we had done in this demo was converted a motion capture file from .trc format into an xml file, from which we could then read which marker was where in what frame.  So we needed the file to be loaded before we could display the data from it.  By loading synchronously we guaranteed that the data would be there when we needed it, without having to add extraneous event listeners to call an extra function when the file was ready (which would delay the page from working until the data was ready anyway).

I will take a look at jQuery for further updates though.</description>
		<content:encoded><![CDATA[<p>Thanks.  I just pulled the two old lines of code out.  I am going to have to disagree about loading sync vs async though.  What we had done in this demo was converted a motion capture file from .trc format into an xml file, from which we could then read which marker was where in what frame.  So we needed the file to be loaded before we could display the data from it.  By loading synchronously we guaranteed that the data would be there when we needed it, without having to add extraneous event listeners to call an extra function when the file was ready (which would delay the page from working until the data was ready anyway).</p>
<p>I will take a look at jQuery for further updates though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndersH</title>
		<link>http://www.c3dl.org/index.php/c3dl-dev/updating-demos/comment-page-1/#comment-1233</link>
		<dc:creator>AndersH</dc:creator>
		<pubDate>Sun, 24 Jan 2010 07:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.c3dl.org/?p=2146#comment-1233</guid>
		<description>In the last line of the new code you assign to xmlDoc, so the first two lines where you initialize xmlDoc seems redundant. And you should of course load the files async. Usage of XmlHttpRequest is pretty well documented.</description>
		<content:encoded><![CDATA[<p>In the last line of the new code you assign to xmlDoc, so the first two lines where you initialize xmlDoc seems redundant. And you should of course load the files async. Usage of XmlHttpRequest is pretty well documented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uli</title>
		<link>http://www.c3dl.org/index.php/c3dl-dev/updating-demos/comment-page-1/#comment-1228</link>
		<dc:creator>Uli</dc:creator>
		<pubDate>Thu, 21 Jan 2010 14:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.c3dl.org/?p=2146#comment-1228</guid>
		<description>@-AaronMT:
yeah, good point. i always use jQuery for XML parsing in my web apps. it&#039;s the easiest way :)
but don&#039;t forget the case sensitivity. this caused a bug in my first app using xml, which took my days to find. jQuery used innerHTML and converted the new tag-always to upper-case. traversing the xml-data i only used lower-case. :P</description>
		<content:encoded><![CDATA[<p>@-AaronMT:<br />
yeah, good point. i always use jQuery for XML parsing in my web apps. it&#8217;s the easiest way <img src='http://www.c3dl.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
but don&#8217;t forget the case sensitivity. this caused a bug in my first app using xml, which took my days to find. jQuery used innerHTML and converted the new tag-always to upper-case. traversing the xml-data i only used lower-case. <img src='http://www.c3dl.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AaronMT</title>
		<link>http://www.c3dl.org/index.php/c3dl-dev/updating-demos/comment-page-1/#comment-1225</link>
		<dc:creator>AaronMT</dc:creator>
		<pubDate>Tue, 19 Jan 2010 19:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.c3dl.org/?p=2146#comment-1225</guid>
		<description>Hi,

You could have also used JQuery to do the XML parsing.

- AaronMT</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You could have also used JQuery to do the XML parsing.</p>
<p>- AaronMT</p>
]]></content:encoded>
	</item>
</channel>
</rss>

