<?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"
	>
<channel>
	<title>Comments on: Developer Notes on Porting to Legals</title>
	<atom:link href="http://weblog.openlaszlo.org/archives/2006/10/developer-notes-on-porting-to-legals/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblog.openlaszlo.org/archives/2006/10/developer-notes-on-porting-to-legals/</link>
	<description>asynchronous javascript since before it was cool</description>
	<pubDate>Mon, 13 Oct 2008 00:12:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: benshine</title>
		<link>http://weblog.openlaszlo.org/archives/2006/10/developer-notes-on-porting-to-legals/#comment-54723</link>
		<dc:creator>benshine</dc:creator>
		<pubDate>Fri, 13 Jul 2007 21:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.openlaszlo.org/?p=107#comment-54723</guid>
		<description>The nightly build is unstable by definition, but we do periodic releases that are more stable. The most recent release is 4.0.2, and we're coming up on 4.0.3. The 4.0.2 release can be found here:
http://download.openlaszlo.org/4.0.2/</description>
		<content:encoded><![CDATA[<p>The nightly build is unstable by definition, but we do periodic releases that are more stable. The most recent release is 4.0.2, and we&#8217;re coming up on 4.0.3. The 4.0.2 release can be found here:<br />
<a href="http://download.openlaszlo.org/4.0.2/" rel="nofollow">http://download.openlaszlo.org/4.0.2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benshine</title>
		<link>http://weblog.openlaszlo.org/archives/2006/10/developer-notes-on-porting-to-legals/#comment-54722</link>
		<dc:creator>benshine</dc:creator>
		<pubDate>Fri, 13 Jul 2007 21:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.openlaszlo.org/?p=107#comment-54722</guid>
		<description>Performance expectations for the DHTML runtime are "pretty good" and "maybe a bit slower than Flash on the same machine." The browser matters a lot, though; in particular, IE6 is way slower than anything else. 
There is some performance data in http://svn.openlaszlo.org/test/performance/analysis sorted by build id. Later builds have higher numbers, and smaller results are faster.</description>
		<content:encoded><![CDATA[<p>Performance expectations for the DHTML runtime are &#8220;pretty good&#8221; and &#8220;maybe a bit slower than Flash on the same machine.&#8221; The browser matters a lot, though; in particular, IE6 is way slower than anything else.<br />
There is some performance data in <a href="http://svn.openlaszlo.org/test/performance/analysis" rel="nofollow">http://svn.openlaszlo.org/test/performance/analysis</a> sorted by build id. Later builds have higher numbers, and smaller results are faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benshine</title>
		<link>http://weblog.openlaszlo.org/archives/2006/10/developer-notes-on-porting-to-legals/#comment-54721</link>
		<dc:creator>benshine</dc:creator>
		<pubDate>Fri, 13 Jul 2007 21:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.openlaszlo.org/?p=107#comment-54721</guid>
		<description>To check for null pointers without causing a null pointer exception, do this...
if ("something" in this &#38;&#38; this.something) {
  ...
}</description>
		<content:encoded><![CDATA[<p>To check for null pointers without causing a null pointer exception, do this&#8230;<br />
if (&#8221;something&#8221; in this &amp;&amp; this.something) {<br />
  &#8230;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arab</title>
		<link>http://weblog.openlaszlo.org/archives/2006/10/developer-notes-on-porting-to-legals/#comment-9721</link>
		<dc:creator>Arab</dc:creator>
		<pubDate>Sun, 12 Nov 2006 10:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.openlaszlo.org/?p=107#comment-9721</guid>
		<description>Is the nightly build stable or we have to wait?


Thank you,
Abdullah
http://www.WeArab.Net/</description>
		<content:encoded><![CDATA[<p>Is the nightly build stable or we have to wait?</p>
<p>Thank you,<br />
Abdullah<br />
<a href="http://www.WeArab.Net/" rel="nofollow">http://www.WeArab.Net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zvi Schreiber</title>
		<link>http://weblog.openlaszlo.org/archives/2006/10/developer-notes-on-porting-to-legals/#comment-9699</link>
		<dc:creator>Zvi Schreiber</dc:creator>
		<pubDate>Sun, 12 Nov 2006 06:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.openlaszlo.org/?p=107#comment-9699</guid>
		<description>What's the expectation for performance of the DHTML version please?</description>
		<content:encoded><![CDATA[<p>What&#8217;s the expectation for performance of the DHTML version please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zvi Schreiber</title>
		<link>http://weblog.openlaszlo.org/archives/2006/10/developer-notes-on-porting-to-legals/#comment-9698</link>
		<dc:creator>Zvi Schreiber</dc:creator>
		<pubDate>Sun, 12 Nov 2006 06:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.openlaszlo.org/?p=107#comment-9698</guid>
		<description>How does one check for null pointers correctly without the test itself causing a reference to a null pointer?

Thanks</description>
		<content:encoded><![CDATA[<p>How does one check for null pointers correctly without the test itself causing a reference to a null pointer?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
