<?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 Common Media, Inc.</title>
	<atom:link href="http://www.commonmediainc.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.commonmediainc.com</link>
	<description>Online Communities and Web Development</description>
	<lastBuildDate>Thu, 27 May 2010 13:33:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Y Be Slow? by eRage webdesign</title>
		<link>http://www.commonmediainc.com/2008/03/27/y-be-slow/comment-page-1/#comment-588</link>
		<dc:creator>eRage webdesign</dc:creator>
		<pubDate>Thu, 27 May 2010 13:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/2008/03/27/y-be-slow/#comment-588</guid>
		<description>These sound like pretty good tips. I&#039;m developing a &quot;general&quot; .htaccess for most websites we&#039;re developing here.

Here&#039;s my take on the whole optimization story:

# Deflate on
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml text/javascript text/css application/x-javascript application/xhtml+xml application/javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent env=!dont-vary

# ETag off
Header unset ETag
FileETag None

#Expires on
ExpiresActive On
ExpiresDefault A0
ExpiresByType application/x-javascript &quot;access plus 1 weeks&quot;
ExpiresByType text/css &quot;access plus 1 weeks&quot;
ExpiresByType image/gif &quot;access plus 1 weeks&quot;
ExpiresByType image/png &quot;access plus 1 weeks&quot;
ExpiresByType image/x-icon &quot;access plus 1 weeks&quot;
ExpiresByType image/ico &quot;access plus 1 weeks&quot;
ExpiresByType image/jpeg &quot;access plus 1 weeks&quot;
ExpiresByType application/x-shockwave-flash &quot;access plus 1 weeks&quot;
ExpiresByType video/x-flv &quot;access plus 1 weeks&quot;

