<?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>Scott's Blog</title>
	<atom:link href="http://blog.robersonsoftware.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.robersonsoftware.com</link>
	<description>Sometimes coherent ramblings</description>
	<lastBuildDate>Fri, 15 Feb 2008 19:32:49 +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>Is the party over in China? Massive unemployment looms</title>
		<link>http://blog.robersonsoftware.com/2008/02/15/is-the-party-over-in-china-massive-unemployment-looms/</link>
		<comments>http://blog.robersonsoftware.com/2008/02/15/is-the-party-over-in-china-massive-unemployment-looms/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 19:22:22 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Environment]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://blog.robersonsoftware.com/2008/02/15/is-the-party-over-in-china-massive-unemployment-looms/</guid>
		<description><![CDATA[Is the party over in China? Massive unemployment looms
]]></description>
			<content:encoded><![CDATA[<p><a href="http://digg.com/politics/Is_the_party_over_in_China_Massive_unemployment_looms">Is the party over in China? Massive unemployment looms</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.robersonsoftware.com/2008/02/15/is-the-party-over-in-china-massive-unemployment-looms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The New York Times Parrots Communist Party Line</title>
		<link>http://blog.robersonsoftware.com/2008/02/14/ny-times-parrots-communist-party-line/</link>
		<comments>http://blog.robersonsoftware.com/2008/02/14/ny-times-parrots-communist-party-line/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 19:33:46 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Falun Gong]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://blog.robersonsoftware.com/2008/02/14/42/</guid>
		<description><![CDATA[The Epoch Times has a good article discrediting a recent New York Times &#8220;review&#8221; of NTDTV&#8217;s recent Chinese New Year Splendor.
&#8220;One of those interviews was with John Wright, formerly with the Times own book review department. When asked what he thought of the show, Wright said, &#8220;It was very beautiful, very different.&#8221;
But the Times published [...]]]></description>
			<content:encoded><![CDATA[<p><a title="The Epoch Times" href="http://en.epochtimes.com/index10.html">The Epoch Times</a> has a good <a title="The New York Times Parrots Communist Party Line" href="http://en.epochtimes.com/news/8-2-14/65961.html">article</a> discrediting a recent New York Times &#8220;review&#8221; of <a title="New Tang Dynasty Television" href="http://www.ntdtv.com">NTDTV&#8217;s</a> recent <a title="NTDTV Chinese New Year Splendor" href="http://www.bestchineseshows.com/">Chinese New Year Splendor</a>.</p>
<p>&#8220;One of those interviews was with John Wright, formerly with the<em> Times</em> own book review department. When asked what he thought of the show, Wright said, &#8220;It was very beautiful, very different.&#8221;</p>
<p>But the<em> Times</em> published on Feb. 6 a peculiar review of<em> Splendor</em> (under the byline of Eric Konigsberg) that did anything but suggest the consensus response. Backed with quotes from all of three audience members who were critical, only one of whom gave his or her full name, the<em> Times</em> proclaimed in its headline, &#8220;A Glimpse of Chinese Culture That Some Find Hard to Watch.&#8221;</p>
<p>What made the<em> Times</em> article even more unusual was that its criticisms mimic the line of China&#8217;s communist regime, which has engaged in a behind-the-scenes campaign to have Splendor shut down. &#8220;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.robersonsoftware.com/2008/02/14/ny-times-parrots-communist-party-line/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SSH Tunneling without clear text user name / password</title>
		<link>http://blog.robersonsoftware.com/2007/01/03/non-clear-text-passwords-using-ssh/</link>
		<comments>http://blog.robersonsoftware.com/2007/01/03/non-clear-text-passwords-using-ssh/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 15:51:03 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.robersonsoftware.com/2007/01/03/non-clear-text-passwords-using-ssh/</guid>
		<description><![CDATA[I&#8217;m using OpenSSH on Windows XP as my server and my client is also Windows XP. After installing OpenSSH on the server, I ran a batch script to create password entries in my *passwd* and *group* files:
cd C:\Program Files\OpenSSH\bin
mkgroup -l >> ..\etc\group
mkpasswd -l -u [user name without these brackets] >> ..\etc\passwd
Then, I edited the sshd_config [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using OpenSSH on Windows XP as my server and my client is also Windows XP. After installing OpenSSH on the server, I ran a batch script to create password entries in my *passwd* and *group* files:</p>
<p>cd C:\Program Files\OpenSSH\bin<br />
mkgroup -l >> ..\etc\group<br />
mkpasswd -l -u [user name without these brackets] >> ..\etc\passwd</p>
<p>Then, I edited the sshd_config located in c:\program files\openssh\etc.  First, I changed the default port to 443, as 22 is blocked by my company, from which I&#8217;m going to connect.</p>
<p>I also like to edit the banner.txt file as a reminder of where I have connected, but I guess this may be a security risk&#8230;.</p>
<p>Anyway, I&#8217;d like to use public/private key exchange to authenticate with OpenSSH instead of the default method of username/password- all while using PuTTY to connect to my server.</p>
<p>Basic steps are:</p>
<ol>
<li>On the server, use the command-line to get OpenSSH to create public/private keys</li>
<li>Copy text out of the generated public key into the authorized_keys file in /etc folder (unless you&#8217;ve indicated elsewhere in sshd_config) Note, you may have to create this file if you have not already done so.</li>
<li>Next, you pull off the private key to your remote client.  This is what you&#8217;ll reference in PuTTY.</li>
<li>After pulling it off, you need to use puttygen to convert this RSA private key into a .ppk file that PuTTY needs.</li>
<li>Then, you reference that file in your PuTTY &#8216;SSH/Auth&#8217; config area.</li>
<li>Next, test the connection.</li>
<li>If it works using the key file, edit the sshd_config and disable name/password authentication: (PasswordAuthentication no)  Be careful with this last one, because if you&#8217;re not positive key file authentication is working, you&#8217;ll lock yourself out and will have to actually go to the server to re-edit the config file to open it back up.</li>
</ol>
<p>Specific steps:</p>
<p><strong>Create Public/Private Keys</strong></p>
<p>On your server to which you&#8217;d like to connect, do the following.</p>
<ul>
<li>Start, Run&#8230; &#8216;cmd&#8217; [Enter] to open Command window.</li>
<li>Enter the command: ssh-keygen -q -f c:\id-rsa -t rsa</li>
<li>Enter the passphrase that&#8217;s long and contains numbers and upper cases, but one also that you won&#8217;t mind typing when you connect in the future.</li>
<li>Enter that password again.</li>
</ul>
<p><img alt="ssh-keygen" title="ssh-keygen" src="http://blog.robersonsoftware.com/wp-content/uploads/ssh-keygen.jpg" /></p>
<p>This will have created an id-rsa and an id-rsa.pub file.  The id-rsa file looks like:</p>
<p>&#8212;&#8211;BEGIN RSA PRIVATE KEY&#8212;&#8211;</p>
<p>AAD8F76ASDFA09SD8F7A09SD8F7A098DS7F4KJH13RE9Q8W7E4YI134&#8230;.</p>
<p>(for 14 lines)</p>
<p>&#8212;&#8211;END RSA PRIVATE KEY&#8212;&#8211;</p>
<p>While the id-rsa.pub file looks like:</p>
<p>ssh-rsa AKJH234LH243K5234&#8230;(200 Characters worth)= username@computer-name</p>
<p><strong>Copy public key into authorized_keys file</strong></p>
<ul>
<li>Create or edit the authorized_keys file as referred to in your sshd_config.  Mine says, &#8220;AuthorizedKeysFile /etc/authorized_keys&#8221;.</li>
<li>Open/create this file and paste in the contents of id-rsa.pub.  Of course, if you don&#8217;t have an authorized_keys file, you can just rename the id-rsa.pub file and place it in the appropriate directory.  Some people like to create an .ssh folder and reference this in the config, but I just left the (Windows) OpenSSH default values as they were and put my info in there.</li>
<li>On linux boxes, you&#8217;d need to &#8216;mkdir ~/.ssh&#8217; and then &#8216;cat id-rsa.pub > ~/.ssh/authorized_keys&#8217; (note that &#8220;>>&#8221; will append to that file)</li>
</ul>
<p><strong>Restart OpenSSH(?)</strong></p>
<ul>
<li>Not sure if this is required, but it&#8217;s fairly easy to do: net stop opensshd, net start opensshd.  But, if you&#8217;re doing all of this remotely, don&#8217;t do this, or you&#8217;ll be screwed.  Instead, you should have a restart shortcut and restart the entire server, which will restart openssh in the process.  You can create a shortcut whose program target is  %windir%\system32\SHUTDOWN.exe -r -t 01</li>
</ul>
<p><strong>Pull off the private key file onto your remote client</strong></p>
<p><strong>Use PuttyGen to recreate private key file into one PuTTY can use</strong></p>
<ul>
<li>Start Puttygen.exe</li>
</ul>
<p><img src="http://blog.robersonsoftware.com/wp-content/uploads/putty-gen-1.jpg" /></p>
<ul>
<li>Load the transferred private key</li>
</ul>
<p><img src="http://blog.robersonsoftware.com/wp-content/uploads/putty-gen-2.jpg" /></p>
<p><img src="http://blog.robersonsoftware.com/wp-content/uploads/putty-gen-3.jpg" /></p>
<ul>
<li>Notice the Key Comment of &#8220;imported-openssh-key&#8221;. This is what appears when you connect in PuTTY.  You might want to change this to reflect the name private key you&#8217;re using as a reminder.</li>
<li>Next, enter the passphrase that you used to create this key file on the server.</li>
<li>Confirm the passphrase by entering it again</li>
<li>Then, click Save Private Key</li>
</ul>
<p><img src="http://blog.robersonsoftware.com/wp-content/uploads/putty-gen-4.jpg" /></p>
<ul>
<li>Save your .ppk file in a location to which you&#8217;ll be referring in your Putty config.  Perhaps you have a centralized keys folder, or perhaps you have individual folders for the various locations to which you&#8217;ll be connecting- say, a sub-folder in each of your different web projects</li>
</ul>
<p><img src="http://blog.robersonsoftware.com/wp-content/uploads/putty-gen-5.jpg" /></p>
<p><strong>Config PuTTY to connect to your server</strong></p>
<p>I use port tunneling to connect to my server.  I want to use XP Remote Connection, which uses port 3389, so that&#8217;s what I forward.</p>
<p>My PuTTY config:</p>
<ul>
<li>Set up the SSH/Auth to use your newly created .ppk file</li>
</ul>
<p><img src="http://blog.robersonsoftware.com/wp-content/uploads/putty-gen-6.jpg" /></p>
<ul>
<li>Configure the Tunneling</li>
</ul>
<p><img src="http://blog.robersonsoftware.com/wp-content/uploads/putty-gen-7.jpg" /></p>
<ul>
<li>I&#8217;m going to use Remote Desktop Connection, which uses port 3389, so I&#8217;m going to forward my localhost one to the remote computer&#8217;s. If I were going to use VNC or something to remote-control my server, I might also forward 5900. I&#8217;m probably going to do this as to get Remote Desktop Connection to work in this manner, I have to right-click on it&#8217;s executable and tell it to run in Win98 mode as XP prevents localhost port forwarding.</li>
</ul>
<p><img src="http://blog.robersonsoftware.com/wp-content/uploads/putty-gen-9.jpg" /></p>
<ul>
<li>I&#8217;ve also read of some people forwarding 127.0.0.2&#8217;s 3389 and then using Remote Desktop Connection to connec to 127.0.0.2, but I&#8217;ve not gotten this to work.</li>
</ul>
<ul>
<li>Finally, save the Configurations for later use</li>
</ul>
<p><img src="http://blog.robersonsoftware.com/wp-content/uploads/putty-gen-8.jpg" /></p>
<p><strong>Test</strong></p>
<ul>
<li>Load the saved configuration and Open it</li>
</ul>
<p><img src="http://blog.robersonsoftware.com/wp-content/uploads/putty-gen-10.jpg" /></p>
<ul>
<li>Enter user name for target computer</li>
</ul>
<p><img src="http://blog.robersonsoftware.com/wp-content/uploads/putty-1.jpg" /></p>
<ul>
<li>Click on the thumbmail below to see this image, and notice the banner.txt text as well as the key file comment.  Enter the passphrase as requested.</li>
</ul>
<p><a title="putty-2.jpg" href="http://blog.robersonsoftware.com/wp-content/uploads/putty-2.jpg"><img alt="putty-2.jpg" src="http://blog.robersonsoftware.com/wp-content/uploads/putty-2.thumbnail.jpg" /></a></p>
<ul>
<li>If your passphrase matches that used in the generation of the key file, you&#8217;re in.  You&#8217;ll see a message as to the date/time/location when/where you last logged in.</li>
</ul>
<p><strong>Remote Control<br />
</strong></p>
<ul>
<li>What I typically do next is to start up my remote-control software.  I use Microsoft&#8217;s Remote Desktop Connection (mstsc.exe).  To use this on XP with the above method, you must locate this executible and tell it to run in Windows 98 compatibility mode. Doing so will allow you to connect through your PuTTY tunnel as follows:</li>
</ul>
<p><img src="http://blog.robersonsoftware.com/wp-content/uploads/putty-3.jpg" /></p>
<ul>
<li>Yep, I connect to my own computer.  Remote Desktop Connection wants to connect to computers using port 3389, but, using PuTTY, I&#8217;ve forwarded my local port 3389 to the remote one.  So, when I try to connect to my local port 3389, the connection request will get forwarded by PuTTY to the remote computer and that remote computer will answer the call.  I then log into that computer using its Windows name/password.</li>
</ul>
<p><strong>Edit Sshd_Config to disable name/password authentication</strong></p>
<ul>
<li>Once we&#8217;re satisfied that this key file authentication is working, edit the sshd_config file and  change the line saying *PasswordAuthentication yes* to *PasswordAuthentication no*.</li>
<li>When OpenSSH restarts (perhaps by your Restart shortcut), name/password login will not be permitted.  To test, you can remove the path to the key file in the Putty config and try to connect.  You&#8217;ll be immediately closed down by the remote server.</li>
</ul>
<p>I also found some info <a href="http://martybugs.net/smoothwall/puttyvnc.cgi">here </a>about tunneling across SSH and using VNC or Remote Desktop Connection.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.robersonsoftware.com/2007/01/03/non-clear-text-passwords-using-ssh/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>PHP4 Automatic Photo List</title>
		<link>http://blog.robersonsoftware.com/2006/11/03/php4-automated-photo-list/</link>
		<comments>http://blog.robersonsoftware.com/2006/11/03/php4-automated-photo-list/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 20:08:13 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.robersonsoftware.com/2006/11/03/php4-automated-photo-list/</guid>
		<description><![CDATA[I recently constructed an index.php file that automatically looks into a directory for files, images in my case, to construct an index page of thumbnails. This has greatly reduced the workload of having to manually edit the html file, like I'd been doing before.
Sure, I could use some online photo sharing website, but I already [...]]]></description>
			<content:encoded><![CDATA[<p>I recently constructed an index.php file that automatically looks into a directory for files, images in my case, to construct an index page of thumbnails. This has greatly reduced the workload of having to manually edit the html file, like I'd been doing before.</p>
<p>Sure, I could use some online photo sharing website, but I already have a hosting service and this gave me a chance to code up my own, so I took the plunge.</p>
<p>The core of the function is called searchdir(), which I <a href="http://us2.php.net/manual/en/ref.dir.php#60982">found</a> on php.net by a guy named Nicolas Merlet on a manual page about <a href="http://us2.php.net/dir">Directory Functions</a>.<br />
The code uses filectime() which, I believe is a linux function to derive the most recent file change time.  Anyway the code uses this value to reverse sort all of the files and then uses this array to construct an image thumbnail gallery.<br />
The assumption in my scheme is that the thumbnail image name is the same as the large image name, except for an extra "_sm" just before the file extension.</p>
<p>For example, given a file called <strong>2006-10-24_17'33_139.jpg</strong>, it's associated thumbnail will be <strong>2006-10-24_17'33_139_sm.jpg</strong>.</p>
<p>Notice that my file names are date/times.  This was done with an open source utility to "batch rename" image files based on their exif data.  The utility is called <strong>Lupas Rename 2000</strong> (I guess it's 6 years old???). Anyway, it's handy and free and works well and gives you a preview option to specify how you want your files named.  There's also another feature to automatically lowercase the file extension, for example.  You can find Lupas Rename <a target="_blank" href="http://www.azheavymetal.com/~lupasrename/lupasrename.php">here</a>.</p>
<p>The code for my index.php file:</p>
<div class="igBar"><span id="lphp-2"><a href="#" onclick="javascript:showCodeTxt('php-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-2">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">function</span> searchdir <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$path</span> , <span style="color:#0000FF;">$maxdepth</span> = -<span style="color:#CC66CC;color:#800000;">1</span> , <span style="color:#0000FF;">$mode</span> = <span style="color:#FF0000;">"FULL"</span> , <span style="color:#0000FF;">$d</span> = <span style="color:#CC66CC;color:#800000;">0</span> <span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$path</span> , <a href="http://www.php.net/strlen"><span style="color:#000066;">strlen</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$path</span> <span style="color:#006600; font-weight:bold;">&#41;</span> - <span style="color:#CC66CC;color:#800000;">1</span> <span style="color:#006600; font-weight:bold;">&#41;</span> != <span style="color:#FF0000;">'/'</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span> <span style="color:#0000FF;">$path</span> .= <span style="color:#FF0000;">'/'</span> ; <span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$dirlist</span> = <a href="http://www.php.net/array"><span style="color:#000066;">array</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span> ;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$mode</span> != <span style="color:#FF0000;">"FILES"</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span> <span style="color:#0000FF;">$dirlist</span><span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#006600; font-weight:bold;">&#93;</span> = <span style="color:#0000FF;">$path</span> ; <span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$handle</span> = <a href="http://www.php.net/opendir"><span style="color:#000066;">opendir</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$path</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">while</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#000000; font-weight:bold;">false</span> !== <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$file</span> = <a href="http://www.php.net/readdir"><span style="color:#000066;">readdir</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$handle</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$file</span> != <span style="color:#FF0000;">'.'</span> &amp;&amp; <span style="color:#0000FF;">$file</span> != <span style="color:#FF0000;">'..'</span> <span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$file</span> = <span style="color:#0000FF;">$path</span> . <span style="color:#0000FF;">$file</span> ;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span> ! <a href="http://www.php.net/is_dir"><span style="color:#000066;">is_dir</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$file</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span> <span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$mode</span> != <span style="color:#FF0000;">"DIRS"</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$dirlist</span><span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#0000FF;">$file</span><span style="color:#006600; font-weight:bold;">&#93;</span> =<a href="http://www.php.net/date"><span style="color:#000066;">date</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">"Ymd H:i:s"</span>, <a href="http://www.php.net/filectime"><span style="color:#000066;">filectime</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$file</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span> <span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">elseif</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$d</span>&gt;=<span style="color:#CC66CC;color:#800000;">0</span> &amp;&amp; <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$d</span> &lt;<span style="color:#0000FF;">$maxdepth</span> || <span style="color:#0000FF;">$maxdepth</span> &lt;<span style="color:#CC66CC;color:#800000;">0</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$result</span> = searchdir <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$file</span> . <span style="color:#FF0000;">'/'</span> , <span style="color:#0000FF;">$maxdepth</span> , <span style="color:#0000FF;">$mode</span> , <span style="color:#0000FF;">$d</span> + <span style="color:#CC66CC;color:#800000;">1</span> <span style="color:#006600; font-weight:bold;">&#41;</span> ;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$dirlist</span> = <a href="http://www.php.net/array_merge"><span style="color:#000066;">array_merge</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$dirlist</span> , <span style="color:#0000FF;">$result</span> <span style="color:#006600; font-weight:bold;">&#41;</span> ;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/closedir"><span style="color:#000066;">closedir</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$handle</span> <span style="color:#006600; font-weight:bold;">&#41;</span> ;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$d</span> == <span style="color:#CC66CC;color:#800000;">0</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span> <a href="http://www.php.net/arsort"><span style="color:#000066;">arsort</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$dirlist</span><span style="color:#006600; font-weight:bold;">&#41;</span>;<span style="color:#006600; font-weight:bold;">&#125;</span><span style="color:#FF9933; font-style:italic;">//natcasesort ( $dirlist ) ; }</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">return</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$dirlist</span> <span style="color:#006600; font-weight:bold;">&#41;</span> ;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">function</span> makeDate<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$dateIn</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$year</span> = <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$dateIn</span>, <span style="color:#CC66CC;color:#800000;">0</span>, <span style="color:#CC66CC;color:#800000;">4</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$month</span> = <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$dateIn</span>, <span style="color:#CC66CC;color:#800000;">4</span>, <span style="color:#CC66CC;color:#800000;">2</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$day</span> = <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$dateIn</span>, <span style="color:#CC66CC;color:#800000;">6</span>, <span style="color:#CC66CC;color:#800000;">2</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$hour</span> = <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$timestamp</span>, <span style="color:#CC66CC;color:#800000;">8</span>, <span style="color:#CC66CC;color:#800000;">2</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$min</span> = <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$timestamp</span>, <span style="color:#CC66CC;color:#800000;">10</span>, <span style="color:#CC66CC;color:#800000;">2</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$sec</span> = <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$timestamp</span>, <span style="color:#CC66CC;color:#800000;">12</span>, <span style="color:#CC66CC;color:#800000;">2</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">return</span> <a href="http://www.php.net/date"><span style="color:#000066;">date</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'D, d M Y H:i:s O'</span>, <a href="http://www.php.net/mktime"><span style="color:#000066;">mktime</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$hour</span>, <span style="color:#0000FF;">$min</span>, <span style="color:#0000FF;">$sec</span>, <span style="color:#0000FF;">$month</span>, <span style="color:#0000FF;">$day</span>, <span style="color:#0000FF;">$year</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$imglist</span> = searchdir<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'/home/sroberso/public_html/family/'</span>,-<span style="color:#CC66CC;color:#800000;">1</span>,<span style="color:#FF0000;">'FILES'</span>,<span style="color:#CC66CC;color:#800000;">0</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/header"><span style="color:#000066;">header</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'Content-Type: application/xml'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <a href="http://www.php.net/html_entity_decode"><span style="color:#000066;">html_entity_decode</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><a href="http://www.php.net/htmlentities"><span style="color:#000066;">htmlentities</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">''</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;link /&gt;http:<span style="color:#FF9933; font-style:italic;">//family.robersonsoftware.com/ Check out the latest pictures of our family.</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">en-us Wed, <span style="color:#CC66CC;color:#800000;">25</span> Oct <span style="color:#CC66CC;color:#800000;">2006</span> <span style="color:#CC66CC;color:#800000;">00</span>:<span style="color:#CC66CC;color:#800000;">00</span>:<span style="color:#CC66CC;color:#800000;">00</span> -<span style="color:#CC66CC;color:#800000;">0500</span> Wed, <span style="color:#CC66CC;color:#800000;">01</span> Nov <span style="color:#CC66CC;color:#800000;">2006</span> <span style="color:#CC66CC;color:#800000;">00</span>:<span style="color:#CC66CC;color:#800000;">00</span>:<span style="color:#CC66CC;color:#800000;">00</span> -<span style="color:#CC66CC;color:#800000;">0600</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Weblog Editor <span style="color:#CC66CC;color:#800000;">2</span>.<span style="color:#CC66CC;color:#800000;">0</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">scottroberson@tempinbox.com</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">scottroberson@tempinbox.com</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">//$counter = 0;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">foreach</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$imglist</span> <span style="color:#616100;">as</span> <span style="color:#0000FF;">$img</span>=&gt;<span style="color:#0000FF;">$time</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span><a href="http://www.php.net/strpos"><span style="color:#000066;">strpos</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$img</span>,<span style="color:#FF0000;">"sm.jpg"</span><span style="color:#006600; font-weight:bold;">&#41;</span>&gt;<span style="color:#CC66CC;color:#800000;">0</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$img</span> = <a href="http://www.php.net/str_replace"><span style="color:#000066;">str_replace</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">"'"</span>,<span style="color:#FF0000;">"'"</span>,<span style="color:#0000FF;">$img</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$img</span> = <a href="http://www.php.net/str_replace"><span style="color:#000066;">str_replace</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">"("</span>,<span style="color:#FF0000;">"("</span>,<span style="color:#0000FF;">$img</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$img</span> = <a href="http://www.php.net/str_replace"><span style="color:#000066;">str_replace</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">")"</span>,<span style="color:#FF0000;">")"</span>,<span style="color:#0000FF;">$img</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$img</span> = <a href="http://www.php.net/str_replace"><span style="color:#000066;">str_replace</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">" "</span>,<span style="color:#FF0000;">"%20"</span>,<span style="color:#0000FF;">$img</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$imgsm</span> = <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$img</span>,<a href="http://www.php.net/strlen"><span style="color:#000066;">strlen</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'/home/sroberso/public_html/family/'</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$imglg</span> = <a href="http://www.php.net/str_replace"><span style="color:#000066;">str_replace</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">"_sm"</span>,<span style="color:#FF0000;">""</span>,<span style="color:#0000FF;">$imgsm</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">//$counter++;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\n</span>"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\t</span><span style="color:#000099; font-weight:bold;">\n</span>"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\t</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">&lt;link /&gt;http://family.robersonsoftware.com/"</span>.<span style="color:#0000FF;">$imglg</span>.<span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\n</span>"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\t</span>"</span>.<span style="color:#FF0000;">'&amp;lt;a xhref=&quot;http://family.robersonsoftware.com/'</span>.<span style="color:#0000FF;">$imglg</span>.<span style="color:#FF0000;">'&quot; mce_href=&quot;http://family.robersonsoftware.com/'</span>.<span style="color:#0000FF;">$imglg</span>.<span style="color:#FF0000;">'&quot; border=&quot;0&quot; title=&quot;View Pic&quot;&amp;gt;&amp;lt;img xsrc=&quot;'</span>.<span style="color:#0000FF;">$imgsm</span>.<span style="color:#FF0000;">'&quot; mce_src=&quot;'</span>.<span style="color:#0000FF;">$imgsm</span>.<span style="color:#FF0000;">'&quot; border=&quot;0&quot; /&amp;gt;&amp;lt;/a&amp;gt;'</span>.<span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\n</span>"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\t</span>"</span>.<span style="color:#FF0000;">''</span>.<span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\n</span>"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\t</span> "</span>.makeDate<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$time</span><span style="color:#006600; font-weight:bold;">&#41;</span>.<span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\n</span>"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\n</span>"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">?&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.robersonsoftware.com/2006/11/03/php4-automated-photo-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP RSS Family Photo Subscription Feed</title>
		<link>http://blog.robersonsoftware.com/2006/11/03/rss-2/</link>
		<comments>http://blog.robersonsoftware.com/2006/11/03/rss-2/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 19:45:36 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[family]]></category>

		<guid isPermaLink="false">http://blog.robersonsoftware.com/2006/11/03/rss-2/</guid>
		<description><![CDATA[I have just put the finishing touches on this.  It is a php-based RSS feed.  If you don't know what that is, you might want to stop reading here.  Otherwise, I'm writing this to share with anyone who cares.  What I've done is written a php file that searches in a [...]]]></description>
			<content:encoded><![CDATA[<p>I have just put the finishing touches on <a title="Family Pictures RSS Subscription Feed" href="http://family.robersonsoftware.com/rss.php">this</a>.  It is a php-based RSS feed.  If you don't know what that is, you might want to stop reading here.  Otherwise, I'm writing this to share with anyone who cares.  What I've done is written a php file that searches in a directory for photos and builds an rss file out of the entries.  The code sorts the images based on their modified date, such that the most recent entries appear first.  I use this modified date in the &lt;pubDate&gt; tag on the RSS, as well.</p>
<p>The file is called rss.php:</p>
<div class="igBar"><span id="lphp-4"><a href="#" onclick="javascript:showCodeTxt('php-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-4">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">function</span> searchdir <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$path</span> , <span style="color:#0000FF;">$maxdepth</span> = -<span style="color:#CC66CC;color:#800000;">1</span> , <span style="color:#0000FF;">$mode</span> = <span style="color:#FF0000;">"FULL"</span> , <span style="color:#0000FF;">$d</span> = <span style="color:#CC66CC;color:#800000;">0</span> <span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$path</span> , <a href="http://www.php.net/strlen"><span style="color:#000066;">strlen</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$path</span> <span style="color:#006600; font-weight:bold;">&#41;</span> - <span style="color:#CC66CC;color:#800000;">1</span> <span style="color:#006600; font-weight:bold;">&#41;</span> != <span style="color:#FF0000;">'/'</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span> <span style="color:#0000FF;">$path</span> .= <span style="color:#FF0000;">'/'</span> ; <span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$dirlist</span> = <a href="http://www.php.net/array"><span style="color:#000066;">array</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span> ;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$mode</span> != <span style="color:#FF0000;">"FILES"</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span> <span style="color:#0000FF;">$dirlist</span><span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#006600; font-weight:bold;">&#93;</span> = <span style="color:#0000FF;">$path</span> ; <span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$handle</span> = <a href="http://www.php.net/opendir"><span style="color:#000066;">opendir</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$path</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">while</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#000000; font-weight:bold;">false</span> !== <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$file</span> = <a href="http://www.php.net/readdir"><span style="color:#000066;">readdir</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$handle</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$file</span> != <span style="color:#FF0000;">'.'</span> &amp;&amp; <span style="color:#0000FF;">$file</span> != <span style="color:#FF0000;">'..'</span> <span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$file</span> = <span style="color:#0000FF;">$path</span> . <span style="color:#0000FF;">$file</span> ;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span> ! <a href="http://www.php.net/is_dir"><span style="color:#000066;">is_dir</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$file</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span> <span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$mode</span> != <span style="color:#FF0000;">"DIRS"</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$dirlist</span><span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#0000FF;">$file</span><span style="color:#006600; font-weight:bold;">&#93;</span> =<a href="http://www.php.net/date"><span style="color:#000066;">date</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">"Ymd H:i:s"</span>, <a href="http://www.php.net/filectime"><span style="color:#000066;">filectime</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$file</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span> <span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">elseif</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$d</span>&gt;=<span style="color:#CC66CC;color:#800000;">0</span> &amp;&amp; <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$d</span> &lt;<span style="color:#0000FF;">$maxdepth</span> || <span style="color:#0000FF;">$maxdepth</span> &lt;<span style="color:#CC66CC;color:#800000;">0</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$result</span> = searchdir <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$file</span> . <span style="color:#FF0000;">'/'</span> , <span style="color:#0000FF;">$maxdepth</span> , <span style="color:#0000FF;">$mode</span> , <span style="color:#0000FF;">$d</span> + <span style="color:#CC66CC;color:#800000;">1</span> <span style="color:#006600; font-weight:bold;">&#41;</span> ;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$dirlist</span> = <a href="http://www.php.net/array_merge"><span style="color:#000066;">array_merge</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$dirlist</span> , <span style="color:#0000FF;">$result</span> <span style="color:#006600; font-weight:bold;">&#41;</span> ;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/closedir"><span style="color:#000066;">closedir</span></a> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$handle</span> <span style="color:#006600; font-weight:bold;">&#41;</span> ;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$d</span> == <span style="color:#CC66CC;color:#800000;">0</span> <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span> <a href="http://www.php.net/arsort"><span style="color:#000066;">arsort</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$dirlist</span><span style="color:#006600; font-weight:bold;">&#41;</span>;<span style="color:#006600; font-weight:bold;">&#125;</span><span style="color:#FF9933; font-style:italic;">//natcasesort ( $dirlist ) ; }</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">return</span> <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#0000FF;">$dirlist</span> <span style="color:#006600; font-weight:bold;">&#41;</span> ;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">function</span> makeDate<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$dateIn</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$year</span> = <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$dateIn</span>, <span style="color:#CC66CC;color:#800000;">0</span>, <span style="color:#CC66CC;color:#800000;">4</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$month</span> = <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$dateIn</span>, <span style="color:#CC66CC;color:#800000;">4</span>, <span style="color:#CC66CC;color:#800000;">2</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$day</span> = <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$dateIn</span>, <span style="color:#CC66CC;color:#800000;">6</span>, <span style="color:#CC66CC;color:#800000;">2</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$hour</span> = <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$timestamp</span>, <span style="color:#CC66CC;color:#800000;">8</span>, <span style="color:#CC66CC;color:#800000;">2</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$min</span> = <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$timestamp</span>, <span style="color:#CC66CC;color:#800000;">10</span>, <span style="color:#CC66CC;color:#800000;">2</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$sec</span> = <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$timestamp</span>, <span style="color:#CC66CC;color:#800000;">12</span>, <span style="color:#CC66CC;color:#800000;">2</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">return</span> <a href="http://www.php.net/date"><span style="color:#000066;">date</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'D, d M Y H:i:s O'</span>, <a href="http://www.php.net/mktime"><span style="color:#000066;">mktime</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$hour</span>, <span style="color:#0000FF;">$min</span>, <span style="color:#0000FF;">$sec</span>, <span style="color:#0000FF;">$month</span>, <span style="color:#0000FF;">$day</span>, <span style="color:#0000FF;">$year</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$imglist</span> = searchdir<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'/home/sroberso/public_html/family/'</span>,-<span style="color:#CC66CC;color:#800000;">1</span>,<span style="color:#FF0000;">'FILES'</span>,<span style="color:#CC66CC;color:#800000;">0</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/header"><span style="color:#000066;">header</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'Content-Type: application/xml'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <a href="http://www.php.net/html_entity_decode"><span style="color:#000066;">html_entity_decode</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><a href="http://www.php.net/htmlentities"><span style="color:#000066;">htmlentities</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">''</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;link /&gt;http:<span style="color:#FF9933; font-style:italic;">//family.robersonsoftware.com/ Check out the latest pictures of our family.</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">en-us Wed, <span style="color:#CC66CC;color:#800000;">25</span> Oct <span style="color:#CC66CC;color:#800000;">2006</span> <span style="color:#CC66CC;color:#800000;">00</span>:<span style="color:#CC66CC;color:#800000;">00</span>:<span style="color:#CC66CC;color:#800000;">00</span> -<span style="color:#CC66CC;color:#800000;">0500</span> Wed, <span style="color:#CC66CC;color:#800000;">01</span> Nov <span style="color:#CC66CC;color:#800000;">2006</span> <span style="color:#CC66CC;color:#800000;">00</span>:<span style="color:#CC66CC;color:#800000;">00</span>:<span style="color:#CC66CC;color:#800000;">00</span> -<span style="color:#CC66CC;color:#800000;">0600</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Weblog Editor <span style="color:#CC66CC;color:#800000;">2</span>.<span style="color:#CC66CC;color:#800000;">0</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">scottroberson@tempinbox.com</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">scottroberson@tempinbox.com</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">//$counter = 0;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">foreach</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$imglist</span> <span style="color:#616100;">as</span> <span style="color:#0000FF;">$img</span>=&gt;<span style="color:#0000FF;">$time</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span><span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span><a href="http://www.php.net/strpos"><span style="color:#000066;">strpos</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$img</span>,<span style="color:#FF0000;">"sm.jpg"</span><span style="color:#006600; font-weight:bold;">&#41;</span>&gt;<span style="color:#CC66CC;color:#800000;">0</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$img</span> = <a href="http://www.php.net/str_replace"><span style="color:#000066;">str_replace</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">"'"</span>,<span style="color:#FF0000;">"'"</span>,<span style="color:#0000FF;">$img</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$img</span> = <a href="http://www.php.net/str_replace"><span style="color:#000066;">str_replace</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">"("</span>,<span style="color:#FF0000;">"("</span>,<span style="color:#0000FF;">$img</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$img</span> = <a href="http://www.php.net/str_replace"><span style="color:#000066;">str_replace</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">")"</span>,<span style="color:#FF0000;">")"</span>,<span style="color:#0000FF;">$img</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$img</span> = <a href="http://www.php.net/str_replace"><span style="color:#000066;">str_replace</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">" "</span>,<span style="color:#FF0000;">"%20"</span>,<span style="color:#0000FF;">$img</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$imgsm</span> = <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$img</span>,<a href="http://www.php.net/strlen"><span style="color:#000066;">strlen</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'/home/sroberso/public_html/family/'</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$imglg</span> = <a href="http://www.php.net/str_replace"><span style="color:#000066;">str_replace</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">"_sm"</span>,<span style="color:#FF0000;">""</span>,<span style="color:#0000FF;">$imgsm</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF9933; font-style:italic;">//$counter++;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\n</span>"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\t</span><span style="color:#000099; font-weight:bold;">\n</span>"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\t</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">&lt;link /&gt;http://family.robersonsoftware.com/"</span>.<span style="color:#0000FF;">$imglg</span>.<span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\n</span>"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\t</span>"</span>.<span style="color:#FF0000;">'&amp;lt;a xhref=&quot;http://family.robersonsoftware.com/'</span>.<span style="color:#0000FF;">$imglg</span>.<span style="color:#FF0000;">'&quot; mce_href=&quot;http://family.robersonsoftware.com/'</span>.<span style="color:#0000FF;">$imglg</span>.<span style="color:#FF0000;">'&quot;&nbsp; border=&quot;0&quot; title=&quot;View Pic&quot;&amp;gt;&amp;lt;img xsrc=&quot;'</span>.<span style="color:#0000FF;">$imgsm</span>.<span style="color:#FF0000;">'&quot; mce_src=&quot;'</span>.<span style="color:#0000FF;">$imgsm</span>.<span style="color:#FF0000;">'&quot;&nbsp; border=&quot;0&quot; /&amp;gt;&amp;lt;/a&amp;gt;'</span>.<span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\n</span>"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\t</span>"</span>.<span style="color:#FF0000;">''</span>.<span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\n</span>"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\t</span> "</span>.makeDate<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$time</span><span style="color:#006600; font-weight:bold;">&#41;</span>.<span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\n</span>"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"<span style="color:#000099; font-weight:bold;">\n</span>"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">?&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.robersonsoftware.com/2006/11/03/rss-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canadian Falun Dafa Association Cautions Media over Coverage of CCP Denials</title>
		<link>http://blog.robersonsoftware.com/2006/08/04/canadian-falun-dafa-association-cautions-media-over-coverage-of-ccp-denials/</link>
		<comments>http://blog.robersonsoftware.com/2006/08/04/canadian-falun-dafa-association-cautions-media-over-coverage-of-ccp-denials/#comments</comments>
		<pubDate>Fri, 04 Aug 2006 19:38:29 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Falun Gong]]></category>

		<guid isPermaLink="false">http://blog.robersonsoftware.com/2006/08/04/canadian-falun-dafa-association-cautions-media-over-coverage-of-ccp-denials/</guid>
		<description><![CDATA[      							
 â€œLives Hang in the Balanceâ€ 
(8/4/2006  14:7)
	 								
TORONTO (Falun Dafa Information Center) â€“ When the report on organ harvesting from Falun Gong practitioners in China was published on July 6th (news) by David Kilgour, former Secretary of State (Asia Pacific), and international human rights lawyer, David Matas, [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><font size="5" face="Helvetica, Arial,sans-serif" color="#000000">      							<span style="font-size: 16pt" /></font><br />
<span style="font-size: 14pt"> <em>â€œLives Hang in the Balanceâ€</em> </span><br />
(8/4/2006  14:7)</p>
<p><font size="2" face="Helvetica, Arial,sans-serif" color="#000000">	 								<span style="font-size: 12pt; line-height: 120%; letter-spacing: normal" /></font></p>
<p align="justify"><font size="2" face="Helvetica, Arial,sans-serif" color="#000000">TORONTO (Falun Dafa Information Center) â€“ When the report on organ harvesting from Falun Gong practitioners in China was published on July 6th (<a href="http://www.faluninfo.net/displayAnArticle.asp?ID=9443">news</a>) by David Kilgour, former Secretary of State (Asia Pacific), and international human rights lawyer, David Matas, we fully expected the Chinese regime to deny the report. A simple Google search with the words: "China Denies," after all, brings up over 7.7 million entries.</font></p>
<p align="justify"><font size="2" face="Helvetica, Arial,sans-serif" color="#000000">Any other nation faced with allegations of this magnitude involving their own government would, at the very least, state that they would investigate. However, the Chinese Communist Party (CCP) continues to deny these claims and the sum-total of its response has been to attack Falun Gong.</font></p>
<p align="justify"><font size="2" face="Helvetica, Arial,sans-serif" color="#000000">The CCP has a 60-year history of suppression and killing through decades of brutal campaigns from the Great Leap Forward, to the Cultural Revolution, to the Tiananmen Square student massacre. It has frequently denied proven atrocities. Yet, why do some Chinese media in Canada continue to carry their denials instead of demanding that they cease these practices?</font></p>
<p align="justify"><font size="2" face="Helvetica, Arial,sans-serif" color="#000000">Consider:</font></p>
<ul><font size="2" face="Helvetica, Arial,sans-serif" color="#000000"></p>
<li>When allegations of organ harvesting broke in March regarding the Sujiatun hospital, it took over 3 weeks for the CCP to respond, which is ample time to clean up any evidence. It was only after this delay that the Western delegations were invited to a guided show tour of this hospital. It was not an independent investigation.</li>
<li>The CCPâ€™s rejection of the organ harvesting report published on July 6th was given on the same day the report was released. They attacked the report, not on the merits of the evidence or the process, but solely on its conclusion. They continue to do the same today.</li>
<li>The CCP statement says nothing of the numerous Chinese state-run websites that advertised organs for sale to foreigners for up to $160,000US with an average waiting time of 2 weeks. Many of these sites were removed immediately after the organ harvesting practices were revealed.</li>
<li>The CPP says nothing of reports from as far back as 1994 from media and the US State Department confirming that the Chinese authorities have been harvesting executed prisonersâ€™ organs for years, and according to human rights groups, they have done so without consent from the victims.</li>
<li>The CCP says nothing of the 40,000+ organ transplants done in China for which the sources are not explained.</li>
<li>If the CCP firmly stands by their conviction that this is not happening, we demand they allow an independent investigation within China to investigate prisons and labour camps where Falun Gong prisoners of conscious are being held. If what the CCP says is true, they will have no difficulty in accepting this request.</li>
<p></font></ul>
<p align="justify"><font size="2" face="Helvetica, Arial,sans-serif" color="#000000">The CCP denial and further attacks on Matas and Kilgour reinforce the conclusion that the CCP, if not directly responsible for these crimes against humanity, is certainly complicit in them.</font></p>
<p align="justify"><font size="2" face="Helvetica, Arial,sans-serif" color="#000000">Falun Gong practitioners are innocent victims of a brutal and deadly hate campaign and genocide waged by the CCP. We call on the media to expose such crimes, ask the tough questions and dig out the real story, rather than simply repeating the blanket denials of the CCP.</font></p>
<p align="justify"><font size="2" face="Helvetica, Arial,sans-serif" color="#000000">While so many languish in camps throughout China, and are poised to be carved up, their organs taken and cremated to destroy the evidence, it is vital media plays its role to uncover the truth. Lives hang in the balance.</font></p>
<p align="justify"><font size="2" face="Helvetica, Arial,sans-serif" color="#000000">Source <a href="http://www.faluninfo.net/displayAnArticle.asp?ID=9450">http://www.faluninfo.net/displayAnArticle.asp?ID=9450 </a></font></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.robersonsoftware.com/2006/08/04/canadian-falun-dafa-association-cautions-media-over-coverage-of-ccp-denials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Falun Gong heckler agrees to plea deal</title>
		<link>http://blog.robersonsoftware.com/2006/06/27/falun-gong-heckler-agrees-to-plea-deal/</link>
		<comments>http://blog.robersonsoftware.com/2006/06/27/falun-gong-heckler-agrees-to-plea-deal/#comments</comments>
		<pubDate>Tue, 27 Jun 2006 14:17:54 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Falun Gong]]></category>

		<guid isPermaLink="false">http://blog.robersonsoftware.com/2006/06/27/falun-gong-heckler-agrees-to-plea-deal/</guid>
		<description><![CDATA[I just learned that last week, Wenyi Wang, the Falun Gong "White House Heckler" agreed to not protest any visiting foreign officials for one year in exchange for having all charges against her dropped.  She received instantaneous international recognition when she bravely voiced her protests against visiting Chinese Communist leader Hu Jintao.  In [...]]]></description>
			<content:encoded><![CDATA[<p>I just <a title="Falun Gong heckler agrees to plea deal" href="http://www.newsday.com/news/nationworld/nation/ny-usheck224791441jun22,0,4386568,print.story?coll=ny-nationalnews-print">learned</a> that last week, <a title="Wenyi Wang- White House Heckler" href="http://wenyiwang.org/">Wenyi Wang</a>, the Falun Gong "White House Heckler" agreed to not protest any visiting foreign officials for one year in exchange for having all charges against her dropped.  She received instantaneous <a title="New York Times - China screech" href="http://wenyiwang.org/Media%20Report/New%20York%20Times/11.html">international recognition</a> when she bravely voiced her protests against visiting Chinese Communist leader Hu Jintao.  In her remarks, she urged President Bush to help stop the persecution of Falun Gong.  Wang said she decided to protest President Hu after her involvement in investigations of Live Organ Harvesting of Falun Gong practitioners in China, and the subsequent silence of the international media (aside from the <a title="China organ harvesting scandal" href="http://news.bbc.co.uk/1/hi/world/asia-pacific/1411247.stm">BBC in this article</a>).</p>
<p>The harvesting <a title="The Ephch Times - Falun Gong Organ Harvesting" href="http://www.theepochtimes.com/news/6-4-24/40788.html">continues</a> today, as does the brutal persecution of Falun Gong.</p>
<p>In addition, it appears that Falun Gong practitioners are <a title="Spiegel Online - China's Brutal Crackdown on Dissidents" href="http://service.spiegel.de/cache/international/spiegel/0,1518,423551,00.html">not alone</a> in their receipt of brutal persecution in China's Communist regime.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.robersonsoftware.com/2006/06/27/falun-gong-heckler-agrees-to-plea-deal/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Genealogy</title>
		<link>http://blog.robersonsoftware.com/2006/05/30/genealogy/</link>
		<comments>http://blog.robersonsoftware.com/2006/05/30/genealogy/#comments</comments>
		<pubDate>Tue, 30 May 2006 17:58:01 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[family]]></category>

		<guid isPermaLink="false">http://blog.robersonsoftware.com/2006/05/30/genealogy/</guid>
		<description><![CDATA[I received a genealogy chart made by my great-Aunt Margaret McCurdy back in 1998.  She went out to Salt Lake City to the Family History Library, a place with over 2.4 million rolls of microfilmed records.  Over the years, I've been searching online to fill in missing pieces- birth dates, locations, etc.
Last week, [...]]]></description>
			<content:encoded><![CDATA[<p>I received a genealogy chart made by my great-Aunt Margaret McCurdy back in 1998.  She went out to Salt Lake City to the <a href="http://www.familysearch.org/Eng/Library/FHL/frameset_library.asp">Family History Library</a>, a place with over 2.4 million rolls of microfilmed records.  Over the years, I've been searching online to fill in missing pieces- birth dates, locations, etc.</p>
<p>Last week, I tried again.</p>
<p>I had a reference to a Philip Tipping and in searching for him, I ran across <a title="Research your genealogy here" href="http://worldconnect.rootsweb.com/cgi-bin/igm.cgi">RootsWeb.</a> There, I was able to find a page related to <a href="http://worldconnect.rootsweb.com/cgi-bin/igm.cgi?op=GET&#038;db=rblalock&#038;id=I01858">Philip Tippin</a>, a Revolutionary War Captain from Queen Anne, MD.  I also found a page by a man in England entitled, <a title="Descendants of William Tipping, Esq." href="http://familytreemaker.genealogy.com/users/c/a/s/Theresa-J-Casteel/FILE/0008page.html">Descendents of William Tipping, Esquire</a>, who was born in 1470 in Tipping Hall, County Lancaster, England. His descendents were traced downward.</p>
<p>I found Philip Tippin at generation 8.  He lived in a few places before settling in Tattnall County. Tattnall County was a happening place around that time as several of my kin hail from there.  I gather when a new county was created, land grants were awarded to soldiers.</p>
<p>I am also related to <a href="http://worldconnect.rootsweb.com/cgi-bin/igm.cgi?op=GET&#038;db=rblalock&#038;id=I05963">Michael McKinzie Mattox</a>, from Tattnal County, as well as <a href="http://worldconnect.rootsweb.com/cgi-bin/igm.cgi?op=GET&#038;db=rblalock&#038;id=I03769">Edward Kennedy</a>, who immigrated to Tatnall County from Scotland in 1820.</p>
<p>On my mother's side, I found information about <a href="http://wc.rootsweb.com/cgi-bin/igm.cgi?op=PED&#038;db=wrshindl&#038;id=I4144&#038;style=TABLE">Gwendolyn Hammond Whitmore</a>.  The Whitmore line can be traced back to her great-grandfather, George Washington Whitmore, from Rockbridge County, Virgina, where everyone else was from.  But, through her great-grandmother, <a href="http://wc.rootsweb.com/cgi-bin/igm.cgi?op=PED&#038;db=wrshindl&#038;id=I4083&#038;style=TABLE">Margaret Jane HUFFMAN</a>, we can trace the line back to her great, great-grandmother, <a href="http://wc.rootsweb.com/cgi-bin/igm.cgi?op=PED&#038;db=wrshindl&#038;id=I2425&#038;style=TABLE">Anna Catharina RHEINBERGER</a>, who was born in 1693 in Otterberg, The Palatinate, which according to this <a href="http://en.wikipedia.org/wiki/Palatinate">Wikipedia page</a>, is a "historical territory of the Holy Roman Empire known as the Palatinate of the Rhine or Electoral Palatinate." So, they hail from the Rhine valley of Germany.</p>
<p>Perhaps I'll do some research today regarding the Fix line (GenGen's married name).  I didn't find anything on the RootsWeb search page for a Clarence Fix, but if I can find out his mother, father, brother, or something, perhaps it'll come up.</p>
<p>UPDATE:</p>
<p>Using Roy Fix as the name of my maternal great grandfather, I found <a href="http://worldconnect.rootsweb.com/cgi-bin/igm.cgi?op=PED&#038;db=:3209504&#038;id=I0573">this entry</a> for a Roy McFaddin FIX (b: 19 FEB 1880 in Rockbridge, VA) from Rockbridge, VA, which seems right.Â  He was one of <a href="http://worldconnect.rootsweb.com/cgi-bin/igm.cgi?op=GET&#038;db=:3209504&#038;id=I0525">12 brothers and sisters</a>.</p>
<p>I also found this page that says that Christian FIX, Roy's grandfather who was married to Sarah SWOOPE,Â  also had a child named Clamenza Clementine FIX (b: ABT 1859 in Rockbridge Co., Va).Â  She married Lucian A. HARTIGAN (b: 1851 in Rockbridge Co., Va) and had a <a href="http://worldconnect.rootsweb.com/cgi-bin/igm.cgi?op=GET&#038;db=8794&#038;id=I13393">mess of kids</a> (12!) with the surname of HARTIGAN.</p>
<p>What the heck was in the water in Rockbridge County?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.robersonsoftware.com/2006/05/30/genealogy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Got the Fit!</title>
		<link>http://blog.robersonsoftware.com/2006/05/30/got-the-fit/</link>
		<comments>http://blog.robersonsoftware.com/2006/05/30/got-the-fit/#comments</comments>
		<pubDate>Tue, 30 May 2006 17:14:05 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://blog.robersonsoftware.com/2006/05/30/got-the-fit/</guid>
		<description><![CDATA[After a lengthy morning at the dealership, I drove my new, red Honda Fit home.Â  It's peppy and fun to drive, and quite roomy for such a small car.Â  I think I'll like it.
]]></description>
			<content:encoded><![CDATA[<p>After a lengthy morning at the dealership, I drove my new, red Honda Fit home.Â  It's peppy and fun to drive, and quite roomy for such a small car.Â  I think I'll like it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.robersonsoftware.com/2006/05/30/got-the-fit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fit to arrive on Tuesday???  Can it be?</title>
		<link>http://blog.robersonsoftware.com/2006/05/24/fit-to-arrive-on-tuesday-can-it-be/</link>
		<comments>http://blog.robersonsoftware.com/2006/05/24/fit-to-arrive-on-tuesday-can-it-be/#comments</comments>
		<pubDate>Wed, 24 May 2006 19:01:51 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Home & Garden]]></category>

		<guid isPermaLink="false">http://blog.robersonsoftware.com/2006/05/24/fit-to-arrive-on-tuesday-can-it-be/</guid>
		<description><![CDATA[It seems my Fit is to arrive on Tuesday.  I must admit I'm a little suspicious that it will actually be there when they say it will, but I have my fingers crossed.  I had another line on one from Liberty Honda in Hartford that I was going to pick up last Friday, [...]]]></description>
			<content:encoded><![CDATA[<p>It seems my Fit is to arrive on Tuesday.  I must admit I'm a little suspicious that it will actually be there when they say it will, but I have my fingers crossed.  I had another line on one from Liberty Honda in Hartford that I was going to pick up last Friday, but it was sold before I could get there.  Anyway, it'll be nice to have a little zippy car- and much cheaper at the pump!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.robersonsoftware.com/2006/05/24/fit-to-arrive-on-tuesday-can-it-be/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
