<?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: Random banner images in WordPress</title>
	<atom:link href="http://david.davies.name/weblog/2005/12/11/random-banner-images-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://david.davies.name/weblog/2005/12/11/random-banner-images-in-wordpress/</link>
	<description>Just making it up as I go along</description>
	<lastBuildDate>Sat, 12 Sep 2009 22:34:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Manga4vn</title>
		<link>http://david.davies.name/weblog/2005/12/11/random-banner-images-in-wordpress/comment-page-1/#comment-14967</link>
		<dc:creator>Manga4vn</dc:creator>
		<pubDate>Tue, 23 Sep 2008 14:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://david.davies.name/weblog/?p=244#comment-14967</guid>
		<description>Thanks for this but i tried and it didn&#039;t work.
Can u help me?</description>
		<content:encoded><![CDATA[<p>Thanks for this but i tried and it didn&#8217;t work.<br />
Can u help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Out of the Rough &#187; Blog Archive &#187; Theme #2 - FallSeason</title>
		<link>http://david.davies.name/weblog/2005/12/11/random-banner-images-in-wordpress/comment-page-1/#comment-13360</link>
		<dc:creator>Out of the Rough &#187; Blog Archive &#187; Theme #2 - FallSeason</dc:creator>
		<pubDate>Fri, 08 Jun 2007 03:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://david.davies.name/weblog/?p=244#comment-13360</guid>
		<description>[...] header images going with some of my own shots, thanks to the small piece of code referred to by David Davies. The header image changes at each page refresh - it&#8217;s not how I ultimately want the banner [...]</description>
		<content:encoded><![CDATA[<p>[...] header images going with some of my own shots, thanks to the small piece of code referred to by David Davies. The header image changes at each page refresh &#8211; it&#8217;s not how I ultimately want the banner [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Spector</title>
		<link>http://david.davies.name/weblog/2005/12/11/random-banner-images-in-wordpress/comment-page-1/#comment-13347</link>
		<dc:creator>Jason Spector</dc:creator>
		<pubDate>Thu, 07 Jun 2007 10:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://david.davies.name/weblog/?p=244#comment-13347</guid>
		<description>Ronaldo,

I&#039;m sure this is 6 months too late, but I wanted to respond to your inquiry about randomizing flash banners. I tried David&#039;s code to call Flash banners and it worked perfectly. This is the snippet of code I used:

  

...and this is how I used it:

.swf&quot; width=&quot;600&quot; height=&quot;125&quot;&gt;
.swf&quot; /&gt;





I hope this helps.</description>
		<content:encoded><![CDATA[<p>Ronaldo,</p>
<p>I&#8217;m sure this is 6 months too late, but I wanted to respond to your inquiry about randomizing flash banners. I tried David&#8217;s code to call Flash banners and it worked perfectly. This is the snippet of code I used:</p>
<p>&#8230;and this is how I used it:</p>
<p>.swf&#8221; width=&#8221;600&#8243; height=&#8221;125&#8243;&gt;<br />
.swf&#8221; /&gt;</p>
<p>I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogula Rasa &#187; Random banner images in WordPress</title>
		<link>http://david.davies.name/weblog/2005/12/11/random-banner-images-in-wordpress/comment-page-1/#comment-13274</link>
		<dc:creator>Blogula Rasa &#187; Random banner images in WordPress</dc:creator>
		<pubDate>Sun, 29 Apr 2007 21:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://david.davies.name/weblog/?p=244#comment-13274</guid>
		<description>[...] Random banner images in WordPress: 29/Apr/07David Davies&#8217; Weblog &#187; Blog Archive &#187; Random banner images in WordPressHmm. This looks easy enough to figure out&#8230; even for me! But David&#039;s a whiz at PHP so [...]</description>
		<content:encoded><![CDATA[<p>[...] Random banner images in WordPress: 29/Apr/07David Davies&rsquo; Weblog &raquo; Blog Archive &raquo; Random banner images in WordPressHmm. This looks easy enough to figure out&#8230; even for me! But David&#39;s a whiz at PHP so [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy Takemoto</title>
		<link>http://david.davies.name/weblog/2005/12/11/random-banner-images-in-wordpress/comment-page-1/#comment-13257</link>
		<dc:creator>Timothy Takemoto</dc:creator>
		<pubDate>Sun, 22 Apr 2007 12:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://david.davies.name/weblog/?p=244#comment-13257</guid>
		<description>Thanks for this. There is a plugin apparently but it may not be uptodate and compatible with recent versions of wordpress. The only thing I would add is that if your theme uses a seperate .css style sheet it will be necessary to tell your server to parse for php inside the .css file with a .htaccess file containing
AddType application/x-httpd-php .css
assuming a linux server.</description>
		<content:encoded><![CDATA[<p>Thanks for this. There is a plugin apparently but it may not be uptodate and compatible with recent versions of wordpress. The only thing I would add is that if your theme uses a seperate .css style sheet it will be necessary to tell your server to parse for php inside the .css file with a .htaccess file containing<br />
AddType application/x-httpd-php .css<br />
assuming a linux server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://david.davies.name/weblog/2005/12/11/random-banner-images-in-wordpress/comment-page-1/#comment-9650</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 04 Jan 2007 13:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://david.davies.name/weblog/?p=244#comment-9650</guid>
		<description>Hi Ronaldo, sorry, I can&#039;t help you with Flash. However I&#039;m sure the answer would involve modifying the header.php template file replacing the header image with a Flash file instead.</description>
		<content:encoded><![CDATA[<p>Hi Ronaldo, sorry, I can&#8217;t help you with Flash. However I&#8217;m sure the answer would involve modifying the header.php template file replacing the header image with a Flash file instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronaldo</title>
		<link>http://david.davies.name/weblog/2005/12/11/random-banner-images-in-wordpress/comment-page-1/#comment-9628</link>
		<dc:creator>Ronaldo</dc:creator>
		<pubDate>Thu, 04 Jan 2007 13:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://david.davies.name/weblog/?p=244#comment-9628</guid>
		<description>Very cool method for images!
I have tried without success to have a flash animation at the same place the header image is located.
Any suggestion? 
Thank you.</description>
		<content:encoded><![CDATA[<p>Very cool method for images!<br />
I have tried without success to have a flash animation at the same place the header image is located.<br />
Any suggestion?<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://david.davies.name/weblog/2005/12/11/random-banner-images-in-wordpress/comment-page-1/#comment-2201</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 03 Sep 2006 19:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://david.davies.name/weblog/?p=244#comment-2201</guid>
		<description>Thanks! I think the PHP way is easier for my needs.</description>
		<content:encoded><![CDATA[<p>Thanks! I think the PHP way is easier for my needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://david.davies.name/weblog/2005/12/11/random-banner-images-in-wordpress/comment-page-1/#comment-19</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 13 Dec 2005 09:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://david.davies.name/weblog/?p=244#comment-19</guid>
		<description>Thanks D&#039;Arcy, I&#039;ll check out the Automatic Rotator script. I wanted to do my own little hack though just so that I could get a slight insight into some of the (easier) inside workings of WP, plus I&#039;m slowly teaching myself PHP :) But that&#039;s what I love about the web and weblogs, there are always so many ways to accomplish the same or similar tasks.</description>
		<content:encoded><![CDATA[<p>Thanks D&#8217;Arcy, I&#8217;ll check out the Automatic Rotator script. I wanted to do my own little hack though just so that I could get a slight insight into some of the (easier) inside workings of WP, plus I&#8217;m slowly teaching myself PHP <img src='http://david.davies.name/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But that&#8217;s what I love about the web and weblogs, there are always so many ways to accomplish the same or similar tasks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy Norman</title>
		<link>http://david.davies.name/weblog/2005/12/11/random-banner-images-in-wordpress/comment-page-1/#comment-18</link>
		<dc:creator>D'Arcy Norman</dc:creator>
		<pubDate>Mon, 12 Dec 2005 17:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://david.davies.name/weblog/?p=244#comment-18</guid>
		<description>Cool. There&#039;s an easier way, though... ;-) I use the &quot;Automatic Rotator&quot; script, which automatically picks an image from a folder, and spits it out on request - so you can just set the background of a div to the php file itself, and it will Do The Right Thing... Also works when used in static HTML (as long as it can &quot;see&quot; the php file, which will execute on its own and return an image)

http://automaticlabs.com/products/rotator/</description>
		<content:encoded><![CDATA[<p>Cool. There&#8217;s an easier way, though&#8230; <img src='http://david.davies.name/weblog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  I use the &#8220;Automatic Rotator&#8221; script, which automatically picks an image from a folder, and spits it out on request &#8211; so you can just set the background of a div to the php file itself, and it will Do The Right Thing&#8230; Also works when used in static HTML (as long as it can &#8220;see&#8221; the php file, which will execute on its own and return an image)</p>
<p><a href="http://automaticlabs.com/products/rotator/" rel="nofollow">http://automaticlabs.com/products/rotator/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
