<?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 Tech Raving</title>
	<atom:link href="http://www.techraving.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techraving.com</link>
	<description>An Opinion is a Terrible Thing To Waste</description>
	<lastBuildDate>Thu, 21 Jan 2010 16:59:47 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Creating a JavaScript Factory by Mike G</title>
		<link>http://www.techraving.com/2007/01/27/creating-a-javascript-factory/comment-page-1/#comment-1552</link>
		<dc:creator>Mike G</dc:creator>
		<pubDate>Thu, 21 Jan 2010 16:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=3#comment-1552</guid>
		<description>While this solution manages the problem of accidental globals if &#039;new&#039; is omitted, the use of eval() is frightening.</description>
		<content:encoded><![CDATA[<p>While this solution manages the problem of accidental globals if &#8216;new&#8217; is omitted, the use of eval() is frightening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding The True Domain Using Ruby On Rails by jax</title>
		<link>http://www.techraving.com/2008/11/03/finding-the-true-domain-using-ruby-on-rails/comment-page-1/#comment-1303</link>
		<dc:creator>jax</dc:creator>
		<pubDate>Mon, 14 Dec 2009 20:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=148#comment-1303</guid>
		<description>Mark&#039;s solution fails in the case of URIs using a cctld, e.g. google.com.de and yahoo.com.de are seen as the same domain.</description>
		<content:encoded><![CDATA[<p>Mark&#8217;s solution fails in the case of URIs using a cctld, e.g. google.com.de and yahoo.com.de are seen as the same domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Download Counter WP Plugin by Sheba</title>
		<link>http://www.techraving.com/widgets-plugins/download-counter-wp-plugin/comment-page-1/#comment-1301</link>
		<dc:creator>Sheba</dc:creator>
		<pubDate>Wed, 02 Dec 2009 16:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/download-counter-wp-plugin/#comment-1301</guid>
		<description>Very handy, thanks.
No instructions needed, very simple to use.</description>
		<content:encoded><![CDATA[<p>Very handy, thanks.<br />
No instructions needed, very simple to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dreamweaver cakePHP Modifications by Joe Berwanger</title>
		<link>http://www.techraving.com/widgets-plugins/dreamweaver-cakephp-modifications/comment-page-1/#comment-1122</link>
		<dc:creator>Joe Berwanger</dc:creator>
		<pubDate>Thu, 06 Aug 2009 20:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/widgets-plugins/dreamweaver-cakephp-modifications/#comment-1122</guid>
		<description>Hey Scott, 

This is a really cool set of scripts. However, it&#039;s pretty similar to the TextMate CAKE bundle.  Have you tried TextMate?  I&#039;ve been using TextMate for the past few years, and it&#039;s great for straight code writing, but it has no GUI for design/css.  That&#039;s what I&#039;m considering using Dreamweaver for to save time.  

Do you use Dreamweaver for design?  Or just as a text editor?  

Anyway, good work on this.  Very handy.

Joe</description>
		<content:encoded><![CDATA[<p>Hey Scott, </p>
<p>This is a really cool set of scripts. However, it&#8217;s pretty similar to the TextMate CAKE bundle.  Have you tried TextMate?  I&#8217;ve been using TextMate for the past few years, and it&#8217;s great for straight code writing, but it has no GUI for design/css.  That&#8217;s what I&#8217;m considering using Dreamweaver for to save time.  </p>
<p>Do you use Dreamweaver for design?  Or just as a text editor?  </p>
<p>Anyway, good work on this.  Very handy.</p>
<p>Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Download Counter WP Plugin by hendra</title>
		<link>http://www.techraving.com/widgets-plugins/download-counter-wp-plugin/comment-page-1/#comment-1033</link>
		<dc:creator>hendra</dc:creator>
		<pubDate>Thu, 11 Jun 2009 04:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/download-counter-wp-plugin/#comment-1033</guid>
		<description>good share. thank&#039;s man</description>
		<content:encoded><![CDATA[<p>good share. thank&#8217;s man</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CherryPy, RESTFul Routing by Titusz</title>
		<link>http://www.techraving.com/2008/10/12/cherrypy-restful-routing/comment-page-1/#comment-992</link>
		<dc:creator>Titusz</dc:creator>
		<pubDate>Mon, 20 Apr 2009 15:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=140#comment-992</guid>
		<description>thanks for this nice example... very usefull. i found that when i use cherrypy.dispatch.MethodDispatcher(), and send a request with a not implemented method for a controlor, it will answer with a nice 405 Method Not Allowed - including the allowed methods for the requested URI ... how would you do this with your approach, when using custom routes?</description>
		<content:encoded><![CDATA[<p>thanks for this nice example&#8230; very usefull. i found that when i use cherrypy.dispatch.MethodDispatcher(), and send a request with a not implemented method for a controlor, it will answer with a nice 405 Method Not Allowed &#8211; including the allowed methods for the requested URI &#8230; how would you do this with your approach, when using custom routes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Is Actually Responsible by Mouseclone</title>
		<link>http://www.techraving.com/2008/09/23/google-is-actually-responsible/comment-page-1/#comment-956</link>
		<dc:creator>Mouseclone</dc:creator>
		<pubDate>Tue, 17 Mar 2009 00:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=121#comment-956</guid>
		<description>I had no idea it had affected you that much.  I&#039;m glad I could help, and would you believe I stopped by the site because of the linkback?  Just going to some old data, though I would stop by and say hello.</description>
		<content:encoded><![CDATA[<p>I had no idea it had affected you that much.  I&#8217;m glad I could help, and would you believe I stopped by the site because of the linkback?  Just going to some old data, though I would stop by and say hello.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP RESTFul Resources, Not There Yet. by Matt Curry</title>
		<link>http://www.techraving.com/2009/03/05/cakephp-restful-resources-not-there-yet/comment-page-1/#comment-928</link>
		<dc:creator>Matt Curry</dc:creator>
		<pubDate>Thu, 05 Mar 2009 18:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=248#comment-928</guid>
		<description>Yea, I understand all that.  It just sounded weird, because I&#039;ve never heard of a REST request returning an HTML form.</description>
		<content:encoded><![CDATA[<p>Yea, I understand all that.  It just sounded weird, because I&#8217;ve never heard of a REST request returning an HTML form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP RESTFul Resources, Not There Yet. by ScottK</title>
		<link>http://www.techraving.com/2009/03/05/cakephp-restful-resources-not-there-yet/comment-page-1/#comment-927</link>
		<dc:creator>ScottK</dc:creator>
		<pubDate>Thu, 05 Mar 2009 17:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=248#comment-927</guid>
		<description>By default the new/edit action in the PostsController renders the new.ctp/edit.ctp respectively.

The new.ctp would hold all the model fields you wish to collect when creating a new record. The edit.ctp would display all the fields for an exiting record for modification.

Typically you would only produce html files for these.</description>
		<content:encoded><![CDATA[<p>By default the new/edit action in the PostsController renders the new.ctp/edit.ctp respectively.</p>
<p>The new.ctp would hold all the model fields you wish to collect when creating a new record. The edit.ctp would display all the fields for an exiting record for modification.</p>
<p>Typically you would only produce html files for these.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP RESTFul Resources, Not There Yet. by Matt Curry</title>
		<link>http://www.techraving.com/2009/03/05/cakephp-restful-resources-not-there-yet/comment-page-1/#comment-926</link>
		<dc:creator>Matt Curry</dc:creator>
		<pubDate>Thu, 05 Mar 2009 17:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=248#comment-926</guid>
		<description>Hey Scott,
I&#039;m a bit confused over what&#039;s returned when you make a GET request to /posts/new or /posts/1/edit.  Is it the actual HTML with the inputs or some XML representation?</description>
		<content:encoded><![CDATA[<p>Hey Scott,<br />
I&#8217;m a bit confused over what&#8217;s returned when you make a GET request to /posts/new or /posts/1/edit.  Is it the actual HTML with the inputs or some XML representation?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
