<?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: Background LZW compression/decompression using AS2</title>
	<atom:link href="http://zehfernando.com/2007/background-lzw-compressiondecompression-using-as2/feed/" rel="self" type="application/rss+xml" />
	<link>http://zehfernando.com/2007/background-lzw-compressiondecompression-using-as2/</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 00:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: William from Lagos</title>
		<link>http://zehfernando.com/2007/background-lzw-compressiondecompression-using-as2/comment-page-1/#comment-344</link>
		<dc:creator>William from Lagos</dc:creator>
		<pubDate>Tue, 08 May 2007 11:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://labs.zeh.com.br/blog/?p=99#comment-344</guid>
		<description>Should have sent this a while ago. I tried using the PHP LZW in the link you sent me, but it doesn&#039;t seem to work. There might be soimething I am not doing right.

I know you&#039;re not the author, but could you please give a try to see if it does decompresss string that was compressed using your LZW compression.

Thanks in anticipation</description>
		<content:encoded><![CDATA[<p>Should have sent this a while ago. I tried using the PHP LZW in the link you sent me, but it doesn&#8217;t seem to work. There might be soimething I am not doing right.</p>
<p>I know you&#8217;re not the author, but could you please give a try to see if it does decompresss string that was compressed using your LZW compression.</p>
<p>Thanks in anticipation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William from Lagos</title>
		<link>http://zehfernando.com/2007/background-lzw-compressiondecompression-using-as2/comment-page-1/#comment-343</link>
		<dc:creator>William from Lagos</dc:creator>
		<pubDate>Sat, 21 Apr 2007 23:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://labs.zeh.com.br/blog/?p=99#comment-343</guid>
		<description>Hey Thanks for the reply and your findings.</description>
		<content:encoded><![CDATA[<p>Hey Thanks for the reply and your findings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeh</title>
		<link>http://zehfernando.com/2007/background-lzw-compressiondecompression-using-as2/comment-page-1/#comment-342</link>
		<dc:creator>Zeh</dc:creator>
		<pubDate>Sat, 21 Apr 2007 18:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://labs.zeh.com.br/blog/?p=99#comment-342</guid>
		<description>William: the good thing about LZW is that it&#039;s largely used everywhere else, so it&#039;s not hard to find LZW string decoders on most languages.

After a quick search on Google, I came up with many results for PHP, including this open source one:

http://whoyouknow.co.uk/uni/datacompression/lzw.php

I couldn&#039;t find anything for CF, though. I didn&#039;t search much, but it seems it&#039;s just hard to find CF material.</description>
		<content:encoded><![CDATA[<p>William: the good thing about LZW is that it&#8217;s largely used everywhere else, so it&#8217;s not hard to find LZW string decoders on most languages.</p>
<p>After a quick search on Google, I came up with many results for PHP, including this open source one:</p>
<p><a href="http://whoyouknow.co.uk/uni/datacompression/lzw.php" rel="nofollow">http://whoyouknow.co.uk/uni/datacompression/lzw.php</a></p>
<p>I couldn&#8217;t find anything for CF, though. I didn&#8217;t search much, but it seems it&#8217;s just hard to find CF material.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William from Lagos</title>
		<link>http://zehfernando.com/2007/background-lzw-compressiondecompression-using-as2/comment-page-1/#comment-341</link>
		<dc:creator>William from Lagos</dc:creator>
		<pubDate>Sat, 21 Apr 2007 18:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://labs.zeh.com.br/blog/?p=99#comment-341</guid>
		<description>Thanks. This i s pretty useful tool. But how can the data sent to server be decompressed (maybe in PHP or ColdFusion)?</description>
		<content:encoded><![CDATA[<p>Thanks. This i s pretty useful tool. But how can the data sent to server be decompressed (maybe in PHP or ColdFusion)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

