<?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: Surprise Me!</title>
	<atom:link href="http://www.itamer.com/surprise-me/282/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itamer.com/surprise-me/282/</link>
	<description>Sarah King's blog and programming examples</description>
	<pubDate>Fri, 04 Jul 2008 20:05:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: maurizio</title>
		<link>http://www.itamer.com/surprise-me/282/#comment-22582</link>
		<dc:creator>maurizio</dc:creator>
		<pubDate>Mon, 16 Apr 2007 10:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.itamer.com/surprise-me/282/#comment-22582</guid>
		<description>Right. This is not good. 
I use defines for table names because it must be available to all the functions and classes usually.</description>
		<content:encoded><![CDATA[<p>Right. This is not good.<br />
I use defines for table names because it must be available to all the functions and classes usually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah King</title>
		<link>http://www.itamer.com/surprise-me/282/#comment-22580</link>
		<dc:creator>Sarah King</dc:creator>
		<pubDate>Mon, 16 Apr 2007 10:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.itamer.com/surprise-me/282/#comment-22580</guid>
		<description>Defines are for variables which might be used anywhere by any script. 

If you put this code into a function the variables will cease to exist when you go back to the parent function - and that's appropriate. But if they were defined they would be available over and over...</description>
		<content:encoded><![CDATA[<p>Defines are for variables which might be used anywhere by any script. </p>
<p>If you put this code into a function the variables will cease to exist when you go back to the parent function - and that&#8217;s appropriate. But if they were defined they would be available over and over&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maurizio</title>
		<link>http://www.itamer.com/surprise-me/282/#comment-22579</link>
		<dc:creator>maurizio</dc:creator>
		<pubDate>Mon, 16 Apr 2007 10:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.itamer.com/surprise-me/282/#comment-22579</guid>
		<description>Just one question..
why not use DEFINE("SURPRISE_URL","url"); instead of variables?
Maybe defines are better/faster.</description>
		<content:encoded><![CDATA[<p>Just one question..<br />
why not use DEFINE(&#8221;SURPRISE_URL&#8221;,&#8221;url&#8221;); instead of variables?<br />
Maybe defines are better/faster.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