That&#039;s the .htaccess part. Also, I like putting Javascript files at the bottom of the page for quicker loading. Hope I helped you guys with this!</description>
		<content:encoded><![CDATA[<p>These sound like pretty good tips. I&#8217;m developing a &#8220;general&#8221; .htaccess for most websites we&#8217;re developing here.</p>
<p>Here&#8217;s my take on the whole optimization story:</p>
<p># Deflate on<br />
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml text/javascript text/css application/x-javascript application/xhtml+xml application/javascript<br />
BrowserMatch ^Mozilla/4 gzip-only-text/html<br />
BrowserMatch ^Mozilla/4\.0[678] no-gzip<br />
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html<br />
Header append Vary User-Agent env=!dont-vary</p>
<p># ETag off<br />
Header unset ETag<br />
FileETag None</p>
<p>#Expires on<br />
ExpiresActive On<br />
ExpiresDefault A0<br />
ExpiresByType application/x-javascript &#8220;access plus 1 weeks&#8221;<br />
ExpiresByType text/css &#8220;access plus 1 weeks&#8221;<br />
ExpiresByType image/gif &#8220;access plus 1 weeks&#8221;<br />
ExpiresByType image/png &#8220;access plus 1 weeks&#8221;<br />
ExpiresByType image/x-icon &#8220;access plus 1 weeks&#8221;<br />
ExpiresByType image/ico &#8220;access plus 1 weeks&#8221;<br />
ExpiresByType image/jpeg &#8220;access plus 1 weeks&#8221;<br />
ExpiresByType application/x-shockwave-flash &#8220;access plus 1 weeks&#8221;<br />
ExpiresByType video/x-flv &#8220;access plus 1 weeks&#8221;</p>
<p>That&#8217;s the .htaccess part. Also, I like putting Javascript files at the bottom of the page for quicker loading. Hope I helped you guys with this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Y Be Slow? by Nginx configuration tweaks for client-side speed optimization &#187; Common Media, Inc.</title>
		<link>http://www.commonmediainc.com/2008/03/27/y-be-slow/comment-page-1/#comment-545</link>
		<dc:creator>Nginx configuration tweaks for client-side speed optimization &#187; Common Media, Inc.</dc:creator>
		<pubDate>Fri, 07 May 2010 00:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/2008/03/27/y-be-slow/#comment-545</guid>
		<description>[...] we move more sites to an Nginx/Passenger server stack, we need to translate the server-side optimizations we use for browser-side performance from Apache configuration to Nginx. Here&#8217;s how that comes [...]</description>
		<content:encoded><![CDATA[<p>[...] we move more sites to an Nginx/Passenger server stack, we need to translate the server-side optimizations we use for browser-side performance from Apache configuration to Nginx. Here&#8217;s how that comes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails incorrectly caches RSS feed as HTML by Rails&#8217; Page Caching with Multiple Formats in respond_to &#171; Garrick Van Buren .com &#171; User Experience Strategy, Ruby and Rails Web App Development</title>
		<link>http://www.commonmediainc.com/2009/05/26/rails-incorrectlycaches-rss-feed-as-html/comment-page-1/#comment-521</link>
		<dc:creator>Rails&#8217; Page Caching with Multiple Formats in respond_to &#171; Garrick Van Buren .com &#171; User Experience Strategy, Ruby and Rails Web App Development</dc:creator>
		<pubDate>Tue, 09 Mar 2010 22:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/?p=106#comment-521</guid>
		<description>[...] found lots of articles on caching 1 format and not another &#8211; even Rails&#8217; documentation illustrates how to do [...]</description>
		<content:encoded><![CDATA[<p>[...] found lots of articles on caching 1 format and not another &#8211; even Rails&#8217; documentation illustrates how to do [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Clean out role-user mailboxes by Rejecting mail for valid local users &#187; Common Media, Inc.</title>
		<link>http://www.commonmediainc.com/2009/09/14/clean-out-role-user-mailboxes/comment-page-1/#comment-508</link>
		<dc:creator>Rejecting mail for valid local users &#187; Common Media, Inc.</dc:creator>
		<pubDate>Fri, 19 Feb 2010 19:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/?p=119#comment-508</guid>
		<description>[...] Linux distributions will, if they are running an SMTP server and accepting mail for local users, accumulate spam for &#8220;role&#8221; users who will never read their mail, e.g. mail, uucp, news, [...]</description>
		<content:encoded><![CDATA[<p>[...] Linux distributions will, if they are running an SMTP server and accepting mail for local users, accumulate spam for &#8220;role&#8221; users who will never read their mail, e.g. mail, uucp, news, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Template building by Andrew Pelt</title>
		<link>http://www.commonmediainc.com/2009/04/22/template-building/comment-page-1/#comment-486</link>
		<dc:creator>Andrew Pelt</dc:creator>
		<pubDate>Sat, 19 Dec 2009 20:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/?p=98#comment-486</guid>
		<description>fantastic article. Have a amazing day!</description>
		<content:encoded><![CDATA[<p>fantastic article. Have a amazing day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Baseline, Software Licenses and Services Agreements by Jeff Gordon</title>
		<link>http://www.commonmediainc.com/2009/05/29/baseline-software-licenses-services-agreements/comment-page-1/#comment-456</link>
		<dc:creator>Jeff Gordon</dc:creator>
		<pubDate>Fri, 29 May 2009 19:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/?p=108#comment-456</guid>
		<description>I&#039;m glad you&#039;re glad I&#039;m glad.  :)

Anyways, I just wanted to say thanks for the mention of my article.  I didn&#039;t realized I was being watched.

~J</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you&#8217;re glad I&#8217;m glad.  <img src='http://www.commonmediainc.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyways, I just wanted to say thanks for the mention of my article.  I didn&#8217;t realized I was being watched.</p>
<p>~J</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Y Be Slow? by pjmorse</title>
		<link>http://www.commonmediainc.com/2008/03/27/y-be-slow/comment-page-1/#comment-450</link>
		<dc:creator>pjmorse</dc:creator>
		<pubDate>Sat, 25 Apr 2009 18:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/2008/03/27/y-be-slow/#comment-450</guid>
		<description>Domain Flipping: What a confidence-inspiring name you have! And what relevant advice to the entry on which you commented!

I appreciate your pointing out the nofollow issue; it seems to be too blunt an instrument for its purpose, and I have in fact turned it off. &quot;Top Commenter&quot; seems too much like a contest, however; I don&#039;t care how often people comment, I care that they add useful ideas. (And, I should point out, the usefulness of their ideas is often in inverse proportion to their determination to push the URL of their business.)

To be more blunt, the steps you are suggesting sound to me like they&#039;re designed to cater to those who wish to build their page-rank by planting their own URLs in as many places as possible on the site, regardless of the relevance or utility of those URLs to the content we&#039;re attempting to provide. I think your motives and ours do not overlap terribly much.</description>
		<content:encoded><![CDATA[<p>Domain Flipping: What a confidence-inspiring name you have! And what relevant advice to the entry on which you commented!</p>
<p>I appreciate your pointing out the nofollow issue; it seems to be too blunt an instrument for its purpose, and I have in fact turned it off. &#8220;Top Commenter&#8221; seems too much like a contest, however; I don&#8217;t care how often people comment, I care that they add useful ideas. (And, I should point out, the usefulness of their ideas is often in inverse proportion to their determination to push the URL of their business.)</p>
<p>To be more blunt, the steps you are suggesting sound to me like they&#8217;re designed to cater to those who wish to build their page-rank by planting their own URLs in as many places as possible on the site, regardless of the relevance or utility of those URLs to the content we&#8217;re attempting to provide. I think your motives and ours do not overlap terribly much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Y Be Slow? by Domain Flipping</title>
		<link>http://www.commonmediainc.com/2008/03/27/y-be-slow/comment-page-1/#comment-449</link>
		<dc:creator>Domain Flipping</dc:creator>
		<pubDate>Sat, 25 Apr 2009 08:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/2008/03/27/y-be-slow/#comment-449</guid>
		<description>I strongly recommend that you turn the No Follow off in your comment section.

I&#039;ll watch Google Webmaster Tools, and if the links don&#039;t show up after a couple of weeks --- I won&#039;t go back to that blog again.

Another suggestion:  you should have a Top Commentator widget installed.

Do Follow and Top Commentator will ensure that you have a successful blog with lots of readers!</description>
		<content:encoded><![CDATA[<p>I strongly recommend that you turn the No Follow off in your comment section.</p>
<p>I&#8217;ll watch Google Webmaster Tools, and if the links don&#8217;t show up after a couple of weeks &#8212; I won&#8217;t go back to that blog again.</p>
<p>Another suggestion:  you should have a Top Commentator widget installed.</p>
<p>Do Follow and Top Commentator will ensure that you have a successful blog with lots of readers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code for FlyFi by Template building &#187; Common Media, Inc.</title>
		<link>http://www.commonmediainc.com/2008/12/10/code-for-flyfi/comment-page-1/#comment-447</link>
		<dc:creator>Template building &#187; Common Media, Inc.</dc:creator>
		<pubDate>Wed, 22 Apr 2009 18:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/?p=70#comment-447</guid>
		<description>[...] mentioned our work on FlyFi before; the designers, Corey McPherson Nash, recently sent out a press release [...]</description>
		<content:encoded><![CDATA[<p>[...] mentioned our work on FlyFi before; the designers, Corey McPherson Nash, recently sent out a press release [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Name our drink by Parker</title>
		<link>http://www.commonmediainc.com/2008/12/15/name-our-drink/comment-page-1/#comment-444</link>
		<dc:creator>Parker</dc:creator>
		<pubDate>Fri, 03 Apr 2009 15:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/?p=73#comment-444</guid>
		<description>I&#039;ve never given this a try, but I think it&#039;s about time I do.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never given this a try, but I think it&#8217;s about time I do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
