<?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: a few web optimisation tips</title>
	<atom:link href="http://verens.com/archives/2006/12/05/a-few-web-optimisation-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://verens.com/archives/2006/12/05/a-few-web-optimisation-tips/</link>
	<description>php, linux, ajax, javascript, kae verens</description>
	<lastBuildDate>Fri, 05 Mar 2010 01:53:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/archives/2006/12/05/a-few-web-optimisation-tips/comment-page-1/#comment-31340</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Thu, 07 Dec 2006 09:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2006/12/05/a-few-web-optimisation-tips/#comment-31340</guid>
		<description>Thanks Christof - by the way, I&#039;ve sped up the &lt;a href=&quot;http://verens.com/archives/2006/04/25/how-the-jsquash-compressor-works/&quot; rel=&quot;nofollow&quot;&gt;javascript compression algorithm&lt;/a&gt; we were working on. I removed one of the &lt;code&gt;setTimeout&lt;/code&gt;s. I&#039;ll be taking another look at it soon, then will be in contact with you to try working on &lt;a href=&quot;https://sourceforge.net/projects/jsquash/&quot; rel=&quot;nofollow&quot;&gt;the C version&lt;/a&gt; again.</description>
		<content:encoded><![CDATA[<p>Thanks Christof &#8211; by the way, I&#8217;ve sped up the <a href="http://verens.com/archives/2006/04/25/how-the-jsquash-compressor-works/" rel="nofollow">javascript compression algorithm</a> we were working on. I removed one of the <code>setTimeout</code>s. I&#8217;ll be taking another look at it soon, then will be in contact with you to try working on <a href="https://sourceforge.net/projects/jsquash/" rel="nofollow">the C version</a> again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christof</title>
		<link>http://verens.com/archives/2006/12/05/a-few-web-optimisation-tips/comment-page-1/#comment-31338</link>
		<dc:creator>christof</dc:creator>
		<pubDate>Thu, 07 Dec 2006 09:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2006/12/05/a-few-web-optimisation-tips/#comment-31338</guid>
		<description>Nice Idea :-) I guess, we will use that.</description>
		<content:encoded><![CDATA[<p>Nice Idea <img src='http://verens.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I guess, we will use that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/archives/2006/12/05/a-few-web-optimisation-tips/comment-page-1/#comment-31272</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Wed, 06 Dec 2006 05:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2006/12/05/a-few-web-optimisation-tips/#comment-31272</guid>
		<description>Hi Rob - I&#039;ve done up two demos to illustrate the idea. I came across it a long time back on alistapart.com.

&lt;a href=&quot;http://verens.com/demos/single-image-effects/demo1.html&quot; rel=&quot;nofollow&quot;&gt;demo 1&lt;/a&gt;, &lt;a href=&quot;http://verens.com/demos/single-image-effects/demo2.html&quot; rel=&quot;nofollow&quot;&gt;demo 2&lt;/a&gt;.

The demos show two different levels of complexity. I haven&#039;t done the folders one, but I&#039;m sure you can do that using the ideas presented in the second demo (I&#039;ll leave that as an exercise ;-) )</description>
		<content:encoded><![CDATA[<p>Hi Rob &#8211; I&#8217;ve done up two demos to illustrate the idea. I came across it a long time back on alistapart.com.</p>
<p><a href="http://verens.com/demos/single-image-effects/demo1.html" rel="nofollow">demo 1</a>, <a href="http://verens.com/demos/single-image-effects/demo2.html" rel="nofollow">demo 2</a>.</p>
<p>The demos show two different levels of complexity. I haven&#8217;t done the folders one, but I&#8217;m sure you can do that using the ideas presented in the second demo (I&#8217;ll leave that as an exercise <img src='http://verens.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://verens.com/archives/2006/12/05/a-few-web-optimisation-tips/comment-page-1/#comment-31262</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 06 Dec 2006 00:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2006/12/05/a-few-web-optimisation-tips/#comment-31262</guid>
		<description>Thanks for the tips. I understand the Ajax request batching idea and the &quot;one big image&quot; over many small ones.

Sorry to be so dense but I don&#039;t understand how shifting an image up or down changes some of the color within that image. And I would need more explanation on your directory panel example in order to understand it as well.

Peace,

Rob:-]</description>
		<content:encoded><![CDATA[<p>Thanks for the tips. I understand the Ajax request batching idea and the &#8220;one big image&#8221; over many small ones.</p>
<p>Sorry to be so dense but I don&#8217;t understand how shifting an image up or down changes some of the color within that image. And I would need more explanation on your directory panel example in order to understand it as well.</p>
<p>Peace,</p>
<p>Rob:-]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: who the hell is Kae - Page 2 - Irish SEO, Marketing &#38; Webmaster Discussion</title>
		<link>http://verens.com/archives/2006/12/05/a-few-web-optimisation-tips/comment-page-1/#comment-31259</link>
		<dc:creator>who the hell is Kae - Page 2 - Irish SEO, Marketing &#38; Webmaster Discussion</dc:creator>
		<pubDate>Tue, 05 Dec 2006 23:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2006/12/05/a-few-web-optimisation-tips/#comment-31259</guid>
		<description>[...] kae   vbmenu_register(&quot;postmenu_6035&quot;, true);   Frontpage User Recent Blog: a few web optimisation tips [...]</description>
		<content:encoded><![CDATA[<p>[...] kae   vbmenu_register(&#8220;postmenu_6035&#8243;, true);   Frontpage User Recent Blog: a few web optimisation tips [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
