<?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: Adding Custom Tags To Internet Explorer, The Official Way</title>
	<atom:link href="http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Tribulus</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267796</link>
		<dc:creator>Tribulus</dc:creator>
		<pubDate>Wed, 01 Oct 2008 12:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267796</guid>
		<description>this is a great idea
i like it</description>
		<content:encoded><![CDATA[<p>this is a great idea<br />
i like it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cromwellian</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267214</link>
		<dc:creator>cromwellian</dc:creator>
		<pubDate>Thu, 04 Sep 2008 17:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267214</guid>
		<description>@Brad,
  Sounds like excellent progress! My comment about custom tags and CSS wasn&#039;t about making custom CSS properties (I tested every browser and they all ignore unknown properties and do not reflect them in the CSSOM as CSS_IUKNOWN values as allowed by the spec), it&#039;s about applying CSS to custom tags.

  In my charting library Chronoscope, I have something I call &quot;GSS&quot; or graph style sheets. You &quot;style&quot; the chart by including a CSS stylesheet that targets phantom DOM elements like axis, plot, line, point, etc. The chart injects these phantom elements on demand and uses getComputedStyle()/currentStyle to probe the effect the CSS had on them.

  However, in no cases could I ever force IE to give &quot;layout&quot; to a custom tag, which meant I lose a lot of CSS properties that apply to  elements with layout only.

  So I punted on leveraging the browser, and used my GwtQuery selector engine to parse CSS stylesheets in JS, which gives me full control over how they are applied, custom properties, etc</description>
		<content:encoded><![CDATA[<p>@Brad,<br />
  Sounds like excellent progress! My comment about custom tags and CSS wasn&#8217;t about making custom CSS properties (I tested every browser and they all ignore unknown properties and do not reflect them in the CSSOM as CSS_IUKNOWN values as allowed by the spec), it&#8217;s about applying CSS to custom tags.</p>
<p>  In my charting library Chronoscope, I have something I call &#8220;GSS&#8221; or graph style sheets. You &#8220;style&#8221; the chart by including a CSS stylesheet that targets phantom DOM elements like axis, plot, line, point, etc. The chart injects these phantom elements on demand and uses getComputedStyle()/currentStyle to probe the effect the CSS had on them.</p>
<p>  However, in no cases could I ever force IE to give &#8220;layout&#8221; to a custom tag, which meant I lose a lot of CSS properties that apply to  elements with layout only.</p>
<p>  So I punted on leveraging the browser, and used my GwtQuery selector engine to parse CSS stylesheets in JS, which gives me full control over how they are applied, custom properties, etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkd</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267209</link>
		<dc:creator>jkd</dc:creator>
		<pubDate>Thu, 04 Sep 2008 16:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267209</guid>
		<description>If you&#039;re just interested in embedding SVG, you can embed an  tag in the head and let IE work its magic... this is an XSL document that packages that magic so that you don&#039;t need to worry about it.
http://www.browserland.org/xmlstuff/cxd/

As for custom tags in general, you could always rely on a plain-jane div or span with custom attributes. In any case, this seems to show up properly in both the DOM and the styling:

document.createElement(&quot;myparenttag&quot;).appendChid(document.createElement(&quot;mychildtag&quot;))

Then you can do:


</description>
		<content:encoded><![CDATA[<p>If you&#8217;re just interested in embedding SVG, you can embed an  tag in the head and let IE work its magic&#8230; this is an XSL document that packages that magic so that you don&#8217;t need to worry about it.<br />
<a href="http://www.browserland.org/xmlstuff/cxd/" rel="nofollow">http://www.browserland.org/xmlstuff/cxd/</a></p>
<p>As for custom tags in general, you could always rely on a plain-jane div or span with custom attributes. In any case, this seems to show up properly in both the DOM and the styling:</p>
<p>document.createElement(&#8220;myparenttag&#8221;).appendChid(document.createElement(&#8220;mychildtag&#8221;))</p>
<p>Then you can do:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Bergkvist</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267204</link>
		<dc:creator>Mikael Bergkvist</dc:creator>
		<pubDate>Thu, 04 Sep 2008 11:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267204</guid>
		<description>This example requires IE and VML to work, and it&#039;s custom tags in IE, http://www.widgetplus.com/space6/ , the source reveals that it&#039;s all custom tags embedded in the HTML of the page.
The **3D engine** is a horrible hack though, I was in a hurry and the whole app was writen during one afternoon way back in the year 2000.</description>
		<content:encoded><![CDATA[<p>This example requires IE and VML to work, and it&#8217;s custom tags in IE, <a href="http://www.widgetplus.com/space6/" rel="nofollow">http://www.widgetplus.com/space6/</a> , the source reveals that it&#8217;s all custom tags embedded in the HTML of the page.<br />
The **3D engine** is a horrible hack though, I was in a hurry and the whole app was writen during one afternoon way back in the year 2000.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Bergkvist</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267203</link>
		<dc:creator>Mikael Bergkvist</dc:creator>
		<pubDate>Thu, 04 Sep 2008 11:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267203</guid>
		<description>Liquid can be downloaded as a windows app here, http://www.widgetplus.com/space/apps/liquid1.6.zip , and it&#039;s a HTML application - (http://www.mioplanet.com - similar to AIR) - and it runs using JS, and it works by first scanning the page for all custom tags using getElementsbyTagName(), and is then attaching behaviors to them by the same sorts of selector behavior that JQquery uses, only far less elegant of course.</description>
		<content:encoded><![CDATA[<p>Liquid can be downloaded as a windows app here, <a href="http://www.widgetplus.com/space/apps/liquid1.6.zip" rel="nofollow">http://www.widgetplus.com/space/apps/liquid1.6.zip</a> , and it&#8217;s a HTML application &#8211; (<a href="http://www.mioplanet.com" rel="nofollow">http://www.mioplanet.com</a> &#8211; similar to AIR) &#8211; and it runs using JS, and it works by first scanning the page for all custom tags using getElementsbyTagName(), and is then attaching behaviors to them by the same sorts of selector behavior that JQquery uses, only far less elegant of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kim3er</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267202</link>
		<dc:creator>kim3er</dc:creator>
		<pubDate>Thu, 04 Sep 2008 11:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267202</guid>
		<description>Brad, that sounds really cool. Please keep us updated.

Rich</description>
		<content:encoded><![CDATA[<p>Brad, that sounds really cool. Please keep us updated.</p>
<p>Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Bergkvist</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267201</link>
		<dc:creator>Mikael Bergkvist</dc:creator>
		<pubDate>Thu, 04 Sep 2008 11:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267201</guid>
		<description>A) Custom tags, without namespaces, works in IE.
If you simply use the tags to load arguments into a flash file, then getElementsByTagName(&quot;custom&quot;) works even if the tags aren&#039;t recognized any other way.
B) The old animation markup language Liquid 
( http://www.google.com/search?hl=en&amp;safe=off&amp;q=liquid+xml+animation+markup )
works perfectly well doing exactly what you want.
It allows custom tags without namespaces and it&#039;s also allowing for nested tags, etc.
But, as noted, you wont need any of that if all you want from this to have the tags there and hold the structure + data.</description>
		<content:encoded><![CDATA[<p>A) Custom tags, without namespaces, works in IE.<br />
If you simply use the tags to load arguments into a flash file, then getElementsByTagName(&#8220;custom&#8221;) works even if the tags aren&#8217;t recognized any other way.<br />
B) The old animation markup language Liquid<br />
( <a href="http://www.google.com/search?hl=en&#038;safe=off&#038;q=liquid+xml+animation+markup" rel="nofollow">http://www.google.com/search?hl=en&#038;safe=off&#038;q=liquid+xml+animation+markup</a> )<br />
works perfectly well doing exactly what you want.<br />
It allows custom tags without namespaces and it&#8217;s also allowing for nested tags, etc.<br />
But, as noted, you wont need any of that if all you want from this to have the tags there and hold the structure + data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Neuberg</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267200</link>
		<dc:creator>Brad Neuberg</dc:creator>
		<pubDate>Thu, 04 Sep 2008 10:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267200</guid>
		<description>Hi Cromwellian, I am working on a drop-in SVG shim that does two things:

* Lets you embed SVG in normal HTML documents (text/html rather than XHTML)
* Works on IE

For IE, I&#039;m using an open source Flash renderer. I&#039;ve prototyped out lots of pieces of the system so far. I&#039;ve been able to get embedded SVG to show up in the DOM of IE and render with the Flash control transparently; have embedded SVG work in Safari and Firefox in normal HTML documents; and tonight I prototyped out being able to use the standard DOM interfaces to manipulate the SVG. That last part is very prototypie, but I was able to proof-of-concept doing something like the following:

document.getElementById(&quot;mySVG&quot;).getAttributeNS(svgNS, &quot;fill&quot;);

which would return the actual fill value, or setAttributeNS to set it; I haven&#039;t started on others DOM methods, since I just wanted to see if the approach I was taking was realistic, but you could imagine createElement, appendChild, etc. working. Under the covers, I&#039;m simply using IE Behaviors to override standard methods, such as getAttributeNS, as well as to have these new behaviors and &#039;fake&#039; DOM methods propagate to the SVG tags efficiently:

&lt;style&gt;
svg\:* { behavior: url(svg.htc); }
&lt;/style&gt;

In the Behavior&#039;s HTC, I then simply use ExternalInterface to call into the Flash file to actually get, set, or manipulate the shadow DOM being displayed.

All of this is _very_ prototypie right now, but the proof of concept is feeling good in terms of not hitting anything that looks impossible. 

I haven&#039;t attempted to tackle CSS issues yet. I know that Firefox ignores custom CSS properties by design; not sure if IE does so -- if it doesn&#039;t then that will make life much better. I think I&#039;m going to hold off on that though until I get static SVG displaying in the Flash to a higher quality, as well as firm up the programmatic DOM manipulation stuff. 

Exciting times :)

Best,
  Brad
  Google Open Web Advocate</description>
		<content:encoded><![CDATA[<p>Hi Cromwellian, I am working on a drop-in SVG shim that does two things:</p>
<p>* Lets you embed SVG in normal HTML documents (text/html rather than XHTML)<br />
* Works on IE</p>
<p>For IE, I&#8217;m using an open source Flash renderer. I&#8217;ve prototyped out lots of pieces of the system so far. I&#8217;ve been able to get embedded SVG to show up in the DOM of IE and render with the Flash control transparently; have embedded SVG work in Safari and Firefox in normal HTML documents; and tonight I prototyped out being able to use the standard DOM interfaces to manipulate the SVG. That last part is very prototypie, but I was able to proof-of-concept doing something like the following:</p>
<p>document.getElementById(&#8220;mySVG&#8221;).getAttributeNS(svgNS, &#8220;fill&#8221;);</p>
<p>which would return the actual fill value, or setAttributeNS to set it; I haven&#8217;t started on others DOM methods, since I just wanted to see if the approach I was taking was realistic, but you could imagine createElement, appendChild, etc. working. Under the covers, I&#8217;m simply using IE Behaviors to override standard methods, such as getAttributeNS, as well as to have these new behaviors and &#8216;fake&#8217; DOM methods propagate to the SVG tags efficiently:</p>
<p>&lt;style&gt;<br />
svg\:* { behavior: url(svg.htc); }<br />
&lt;/style&gt;</p>
<p>In the Behavior&#8217;s HTC, I then simply use ExternalInterface to call into the Flash file to actually get, set, or manipulate the shadow DOM being displayed.</p>
<p>All of this is _very_ prototypie right now, but the proof of concept is feeling good in terms of not hitting anything that looks impossible. </p>
<p>I haven&#8217;t attempted to tackle CSS issues yet. I know that Firefox ignores custom CSS properties by design; not sure if IE does so &#8212; if it doesn&#8217;t then that will make life much better. I think I&#8217;m going to hold off on that though until I get static SVG displaying in the Flash to a higher quality, as well as firm up the programmatic DOM manipulation stuff. </p>
<p>Exciting times :)</p>
<p>Best,<br />
  Brad<br />
  Google Open Web Advocate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cromwellian</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267199</link>
		<dc:creator>cromwellian</dc:creator>
		<pubDate>Thu, 04 Sep 2008 08:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267199</guid>
		<description>Aiyah!, that&#039;s a tall order. Admirable hack if accomplished, but I gather you&#039;d need to use Silverlight (or Flash) to accomplish this SVG emulation because I don&#039;t think VML is up to it. 

First order of business would be putting in a shim for /CanvasRenderingContext2D that works 100% with reasonable performance. It&#039;s a simpler problem to bite off given the simplicity of the Canvas spec vs SVG. 

Brad, I must admit, I tried something like this before, and it failed to play well with CSS, that is, I could not coax custom tags to have layout so that DX filters/opacity and other CSS attributes would work. I tried all the standard tricks (zoom: 1, etc) Any idea if this technique plays well with IE&#039;s CSS engine and element.currentStyle?</description>
		<content:encoded><![CDATA[<p>Aiyah!, that&#8217;s a tall order. Admirable hack if accomplished, but I gather you&#8217;d need to use Silverlight (or Flash) to accomplish this SVG emulation because I don&#8217;t think VML is up to it. </p>
<p>First order of business would be putting in a shim for /CanvasRenderingContext2D that works 100% with reasonable performance. It&#8217;s a simpler problem to bite off given the simplicity of the Canvas spec vs SVG. </p>
<p>Brad, I must admit, I tried something like this before, and it failed to play well with CSS, that is, I could not coax custom tags to have layout so that DX filters/opacity and other CSS attributes would work. I tried all the standard tricks (zoom: 1, etc) Any idea if this technique plays well with IE&#8217;s CSS engine and element.currentStyle?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Neuberg</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267198</link>
		<dc:creator>Brad Neuberg</dc:creator>
		<pubDate>Thu, 04 Sep 2008 08:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267198</guid>
		<description>Hi folks, the whole idea behind this is to help goad Internet Explorer into being more standards compliant. For example, we could get it to embed SVG into native HTML documents doing something like the following:

&lt;html xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;&gt;
	&lt;body&gt;
		&lt;h1&gt;Hello World!&lt;/h1&gt;
		&lt;svg:svg id=&quot;mySVG&quot; width=&quot;800px&quot; height=&quot;400px&quot; version=&quot;1.0&quot;&gt;
      &lt;svg:rect x=&quot;1&quot; y=&quot;1&quot; width=&quot;1198&quot; height=&quot;398&quot;
            fill=&quot;none&quot; stroke=&quot;blue&quot; stroke-width=&quot;2&quot;&gt;&lt;/svg:rect&gt;
    &lt;/svg:svg&gt;
&lt;/html&gt;

So we use proprietary IE features in order to help support JavaScript shims for the open web, such as for HTML 5. That&#039;s why I&#039;m interested in these tricks.

Best,
  Brad</description>
		<content:encoded><![CDATA[<p>Hi folks, the whole idea behind this is to help goad Internet Explorer into being more standards compliant. For example, we could get it to embed SVG into native HTML documents doing something like the following:</p>
<p>&lt;html xmlns:svg=&#8221;http://www.w3.org/2000/svg&#8221;&gt;<br />
	&lt;body&gt;<br />
		&lt;h1&gt;Hello World!&lt;/h1&gt;<br />
		&lt;svg:svg id=&#8221;mySVG&#8221; width=&#8221;800px&#8221; height=&#8221;400px&#8221; version=&#8221;1.0&#8243;&gt;<br />
      &lt;svg:rect x=&#8221;1&#8243; y=&#8221;1&#8243; width=&#8221;1198&#8243; height=&#8221;398&#8243;<br />
            fill=&#8221;none&#8221; stroke=&#8221;blue&#8221; stroke-width=&#8221;2&#8243;&gt;&lt;/svg:rect&gt;<br />
    &lt;/svg:svg&gt;<br />
&lt;/html&gt;</p>
<p>So we use proprietary IE features in order to help support JavaScript shims for the open web, such as for HTML 5. That&#8217;s why I&#8217;m interested in these tricks.</p>
<p>Best,<br />
  Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V1</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267197</link>
		<dc:creator>V1</dc:creator>
		<pubDate>Thu, 04 Sep 2008 08:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267197</guid>
		<description>but, WHY would u want to do that o.o. Yes its &quot;neat&quot; but whats the point? or am i missing the bigger picture here</description>
		<content:encoded><![CDATA[<p>but, WHY would u want to do that o.o. Yes its &#8220;neat&#8221; but whats the point? or am i missing the bigger picture here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GalloNero</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267194</link>
		<dc:creator>GalloNero</dc:creator>
		<pubDate>Thu, 04 Sep 2008 06:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267194</guid>
		<description>I stumbled across this method last year and couldn&#039;t believe what a &#039;hack&#039; it was - blogged about it here: http://happyworm.com/blog/?p=6

The XSL method sounds interesting but no good for what I was trying to achieve.</description>
		<content:encoded><![CDATA[<p>I stumbled across this method last year and couldn&#8217;t believe what a &#8216;hack&#8217; it was &#8211; blogged about it here: <a href="http://happyworm.com/blog/?p=6" rel="nofollow">http://happyworm.com/blog/?p=6</a></p>
<p>The XSL method sounds interesting but no good for what I was trying to achieve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TNO</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267191</link>
		<dc:creator>TNO</dc:creator>
		<pubDate>Thu, 04 Sep 2008 03:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267191</guid>
		<description>Dion,
Since when was the web html vs xml? Here&#039;s a quick example of what I&#039;m talking about:

http://thenewobjective.com/temp/template.xml</description>
		<content:encoded><![CDATA[<p>Dion,<br />
Since when was the web html vs xml? Here&#8217;s a quick example of what I&#8217;m talking about:</p>
<p><a href="http://thenewobjective.com/temp/template.xml" rel="nofollow">http://thenewobjective.com/temp/template.xml</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AriesBelgium</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267190</link>
		<dc:creator>AriesBelgium</dc:creator>
		<pubDate>Thu, 04 Sep 2008 02:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267190</guid>
		<description>Yet another way to screw up the web :(</description>
		<content:encoded><![CDATA[<p>Yet another way to screw up the web :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dion Almaer</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267188</link>
		<dc:creator>Dion Almaer</dc:creator>
		<pubDate>Wed, 03 Sep 2008 23:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267188</guid>
		<description>TNO,

The point is being able to do these things in an HTML world vs. an XML one :)

Cheers,

Dion</description>
		<content:encoded><![CDATA[<p>TNO,</p>
<p>The point is being able to do these things in an HTML world vs. an XML one :)</p>
<p>Cheers,</p>
<p>Dion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TNO</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267187</link>
		<dc:creator>TNO</dc:creator>
		<pubDate>Wed, 03 Sep 2008 23:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267187</guid>
		<description>You know....if you just served the file as xml, just attach an xsl to it and make as many custom tags and tag groups as you want with an identity template + custom template (no namespace or behavior required).</description>
		<content:encoded><![CDATA[<p>You know&#8230;.if you just served the file as xml, just attach an xsl to it and make as many custom tags and tag groups as you want with an identity template + custom template (no namespace or behavior required).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Bergkvist</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267186</link>
		<dc:creator>Mikael Bergkvist</dc:creator>
		<pubDate>Wed, 03 Sep 2008 23:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267186</guid>
		<description>http://www.widgetplus.com/x is another way.. which works in all browsers..</description>
		<content:encoded><![CDATA[<p><a href="http://www.widgetplus.com/x" rel="nofollow">http://www.widgetplus.com/x</a> is another way.. which works in all browsers..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cromwellian</title>
		<link>http://ajaxian.com/archives/adding-custom-tags-to-internet-explorer-the-official-way/comment-page-1#comment-267185</link>
		<dc:creator>cromwellian</dc:creator>
		<pubDate>Wed, 03 Sep 2008 22:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4339#comment-267185</guid>
		<description>I wish we didn&#039;t have to find hacks like this. I&#039;m wondering if my kids will be in college before the bane of IE6 is a distant memory. :)</description>
		<content:encoded><![CDATA[<p>I wish we didn&#8217;t have to find hacks like this. I&#8217;m wondering if my kids will be in college before the bane of IE6 is a distant memory. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

