<?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: Runtime Page Optimizer: Fix performance on the fly</title>
	<atom:link href="http://ajaxian.com/archives/runtime-page-optimizer/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/runtime-page-optimizer</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: EdRob</title>
		<link>http://ajaxian.com/archives/runtime-page-optimizer/comment-page-1#comment-268187</link>
		<dc:creator>EdRob</dc:creator>
		<pubDate>Wed, 15 Oct 2008 22:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4753#comment-268187</guid>
		<description>Spriting at design time is a great option.  But its seldom done for two reasons:
1. Most people don&#039;t have the time, or the patience to re-sprite everything when an image changes.
2. Not every browser or search engine supports CSS sprites. 

The RPO helps by instantly creating sprites, returning them only if the browser supports them - EG: spriting is turned off for the Google search indexer.

Most people are amazed to see the automatic CSS spriting, its very cool.

Ed  Robinson</description>
		<content:encoded><![CDATA[<p>Spriting at design time is a great option.  But its seldom done for two reasons:<br />
1. Most people don&#8217;t have the time, or the patience to re-sprite everything when an image changes.<br />
2. Not every browser or search engine supports CSS sprites. </p>
<p>The RPO helps by instantly creating sprites, returning them only if the browser supports them &#8211; EG: spriting is turned off for the Google search indexer.</p>
<p>Most people are amazed to see the automatic CSS spriting, its very cool.</p>
<p>Ed  Robinson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leachryanb</title>
		<link>http://ajaxian.com/archives/runtime-page-optimizer/comment-page-1#comment-268167</link>
		<dc:creator>leachryanb</dc:creator>
		<pubDate>Wed, 15 Oct 2008 17:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4753#comment-268167</guid>
		<description>oops, agreeing with TNO</description>
		<content:encoded><![CDATA[<p>oops, agreeing with TNO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leachryanb</title>
		<link>http://ajaxian.com/archives/runtime-page-optimizer/comment-page-1#comment-268166</link>
		<dc:creator>leachryanb</dc:creator>
		<pubDate>Wed, 15 Oct 2008 17:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4753#comment-268166</guid>
		<description>Yeah, pretty sure I agree with EdRob on this one.  Not that I&#039;m suggesting it isn&#039;t pretty damn cool.</description>
		<content:encoded><![CDATA[<p>Yeah, pretty sure I agree with EdRob on this one.  Not that I&#8217;m suggesting it isn&#8217;t pretty damn cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TNO</title>
		<link>http://ajaxian.com/archives/runtime-page-optimizer/comment-page-1#comment-268165</link>
		<dc:creator>TNO</dc:creator>
		<pubDate>Wed, 15 Oct 2008 17:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4753#comment-268165</guid>
		<description>Wouldn&#039;t this be considered one of those cases where an ounce of prevention is worth a pound of cure?
.
Or rather an ounce of proper development the first time is worth a pound of server processing and bandwidth...</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t this be considered one of those cases where an ounce of prevention is worth a pound of cure?<br />
.<br />
Or rather an ounce of proper development the first time is worth a pound of server processing and bandwidth&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EdRob</title>
		<link>http://ajaxian.com/archives/runtime-page-optimizer/comment-page-1#comment-268161</link>
		<dc:creator>EdRob</dc:creator>
		<pubDate>Wed, 15 Oct 2008 12:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4753#comment-268161</guid>
		<description>How it works: a page&#039;s individual images (JPG, PNG, GIF) are combined into mosaics and cached on the server. Instead of a browser loading say a dozen JPG files, it loads a single mosaic then displays the different parts of the mosaic as each image. The process is fast and done automatically.
For an example, see this SharePoint site:
http://www.wssdemo.com/Pages/topwebsites.aspx
Use a tool like Firebug to examine the mosaic.
You can turn off the CSS sprites + other optimizations by using the ?rpo=off querystring parameter
http://www.wssdemo.com/Pages/topwebsites.aspx?rpo=off

Ed Robinson</description>
		<content:encoded><![CDATA[<p>How it works: a page&#8217;s individual images (JPG, PNG, GIF) are combined into mosaics and cached on the server. Instead of a browser loading say a dozen JPG files, it loads a single mosaic then displays the different parts of the mosaic as each image. The process is fast and done automatically.<br />
For an example, see this SharePoint site:<br />
<a href="http://www.wssdemo.com/Pages/topwebsites.aspx" rel="nofollow">http://www.wssdemo.com/Pages/topwebsites.aspx</a><br />
Use a tool like Firebug to examine the mosaic.<br />
You can turn off the CSS sprites + other optimizations by using the ?rpo=off querystring parameter<br />
<a href="http://www.wssdemo.com/Pages/topwebsites.aspx?rpo=off" rel="nofollow">http://www.wssdemo.com/Pages/topwebsites.aspx?rpo=off</a></p>
<p>Ed Robinson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yansky</title>
		<link>http://ajaxian.com/archives/runtime-page-optimizer/comment-page-1#comment-268155</link>
		<dc:creator>Yansky</dc:creator>
		<pubDate>Tue, 14 Oct 2008 22:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4753#comment-268155</guid>
		<description>&quot;combines images into CSS sprites&quot;

How does it do that?</description>
		<content:encoded><![CDATA[<p>&#8220;combines images into CSS sprites&#8221;</p>
<p>How does it do that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

