<?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 Image Selector 1.5.0 Released</title>
	<atom:link href="http://kdmurray.net/2008/12/17/random-image-selector-150-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/</link>
	<description>The crossroads of life and tech</description>
	<lastBuildDate>Wed, 15 Feb 2012 08:56:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: dianeb</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-4/#comment-626</link>
		<dc:creator>dianeb</dc:creator>
		<pubDate>Fri, 11 Feb 2011 15:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-626</guid>
		<description>&lt;p&gt;Hi Keith. Your plugin works just great. Thank you!&lt;/p&gt;

&lt;p&gt;I&#039;d like to use it for multiple images. I have 4 images in a row on the homepage. I&#039;d like to have each image to draw on their own random group of images.&lt;/p&gt;

&lt;p&gt;Is this possible?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Keith. Your plugin works just great. Thank you!</p>

<p>I&#8217;d like to use it for multiple images. I have 4 images in a row on the homepage. I&#8217;d like to have each image to draw on their own random group of images.</p>

<p>Is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Pelletier</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-4/#comment-625</link>
		<dc:creator>Tom Pelletier</dc:creator>
		<pubDate>Thu, 27 Jan 2011 22:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-625</guid>
		<description>&lt;p&gt;Keith, 
I&#039;ve been using your random image generator, but every time I try to upgrade, it stops working.  Here&#039;s what happnes:&lt;/p&gt;

