<?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"
	>
<channel>
	<title>Comments on: PNG8 - The Clear Winner</title>
	<atom:link href="http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/</link>
	<description></description>
	<pubDate>Fri, 04 Jul 2008 21:59:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: AlexW</title>
		<link>http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-752030</link>
		<dc:creator>AlexW</dc:creator>
		<pubDate>Sat, 28 Jun 2008 09:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-752030</guid>
		<description>Not at all, Stoyan. Appreciate the hat tip :)</description>
		<content:encoded><![CDATA[<p>Not at all, Stoyan. Appreciate the hat tip :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ssttoo</title>
		<link>http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-751811</link>
		<dc:creator>ssttoo</dc:creator>
		<pubDate>Fri, 27 Jun 2008 20:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-751811</guid>
		<description>Hey Alex, I quoted this article (and used an image from it) during my talk about "7 mistakes in image optimization". I thought I should let you know and hope you don't mind:
http://www.slideshare.net/stoyan/image-optimization-7-mistakes/

Thanks again for the great writeup!</description>
		<content:encoded><![CDATA[<p>Hey Alex, I quoted this article (and used an image from it) during my talk about &#8220;7 mistakes in image optimization&#8221;. I thought I should let you know and hope you don&#8217;t mind:<br />
<a href="http://www.slideshare.net/stoyan/image-optimization-7-mistakes/" rel="nofollow">http://www.slideshare.net/stoyan/image-optimization-7-mistakes/</a></p>
<p>Thanks again for the great writeup!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: nicedeals</title>
		<link>http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-744562</link>
		<dc:creator>nicedeals</dc:creator>
		<pubDate>Sat, 14 Jun 2008 11:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-744562</guid>
		<description>Excellent write up here. Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent write up here. Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Cooly</title>
		<link>http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-741705</link>
		<dc:creator>Cooly</dc:creator>
		<pubDate>Sun, 08 Jun 2008 20:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-741705</guid>
		<description>support gif renamed by file surname PNG :D
&lt;a href="http://www.inadinagul.com" rel="nofollow"&gt;&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>support gif renamed by file surname PNG :D<br />
<a href="http://www.inadinagul.com" rel="nofollow"></a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Wynnefield</title>
		<link>http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-698772</link>
		<dc:creator>Wynnefield</dc:creator>
		<pubDate>Sun, 20 Apr 2008 01:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-698772</guid>
		<description>i use png-24 with the alpha transparency option and don't seem to have any problems, expcept of course with IE6. then again i have a deferred javascript referenced in the head section of any pages with png files and the alpha transparency is clear as a bell, drop shadows, gradients, everything is nice and smooth.</description>
		<content:encoded><![CDATA[<p>i use png-24 with the alpha transparency option and don&#8217;t seem to have any problems, expcept of course with IE6. then again i have a deferred javascript referenced in the head section of any pages with png files and the alpha transparency is clear as a bell, drop shadows, gradients, everything is nice and smooth.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-679666</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 06 Apr 2008 18:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-679666</guid>
		<description>If you want png 32s to be transparent in IE6, you just have to use this in your style sheet. It has to be at the very top of your style sheet, and you have to import your style sheet from within another style sheet for it to render correctly.

&lt;code&gt;
img {
*ie6_-: [png]transparent;
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>If you want png 32s to be transparent in IE6, you just have to use this in your style sheet. It has to be at the very top of your style sheet, and you have to import your style sheet from within another style sheet for it to render correctly.</p>
<code>
img {
*ie6_-: [png]transparent;
}
</code>]]></content:encoded>
	</item>
	<item>
		<title>By: Cassie</title>
		<link>http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-678523</link>
		<dc:creator>Cassie</dc:creator>
		<pubDate>Sun, 06 Apr 2008 01:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-678523</guid>
		<description>@CaryD:  Thanks so much! I realized that this method produces the same result as if one were to insert an image in DreamWeaver CS3 and select a .psd file, and select png8 as the file type.</description>
		<content:encoded><![CDATA[<p>@CaryD:  Thanks so much! I realized that this method produces the same result as if one were to insert an image in DreamWeaver CS3 and select a .psd file, and select png8 as the file type.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: CaryD</title>
		<link>http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-678317</link>
		<dc:creator>CaryD</dc:creator>
		<pubDate>Sat, 05 Apr 2008 22:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-678317</guid>
		<description>@ Cassie:

You need to cover the image with a rectangular slice and select the slice. Click on the Preview button on the top bar to see the colors correctly. Make your settings in the Optimize panel with the slice still selected. Then right click the slice (or Ctrl+click on a Mac, I think) and choose Export Selected Slice from the popup menu.</description>
		<content:encoded><![CDATA[<p>@ Cassie:</p>
<p>You need to cover the image with a rectangular slice and select the slice. Click on the Preview button on the top bar to see the colors correctly. Make your settings in the Optimize panel with the slice still selected. Then right click the slice (or Ctrl+click on a Mac, I think) and choose Export Selected Slice from the popup menu.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Cassie</title>
		<link>http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-678037</link>
		<dc:creator>Cassie</dc:creator>
		<pubDate>Sat, 05 Apr 2008 18:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-678037</guid>
		<description>Hi, I've tried adjusting my png8 with your info here but I am still getting the background in ie?  I have it set to png 8, alpha transparency and so forth, have tried it with various color counts but I still have the same issue.  Help?!  I believe I am missing the most basic of things here but for the life of me can not ascertain what that thing is!
Thanks so much.
C</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve tried adjusting my png8 with your info here but I am still getting the background in ie?  I have it set to png 8, alpha transparency and so forth, have tried it with various color counts but I still have the same issue.  Help?!  I believe I am missing the most basic of things here but for the life of me can not ascertain what that thing is!<br />
Thanks so much.<br />
C</p>]]></content:encoded>
	</item>
	<item>
		<title>By: georgevreilly</title>
		<link>http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-652112</link>
		<dc:creator>georgevreilly</dc:creator>
		<pubDate>Mon, 10 Mar 2008 23:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/#comment-652112</guid>
		<description>Your article saved my sanity. We were having a really nasty problem with IE6 deadlocking when we used the AlphaImageLoader CSS filter, and PNG8s gave us a good way out.

Details at http://blogs.cozi.com/tech/2008/03/transparent-png.html</description>
		<content:encoded><![CDATA[<p>Your article saved my sanity. We were having a really nasty problem with IE6 deadlocking when we used the AlphaImageLoader CSS filter, and PNG8s gave us a good way out.</p>
<p>Details at <a href="http://blogs.cozi.com/tech/2008/03/transparent-png.html" rel="nofollow">http://blogs.cozi.com/tech/2008/03/transparent-png.html</a></p>]]></content:encoded>
	</item>
</channel>
</rss>
