<?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: Size Does Matter &#8211; Avoiding Spry Bloat in Dreamweaver CS4</title>
	<atom:link href="http://blog.assortedgarbage.com/2009/09/size-does-matter-avoiding-spry-bloat-in-dreamweaver-cs4/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.assortedgarbage.com/2009/09/size-does-matter-avoiding-spry-bloat-in-dreamweaver-cs4/</link>
	<description>Thoughts, rants and musings about Adobe, the web, technology and 200+ days a year traveling as a software evangelist.</description>
	<lastBuildDate>Fri, 27 Dec 2013 11:02:23 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>By: Greg</title>
		<link>http://blog.assortedgarbage.com/2009/09/size-does-matter-avoiding-spry-bloat-in-dreamweaver-cs4/comment-page-1/#comment-1113</link>
		<dc:creator><![CDATA[Greg]]></dc:creator>
		<pubDate>Tue, 08 Sep 2009 18:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=338#comment-1113</guid>
		<description><![CDATA[@V1 - Excellent point. And, of course, those minified versions are available in the framework download as well. I&#039;ll update the post inline.]]></description>
		<content:encoded><![CDATA[<p>@V1 &#8211; Excellent point. And, of course, those minified versions are available in the framework download as well. I&#8217;ll update the post inline.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V1</title>
		<link>http://blog.assortedgarbage.com/2009/09/size-does-matter-avoiding-spry-bloat-in-dreamweaver-cs4/comment-page-1/#comment-1111</link>
		<dc:creator><![CDATA[V1]]></dc:creator>
		<pubDate>Tue, 08 Sep 2009 17:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=338#comment-1111</guid>
		<description><![CDATA[I would like to add one thing, the packed versions might actually be smaller in file size, but they do add a performance overhead. Each packed file needs to be unpacked client side, this is done using eval. (which is always costy for the browser and should always be avoided when possible)

What I would suggest is using the minified files instead. They might be larger in file size. But combined with proper gzip headers on your server &quot;just&quot; as small. With out an extra overhead.

But great read!]]></description>
		<content:encoded><![CDATA[<p>I would like to add one thing, the packed versions might actually be smaller in file size, but they do add a performance overhead. Each packed file needs to be unpacked client side, this is done using eval. (which is always costy for the browser and should always be avoided when possible)</p>
<p>What I would suggest is using the minified files instead. They might be larger in file size. But combined with proper gzip headers on your server &#8220;just&#8221; as small. With out an extra overhead.</p>
<p>But great read!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
