<?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 Images</title>
	<atom:link href="http://ryan.inselmann.org/2005/02/14/random-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryan.inselmann.org/2005/02/14/random-images/</link>
	<description></description>
	<lastBuildDate>Thu, 01 May 2008 15:48:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: tidaugherty</title>
		<link>http://ryan.inselmann.org/2005/02/14/random-images/comment-page-1/#comment-6282</link>
		<dc:creator>tidaugherty</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://ryaninselmann.com/wp/?p=15#comment-6282</guid>
		<description>Fun!  Boo hoo Earthlink doesn&#039;t support php on my personal site...but the DO on my webhosted site, so it took a while, but I FINALLY got a test page to work...
at first it was showing the same image all the time, but after adding the following line before the other 2 lines, to seed the random number generator for mt_rand(), it started generating randomly like it should:

Now all I have to do is figure out where exactly I want to use this, other than on a test page!  (:</description>
		<content:encoded><![CDATA[<p>Fun!  Boo hoo Earthlink doesn&#8217;t support php on my personal site&#8230;but the DO on my webhosted site, so it took a while, but I FINALLY got a test page to work&#8230;<br />
at first it was showing the same image all the time, but after adding the following line before the other 2 lines, to seed the random number generator for mt_rand(), it started generating randomly like it should:</p>
<p>Now all I have to do is figure out where exactly I want to use this, other than on a test page!  (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tidaugherty</title>
		<link>http://ryan.inselmann.org/2005/02/14/random-images/comment-page-1/#comment-6283</link>
		<dc:creator>tidaugherty</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://ryaninselmann.com/wp/?p=15#comment-6283</guid>
		<description>And now I know NOT to include the greater than/less than symbols surrounding code when posting comments.

(:
Here is the code I used to seed the random number generator:

?php mt_srand((double) microtime() * 1000000);?</description>
		<content:encoded><![CDATA[<p>And now I know NOT to include the greater than/less than symbols surrounding code when posting comments.</p>
<p>(:<br />
Here is the code I used to seed the random number generator:</p>
<p>?php mt_srand((double) microtime() * 1000000);?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tidaugherty</title>
		<link>http://ryan.inselmann.org/2005/02/14/random-images/comment-page-1/#comment-6284</link>
		<dc:creator>tidaugherty</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://ryaninselmann.com/wp/?p=15#comment-6284</guid>
		<description>Question:  How do you force line breaks and paragraph breaks within comments?  BR didn&#039;t work but maybe P, or P then BR will - I&#039;ll try it now.

Here is that line of seed code again:



If it doesn&#039;t work...oops...sorry for the multiple posts to post 1 comment!!!  After this, I&#039;ll call it a night. (:</description>
		<content:encoded><![CDATA[<p>Question:  How do you force line breaks and paragraph breaks within comments?  BR didn&#8217;t work but maybe P, or P then BR will &#8211; I&#8217;ll try it now.</p>
<p>Here is that line of seed code again:</p>
<p>If it doesn&#8217;t work&#8230;oops&#8230;sorry for the multiple posts to post 1 comment!!!  After this, I&#8217;ll call it a night. (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tidaugherty</title>
		<link>http://ryan.inselmann.org/2005/02/14/random-images/comment-page-1/#comment-6285</link>
		<dc:creator>tidaugherty</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://ryaninselmann.com/wp/?p=15#comment-6285</guid>
		<description>Well...maybe 1 more post, because the P worked! but I forgot to remove the less than/greater than symbols  when I pasted the code, so just one more post tonight - PROMISE!!!

(:
Here is the seed code...AGAIN:

&lt;?php mt_srand((double) microtime() * 1000000);?&gt;</description>
		<content:encoded><![CDATA[<p>Well&#8230;maybe 1 more post, because the P worked! but I forgot to remove the less than/greater than symbols  when I pasted the code, so just one more post tonight &#8211; PROMISE!!!</p>
<p>(:<br />
Here is the seed code&#8230;AGAIN:</p>
<p>&lt;?php mt_srand((double) microtime() * 1000000);?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://ryan.inselmann.org/2005/02/14/random-images/comment-page-1/#comment-6286</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://ryaninselmann.com/wp/?p=15#comment-6286</guid>
		<description>It&#039;s a little tricky to get code to display, you actually have to type

&lt;?php some code;?&gt;

to display

&lt;?php some code;?&gt;

And for the paragraphs and breaks, just put a blank line between the two lines in the comments box.  The comments work kind of like email.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a little tricky to get code to display, you actually have to type</p>
<p>&amp;lt;?php some code;?&amp;gt;</p>
<p>to display</p>
<p>&lt;?php some code;?&gt;</p>
<p>And for the paragraphs and breaks, just put a blank line between the two lines in the comments box.  The comments work kind of like email.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
