<?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: IIPImage: Ajax-based Ultra High Resolution Image Viewer</title>
	<atom:link href="http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer</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: Ruven</title>
		<link>http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer/comment-page-1#comment-251172</link>
		<dc:creator>Ruven</dc:creator>
		<pubDate>Mon, 04 Jun 2007 19:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2453#comment-251172</guid>
		<description>OK, I&#039;ve increased the tile size to 256x256 pixels, which will reduce the number of connections necessary by a factor of 4.

And I&#039;ve offloaded some of the server workload via some internal load-balancing, so the whole thing should be a lot faster now :-)</description>
		<content:encoded><![CDATA[<p>OK, I&#8217;ve increased the tile size to 256&#215;256 pixels, which will reduce the number of connections necessary by a factor of 4.</p>
<p>And I&#8217;ve offloaded some of the server workload via some internal load-balancing, so the whole thing should be a lot faster now :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Schiller</title>
		<link>http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer/comment-page-1#comment-251170</link>
		<dc:creator>Scott Schiller</dc:creator>
		<pubDate>Mon, 04 Jun 2007 17:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2453#comment-251170</guid>
		<description>I might try using larger (512x512?) tiles, which should help to lower the number of requests. I didn&#039;t check, but it&#039;d be even cooler if tile size is a user-configurable thing. ;) Rotating through server names may help with parallel downloads as well.</description>
		<content:encoded><![CDATA[<p>I might try using larger (512&#215;512?) tiles, which should help to lower the number of requests. I didn&#8217;t check, but it&#8217;d be even cooler if tile size is a user-configurable thing. ;) Rotating through server names may help with parallel downloads as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jester</title>
		<link>http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer/comment-page-1#comment-251163</link>
		<dc:creator>Jester</dc:creator>
		<pubDate>Mon, 04 Jun 2007 15:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2453#comment-251163</guid>
		<description>very nice work m8, hoping to see alot more like this in the future</description>
		<content:encoded><![CDATA[<p>very nice work m8, hoping to see alot more like this in the future</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angad</title>
		<link>http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer/comment-page-1#comment-251161</link>
		<dc:creator>Angad</dc:creator>
		<pubDate>Mon, 04 Jun 2007 14:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2453#comment-251161</guid>
		<description>and its slow ppl bcoz of the server being slow not the script! :)</description>
		<content:encoded><![CDATA[<p>and its slow ppl bcoz of the server being slow not the script! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruven</title>
		<link>http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer/comment-page-1#comment-251160</link>
		<dc:creator>Ruven</dc:creator>
		<pubDate>Mon, 04 Jun 2007 14:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2453#comment-251160</guid>
		<description>Glad most of you like it :-D 

Sorry about the slowness at the moment. The sudden surge in hits caused by this article has slowed my poor little server :-(

Using tiles is usually a good way to optimize the use of browser cache and minimize bandwidth (Google maps is also tile based), but, yes, it can result in a lot of hits. The old marble earth demo, though, transfers a single image per request.

Hey, I kinda like that GIF :-P

Which version of FF are you using BillyG and on which OS? If anyone else has had any problems, please post them to the project forum!</description>
		<content:encoded><![CDATA[<p>Glad most of you like it :-D </p>
<p>Sorry about the slowness at the moment. The sudden surge in hits caused by this article has slowed my poor little server :-(</p>
<p>Using tiles is usually a good way to optimize the use of browser cache and minimize bandwidth (Google maps is also tile based), but, yes, it can result in a lot of hits. The old marble earth demo, though, transfers a single image per request.</p>
<p>Hey, I kinda like that GIF :-P</p>
<p>Which version of FF are you using BillyG and on which OS? If anyone else has had any problems, please post them to the project forum!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angad</title>
		<link>http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer/comment-page-1#comment-251159</link>
		<dc:creator>Angad</dc:creator>
		<pubDate>Mon, 04 Jun 2007 14:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2453#comment-251159</guid>
		<description>Isn&#039;t this the same concept used in google maps?</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t this the same concept used in google maps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdalton</title>
		<link>http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer/comment-page-1#comment-251156</link>
		<dc:creator>jdalton</dc:creator>
		<pubDate>Mon, 04 Jun 2007 14:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2453#comment-251156</guid>
		<description>I think the correct way to handle the large number of image requests is with sub-domains like img1.yoursite.com, img2.yoursite.com and img3.yoursite.com. I am glad the work got published 8).</description>
		<content:encoded><![CDATA[<p>I think the correct way to handle the large number of image requests is with sub-domains like img1.yoursite.com, img2.yoursite.com and img3.yoursite.com. I am glad the work got published 8).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JSerror</title>
		<link>http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer/comment-page-1#comment-251155</link>
		<dc:creator>JSerror</dc:creator>
		<pubDate>Mon, 04 Jun 2007 14:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2453#comment-251155</guid>
		<description>Does it use the image_subdomain_trick? maybe it speeds the thing up a bit -&gt;  http://www.ajaxperformance.com/2006/12/18/circumventing-browser-connection-limits-for-fun-and-profit/</description>
		<content:encoded><![CDATA[<p>Does it use the image_subdomain_trick? maybe it speeds the thing up a bit -&gt;  <a href="http://www.ajaxperformance.com/2006/12/18/circumventing-browser-connection-limits-for-fun-and-profit/" rel="nofollow">http://www.ajaxperformance.com/2006/12/18/circumventing-browser-connection-limits-for-fun-and-profit/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stu</title>
		<link>http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer/comment-page-1#comment-251153</link>
		<dc:creator>stu</dc:creator>
		<pubDate>Mon, 04 Jun 2007 14:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2453#comment-251153</guid>
		<description>Great, this is very nice.


But I wanna do it offline! ;)</description>
		<content:encoded><![CDATA[<p>Great, this is very nice.</p>
<p>But I wanna do it offline! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenji</title>
		<link>http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer/comment-page-1#comment-251152</link>
		<dc:creator>kenji</dc:creator>
		<pubDate>Mon, 04 Jun 2007 13:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2453#comment-251152</guid>
		<description>too slow. :-(</description>
		<content:encoded><![CDATA[<p>too slow. :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BillyG</title>
		<link>http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer/comment-page-1#comment-251150</link>
		<dc:creator>BillyG</dc:creator>
		<pubDate>Mon, 04 Jun 2007 13:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2453#comment-251150</guid>
		<description>Maybe it&#039;s just my FF, but all I got was some tiles flashed at me in the opened window and then blankness (for the first two supplied demo images).

Cool idea though.</description>
		<content:encoded><![CDATA[<p>Maybe it&#8217;s just my FF, but all I got was some tiles flashed at me in the opened window and then blankness (for the first two supplied demo images).</p>
<p>Cool idea though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paolo M.</title>
		<link>http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer/comment-page-1#comment-251147</link>
		<dc:creator>Paolo M.</dc:creator>
		<pubDate>Mon, 04 Jun 2007 13:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2453#comment-251147</guid>
		<description>It looks great, but panning around the image is quite quick so why does it take so long to load the initial screen?</description>
		<content:encoded><![CDATA[<p>It looks great, but panning around the image is quite quick so why does it take so long to load the initial screen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uriel katz</title>
		<link>http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer/comment-page-1#comment-251144</link>
		<dc:creator>uriel katz</dc:creator>
		<pubDate>Mon, 04 Jun 2007 13:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2453#comment-251144</guid>
		<description>really really nice!
but why you download the images in little squares? it take alot of time coz there so many requests,it will be better if the server could merge them into one picture and the client will just add it to the big picture</description>
		<content:encoded><![CDATA[<p>really really nice!<br />
but why you download the images in little squares? it take alot of time coz there so many requests,it will be better if the server could merge them into one picture and the client will just add it to the big picture</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer/comment-page-1#comment-251145</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 04 Jun 2007 13:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2453#comment-251145</guid>
		<description>nice but very slow !</description>
		<content:encoded><![CDATA[<p>nice but very slow !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://ajaxian.com/archives/iipimage-ajax-based-ultra-high-resolution-image-viewer/comment-page-1#comment-251143</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Mon, 04 Jun 2007 13:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2453#comment-251143</guid>
		<description>...Louvre! ;-) I like it.

Well done, although the indicator-GIF looks crappy ;-)</description>
		<content:encoded><![CDATA[<p>&#8230;Louvre! ;-) I like it.</p>
<p>Well done, although the indicator-GIF looks crappy ;-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

