<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Walking with 1.5</title>
	<atom:link href="http://coffee2code.com/archives/2005/01/06/walking-with-15/feed/" rel="self" type="application/rss+xml" />
	<link>http://coffee2code.com/archives/2005/01/06/walking-with-15/</link>
	<description>pro-gram-mer: n. a person who converts coffee into code</description>
	<lastBuildDate>Tue, 07 Feb 2012 05:56:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: kenny</title>
		<link>http://coffee2code.com/archives/2005/01/06/walking-with-15/comment-page-1/#comment-424</link>
		<dc:creator>kenny</dc:creator>
		<pubDate>Wed, 19 Jan 2005 21:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffee2code.com/archives/2005/01/06/walking-with-15/#comment-424</guid>
		<description>If you have access to your DNS,  you can fix this problem by adding an &#039;A Name&#039; record for &#039;coffee2code.com&#039; (no www&#039;s).
I assume you only have an A Name record for &#039;www.coffee2code.com&#039; - hence it only loading with the www&#039;s and not without.</description>
		<content:encoded><![CDATA[<p>If you have access to your DNS,  you can fix this problem by adding an &#8216;A Name&#8217; record for &#8216;coffee2code.com&#8217; (no www&#8217;s).<br />
I assume you only have an A Name record for &#8216;www.coffee2code.com&#8217; &#8211; hence it only loading with the www&#8217;s and not without.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://coffee2code.com/archives/2005/01/06/walking-with-15/comment-page-1/#comment-421</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 19 Jan 2005 05:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffee2code.com/archives/2005/01/06/walking-with-15/#comment-421</guid>
		<description>Yeah, I have some domain name handling issues.  Haven&#039;t looked into it much though.  Thanks for pointing it out.

As for the change I suggest in #10, it isn&#039;t using SWITCH() versus IF() that is my intent, it is that the code ALWAYS performs the 6 IF() checks, even though it will only ever match 1.  That is why I also suggest that the IF()/ELSE IF() construct would be be better (that&#039;s what it&#039;s meant for!).  Using SWITCH() is, to my mind, just as good.  But more specifically, it is the same manner in which the devs handle an identical situation in &lt;code&gt;get_author_name()&lt;/code&gt; so I suggested SWITCH() to maintain consistency.</description>
		<content:encoded><![CDATA[<p>Yeah, I have some domain name handling issues.  Haven&#8217;t looked into it much though.  Thanks for pointing it out.</p>
<p>As for the change I suggest in #10, it isn&#8217;t using SWITCH() versus IF() that is my intent, it is that the code ALWAYS performs the 6 IF() checks, even though it will only ever match 1.  That is why I also suggest that the IF()/ELSE IF() construct would be be better (that&#8217;s what it&#8217;s meant for!).  Using SWITCH() is, to my mind, just as good.  But more specifically, it is the same manner in which the devs handle an identical situation in <code>get_author_name()</code> so I suggested SWITCH() to maintain consistency.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenny</title>
		<link>http://coffee2code.com/archives/2005/01/06/walking-with-15/comment-page-1/#comment-420</link>
		<dc:creator>kenny</dc:creator>
		<pubDate>Wed, 19 Jan 2005 01:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.coffee2code.com/archives/2005/01/06/walking-with-15/#comment-420</guid>
		<description>If you hadnt already noticed, I&#039;ve link-backed to your site.. and for quite some time I was having difficulty accessing it. It seems that your domain only loads when the &quot;www&quot; portion of the domain is in the URI.   http://coffee2code.com  doesnt work.
more info..   http://no-www.org

Also.. on a related note about your WP code changes (#10); 
How are using Switches more effecient than multiple IF statements?
From what I can tell, the more efficient code is the one with lesser lines of code.  IF statements only have 7 lines of code whereas the switch statements have 20. Can you explain?</description>
		<content:encoded><![CDATA[<p>If you hadnt already noticed, I&#8217;ve link-backed to your site.. and for quite some time I was having difficulty accessing it. It seems that your domain only loads when the &#8220;www&#8221; portion of the domain is in the URI.   <a href="http://coffee2code.com" rel="nofollow">coffee2code.com</a>  doesnt work.<br />
more info..   <a href="http://no-www.org" rel="nofollow">no-www.org</a></p>
<p>Also.. on a related note about your WP code changes (#10);<br />
How are using Switches more effecient than multiple IF statements?<br />
From what I can tell, the more efficient code is the one with lesser lines of code.  IF statements only have 7 lines of code whereas the switch statements have 20. Can you explain?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

