<?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: Better DHTML</title>
	<atom:link href="http://blogs.smugmug.com/web-tricks/2005/07/22/better-dhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.smugmug.com/web-tricks/2005/07/22/better-dhtml/</link>
	<description>what, you don't like the way it works already?</description>
	<lastBuildDate>Sun, 29 Jan 2006 17:32:14 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Administrator</title>
		<link>http://blogs.smugmug.com/web-tricks/2005/07/22/better-dhtml/comment-page-1/#comment-17</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Tue, 02 Aug 2005 20:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.smugmug.com/web-tricks/2005/07/22/better-dhtml/#comment-17</guid>
		<description>Daniel, thanks for the info. For the most part at smugmug we keep our use of innerhtml to a bare minimum (in fact, we usually hide blocks instead), but for our pros that will end up using innerhtml to repalce large sections of their sites I am sure that using innertext will prove to be better. I will make a note to reference using it in all future posts that use innerhtml.</description>
		<content:encoded><![CDATA[<p>Daniel, thanks for the info. For the most part at smugmug we keep our use of innerhtml to a bare minimum (in fact, we usually hide blocks instead), but for our pros that will end up using innerhtml to repalce large sections of their sites I am sure that using innertext will prove to be better. I will make a note to reference using it in all future posts that use innerhtml.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Baird</title>
		<link>http://blogs.smugmug.com/web-tricks/2005/07/22/better-dhtml/comment-page-1/#comment-16</link>
		<dc:creator>Daniel Baird</dc:creator>
		<pubDate>Mon, 01 Aug 2005 03:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.smugmug.com/web-tricks/2005/07/22/better-dhtml/#comment-16</guid>
		<description>Be careful about using innerHTML and outerHTML.  These methods in IE are really bad for page performance.  Whenever possible, set the styles of your containers with CSS, and then replace the contents with innerText.  It is WAY faster in IE.  Firefox doesn&#039;t have the same problem (better handling of strings in general in Firefox script land).

Oh...and to answer a possible, &quot;how do I know that?&quot; question.  I&#039;m the Web UI lead for Yahoo! Music (formerly Musicmatch).  All of the UI stuff for the services part of the products is AJAX style scripting.  I&#039;ve been doing this for the last 4 years.</description>
		<content:encoded><![CDATA[<p>Be careful about using innerHTML and outerHTML.  These methods in IE are really bad for page performance.  Whenever possible, set the styles of your containers with CSS, and then replace the contents with innerText.  It is WAY faster in IE.  Firefox doesn&#8217;t have the same problem (better handling of strings in general in Firefox script land).</p>
<p>Oh&#8230;and to answer a possible, &#8220;how do I know that?&#8221; question.  I&#8217;m the Web UI lead for Yahoo! Music (formerly Musicmatch).  All of the UI stuff for the services part of the products is AJAX style scripting.  I&#8217;ve been doing this for the last 4 years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Lane</title>
		<link>http://blogs.smugmug.com/web-tricks/2005/07/22/better-dhtml/comment-page-1/#comment-15</link>
		<dc:creator>Mike Lane</dc:creator>
		<pubDate>Tue, 26 Jul 2005 23:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.smugmug.com/web-tricks/2005/07/22/better-dhtml/#comment-15</guid>
		<description>You may find this interesting:  http://dean.edwards.name/moz-behaviors/compatibility/</description>
		<content:encoded><![CDATA[<p>You may find this interesting:  <a href="http://dean.edwards.name/moz-behaviors/compatibility/" rel="nofollow">http://dean.edwards.name/moz-behaviors/compatibility/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Lane</title>
		<link>http://blogs.smugmug.com/web-tricks/2005/07/22/better-dhtml/comment-page-1/#comment-13</link>
		<dc:creator>Mike Lane</dc:creator>
		<pubDate>Sat, 23 Jul 2005 08:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.smugmug.com/web-tricks/2005/07/22/better-dhtml/#comment-13</guid>
		<description>Right, so everything that I&#039;ve found says that outerhtml is an IE proprietary tag that (unlike the also proprietary innerhtml) has not been supported by firefox.  Actually some sites hint that may not actually be so and others hint at a workaround (without actually providing the workaround mind you).

So, have you a clear answer on that subject by chance?  If a workaround is required, can you tell us what it is (or at least where to find it)?</description>
		<content:encoded><![CDATA[<p>Right, so everything that I&#8217;ve found says that outerhtml is an IE proprietary tag that (unlike the also proprietary innerhtml) has not been supported by firefox.  Actually some sites hint that may not actually be so and others hint at a workaround (without actually providing the workaround mind you).</p>
<p>So, have you a clear answer on that subject by chance?  If a workaround is required, can you tell us what it is (or at least where to find it)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
