<?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: Fast by Default and Web Performances</title>
	<atom:link href="http://ajaxian.com/archives/fast-by-default-and-web-performances/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/fast-by-default-and-web-performances</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: webreflection</title>
		<link>http://ajaxian.com/archives/fast-by-default-and-web-performances/comment-page-1#comment-276378</link>
		<dc:creator>webreflection</dc:creator>
		<pubDate>Sun, 08 Nov 2009 18:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7800#comment-276378</guid>
		<description>@kangax ... it&#039;s a logical fallback and for quirks I mean dirty layout. As example:
alert(document.getElementsByTagName(&quot;head&quot;)[0]);
will be undefined in Android
alert(document.getElementsByTagName(&quot;head&quot;)[0] &#124;&#124; document.documentElement);
will be the documentElement ... still Android, WebKit

I think it&#039;s quite pretentious to think we know every browser, while I guess makes sense to use a simple logical fallback fr those browsers able to wait the end of the document before they decide that the head is a different one. The IE behavior as example is a bug, it considers head as default node the outer script tag and it moves the script itself inside the header if there is an head tag after.

Nice to see how the most pointless argument in the entire post has been underlined :P

Regards</description>
		<content:encoded><![CDATA[<p>@kangax &#8230; it&#8217;s a logical fallback and for quirks I mean dirty layout. As example:<br />
alert(document.getElementsByTagName(&#8220;head&#8221;)[0]);<br />
will be undefined in Android<br />
alert(document.getElementsByTagName(&#8220;head&#8221;)[0] || document.documentElement);<br />
will be the documentElement &#8230; still Android, WebKit</p>
<p>I think it&#8217;s quite pretentious to think we know every browser, while I guess makes sense to use a simple logical fallback fr those browsers able to wait the end of the document before they decide that the head is a different one. The IE behavior as example is a bug, it considers head as default node the outer script tag and it moves the script itself inside the header if there is an head tag after.</p>
<p>Nice to see how the most pointless argument in the entire post has been underlined :P</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kangax</title>
		<link>http://ajaxian.com/archives/fast-by-default-and-web-performances/comment-page-1#comment-276350</link>
		<dc:creator>kangax</dc:creator>
		<pubDate>Thu, 05 Nov 2009 22:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7800#comment-276350</guid>
		<description>There&#039;s a comment here which says — &quot;the head element or the documentElement (quirks)&quot;. Which quirks is meant here? I haven&#039;t seen a browser without HEAD element, no matter if in quirks or standard modes.

Could someone enlighten me?</description>
		<content:encoded><![CDATA[<p>There&#8217;s a comment here which says — &#8220;the head element or the documentElement (quirks)&#8221;. Which quirks is meant here? I haven&#8217;t seen a browser without HEAD element, no matter if in quirks or standard modes.</p>
<p>Could someone enlighten me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PeterGeil</title>
		<link>http://ajaxian.com/archives/fast-by-default-and-web-performances/comment-page-1#comment-276274</link>
		<dc:creator>PeterGeil</dc:creator>
		<pubDate>Wed, 04 Nov 2009 08:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7800#comment-276274</guid>
		<description>@&quot;JavaScript And Evaluated Comments&quot;:
Where can I find more detailled tests/docs about code evaluation and how it performs? I used this method within a namespace manager tool for MooTools. The main reason for this was, that i wanted to &quot;prepopulate&quot; the local scope of a function being connected with specific namespace/package members, so that a class/property can be accessed without explicitly prefixing any additional object.</description>
		<content:encoded><![CDATA[<p>@&#8221;JavaScript And Evaluated Comments&#8221;:<br />
Where can I find more detailled tests/docs about code evaluation and how it performs? I used this method within a namespace manager tool for MooTools. The main reason for this was, that i wanted to &#8220;prepopulate&#8221; the local scope of a function being connected with specific namespace/package members, so that a class/property can be accessed without explicitly prefixing any additional object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webreflection</title>
		<link>http://ajaxian.com/archives/fast-by-default-and-web-performances/comment-page-1#comment-276263</link>
		<dc:creator>webreflection</dc:creator>
		<pubDate>Tue, 03 Nov 2009 14:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7800#comment-276263</guid>
		<description>@broofa dunno how I could have forgot it! Thanks
@sentientholon, makes sense, I probably misunderstood that part, there is still the point it cannot be included as external file. I&#039;ll update the post ASAP, thank you.</description>
		<content:encoded><![CDATA[<p>@broofa dunno how I could have forgot it! Thanks<br />
@sentientholon, makes sense, I probably misunderstood that part, there is still the point it cannot be included as external file. I&#8217;ll update the post ASAP, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sentientholon</title>
		<link>http://ajaxian.com/archives/fast-by-default-and-web-performances/comment-page-1#comment-276262</link>
		<dc:creator>sentientholon</dc:creator>
		<pubDate>Tue, 03 Nov 2009 13:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7800#comment-276262</guid>
		<description>On JavaScript and evaluated comments: It&#039;s not that evaluating JavaScript code in comments is faster than evaluating it on script download -- that&#039;s not possible, it&#039;s the same engine doing both.  That&#039;s not the point though.  The point is that, in cases where not all JavaScript code on the page will be executed, this technique allows you to only parse and evaluate the code you&#039;re actually going to use.</description>
		<content:encoded><![CDATA[<p>On JavaScript and evaluated comments: It&#8217;s not that evaluating JavaScript code in comments is faster than evaluating it on script download &#8212; that&#8217;s not possible, it&#8217;s the same engine doing both.  That&#8217;s not the point though.  The point is that, in cases where not all JavaScript code on the page will be executed, this technique allows you to only parse and evaluate the code you&#8217;re actually going to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: broofa</title>
		<link>http://ajaxian.com/archives/fast-by-default-and-web-performances/comment-page-1#comment-276261</link>
		<dc:creator>broofa</dc:creator>
		<pubDate>Tue, 03 Nov 2009 13:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7800#comment-276261</guid>
		<description>&#039;Surprised there&#039;s no mention of Google&#039;s hosted JS libraries:

http://code.google.com/apis/ajaxlibs/

As more sites use those, the likelihood that there in the user&#039;s browser cache increases, and completely circumvents many of the bandwidth/latency issues involved in lib loading.</description>
		<content:encoded><![CDATA[<p>&#8216;Surprised there&#8217;s no mention of Google&#8217;s hosted JS libraries:</p>
<p><a href="http://code.google.com/apis/ajaxlibs/" rel="nofollow">http://code.google.com/apis/ajaxlibs/</a></p>
<p>As more sites use those, the likelihood that there in the user&#8217;s browser cache increases, and completely circumvents many of the bandwidth/latency issues involved in lib loading.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

