<?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 thought-after.com</title>
	<atom:link href="http://www.thought-after.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thought-after.com</link>
	<description>Web development and geeky stuff by Lafinboy</description>
	<lastBuildDate>Thu, 18 Feb 2010 18:57:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on CSS Random Background Image Rotation by ChrisR</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/comment-page-7/#comment-6675</link>
		<dc:creator>ChrisR</dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-6675</guid>
		<description>Hello. 

I was able to accomplish the random background with a different method, it&#039;s not as dynamic as this one, I have to put the file names in an array. since I&#039;ll only have a couple images, that is fine. 

Thanks!

Chris</description>
		<content:encoded><![CDATA[<p>Hello. </p>
<p>I was able to accomplish the random background with a different method, it&#039;s not as dynamic as this one, I have to put the file names in an array. since I&#039;ll only have a couple images, that is fine. </p>
<p>Thanks!</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Random Background Image Rotation by ChrisR</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/comment-page-7/#comment-6658</link>
		<dc:creator>ChrisR</dc:creator>
		<pubDate>Wed, 17 Feb 2010 13:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-6658</guid>
		<description>Hello, 

Yup, I have the @import directive in place.  If you&#039;d be willing to check it out, that would be great. My site is http://hasslefreegaming.com/v2/index.php. I&#039;m new to css and php, the site is a work in progress :)

Thanks again!</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>Yup, I have the @import directive in place.  If you&#039;d be willing to check it out, that would be great. My site is <a href="http://hasslefreegaming.com/v2/index.php" rel="nofollow">http://hasslefreegaming.com/v2/index.php</a>. I&#039;m new to css and php, the site is a work in progress <img src='http://www.thought-after.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Random Background Image Rotation by Lafinboy</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/comment-page-7/#comment-6652</link>
		<dc:creator>Lafinboy</dc:creator>
		<pubDate>Wed, 17 Feb 2010 05:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-6652</guid>
		<description>Hey Chris, have you included the @import style directive in the head of your page? It looks like you&#039;re doing everything else right. Do you have a URL I can have  a look at so I can help debug?</description>
		<content:encoded><![CDATA[<p>Hey Chris, have you included the @import style directive in the head of your page? It looks like you&#039;re doing everything else right. Do you have a URL I can have  a look at so I can help debug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free random background image script tool by eddiedm</title>
		<link>http://www.thought-after.com/2007/08/free-random-background-image-script-tool/comment-page-1/#comment-6646</link>
		<dc:creator>eddiedm</dc:creator>
		<pubDate>Tue, 16 Feb 2010 21:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2007/08/13/free-random-background-image-script-tool/#comment-6646</guid>
		<description>It won&#039;t show up in safari 4.0.2 or my firefox for me. Not sure why</description>
		<content:encoded><![CDATA[<p>It won&#039;t show up in safari 4.0.2 or my firefox for me. Not sure why</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Random Background Image Rotation by ChrisR</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/comment-page-7/#comment-6645</link>
		<dc:creator>ChrisR</dc:creator>
		<pubDate>Tue, 16 Feb 2010 20:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-6645</guid>
		<description>I&#039;m going to be &quot;that guy&quot;, and reply to my own post...  So, im my css file, I left the body section empty 

Body { }

I then added a rotate id

#rotate {
background: #012d4a;
background-position: top center;
background-repeat: no-repeat;
background-attachment:fixed; 
font-size: 1em;
font-family: verdana;
margin: 0;
}

From there, I did as you suggested, and put the id in my body tag . Everything worked, except this script. The background colour was correct, so I am assuming the rotate properties are applied to the body. However, I end up with no images. 

I have dynamic_css.php located in the same directory as my css file, though I&#039;m not sure how it knows the name of the css file? Fortunately, I only have one css file so i guess that shouldn&#039;t be an issue. I put the following in the dynamic_css file;

$imgFolder = &quot;/img/rotate/&quot;;  (I also tried img/rotate/)
$element = &quot;rotate&quot;;

My image directory contains two images, both .png files. 

I can&#039;t think of any other useful information :)

Not sure where I could be going wrong?

Cheers,

Chris</description>
		<content:encoded><![CDATA[<p>I&#039;m going to be &#034;that guy&#034;, and reply to my own post&#8230;  So, im my css file, I left the body section empty </p>
<p>Body { }</p>
<p>I then added a rotate id</p>
<p>#rotate {<br />
background: #012d4a;<br />
background-position: top center;<br />
background-repeat: no-repeat;<br />
background-attachment:fixed;<br />
font-size: 1em;<br />
font-family: verdana;<br />
margin: 0;<br />
}</p>
<p>From there, I did as you suggested, and put the id in my body tag . Everything worked, except this script. The background colour was correct, so I am assuming the rotate properties are applied to the body. However, I end up with no images. </p>
<p>I have dynamic_css.php located in the same directory as my css file, though I&#039;m not sure how it knows the name of the css file? Fortunately, I only have one css file so i guess that shouldn&#039;t be an issue. I put the following in the dynamic_css file;</p>
<p>$imgFolder = &#034;/img/rotate/&#034;;  (I also tried img/rotate/)<br />
$element = &#034;rotate&#034;;</p>
<p>My image directory contains two images, both .png files. </p>
<p>I can&#039;t think of any other useful information <img src='http://www.thought-after.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Not sure where I could be going wrong?</p>
<p>Cheers,</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Random Background Image Rotation by ChrisR</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/comment-page-7/#comment-6641</link>
		<dc:creator>ChrisR</dc:creator>
		<pubDate>Tue, 16 Feb 2010 17:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-6641</guid>
		<description>Hello and thanks for the quick reply! Just so I&#039;m clear on your instructions, you&#039;re suggesting I make up an ID for this script, lets say we call it rotate. I would then do something like  in my pages?

Would I need to have the #rotate id added to my css file as well?

I&#039;m very new to css and php, sorry :P</description>
		<content:encoded><![CDATA[<p>Hello and thanks for the quick reply! Just so I&#039;m clear on your instructions, you&#039;re suggesting I make up an ID for this script, lets say we call it rotate. I would then do something like  in my pages?</p>
<p>Would I need to have the #rotate id added to my css file as well?</p>
<p>I&#039;m very new to css and php, sorry <img src='http://www.thought-after.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Random Background Image Rotation by Lafinboy</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/comment-page-7/#comment-6633</link>
		<dc:creator>Lafinboy</dc:creator>
		<pubDate>Tue, 16 Feb 2010 05:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-6633</guid>
		<description>Hi Chris, the script attaches itself to an element identified by an id attribute. Quick fix is to add an id attribute to your body element, and use this id in the script.</description>
		<content:encoded><![CDATA[<p>Hi Chris, the script attaches itself to an element identified by an id attribute. Quick fix is to add an id attribute to your body element, and use this id in the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Random Background Image Rotation by ChrisR</title>
		<link>http://www.thought-after.com/2006/05/css-random-background-image-rotation/comment-page-7/#comment-6627</link>
		<dc:creator>ChrisR</dc:creator>
		<pubDate>Mon, 15 Feb 2010 17:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/#comment-6627</guid>
		<description>Hello, 

Hopefully someone can help me. I&#039;m trying to use this script to rotate the overall site background. I&#039;ve tried everything I can think of to get this to work. Could my problems be related to the fact that the body section of the CSS file doesn&#039;t start with a # (as seen below)?

BODY {
background: #012d4a;
background-image: url(img/background3.png);
background-position: top center;
background-repeat: no-repeat;
background-attachment:fixed;
font-size: 1em;
font-family: verdana;
margin: 0;
}

This is the background image that I am trying to rotate... is it possible? Any help would be greatly appreciated!

Thanks

Chris</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>Hopefully someone can help me. I&#039;m trying to use this script to rotate the overall site background. I&#039;ve tried everything I can think of to get this to work. Could my problems be related to the fact that the body section of the CSS file doesn&#039;t start with a # (as seen below)?</p>
<p>BODY {<br />
background: #012d4a;<br />
background-image: url(img/background3.png);<br />
background-position: top center;<br />
background-repeat: no-repeat;<br />
background-attachment:fixed;<br />
font-size: 1em;<br />
font-family: verdana;<br />
margin: 0;<br />
}</p>
<p>This is the background image that I am trying to rotate&#8230; is it possible? Any help would be greatly appreciated!</p>
<p>Thanks</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free random background image script tool by Dave</title>
		<link>http://www.thought-after.com/2007/08/free-random-background-image-script-tool/comment-page-1/#comment-6525</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 06 Feb 2010 08:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2007/08/13/free-random-background-image-script-tool/#comment-6525</guid>
		<description>thanks! i will for sure</description>
		<content:encoded><![CDATA[<p>thanks! i will for sure</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox and Java JRE update problem fixed by Gregory</title>
		<link>http://www.thought-after.com/2006/05/firefox-and-java-jre-update-problem-fixed/comment-page-3/#comment-6477</link>
		<dc:creator>Gregory</dc:creator>
		<pubDate>Tue, 02 Feb 2010 23:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/05/24/firefox-and-java-jre-update-problem-fixed/#comment-6477</guid>
		<description>WTF? I have been a loyal Firefox fan and understand diff between commercial software and Mozilla. But this does not sound like an obscure bug and I am getting similar messages in February 2010. I have seen similar discussions of same topic from late 2006. Why is this not fixed by Mozillar and/or Sun(Oracle) Java?
I have latest versions of Java and Firefox. I can&#039;t find trace of Java Console in the plugin lists or in my Control Panel list of Add or Remove Programs.
When I search I find ten copies (!) of NPOJI610.dll in various Java directories. Apparently when Java updates it simply creates a new directory and a new copy of everything. How strange is that. I wonder why they are the only program install that is too lazy to uninstall or at least write over the old version.
I will uninstall all my old versions of Java and then install again from scratch. I hope that works.</description>
		<content:encoded><![CDATA[<p>WTF? I have been a loyal Firefox fan and understand diff between commercial software and Mozilla. But this does not sound like an obscure bug and I am getting similar messages in February 2010. I have seen similar discussions of same topic from late 2006. Why is this not fixed by Mozillar and/or Sun(Oracle) Java?<br />
I have latest versions of Java and Firefox. I can&#039;t find trace of Java Console in the plugin lists or in my Control Panel list of Add or Remove Programs.<br />
When I search I find ten copies (!) of NPOJI610.dll in various Java directories. Apparently when Java updates it simply creates a new directory and a new copy of everything. How strange is that. I wonder why they are the only program install that is too lazy to uninstall or at least write over the old version.<br />
I will uninstall all my old versions of Java and then install again from scratch. I hope that works.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
