<?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: YUI Theater &#8212; Matt Mlinac: &#8220;The YUI ImageLoader Utility&#8221;</title>
	<atom:link href="http://www.yuiblog.com/blog/index.php/2007/08/21/video-mlinac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yuiblog.com/blog/2007/08/21/video-mlinac/</link>
	<description>The official blog of the YUI Project.</description>
	<lastBuildDate>Wed, 17 Mar 2010 00:14:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://www.yuiblog.com/blog/2007/08/21/video-mlinac/comment-page-1/#comment-423265</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 18 Jul 2008 22:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2007/08/21/video-mlinac/#comment-423265</guid>
		<description>Awesome. I love this. I love the jquery port even better unfortunately :o/.</description>
		<content:encoded><![CDATA[<p>Awesome. I love this. I love the jquery port even better unfortunately :o/.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mika Tuupola</title>
		<link>http://www.yuiblog.com/blog/2007/08/21/video-mlinac/comment-page-1/#comment-184531</link>
		<dc:creator>Mika Tuupola</dc:creator>
		<pubDate>Mon, 03 Sep 2007 21:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2007/08/21/video-mlinac/#comment-184531</guid>
		<description>Inspired by Matt&#039;s code I wrote a small plugin for jQuery which defers loading of below the fold images.

I do use the removing src attribute when dom is ready method. Have not experienced any race conditions. Althought Safari still load everything even after src is removed.

What kind of problems you encountered?

In any case check &lt;a href=&quot;http://www.appelsiini.net/projects/lazyload&quot; rel=&quot;nofollow&quot;&gt;Lazy Load&lt;/a&gt; for jQuery.</description>
		<content:encoded><![CDATA[<p>Inspired by Matt&#8217;s code I wrote a small plugin for jQuery which defers loading of below the fold images.</p>
<p>I do use the removing src attribute when dom is ready method. Have not experienced any race conditions. Althought Safari still load everything even after src is removed.</p>
<p>What kind of problems you encountered?</p>
<p>In any case check <a href="http://www.appelsiini.net/projects/lazyload" rel="nofollow">Lazy Load</a> for jQuery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian &#187; YUI&#8217;s Experimental ImageLoader Utility</title>
		<link>http://www.yuiblog.com/blog/2007/08/21/video-mlinac/comment-page-1/#comment-177707</link>
		<dc:creator>Ajaxian &#187; YUI&#8217;s Experimental ImageLoader Utility</dc:creator>
		<pubDate>Fri, 24 Aug 2007 19:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2007/08/21/video-mlinac/#comment-177707</guid>
		<description>[...] A detailed description can also be found on the YUI blog. [...]</description>
		<content:encoded><![CDATA[<p>[...] A detailed description can also be found on the YUI blog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morning Brew #65</title>
		<link>http://www.yuiblog.com/blog/2007/08/21/video-mlinac/comment-page-1/#comment-176200</link>
		<dc:creator>Morning Brew #65</dc:creator>
		<pubDate>Wed, 22 Aug 2007 11:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2007/08/21/video-mlinac/#comment-176200</guid>
		<description>[...] The YUI ImageLoader Utility - new class from the YUI team which allows to defer loading images below the browser fold. [...]</description>
		<content:encoded><![CDATA[<p>[...] The YUI ImageLoader Utility &#8211; new class from the YUI team which allows to defer loading images below the browser fold. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Mlinac</title>
		<link>http://www.yuiblog.com/blog/2007/08/21/video-mlinac/comment-page-1/#comment-175814</link>
		<dc:creator>Matt Mlinac</dc:creator>
		<pubDate>Tue, 21 Aug 2007 19:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2007/08/21/video-mlinac/#comment-175814</guid>
		<description>Thanks for the idea Tommy.

Accessibility is definitely what we&#039;ve been talking about most while developing ImageLoader. Admittedly, yes, there are some accessibility trade-offs (or alternatively some extra work with browser detection).

We discussed an approach like the one you suggest but decided that we really didn&#039;t want the race condition between the browser&#039;s image loading and the JavaScript. Unfortunately there&#039;s no way (that we could think of doing cleanly) to write the full markup but also command the browser to not load images immediately.</description>
		<content:encoded><![CDATA[<p>Thanks for the idea Tommy.</p>
<p>Accessibility is definitely what we&#8217;ve been talking about most while developing ImageLoader. Admittedly, yes, there are some accessibility trade-offs (or alternatively some extra work with browser detection).</p>
<p>We discussed an approach like the one you suggest but decided that we really didn&#8217;t want the race condition between the browser&#8217;s image loading and the JavaScript. Unfortunately there&#8217;s no way (that we could think of doing cleanly) to write the full markup but also command the browser to not load images immediately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy Valand</title>
		<link>http://www.yuiblog.com/blog/2007/08/21/video-mlinac/comment-page-1/#comment-175715</link>
		<dc:creator>Tommy Valand</dc:creator>
		<pubDate>Tue, 21 Aug 2007 16:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2007/08/21/video-mlinac/#comment-175715</guid>
		<description>Instead of using partially (in)accessible markup, wouldn&#039;t it be possible to calculate the images in-/visible to the user, &quot;onDomContentLoaded&quot;.

Then rename (copy/delete) the src-attribute, so that the image is not loaded. On your load-image-event, rename the src back?

This would not stop the request to the server, but should stop the loading of the image (which saves bandwidth)..?</description>
		<content:encoded><![CDATA[<p>Instead of using partially (in)accessible markup, wouldn&#8217;t it be possible to calculate the images in-/visible to the user, &#8220;onDomContentLoaded&#8221;.</p>
<p>Then rename (copy/delete) the src-attribute, so that the image is not loaded. On your load-image-event, rename the src back?</p>
<p>This would not stop the request to the server, but should stop the loading of the image (which saves bandwidth)..?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
