<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Random Images</title>
	<link>http://www.davewooding.com/random-images/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 00:58:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: admin</title>
		<link>http://www.davewooding.com/random-images/#comment-40</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 07 Mar 2008 05:48:45 +0000</pubDate>
		<guid>http://www.davewooding.com/random-images/#comment-40</guid>
		<description>@Debra,

For this site, the only reason I am doing the random image display is to keep things interesting - pretty much just for entertainment purposes.


You want outside the box, OK.

One thing you could do is use it as a banner ad display system.  Say you have five advertisement images you want to display.  Using the random image selection, you could display a random advertisement on each page load.  Add some more PHP functionality and you could also track which images get the most clicks.

Another idea not exactly related, but something that I actually did.  I would rotate different variations of Google Adsense across a portfolio of web sites on different days of the month.  All of the odd days, I would show one version and all of the even days, I would show another version. This way, I had a very simple tracking system when I logged into my account.  

The code looked something like this:

&lt;?php

$day = date("j");
$day = $day % 2;  // &lt;- there's that modulus thing I keep talking about
if ($day &lt; 1) {
   print "Google Adsense 1";
} else {
   print "Google Adsense 2";
} 

?&gt;

Dave</description>
		<content:encoded><![CDATA[<p>@Debra,</p>
<p>For this site, the only reason I am doing the random image display is to keep things interesting - pretty much just for entertainment purposes.</p>
<p>You want outside the box, OK.</p>
<p>One thing you could do is use it as a banner ad display system.  Say you have five advertisement images you want to display.  Using the random image selection, you could display a random advertisement on each page load.  Add some more PHP functionality and you could also track which images get the most clicks.</p>
<p>Another idea not exactly related, but something that I actually did.  I would rotate different variations of Google Adsense across a portfolio of web sites on different days of the month.  All of the odd days, I would show one version and all of the even days, I would show another version. This way, I had a very simple tracking system when I logged into my account.  </p>
<p>The code looked something like this:</p>
<p>< ?php</p>
<p>$day = date("j");<br />
$day = $day % 2;  // <- there's that modulus thing I keep talking about<br />
if ($day < 1) {<br />
   print "Google Adsense 1";<br />
} else {<br />
   print "Google Adsense 2";<br />
} </p>
<p>?></p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romantic Bedroom Ideas</title>
		<link>http://www.davewooding.com/random-images/#comment-30</link>
		<dc:creator>Romantic Bedroom Ideas</dc:creator>
		<pubDate>Thu, 06 Mar 2008 23:14:06 +0000</pubDate>
		<guid>http://www.davewooding.com/random-images/#comment-30</guid>
		<description>I've seen this done with random header graphic images... but never saw the point.
I realize that when some one is clicking through your site another image will show up, but I think this would create confusion.

Could you post some ideas that this technique might be useful for?  My thinking outside the box cap is lost. :(

Debra THAT Painter Lady.com</description>
		<content:encoded><![CDATA[<p>I've seen this done with random header graphic images... but never saw the point.<br />
I realize that when some one is clicking through your site another image will show up, but I think this would create confusion.</p>
<p>Could you post some ideas that this technique might be useful for?  My thinking outside the box cap is lost. :(</p>
<p>Debra THAT Painter Lady.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random Text</title>
		<link>http://www.davewooding.com/random-images/#comment-11</link>
		<dc:creator>Random Text</dc:creator>
		<pubDate>Mon, 03 Mar 2008 20:27:11 +0000</pubDate>
		<guid>http://www.davewooding.com/random-images/#comment-11</guid>
		<description>[...] Brian asked the following question in a reply to the random image post I made. How do you do the same for random snippets, or lines of text that you have in one txt file? [...]</description>
		<content:encoded><![CDATA[<p>[...] Brian asked the following question in a reply to the random image post I made. How do you do the same for random snippets, or lines of text that you have in one txt file? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.davewooding.com/random-images/#comment-4</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 03 Mar 2008 02:02:54 +0000</pubDate>
		<guid>http://www.davewooding.com/random-images/#comment-4</guid>
		<description>Good tip.

How do you do the same for random snippets, or lines of text that you have in one txt file?</description>
		<content:encoded><![CDATA[<p>Good tip.</p>
<p>How do you do the same for random snippets, or lines of text that you have in one txt file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
