<?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: .htaccess trick to show Alternate CSS file based on IP</title>
	<atom:link href="http://www.askapache.com/htaccess/htaccess-trick-to-show-alternate-css-file-based-on-ip.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/htaccess-trick-to-show-alternate-css-file-based-on-ip.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mexa</title>
		<link>http://www.askapache.com/htaccess/htaccess-trick-to-show-alternate-css-file-based-on-ip.html#comment-62177</link>
		<dc:creator>Mexa</dc:creator>
		<pubDate>Thu, 05 Feb 2009 17:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1724#comment-62177</guid>
		<description>This is a powerful tutorial about the wonders of Apache.</description>
		<content:encoded><![CDATA[<p>This is a powerful tutorial about the wonders of Apache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.askapache.com/htaccess/htaccess-trick-to-show-alternate-css-file-based-on-ip.html#comment-46669</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Fri, 31 Oct 2008 07:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1724#comment-46669</guid>
		<description>Looks good.  Do you happen toknow how Iwould need to alter this so I can show a different page for people from different countries based on IP address?</description>
		<content:encoded><![CDATA[<p>Looks good.  Do you happen toknow how Iwould need to alter this so I can show a different page for people from different countries based on IP address?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth</title>
		<link>http://www.askapache.com/htaccess/htaccess-trick-to-show-alternate-css-file-based-on-ip.html#comment-46264</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Fri, 24 Oct 2008 00:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1724#comment-46264</guid>
		<description>Very nice concept, I will jump in with an alternative if I may?  

Code the Administrator or Developer user type given the option of overriding the CSS via Database or even a cookie.

This is just from my experience.  It seems you would need this function fairly often so why not write it in? An advantage to your idea it cross compatibility no matter what the scripting language.

My second suggestion is fairly self explanatory and would only be used temporarily so as not to unnecessarily slow the script down:

IF(IP=YOUR_IP){ 
     newcss 
}else{ 
     oldcss 
}

Good article.</description>
		<content:encoded><![CDATA[<p>Very nice concept, I will jump in with an alternative if I may?  </p>
<p>Code the Administrator or Developer user type given the option of overriding the CSS via Database or even a cookie.</p>
<p>This is just from my experience.  It seems you would need this function fairly often so why not write it in? An advantage to your idea it cross compatibility no matter what the scripting language.</p>
<p>My second suggestion is fairly self explanatory and would only be used temporarily so as not to unnecessarily slow the script down:</p>
<p>IF(IP=YOUR_IP){<br />
     newcss<br />
}else{<br />
     oldcss<br />
}</p>
<p>Good article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Falcon1986</title>
		<link>http://www.askapache.com/htaccess/htaccess-trick-to-show-alternate-css-file-based-on-ip.html#comment-46226</link>
		<dc:creator>Falcon1986</dc:creator>
		<pubDate>Wed, 22 Oct 2008 02:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1724#comment-46226</guid>
		<description>Nice article! I just wanted to find out: does placing your CSS in a subdomain offer any performance benefits or is it solely for the sake of organization? Furthermore, since WP theme files usually reside in the wp-config/themes/ directory, won&#039;t moving the stylesheet also make that theme unavailable for activation within the WP dashboard? (I realize that you can link to the stylesheet using absolute paths in the &#039;header.php&#039; file.)

BTW, I look forward to your articles. Trying to work on improvements to my own site using your tips. Thanks!</description>
		<content:encoded><![CDATA[<p>Nice article! I just wanted to find out: does placing your CSS in a subdomain offer any performance benefits or is it solely for the sake of organization? Furthermore, since WP theme files usually reside in the wp-config/themes/ directory, won&#8217;t moving the stylesheet also make that theme unavailable for activation within the WP dashboard? (I realize that you can link to the stylesheet using absolute paths in the &#8216;header.php&#8217; file.)</p>
<p>BTW, I look forward to your articles. Trying to work on improvements to my own site using your tips. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
