<?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: Addressing Prototype, setStyle, Internet Explorer, &#8220;Object doesn&#8217;t support &#8230;&#8221;</title>
	<atom:link href="http://www.tommcfarlin.com/2008/05/17/addressing-prototype-setstyle-internet-explorer-object-doesnt-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tommcfarlin.com/2008/05/17/addressing-prototype-setstyle-internet-explorer-object-doesnt-support/</link>
	<description>assorted development tomfoolery</description>
	<pubDate>Sat, 22 Nov 2008 01:47:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Rob Turknett</title>
		<link>http://www.tommcfarlin.com/2008/05/17/addressing-prototype-setstyle-internet-explorer-object-doesnt-support/#comment-250</link>
		<dc:creator>Rob Turknett</dc:creator>
		<pubDate>Wed, 08 Oct 2008 19:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommcfarlin.com/?p=32#comment-250</guid>
		<description>Hi Tom,

Thanks for the tip. This is an easy oversight when you are coding with the Prototype library. I had something like this:

document.forms[0].writeAttribute("attr","val")

which should have been:

$(document.forms[0]).writeAttribute("attr","val")

-Rob</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>Thanks for the tip. This is an easy oversight when you are coding with the Prototype library. I had something like this:</p>
<p>document.forms[0].writeAttribute(&#8221;attr&#8221;,&#8221;val&#8221;)</p>
<p>which should have been:</p>
<p>$(document.forms[0]).writeAttribute(&#8221;attr&#8221;,&#8221;val&#8221;)</p>
<p>-Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://www.tommcfarlin.com/2008/05/17/addressing-prototype-setstyle-internet-explorer-object-doesnt-support/#comment-66</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Mon, 23 Jun 2008 04:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommcfarlin.com/?p=32#comment-66</guid>
		<description>Thanks very much. Most helpful.</description>
		<content:encoded><![CDATA[<p>Thanks very much. Most helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerry Wilson</title>
		<link>http://www.tommcfarlin.com/2008/05/17/addressing-prototype-setstyle-internet-explorer-object-doesnt-support/#comment-60</link>
		<dc:creator>Kerry Wilson</dc:creator>
		<pubDate>Wed, 11 Jun 2008 19:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommcfarlin.com/?p=32#comment-60</guid>
		<description>Oh BTW, this is do to the fact that setStyle() is a prototype extended method.  $() extends the element.  Since you used a  'native' element creation method you did not get the extended methods.  Seems like Builder would return an extended node though.  No answer for the discrepancies between browsers though.  Additionally you could call:

Element.extend(this.Message);

before using setStyle()</description>
		<content:encoded><![CDATA[<p>Oh BTW, this is do to the fact that setStyle() is a prototype extended method.  $() extends the element.  Since you used a  &#8216;native&#8217; element creation method you did not get the extended methods.  Seems like Builder would return an extended node though.  No answer for the discrepancies between browsers though.  Additionally you could call:</p>
<p>Element.extend(this.Message);</p>
<p>before using setStyle()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerry Wilson</title>
		<link>http://www.tommcfarlin.com/2008/05/17/addressing-prototype-setstyle-internet-explorer-object-doesnt-support/#comment-59</link>
		<dc:creator>Kerry Wilson</dc:creator>
		<pubDate>Wed, 11 Jun 2008 19:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommcfarlin.com/?p=32#comment-59</guid>
		<description>Thanks a lot, it also needs be done when using Builder:

this._dialog = $(Builder.node('div'));

strange.

-kerry</description>
		<content:encoded><![CDATA[<p>Thanks a lot, it also needs be done when using Builder:</p>
<p>this._dialog = $(Builder.node(&#8217;div&#8217;));</p>
<p>strange.</p>
<p>-kerry</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.383 seconds -->