&lt;p&gt;background-image:url(&lt;img&lt;/p&gt;

&lt;p&gt;See the &quot;&lt;&quot; before the &quot;img&quot;  Not sure how that gets in there.  Seems like it&#039;s part of the php and therefore shouldn&#039;t get printed to the html, but I can&#039;t figure out how to get rid of it.  Here the output from the php lines:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;background-image:url();
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Keith, 
I&#8217;ve been using your random image generator, but every time I try to upgrade, it stops working.  Here&#8217;s what happnes:</p>

<p>background-image:url(&lt;img</p>

<p>See the &quot;&lt;&quot; before the &quot;img&quot;  Not sure how that gets in there.  Seems like it&#039;s part of the php and therefore shouldn&#039;t get printed to the html, but I can&#039;t figure out how to get rid of it.  Here the output from the php lines:</p>

<pre><code>background-image:url();
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-4/#comment-624</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 05 Nov 2010 11:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-624</guid>
		<description>&lt;p&gt;ok, sorry.. my code got cut off.. I guess just tell me what you think, if you have a moment.. great potential plugin, otherwise!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ok, sorry.. my code got cut off.. I guess just tell me what you think, if you have a moment.. great potential plugin, otherwise!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-4/#comment-623</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 05 Nov 2010 11:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-623</guid>
		<description>&lt;p&gt;ps.. I&#039;ve made the image folder 777. I&#039;m using WP 3.0.1. If I drop a direct url link in an  tag, any one of the five logos I have in the folder will display correctly. It&#039;s only when I attempt to use the php code provided that it doesn&#039;t work. My code, before and after, looks like this:&lt;/p&gt;

&lt;p&gt;BEFORE:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&lt;a href=&quot;/&quot;&gt;&lt;img src=&quot;/img/&quot; title=&quot;&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;

... 
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;AFTER:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&lt;a href=&quot;/&quot;&gt;&lt;/a&gt;

...
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Is it something having to do with the pathing defined in options?&lt;/p&gt;

&lt;p&gt;nauunderground.com&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ps.. I&#8217;ve made the image folder 777. I&#8217;m using WP 3.0.1. If I drop a direct url link in an  tag, any one of the five logos I have in the folder will display correctly. It&#8217;s only when I attempt to use the php code provided that it doesn&#8217;t work. My code, before and after, looks like this:</p>

<p>BEFORE:</p>

<pre><code>&amp;lt;a href=&amp;quot;/"&amp;gt;&amp;lt;img src=&amp;quot;/img/" title="" alt="" /&amp;gt;&lt;/a&gt;

... 
</code></pre>

<p>AFTER:</p>

<pre><code>&amp;lt;a href=&amp;quot;/"&amp;gt;&lt;/a&gt;

...
</code></pre>

<p>Is it something having to do with the pathing defined in options?</p>

<p>nauunderground.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-4/#comment-622</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 05 Nov 2010 11:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-622</guid>
		<description>&lt;p&gt;Confused.. I BELIEVE I have the code inserted in my header.php file correctly, but each time I load the page it is only displaying the &quot;name&quot; of one of the image files.. in the path. For a brief moment, it appears as if the image is trying to load.. then it just &quot;reverts&quot; to the file name..&lt;/p&gt;

&lt;p&gt;Does anybody know what&#039;s going on..?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Confused.. I BELIEVE I have the code inserted in my header.php file correctly, but each time I load the page it is only displaying the &#8220;name&#8221; of one of the image files.. in the path. For a brief moment, it appears as if the image is trying to load.. then it just &#8220;reverts&#8221; to the file name..</p>

<p>Does anybody know what&#8217;s going on..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Pelletier</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-4/#comment-621</link>
		<dc:creator>Tom Pelletier</dc:creator>
		<pubDate>Tue, 02 Nov 2010 12:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-621</guid>
		<description>&lt;p&gt;I have been using 1.5.5 and it works great.  I love it.  I tried to upgrade to 1.5.6, however and no pictures.  I reactivate 1.5.5 and it works again.  Activate 1.5.6, no pictures.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have been using 1.5.5 and it works great.  I love it.  I tried to upgrade to 1.5.6, however and no pictures.  I reactivate 1.5.5 and it works again.  Activate 1.5.6, no pictures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mantas</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-3/#comment-620</link>
		<dc:creator>mantas</dc:creator>
		<pubDate>Thu, 21 Oct 2010 10:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-620</guid>
		<description>&lt;p&gt;Hello. First of all thank you for a plug in. 
unfortunately i have some problems seting it up. i am running wordpres 3.0.1 and my theme is twenty ten. I am at the point where i need to paste php code in header.php
but i do not understand php and have no idea where exactly shuld i post it. does anyone know this?  i would paste hole content of header.php , but its too big.... thank you very much,
m.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello. First of all thank you for a plug in. 
unfortunately i have some problems seting it up. i am running wordpres 3.0.1 and my theme is twenty ten. I am at the point where i need to paste php code in header.php
but i do not understand php and have no idea where exactly shuld i post it. does anyone know this?  i would paste hole content of header.php , but its too big&#8230;. thank you very much,
m.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ctek</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-3/#comment-619</link>
		<dc:creator>ctek</dc:creator>
		<pubDate>Thu, 29 Jul 2010 20:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-619</guid>
		<description>&lt;p&gt;hi. i haven&#039;t been able to get the plugin in to work.  where should i insert the code in my index.php file?  i am new to this, so that could by why i am not so good at figuring this out.  i tried putting it in the actual page, but then the code shows up, even if i make sure to have something like the inline php plugin.  i want it to show up in the body of my homepage....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi. i haven&#8217;t been able to get the plugin in to work.  where should i insert the code in my index.php file?  i am new to this, so that could by why i am not so good at figuring this out.  i tried putting it in the actual page, but then the code shows up, even if i make sure to have something like the inline php plugin.  i want it to show up in the body of my homepage&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-3/#comment-618</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 16 Jul 2010 16:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-618</guid>
		<description>&lt;p&gt;Hi Keith, Your plugin is great.  Best solution for me out there.  My new feature request is similar to Adam&#039;s on April 22, 2010.&lt;/p&gt;

&lt;p&gt;I&#039;d love to use multiple versions of the plugin on the same page and have them all pull from different folders.&lt;/p&gt;

&lt;p&gt;http://www.boxofficepop.com (in the header)&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Keith, Your plugin is great.  Best solution for me out there.  My new feature request is similar to Adam&#8217;s on April 22, 2010.</p>

<p>I&#8217;d love to use multiple versions of the plugin on the same page and have them all pull from different folders.</p>

<p><a href="http://www.boxofficepop.com" rel="nofollow">http://www.boxofficepop.com</a> (in the header)</p>

<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-3/#comment-617</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Sun, 20 Jun 2010 03:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-617</guid>
		<description>&lt;p&gt;Great! Still working in 3.0!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great! Still working in 3.0!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Health Personal and Care</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-3/#comment-616</link>
		<dc:creator>Health Personal and Care</dc:creator>
		<pubDate>Sat, 12 Jun 2010 17:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-616</guid>
		<description>&lt;p&gt;great plugin, work on my wordpress blog.. thanks dude..&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>great plugin, work on my wordpress blog.. thanks dude..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yudhis</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-3/#comment-615</link>
		<dc:creator>yudhis</dc:creator>
		<pubDate>Thu, 03 Jun 2010 22:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-615</guid>
		<description>&lt;p&gt;Is this script working fully in wp 3.0?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is this script working fully in wp 3.0?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-3/#comment-614</link>
		<dc:creator>Eduardo</dc:creator>
		<pubDate>Sun, 23 May 2010 11:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-614</guid>
		<description>&lt;p&gt;Hello,
I have been trying to use your plugin 
random image selector 1.5.5
into my Default theme (wp 2.9.9) but nothing works
do you know if there are problems to use the plugin with Default theme.
I am not an espert, but I was wondering if the Default theme structure (it has a file called header-image.php) can create problems
Finally I&#039;d like to kown exactly where to add the final fuction (Random generate)
Hope you can help me 
thank you for your time&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello,
I have been trying to use your plugin 
random image selector 1.5.5
into my Default theme (wp 2.9.9) but nothing works
do you know if there are problems to use the plugin with Default theme.
I am not an espert, but I was wondering if the Default theme structure (it has a file called header-image.php) can create problems
Finally I&#8217;d like to kown exactly where to add the final fuction (Random generate)
Hope you can help me 
thank you for your time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-3/#comment-613</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Tue, 04 May 2010 05:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-613</guid>
		<description>&lt;p&gt;As far as I know there aren&#039;t any significant performance issues with the plugin. It must just be a coincidence.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As far as I know there aren&#8217;t any significant performance issues with the plugin. It must just be a coincidence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Review Specs</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-3/#comment-612</link>
		<dc:creator>Review Specs</dc:creator>
		<pubDate>Sun, 02 May 2010 05:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-612</guid>
		<description>&lt;p&gt;I think the plugin is great and I have managed to install it with limited php skills but I have noticed that the site runs a bit slower. Would anyone know whether it is because of this plugin or just a co-incidence?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think the plugin is great and I have managed to install it with limited php skills but I have noticed that the site runs a bit slower. Would anyone know whether it is because of this plugin or just a co-incidence?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-3/#comment-611</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Sun, 02 May 2010 02:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-611</guid>
		<description>&lt;p&gt;Thanks, Steve. I&#039;ve actually got a similar feature built-in for the next release, but I appreciate the offer!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, Steve. I&#8217;ve actually got a similar feature built-in for the next release, but I appreciate the offer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-3/#comment-610</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Sat, 01 May 2010 09:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-610</guid>
		<description>&lt;p&gt;hi there&lt;/p&gt;

&lt;p&gt;I have edited your plug in to offer the addional choice of either &quot;css&quot; or &quot;image tag&quot; output.&lt;/p&gt;

&lt;p&gt;If you&#039;d like a copy to see and possibly update your blog plugin download with let me know&lt;/p&gt;

&lt;p&gt;Anyone else reading this can ask me direct at www.webs-for-everyone.co.uk  if you&#039;d like it I&#039;ll be happy to share it.&lt;/p&gt;

&lt;p&gt;regards&lt;/p&gt;

&lt;p&gt;Steve&lt;/p&gt;

&lt;p&gt;regards 
Steve&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi there</p>

<p>I have edited your plug in to offer the addional choice of either &#8220;css&#8221; or &#8220;image tag&#8221; output.</p>

<p>If you&#8217;d like a copy to see and possibly update your blog plugin download with let me know</p>

<p>Anyone else reading this can ask me direct at <a href="http://www.webs-for-everyone.co.uk" rel="nofollow">http://www.webs-for-everyone.co.uk</a>  if you&#8217;d like it I&#8217;ll be happy to share it.</p>

<p>regards</p>

<p>Steve</p>

<p>regards 
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-3/#comment-609</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 22 Apr 2010 13:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-609</guid>
		<description>&lt;p&gt;Hi Keith,&lt;/p&gt;

&lt;p&gt;I was wondering if this plugin could be adapted to generate two random images from two different directories on the same page.&lt;/p&gt;

&lt;p&gt;For example, I&#039;m using the script to pull a random image in the &quot;Covet This&quot; section of our sidebar and link to that blog category, but would like to pull a random image for the &quot;Spotted&quot; section as well.&lt;/p&gt;

&lt;p&gt;http://redchairconfessions.com&lt;/p&gt;

&lt;p&gt;Thanks much,
Adam&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Keith,</p>

<p>I was wondering if this plugin could be adapted to generate two random images from two different directories on the same page.</p>

<p>For example, I&#8217;m using the script to pull a random image in the &#8220;Covet This&#8221; section of our sidebar and link to that blog category, but would like to pull a random image for the &#8220;Spotted&#8221; section as well.</p>

<p><a href="http://redchairconfessions.com" rel="nofollow">http://redchairconfessions.com</a></p>

<p>Thanks much,
Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Saraf</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-3/#comment-608</link>
		<dc:creator>David Saraf</dc:creator>
		<pubDate>Fri, 02 Apr 2010 11:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-608</guid>
		<description>&lt;p&gt;Wow, i love that plugin..
grea post thanks alot..&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wow, i love that plugin..
grea post thanks alot..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Notebook Review</title>
		<link>http://kdmurray.net/2008/12/17/random-image-selector-150-released/comment-page-3/#comment-607</link>
		<dc:creator>Notebook Review</dc:creator>
		<pubDate>Sun, 28 Mar 2010 08:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://kdmurray.net/?p=504#comment-607</guid>
		<description>&lt;p&gt;love the plugin, but how do i make it click-able… when i added to my header i lost the abilty to have the image click to the home page.. any ideas?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>love the plugin, but how do i make it click-able… when i added to my header i lost the abilty to have the image click to the home page.. any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 611/615 objects using disk: basic

Served from: kdmurray.net @ 2012-05-22 23:54:41 -->
