<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Robert's Rants &#38; Rationalizations &#187; ReunionHall.org</title>
	<atom:link href="http://www.byrobert.com/robblog/category/computing-on-the-net/reunionhallorg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.byrobert.com/robblog</link>
	<description>. . . sometimes you just have to share a little . . .</description>
	<lastBuildDate>Tue, 20 Jul 2010 17:10:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Thinking thru code to email user checking if they are still there to tell others their email is still valid on my site</title>
		<link>http://www.byrobert.com/robblog/2009/03/15/thinking-thru-code-to-email-user-checking-if-they-are-still-there-to-tell-others-their-email-is-still-valid-on-my-site-2/</link>
		<comments>http://www.byrobert.com/robblog/2009/03/15/thinking-thru-code-to-email-user-checking-if-they-are-still-there-to-tell-others-their-email-is-still-valid-on-my-site-2/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 18:45:43 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Computing on the 'Net]]></category>
		<category><![CDATA[Customer Support]]></category>
		<category><![CDATA[ReunionHall.org]]></category>
		<category><![CDATA[Web Scripts]]></category>

		<guid isPermaLink="false">http://www.byrobert.com/robblog/2009/03/15/thinking-thru-code-to-email-user-checking-if-they-are-still-there-to-tell-others-their-email-is-still-valid-on-my-site-2/</guid>
		<description><![CDATA[      A monthly cron job to email site&#8217;s users to click a link to verify they are still using the email listed in their account. Assumption that if user logs into site, their info is up to date, too.
  Every 30 days, check if user has not verified in [...]]]></description>
		<wfw:commentRss>http://www.byrobert.com/robblog/2009/03/15/thinking-thru-code-to-email-user-checking-if-they-are-still-there-to-tell-others-their-email-is-still-valid-on-my-site-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thinking thru code to email user checking if they are still there to tell others their email is still valid on my site</title>
		<link>http://www.byrobert.com/robblog/2009/03/15/thinking-thru-code-to-email-user-checking-if-they-are-still-there-to-tell-others-their-email-is-still-valid-on-my-site/</link>
		<comments>http://www.byrobert.com/robblog/2009/03/15/thinking-thru-code-to-email-user-checking-if-they-are-still-there-to-tell-others-their-email-is-still-valid-on-my-site/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 18:25:10 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Computing on the 'Net]]></category>
		<category><![CDATA[Customer Support]]></category>
		<category><![CDATA[ReunionHall.org]]></category>
		<category><![CDATA[Web Scripts]]></category>

		<guid isPermaLink="false">http://www.byrobert.com/robblog/2009/03/15/thinking-thru-code-to-email-user-checking-if-they-are-still-there-to-tell-others-their-email-is-still-valid-on-my-site/</guid>
		<description><![CDATA[      A monthly cron job to email site&#8217;s users to click a link to verify they are still using the email listed in their account. Assumption that if user logs into site, their info is up to date, too.
  Every 30 days, check if user has not verified in [...]]]></description>
		<wfw:commentRss>http://www.byrobert.com/robblog/2009/03/15/thinking-thru-code-to-email-user-checking-if-they-are-still-there-to-tell-others-their-email-is-still-valid-on-my-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Several years later, I finally track down the code mod and knuckle down to change the code!</title>
		<link>http://www.byrobert.com/robblog/2009/01/31/several-years-later-i-finally-track-down-the-code-mod-and-knuckle-down-to-change-the-code/</link>
		<comments>http://www.byrobert.com/robblog/2009/01/31/several-years-later-i-finally-track-down-the-code-mod-and-knuckle-down-to-change-the-code/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 05:13:32 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Computing on the 'Net]]></category>
		<category><![CDATA[ReunionHall.org]]></category>
		<category><![CDATA[Web Scripts]]></category>

		<guid isPermaLink="false">http://www.byrobert.com/robblog/2009/01/31/several-years-later-i-finally-track-down-the-code-mod-and-knuckle-down-to-change-the-code/</guid>
		<description><![CDATA[      

  This specific code hasn&#8217;t changed since its design in 2005. &#160;So, many years later, my eyes (and mind) finally found the routine in all the code on my site to add to a user&#8217;s account upgrade. &#160;This adds some user info to another set of tables which [...]]]></description>
		<wfw:commentRss>http://www.byrobert.com/robblog/2009/01/31/several-years-later-i-finally-track-down-the-code-mod-and-knuckle-down-to-change-the-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>For me, a needle in a haystack!</title>
		<link>http://www.byrobert.com/robblog/2007/12/30/for-me-a-needle-in-a-haystack/</link>
		<comments>http://www.byrobert.com/robblog/2007/12/30/for-me-a-needle-in-a-haystack/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 06:03:03 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Computing on the 'Net]]></category>
		<category><![CDATA[ReunionHall.org]]></category>

		<guid isPermaLink="false">http://www.byrobert.com/robblog/2007/12/30/for-me-a-needle-in-a-haystack/</guid>
		<description><![CDATA[Earlier this month of December, I broke the code which updates a user&#8217;s profile on one of my sites,Â Reunion Hall. Â Of course, I didn&#8217;t know I broke the PHP code when I modified it because a few rows in the db wasn&#8217;t used any longer. Â Ahh, the script wasn&#8217;t modified to reflect the missing rows&#8230;well, [...]]]></description>
		<wfw:commentRss>http://www.byrobert.com/robblog/2007/12/30/for-me-a-needle-in-a-haystack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
