<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Small Portal site using PHP</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2002/04/28/small-portal-site-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2002/04/28/small-portal-site-using-php/</link>
	<description></description>
	<pubDate>Thu, 20 Nov 2008 20:59:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Amy</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/28/small-portal-site-using-php/#comment-6545</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/28/small-portal-site-using-php/#comment-6545</guid>
		<description>I'm really not sure that any sites besides wondergeeks.net will ever use this code, but I felt a little silly sitting on it and not releasing it.  I know I was exceedingly frustrated when I &lt;i&gt;knew&lt;/i&gt; what we needed, but just couldn't find any existing solutions to make it work.  So I battered my head into my monitor for a couple of days, and voila!</description>
		<content:encoded><![CDATA[<p>I&#039;m really not sure that any sites besides wondergeeks.net will ever use this code, but I felt a little silly sitting on it and not releasing it.  I know I was exceedingly frustrated when I <i>knew</i> what we needed, but just couldn&#039;t find any existing solutions to make it work.  So I battered my head into my monitor for a couple of days, and voila!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/28/small-portal-site-using-php/#comment-6546</link>
		<dc:creator>Christine</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/28/small-portal-site-using-php/#comment-6546</guid>
		<description>Oh my.  That's the best thing since sliced bread - I love it.  I've considered a few other solutions - but this looks great!  Looking through Amy's other scripts, I wonder if there is some way to tweak MT code to make it pull a "previously on this day" link.  Someday...</description>
		<content:encoded><![CDATA[<p>Oh my.  That&#039;s the best thing since sliced bread - I love it.  I&#039;ve considered a few other solutions - but this looks great!  Looking through Amy&#039;s other scripts, I wonder if there is some way to tweak MT code to make it pull a &#034;previously on this day&#034; link.  Someday&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lynda</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/28/small-portal-site-using-php/#comment-6547</link>
		<dc:creator>Lynda</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/28/small-portal-site-using-php/#comment-6547</guid>
		<description>LOL Christine.  Of course there is.

I wrote about it &lt;a href="http://www.scriptygoddess.com/archives/000881.php"&gt;on this site&lt;/a&gt;.  :)</description>
		<content:encoded><![CDATA[<p>LOL Christine.  Of course there is.</p>
<p>I wrote about it <a href="http://www.scriptygoddess.com/archives/000881.php">on this site</a>.  <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erica</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/28/small-portal-site-using-php/#comment-6548</link>
		<dc:creator>erica</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/28/small-portal-site-using-php/#comment-6548</guid>
		<description>You always floor me Amy. :)</description>
		<content:encoded><![CDATA[<p>You always floor me Amy. <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/28/small-portal-site-using-php/#comment-6549</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/28/small-portal-site-using-php/#comment-6549</guid>
		<description>I should mention that there's one failsafe that I forgot to build into the code.  If a site fails to send the file back to you, weird things can happen.  We had that happen the other day when we discovered that one of our syndicated sites was on a machine whose nameservers were on the same network.  

When the network went down, the nameservers went, as did the syndicatee's site...and ours got whacked as a result.  Heather (urbancombatdriving.com) is supposedly working on a fix; I'll add it into the code and make note of it on cat.net as soon as I've got it.  Just something to keep in mind.</description>
		<content:encoded><![CDATA[<p>I should mention that there&#039;s one failsafe that I forgot to build into the code.  If a site fails to send the file back to you, weird things can happen.  We had that happen the other day when we discovered that one of our syndicated sites was on a machine whose nameservers were on the same network.  </p>
<p>When the network went down, the nameservers went, as did the syndicatee&#039;s site&#8230;and ours got whacked as a result.  Heather (urbancombatdriving.com) is supposedly working on a fix; I&#039;ll add it into the code and make note of it on cat.net as soon as I&#039;ve got it.  Just something to keep in mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lynda</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/28/small-portal-site-using-php/#comment-6550</link>
		<dc:creator>Lynda</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/28/small-portal-site-using-php/#comment-6550</guid>
		<description>You'd think there'd be a way to say, more or less "If the file isn't there, skip it" ?

Or am I being too obvious and there is no such solution that's workable?
</description>
		<content:encoded><![CDATA[<p>You&#039;d think there&#039;d be a way to say, more or less &#034;If the file isn&#039;t there, skip it&#034; ?</p>
<p>Or am I being too obvious and there is no such solution that&#039;s workable?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.285 seconds -->
