<?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 for CPG Dev Team Blog</title>
	<atom:link href="http://blog.coppermine-gallery.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coppermine-gallery.net</link>
	<description>Our take on technology, programming and opensource</description>
	<lastBuildDate>Fri, 13 Nov 2009 06:56:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Coppermine 1.5.1 alpha released for testers by Abbas Ali</title>
		<link>http://blog.coppermine-gallery.net/2009/07/28/coppermine-1-5-1-alpha-released-for-testers/comment-page-1/#comment-29408</link>
		<dc:creator>Abbas Ali</dc:creator>
		<pubDate>Fri, 13 Nov 2009 06:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=88#comment-29408</guid>
		<description>@abhijeet: This is not the correct place to ask coppermine questions. You should post you question in &lt;a href=&quot;http://forum.coppermine-gallery.net&quot; rel=&quot;nofollow&quot;&gt;forum&lt;/a&gt; not the blog.</description>
		<content:encoded><![CDATA[<p>@abhijeet: This is not the correct place to ask coppermine questions. You should post you question in <a href="http://forum.coppermine-gallery.net" rel="nofollow">forum</a> not the blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coppermine 1.5.1 alpha released for testers by abhijeet</title>
		<link>http://blog.coppermine-gallery.net/2009/07/28/coppermine-1-5-1-alpha-released-for-testers/comment-page-1/#comment-29353</link>
		<dc:creator>abhijeet</dc:creator>
		<pubDate>Wed, 11 Nov 2009 10:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=88#comment-29353</guid>
		<description>integrating Jcrop into coppermine to create thumbnails...

i would like to integrate Jcrop library into coppermine so that user is allowed to crop their respective thumbnails... JCrop link http://deepliquid.com/content/Jcrop.html i have created php which is creating thumbnails n storing it into directory</description>
		<content:encoded><![CDATA[<p>integrating Jcrop into coppermine to create thumbnails&#8230;</p>
<p>i would like to integrate Jcrop library into coppermine so that user is allowed to crop their respective thumbnails&#8230; JCrop link <a href="http://deepliquid.com/content/Jcrop.html" rel="nofollow">http://deepliquid.com/content/Jcrop.html</a> i have created php which is creating thumbnails n storing it into directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CPG and Me by Abbas Ali</title>
		<link>http://blog.coppermine-gallery.net/2009/06/23/cpg-and-me/comment-page-1/#comment-27940</link>
		<dc:creator>Abbas Ali</dc:creator>
		<pubDate>Tue, 06 Oct 2009 02:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=77#comment-27940</guid>
		<description>There is no such core feature but shopping cart mods are available to sell photos. Please search the support board and you will find a few shopping cart mods to sell your photos.</description>
		<content:encoded><![CDATA[<p>There is no such core feature but shopping cart mods are available to sell photos. Please search the support board and you will find a few shopping cart mods to sell your photos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CPG and Me by DM</title>
		<link>http://blog.coppermine-gallery.net/2009/06/23/cpg-and-me/comment-page-1/#comment-27933</link>
		<dc:creator>DM</dc:creator>
		<pubDate>Mon, 05 Oct 2009 16:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=77#comment-27933</guid>
		<description>I am looking to sell photos as part of my travel website. Would Coppermine have features to support this ?</description>
		<content:encoded><![CDATA[<p>I am looking to sell photos as part of my travel website. Would Coppermine have features to support this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speeding up Coppermine with htaccess by Joachim Müller</title>
		<link>http://blog.coppermine-gallery.net/2009/09/15/speeding-up-coppermine-with-htaccess/comment-page-1/#comment-27619</link>
		<dc:creator>Joachim Müller</dc:creator>
		<pubDate>Thu, 24 Sep 2009 08:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=101#comment-27619</guid>
		<description>afaik output compression doesn&#039;t work well with output buffering being used by PHP scripts. But that&#039;s what Coppermine does frequently (even nested output buffering) and that&#039;s imo the culprit. However, the blog&#039;s comment section is not the right place to discuss individual issues, as there is no support provided here. And this IS an individual issue imo. As Aditya suggested, output compression works best for completely static stuff like CSS and JS files. There is comparatively small benefit for dynamically created files, and there&#039;s absolutely no caching effects if you have any random content enabled.
I strongly suggest to continue this discussion on the support board, as your questions are not generally discussing output compression nor the htaccess technology that this blog posting is about. What you request is help with the reduction of your gallery&#039;s index page output if I understand this right. If you already have output compression working elsewhere, this article was not meant for you, as you then are already aware about the underlying technology.

Joachim Müller (aka GauGau)</description>
		<content:encoded><![CDATA[<p>afaik output compression doesn&#8217;t work well with output buffering being used by PHP scripts. But that&#8217;s what Coppermine does frequently (even nested output buffering) and that&#8217;s imo the culprit. However, the blog&#8217;s comment section is not the right place to discuss individual issues, as there is no support provided here. And this IS an individual issue imo. As Aditya suggested, output compression works best for completely static stuff like CSS and JS files. There is comparatively small benefit for dynamically created files, and there&#8217;s absolutely no caching effects if you have any random content enabled.<br />
I strongly suggest to continue this discussion on the support board, as your questions are not generally discussing output compression nor the htaccess technology that this blog posting is about. What you request is help with the reduction of your gallery&#8217;s index page output if I understand this right. If you already have output compression working elsewhere, this article was not meant for you, as you then are already aware about the underlying technology.</p>
<p>Joachim Müller (aka GauGau)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CPG and Me by nickelas</title>
		<link>http://blog.coppermine-gallery.net/2009/06/23/cpg-and-me/comment-page-1/#comment-27570</link>
		<dc:creator>nickelas</dc:creator>
		<pubDate>Tue, 22 Sep 2009 15:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=77#comment-27570</guid>
		<description>&quot;The new version 1.5 is coming and a new era of Coppermine would start very soon!&quot;

But when?</description>
		<content:encoded><![CDATA[<p>&#8220;The new version 1.5 is coming and a new era of Coppermine would start very soon!&#8221;</p>
<p>But when?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coppermine 1.5.1 alpha released for testers by Coppermine 1.5.1 alpha released for testers at CPG Dev Team Blog Scripts Rss</title>
		<link>http://blog.coppermine-gallery.net/2009/07/28/coppermine-1-5-1-alpha-released-for-testers/comment-page-1/#comment-27477</link>
		<dc:creator>Coppermine 1.5.1 alpha released for testers at CPG Dev Team Blog Scripts Rss</dc:creator>
		<pubDate>Sat, 19 Sep 2009 02:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=88#comment-27477</guid>
		<description>[...] more here:  Coppermine 1.5.1 alpha released for testers at CPG Dev Team Blog           By admin &#124; category: Object &#124; tags: take-on-technology &#124;    Speeding up Coppermine with [...]</description>
		<content:encoded><![CDATA[<p>[...] more here:  Coppermine 1.5.1 alpha released for testers at CPG Dev Team Blog           By admin | category: Object | tags: take-on-technology |    Speeding up Coppermine with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speeding up Coppermine with htaccess by Aditya Mooley</title>
		<link>http://blog.coppermine-gallery.net/2009/09/15/speeding-up-coppermine-with-htaccess/comment-page-1/#comment-27404</link>
		<dc:creator>Aditya Mooley</dc:creator>
		<pubDate>Wed, 16 Sep 2009 02:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=101#comment-27404</guid>
		<description>@twist3r: I will recommend checking your site with YSlow for compression. It will tell you exactly which files are not gzipped.

Also, here we are mainly dealing with gzipping CSS and JS files and caching images to make them load faster next time.

Finally, a link to your site would have been helpful.</description>
		<content:encoded><![CDATA[<p>@twist3r: I will recommend checking your site with YSlow for compression. It will tell you exactly which files are not gzipped.</p>
<p>Also, here we are mainly dealing with gzipping CSS and JS files and caching images to make them load faster next time.</p>
<p>Finally, a link to your site would have been helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speeding up Coppermine with htaccess by twist3r</title>
		<link>http://blog.coppermine-gallery.net/2009/09/15/speeding-up-coppermine-with-htaccess/comment-page-1/#comment-27386</link>
		<dc:creator>twist3r</dc:creator>
		<pubDate>Tue, 15 Sep 2009 16:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=101#comment-27386</guid>
		<description>I understand that on a images gallery gzip is not so important, but let&#039;s take the fact that my index page is almost 156KB size and with first level of compression it will be 10,522 KB (not sure if it&#039;s true, I just made a test).

So for me it&#039;s pretty important. I just don&#039;t understand why on others pages for my website it works, but for coppermine index page doesen&#039;t.

Still, thanks for reply.</description>
		<content:encoded><![CDATA[<p>I understand that on a images gallery gzip is not so important, but let&#8217;s take the fact that my index page is almost 156KB size and with first level of compression it will be 10,522 KB (not sure if it&#8217;s true, I just made a test).</p>
<p>So for me it&#8217;s pretty important. I just don&#8217;t understand why on others pages for my website it works, but for coppermine index page doesen&#8217;t.</p>
<p>Still, thanks for reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speeding up Coppermine with htaccess by Abbas Ali</title>
		<link>http://blog.coppermine-gallery.net/2009/09/15/speeding-up-coppermine-with-htaccess/comment-page-1/#comment-27385</link>
		<dc:creator>Abbas Ali</dc:creator>
		<pubDate>Tue, 15 Sep 2009 15:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coppermine-gallery.net/?p=101#comment-27385</guid>
		<description>@twist3r: Few threads on coppermine forum mention that gzip does not help much in case of image galleries. However now a days galleries tend to be bigger with lots of photos. In such cases the html code increases and using compression will help.

Coppermine does not control gzip compression nor does it affect the compression behavior. So if it is not working on your server then the root issue might be something else.

You are good enough if other things like Expire headers are working on your site.</description>
		<content:encoded><![CDATA[<p>@twist3r: Few threads on coppermine forum mention that gzip does not help much in case of image galleries. However now a days galleries tend to be bigger with lots of photos. In such cases the html code increases and using compression will help.</p>
<p>Coppermine does not control gzip compression nor does it affect the compression behavior. So if it is not working on your server then the root issue might be something else.</p>
<p>You are good enough if other things like Expire headers are working on your site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
