<?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 for spamguy</title>
	<atom:link href="http://blog.spamguy.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.spamguy.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 06 Feb 2011 00:34:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>Comment on CakePHP and .htaccess, Enemies Forever by Matt Dyor</title>
		<link>http://blog.spamguy.org/2008/06/07/cakephp-and-htaccess-enemies-forever/comment-page-1/#comment-252</link>
		<dc:creator>Matt Dyor</dc:creator>
		<pubDate>Sun, 06 Feb 2011 00:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.spamguy.org/?p=117#comment-252</guid>
		<description>I had a problem with dropping hidden files as well (mine were .gitignore files). It seems that there are two solutions: use terminal (mv original_folder new_folder) or stop hiding your hidden files (http://dyor.com/hWZc1T shows you how to do this...not easy, but worth it). Good article. Thanks.</description>
		<content:encoded><![CDATA[<p>I had a problem with dropping hidden files as well (mine were .gitignore files). It seems that there are two solutions: use terminal (mv original_folder new_folder) or stop hiding your hidden files (<a href="http://dyor.com/hWZc1T">http://dyor.com/hWZc1T</a> shows you how to do this&#8230;not easy, but worth it). Good article. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Happy 2 • 3 • 5 • 67 by Victoria</title>
		<link>http://blog.spamguy.org/2010/01/04/happy-2-%e2%80%a2-3-%e2%80%a2-5-%e2%80%a2-67/comment-page-1/#comment-213</link>
		<dc:creator>Victoria</dc:creator>
		<pubDate>Thu, 07 Jan 2010 21:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.spamguy.org/2010/01/04/happy-2-%e2%80%a2-3-%e2%80%a2-5-%e2%80%a2-67/#comment-213</guid>
		<description>I&#039;m sure this will come as no great shock but you are a GIANT nerd.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure this will come as no great shock but you are a GIANT nerd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hitler + Sesame Street = ??? by jesus</title>
		<link>http://blog.spamguy.org/2008/12/26/hitler-sesame-street/comment-page-1/#comment-205</link>
		<dc:creator>jesus</dc:creator>
		<pubDate>Fri, 06 Nov 2009 13:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.spamguy.org/?p=148#comment-205</guid>
		<description>i love hitler</description>
		<content:encoded><![CDATA[<p>i love hitler</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse and CakePHP, BFF by RB</title>
		<link>http://blog.spamguy.org/2008/05/30/eclipse-and-cakephp-bff/comment-page-1/#comment-59</link>
		<dc:creator>RB</dc:creator>
		<pubDate>Sun, 15 Jun 2008 19:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.spamguy.org/?p=114#comment-59</guid>
		<description>&quot;My biggest criticism yet of CakePHP: the developers didn’t spend any time thinking of the repercussions from naming a directory and its child the same thing.&quot;

Umm...no. Sorry. Your logic is affected by your flaming.  There are not two &quot;cake&quot; folders in the download.  There is a cake_ folder with a child folder called cake.  Any non-absent-minded person would realize that the parent folder within the zip file represents the entire CakePHP PROJECT (aka distribution) and that the APP and CAKE directories are two top level directories.

Now comes the fun when you set up XAMPP and Eclipse.  Rather than storing your projects (APP folders) and the cake core in the root of XAMPP, you are instructed to create a nice little subdirectory called &quot;cake&quot; (or &quot;cakeprojects&quot; or &quot;stuff&quot;; that would ease your apparent confusion). Whatever you call it does not matter. Now you can have a cake\cake or cakeprojects\cake or stuff\cake.

Rather than blaming the &quot;developers,&quot; you should realize that the &quot;developers&quot; did not write that tutorial.  A developer (NB: singular), community member, or cake guru wrote it.

@Anonymous: You won&#039;t get code hinting for associated models without a little hacking. Check out comment 11 on the bakery article referenced above.</description>
		<content:encoded><![CDATA[<p>&#8220;My biggest criticism yet of CakePHP: the developers didn’t spend any time thinking of the repercussions from naming a directory and its child the same thing.&#8221;</p>
<p>Umm&#8230;no. Sorry. Your logic is affected by your flaming.  There are not two &#8220;cake&#8221; folders in the download.  There is a cake_ folder with a child folder called cake.  Any non-absent-minded person would realize that the parent folder within the zip file represents the entire CakePHP PROJECT (aka distribution) and that the APP and CAKE directories are two top level directories.</p>
<p>Now comes the fun when you set up XAMPP and Eclipse.  Rather than storing your projects (APP folders) and the cake core in the root of XAMPP, you are instructed to create a nice little subdirectory called &#8220;cake&#8221; (or &#8220;cakeprojects&#8221; or &#8220;stuff&#8221;; that would ease your apparent confusion). Whatever you call it does not matter. Now you can have a cake\cake or cakeprojects\cake or stuff\cake.</p>
<p>Rather than blaming the &#8220;developers,&#8221; you should realize that the &#8220;developers&#8221; did not write that tutorial.  A developer (NB: singular), community member, or cake guru wrote it.</p>
<p>@Anonymous: You won&#8217;t get code hinting for associated models without a little hacking. Check out comment 11 on the bakery article referenced above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pout-Pout: Miniature Golf &amp; Austin by Chipmaker</title>
		<link>http://blog.spamguy.org/2008/04/06/pout-pout-miniature-golf-austin/comment-page-1/#comment-51</link>
		<dc:creator>Chipmaker</dc:creator>
		<pubDate>Tue, 03 Jun 2008 14:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.spamguy.org/2008/04/06/pout-pout-miniature-golf-austin/#comment-51</guid>
		<description>There is Austin&#039;s Park, on I-35 near the Round Rock line. Never visited but I have driven past, looks like a general equivalent of Celebration Station (which I remember fondly).

http://www.austinspark.com/

But... sigh... yeah, there&#039;s not much minigolf any longer.</description>
		<content:encoded><![CDATA[<p>There is Austin&#8217;s Park, on I-35 near the Round Rock line. Never visited but I have driven past, looks like a general equivalent of Celebration Station (which I remember fondly).</p>
<p><a href="http://www.austinspark.com/">http://www.austinspark.com/</a></p>
<p>But&#8230; sigh&#8230; yeah, there&#8217;s not much minigolf any longer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse and CakePHP, BFF by Anonymous</title>
		<link>http://blog.spamguy.org/2008/05/30/eclipse-and-cakephp-bff/comment-page-1/#comment-58</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 02 Jun 2008 13:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.spamguy.org/?p=114#comment-58</guid>
		<description>I don&#039;t get code hinting for associated models! .... you do ?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get code hinting for associated models! &#8230;. you do ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Forever Forever Forever Forever: CWRU&#039;s Ridiculous Alma Mater by Warren</title>
		<link>http://blog.spamguy.org/2008/05/26/forever-forever-forever-forever-cwrus-ridiculous-alma-mater/comment-page-1/#comment-56</link>
		<dc:creator>Warren</dc:creator>
		<pubDate>Mon, 26 May 2008 14:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.spamguy.org/?p=111#comment-56</guid>
		<description>Forever is NOT a noun -- you should have paid attention during the grammar lecture.

W</description>
		<content:encoded><![CDATA[<p>Forever is NOT a noun &#8212; you should have paid attention during the grammar lecture.</p>
<p>W</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on spamguy Classix #4: &#039;Slow Children Playing&#039; by Amy</title>
		<link>http://blog.spamguy.org/2007/12/16/spamguy-classix-4-slow-children-playing/comment-page-1/#comment-43</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Tue, 18 Dec 2007 03:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.spamguy.org/2007/12/16/spamguy-classix-4-slow-children-playing/#comment-43</guid>
		<description>I&#039;m pretty sure that the reason why it says &quot;slow children&quot; is because of the way they&#039;re dressed. Clearly only slow children would dress like that, therefore the sign makes total sense.</description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty sure that the reason why it says &#8220;slow children&#8221; is because of the way they&#8217;re dressed. Clearly only slow children would dress like that, therefore the sign makes total sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on spamguy Classix #3: &#039;Mahler&#039;s 2nd Symphony &amp; Percussionists&#039; by Amy</title>
		<link>http://blog.spamguy.org/2007/11/28/spamguy-classix-3/comment-page-1/#comment-35</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Sat, 15 Dec 2007 01:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.spamguy.org/2007/11/28/spamguy-classix-3/#comment-35</guid>
		<description>&quot;I was wary of listening to Mahler; I had only heard the 1st, a mediocre work of symphonic chaos disguised behind a double brass section&quot;

NOOO! Go listen again. CHANGE YOUR MIND! Mahler 1 is amazing.</description>
		<content:encoded><![CDATA[<p>&#8220;I was wary of listening to Mahler; I had only heard the 1st, a mediocre work of symphonic chaos disguised behind a double brass section&#8221;</p>
<p>NOOO! Go listen again. CHANGE YOUR MIND! Mahler 1 is amazing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

