<?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: Timed based CSS stylesheet with PHP</title>
	<atom:link href="http://www.jek2k.com/wp/2007/05/03/timed-based-css-stylesheet-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jek2k.com/wp/2007/05/03/timed-based-css-stylesheet-with-php/</link>
	<description>still awake at night?</description>
	<lastBuildDate>Sun, 25 Jul 2010 14:29:11 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: t3rry</title>
		<link>http://www.jek2k.com/wp/2007/05/03/timed-based-css-stylesheet-with-php/comment-page-1/#comment-5224</link>
		<dc:creator>t3rry</dc:creator>
		<pubDate>Thu, 19 Jul 2007 09:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jek2k.com/wp/index.php/2007/05/03/timed-based-css-stylesheet-with-php/#comment-5224</guid>
		<description>This is very useful stuff. I think it can be modified to find the address of the browser but my mind&#039;s too tired these days to think much beyond the work I have to do. I still like to find time for cruising the net checking out what the rest of the world is doing on their sites. Love your site. Elegant.
t3</description>
		<content:encoded><![CDATA[<p>This is very useful stuff. I think it can be modified to find the address of the browser but my mind&#8217;s too tired these days to think much beyond the work I have to do. I still like to find time for cruising the net checking out what the rest of the world is doing on their sites. Love your site. Elegant.<br />
t3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolò</title>
		<link>http://www.jek2k.com/wp/2007/05/03/timed-based-css-stylesheet-with-php/comment-page-1/#comment-2995</link>
		<dc:creator>Nicolò</dc:creator>
		<pubDate>Thu, 10 May 2007 18:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jek2k.com/wp/index.php/2007/05/03/timed-based-css-stylesheet-with-php/#comment-2995</guid>
		<description>Frederick, you&#039;re right.
However, in my case I just wanted the site to change CSS according to office opening hours, so it had to work for my time-zome only.

... but hey, I&#039;m not a programmer :-P</description>
		<content:encoded><![CDATA[<p>Frederick, you&#8217;re right.<br />
However, in my case I just wanted the site to change CSS according to office opening hours, so it had to work for my time-zome only.</p>
<p>&#8230; but hey, I&#8217;m not a programmer <img src='http://www.jek2k.com/wp/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Wärnsberg</title>
		<link>http://www.jek2k.com/wp/2007/05/03/timed-based-css-stylesheet-with-php/comment-page-1/#comment-2984</link>
		<dc:creator>Fredrik Wärnsberg</dc:creator>
		<pubDate>Thu, 10 May 2007 11:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.jek2k.com/wp/index.php/2007/05/03/timed-based-css-stylesheet-with-php/#comment-2984</guid>
		<description>Yeah, getting the time via javascript and simple changing the css (which there are plenty tutorials on) would probably be an easier and more accurate idea. If the user has disabled javascript they just get the original CSS-file :)</description>
		<content:encoded><![CDATA[<p>Yeah, getting the time via javascript and simple changing the css (which there are plenty tutorials on) would probably be an easier and more accurate idea. If the user has disabled javascript they just get the original CSS-file <img src='http://www.jek2k.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolò</title>
		<link>http://www.jek2k.com/wp/2007/05/03/timed-based-css-stylesheet-with-php/comment-page-1/#comment-2905</link>
		<dc:creator>Nicolò</dc:creator>
		<pubDate>Mon, 07 May 2007 17:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jek2k.com/wp/index.php/2007/05/03/timed-based-css-stylesheet-with-php/#comment-2905</guid>
		<description>I know, this is a bit of a limitation...
However you can read time on the client using Javascript, maybe you can try making a similar script in JS, it shouldn&#039;t be too hard I think.</description>
		<content:encoded><![CDATA[<p>I know, this is a bit of a limitation&#8230;<br />
However you can read time on the client using Javascript, maybe you can try making a similar script in JS, it shouldn&#8217;t be too hard I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimjones</title>
		<link>http://www.jek2k.com/wp/2007/05/03/timed-based-css-stylesheet-with-php/comment-page-1/#comment-2854</link>
		<dc:creator>jimjones</dc:creator>
		<pubDate>Sun, 06 May 2007 00:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jek2k.com/wp/index.php/2007/05/03/timed-based-css-stylesheet-with-php/#comment-2854</guid>
		<description>using the php date function will get the time of your server, so in one part of the world where its day for the server, it will be night for the other
which to some, will be kinda weird</description>
		<content:encoded><![CDATA[<p>using the php date function will get the time of your server, so in one part of the world where its day for the server, it will be night for the other<br />
which to some, will be kinda weird</p>
]]></content:encoded>
	</item>
</channel>
</rss>
