<?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: Tablane no longer Beta?</title>
	<atom:link href="http://kenmc.com/2006/01/19/tablane-no-longer-beta/feed/" rel="self" type="application/rss+xml" />
	<link>http://kenmc.com/2006/01/19/tablane-no-longer-beta/</link>
	<description>Irish Technology Blogger</description>
	<lastBuildDate>Sun, 08 Jan 2012 15:09:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Ken</title>
		<link>http://kenmc.com/2006/01/19/tablane-no-longer-beta/comment-page-1/#comment-343</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 19 Jan 2006 17:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenmc.com/2006/01/19/tablane-no-longer-beta/#comment-343</guid>
		<description>Must grab myself a copy of IE7.0 for testing so...

At least if Microsoft are made aware of it its one thing. Cheers for looking into it though further for me, if you do hear anything else back on the issue I&#039;d be intrested in hearing more :D</description>
		<content:encoded><![CDATA[<p>Must grab myself a copy of IE7.0 for testing so&#8230;</p>
<p>At least if Microsoft are made aware of it its one thing. Cheers for looking into it though further for me, if you do hear anything else back on the issue I&#8217;d be intrested in hearing more <img src='http://kenmc.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Ellison</title>
		<link>http://kenmc.com/2006/01/19/tablane-no-longer-beta/comment-page-1/#comment-342</link>
		<dc:creator>Julian Ellison</dc:creator>
		<pubDate>Thu, 19 Jan 2006 17:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenmc.com/2006/01/19/tablane-no-longer-beta/#comment-342</guid>
		<description>We&#039;ve identified the problem, if not the solution. 

As you know, Tablane is built over the IE engine and some other MS libraries. When we run the page through IE7.0 we can use the Debug function to reveal this exception:

&quot;function getFirstChild(node)

{

node = node.firstChild;

if (node.nodeValue == null)    [this line has a null pointer, because of the exception]

return node;

return getNextSibling(node);

}&quot;

You can see the same yourself in IE 7.0s Internet Options/Advanced setting, if you Deselect Disable Script Debugging (Internet Explorer) and Disable Script Debugging (Other). 

When you load the page, an Error message will pop up, and then if you select Debug the above will be displayed.

So, at the risk of blame shifting, it&#039;s one for our friends in Microsoft to help address :) If we find out more about the cause we&#039;ll let you know.</description>
		<content:encoded><![CDATA[<p>We&#8217;ve identified the problem, if not the solution. </p>
<p>As you know, Tablane is built over the IE engine and some other MS libraries. When we run the page through IE7.0 we can use the Debug function to reveal this exception:</p>
<p>&#8220;function getFirstChild(node)</p>
<p>{</p>
<p>node = node.firstChild;</p>
<p>if (node.nodeValue == null)    [this line has a null pointer, because of the exception]</p>
<p>return node;</p>
<p>return getNextSibling(node);</p>
<p>}&#8221;</p>
<p>You can see the same yourself in IE 7.0s Internet Options/Advanced setting, if you Deselect Disable Script Debugging (Internet Explorer) and Disable Script Debugging (Other). </p>
<p>When you load the page, an Error message will pop up, and then if you select Debug the above will be displayed.</p>
<p>So, at the risk of blame shifting, it&#8217;s one for our friends in Microsoft to help address <img src='http://kenmc.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If we find out more about the cause we&#8217;ll let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://kenmc.com/2006/01/19/tablane-no-longer-beta/comment-page-1/#comment-341</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 19 Jan 2006 17:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenmc.com/2006/01/19/tablane-no-longer-beta/#comment-341</guid>
		<description>Hey Julian...

was just when I popped open my homepage at http://kenmc.deviantart.com . Runtime error, line 868, Error: Object Required (do you wish to debug). Crashed when I went to Debug.

First impressions graphically are nice, the search bar feature is quite nice to the bottom, once I get into it and play around I&#039;ll do a comparison post.</description>
		<content:encoded><![CDATA[<p>Hey Julian&#8230;</p>
<p>was just when I popped open my homepage at <a href="http://kenmc.deviantart.com" rel="nofollow">http://kenmc.deviantart.com</a> . Runtime error, line 868, Error: Object Required (do you wish to debug). Crashed when I went to Debug.</p>
<p>First impressions graphically are nice, the search bar feature is quite nice to the bottom, once I get into it and play around I&#8217;ll do a comparison post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Ellison</title>
		<link>http://kenmc.com/2006/01/19/tablane-no-longer-beta/comment-page-1/#comment-340</link>
		<dc:creator>Julian Ellison</dc:creator>
		<pubDate>Thu, 19 Jan 2006 16:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenmc.com/2006/01/19/tablane-no-longer-beta/#comment-340</guid>
		<description>Hmmm. I&#039;m trying to replicate your errors, but not managing to do so. Can you be more specific?</description>
		<content:encoded><![CDATA[<p>Hmmm. I&#8217;m trying to replicate your errors, but not managing to do so. Can you be more specific?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

