<?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: HTML_AJAX reaches beta</title>
	<atom:link href="http://blog.joshuaeichorn.com/archives/2006/08/30/html_ajax-reaches-beta/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshuaeichorn.com/archives/2006/08/30/html_ajax-reaches-beta/</link>
	<description>The weblog of Joshua Eichorn, AJAX, PHP and Open Source</description>
	<pubDate>Mon, 01 Dec 2008 19:05:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/08/30/html_ajax-reaches-beta/#comment-39095</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Mon, 18 Sep 2006 03:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/08/30/html_ajax-reaches-beta/#comment-39095</guid>
		<description>I didn't write the code but anyhow.

Never use 
for(var i in element) {
}
for something that has a length property.

for(var i in) loops of the properties of an element, if the element is an array if has properties like length, etc and it has numeric indexes that contain the values your looking for.

I updated menuhandler.js on the server.

The for loop in _emptyMenuItems becomes
 for( var key = 0; key &lt;  menu.options.length; key++ )</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t write the code but anyhow.</p>
<p>Never use<br />
for(var i in element) {<br />
}<br />
for something that has a length property.</p>
<p>for(var i in) loops of the properties of an element, if the element is an array if has properties like length, etc and it has numeric indexes that contain the values your looking for.</p>
<p>I updated menuhandler.js on the server.</p>
<p>The for loop in _emptyMenuItems becomes<br />
 for( var key = 0; key < menu.options.length; key++ )</p>
</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Louie Miranda</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/08/30/html_ajax-reaches-beta/#comment-39067</link>
		<dc:creator>Louie Miranda</dc:creator>
		<pubDate>Mon, 18 Sep 2006 01:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/08/30/html_ajax-reaches-beta/#comment-39067</guid>
		<description>Hi Sir, i hope we can fix the problem on the example here:
http://htmlajax.org/materials/HTML_AJAX_Presentation/MenuExample/

It causes errors on IE6 "Error: Object doesnt support this action". I've already research my way on the mailing list, FAQ and googled around. But to no avail.

I am still a beginner in AJAX, and trying to find a solution on the MenuExample problem on IE6.

Thank You</description>
		<content:encoded><![CDATA[<p>Hi Sir, i hope we can fix the problem on the example here:<br />
<a href="http://htmlajax.org/materials/HTML_AJAX_Presentation/MenuExample/" rel="nofollow">http://htmlajax.org/materials/HTML_AJAX_Presentation/MenuExample/</a></p>
<p>It causes errors on IE6 &#8220;Error: Object doesnt support this action&#8221;. I&#8217;ve already research my way on the mailing list, FAQ and googled around. But to no avail.</p>
<p>I am still a beginner in AJAX, and trying to find a solution on the MenuExample problem on IE6.</p>
<p>Thank You</p>
]]></content:encoded>
	</item>
</channel>
</rss>
