<?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 Aaron Thies</title>
	<atom:link href="http://aaronthies.com/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://aaronthies.com/wp</link>
	<description>Front-End Engineer</description>
	<lastBuildDate>Sat, 08 May 2010 03:21:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on CakePHP Schema and Tableless Models by Danilo Cabello</title>
		<link>http://aaronthies.com/wp/2008/01/31/cakephp-schema-and-tableless-models/comment-page-1/#comment-159</link>
		<dc:creator>Danilo Cabello</dc:creator>
		<pubDate>Sat, 08 May 2010 03:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://aaronthies.com/wp/2008/01/31/cakephp-schema-and-tableless-models/#comment-159</guid>
		<description>I am testing under the Cake 1.2.7 Stable version and I think that this was fixed.

I very happy to not having to fake a table schema on a tableless model when I just want to validate data.

Thanks for the info!</description>
		<content:encoded><![CDATA[<p>I am testing under the Cake 1.2.7 Stable version and I think that this was fixed.</p>
<p>I very happy to not having to fake a table schema on a tableless model when I just want to validate data.</p>
<p>Thanks for the info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP 1.2 Flash Usage by Emerson</title>
		<link>http://aaronthies.com/wp/2008/02/01/cakephp-12-flash-usage/comment-page-1/#comment-158</link>
		<dc:creator>Emerson</dc:creator>
		<pubDate>Tue, 20 Apr 2010 05:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://aaronthies.com/wp/2008/02/01/cakephp-12-flash-usage/#comment-158</guid>
		<description>I&#039;m in the process of trying out CakePHP, but have some solid experience with Ruby on Rails. Things seem much less polished with Cake so far, and this whole flash stuff has been really painful compared to the elegance of Rails. Either-way, your post has definitely helped me, so thanks for that!

Hopefully I&#039;ll get my head around Cake soon enough...</description>
		<content:encoded><![CDATA[<p>I&#8217;m in the process of trying out CakePHP, but have some solid experience with Ruby on Rails. Things seem much less polished with Cake so far, and this whole flash stuff has been really painful compared to the elegance of Rails. Either-way, your post has definitely helped me, so thanks for that!</p>
<p>Hopefully I&#8217;ll get my head around Cake soon enough&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP 1.2 i18n/l10n by The Di Lab</title>
		<link>http://aaronthies.com/wp/2007/08/03/cakephp-12-i18nl10n/comment-page-1/#comment-102</link>
		<dc:creator>The Di Lab</dc:creator>
		<pubDate>Tue, 18 Aug 2009 13:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://aaronthies.com/wp/2007/08/03/cakephp-12-i18nl10n/#comment-102</guid>
		<description>Okay, 

This is my solution

http://www.the-di-lab.com/?p=72</description>
		<content:encoded><![CDATA[<p>Okay, </p>
<p>This is my solution</p>
<p><a href="http://www.the-di-lab.com/?p=72" rel="nofollow">http://www.the-di-lab.com/?p=72</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP 1.2 i18n/l10n by Aaron</title>
		<link>http://aaronthies.com/wp/2007/08/03/cakephp-12-i18nl10n/comment-page-1/#comment-98</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 30 Apr 2009 03:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://aaronthies.com/wp/2007/08/03/cakephp-12-i18nl10n/#comment-98</guid>
		<description>Since I made this blog post the official CakePHP manual has been upgraded to include a normal entry for l10n.

http://book.cakephp.org/view/161/Localization-Internationalization</description>
		<content:encoded><![CDATA[<p>Since I made this blog post the official CakePHP manual has been upgraded to include a normal entry for l10n.</p>
<p><a href="http://book.cakephp.org/view/161/Localization-Internationalization" rel="nofollow">http://book.cakephp.org/view/161/Localization-Internationalization</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP 1.2 i18n/l10n by Gediminas</title>
		<link>http://aaronthies.com/wp/2007/08/03/cakephp-12-i18nl10n/comment-page-1/#comment-97</link>
		<dc:creator>Gediminas</dc:creator>
		<pubDate>Wed, 29 Apr 2009 10:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://aaronthies.com/wp/2007/08/03/cakephp-12-i18nl10n/#comment-97</guid>
		<description>uses(&#039;L10n&#039;); &lt;- why u using it before class?
class OrderController extends AppController {
...
}
--
locale/eng/LC_MESSAGES/default.po (English) &lt;- what is &quot;locale&quot;, and &quot;LC_MESSAGES&quot; ?
--
where write this, and what this doing?
__(&quot;closeWindow&quot;);
__(&quot;closeWindow&quot;, true);

at all, can u write normal tutorial?</description>
		<content:encoded><![CDATA[<p>uses(&#8216;L10n&#8217;); &lt;- why u using it before class?<br />
class OrderController extends AppController {<br />
&#8230;<br />
}<br />
&#8211;<br />
locale/eng/LC_MESSAGES/default.po (English) &lt;- what is &#8220;locale&#8221;, and &#8220;LC_MESSAGES&#8221; ?<br />
&#8211;<br />
where write this, and what this doing?<br />
__(&#8220;closeWindow&#8221;);<br />
__(&#8220;closeWindow&#8221;, true);</p>
<p>at all, can u write normal tutorial?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP 1.2 Flash Usage by Vince Delmonte</title>
		<link>http://aaronthies.com/wp/2008/02/01/cakephp-12-flash-usage/comment-page-1/#comment-95</link>
		<dc:creator>Vince Delmonte</dc:creator>
		<pubDate>Tue, 14 Apr 2009 20:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://aaronthies.com/wp/2008/02/01/cakephp-12-flash-usage/#comment-95</guid>
		<description>Hey, cool tips. Perhaps I&#039;ll buy a bottle of beer to the person from that forum who told me to go to your site :)</description>
		<content:encoded><![CDATA[<p>Hey, cool tips. Perhaps I&#8217;ll buy a bottle of beer to the person from that forum who told me to go to your site <img src='http://aaronthies.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP 1.2 i18n/l10n by Kym</title>
		<link>http://aaronthies.com/wp/2007/08/03/cakephp-12-i18nl10n/comment-page-1/#comment-81</link>
		<dc:creator>Kym</dc:creator>
		<pubDate>Fri, 09 Jan 2009 02:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://aaronthies.com/wp/2007/08/03/cakephp-12-i18nl10n/#comment-81</guid>
		<description>Ive got a weird problem here, I have a default.po that works fine with some msgid/msgstr pair, but when I add new ones these new ones doesnt work, they show the msgid when called.

For example:

		link(
				$html-&gt;image(&#039;delete.png&#039;, array(&#039;alt&#039; =&gt; &#039;Edit&#039;)),
				array(&#039;action&#039; =&gt; &#039;delete&#039;, &#039;id&#039; =&gt; $post[&#039;Post&#039;][&#039;id&#039;]),
				null, __(&#039;post.delete.ask&#039;, true), false
		); ?&gt;

The msgid &#039;post.delete.ask&#039; I just added to default.po, and it doesn&#039;t show the corresponding msgstr. But if i change it to &#039;comment.ask.delete&#039; it does show the correctly msgstr.

Its happening for all new msgid/msgstr pair, no matter where I write then on default.po.
I&#039;m using the same editor I used to write all the pair (eclipse).

msgid &quot;post.delete.ask&quot;
msgstr &quot;Deseja realmente deletar este post?&quot;
msgid &quot;comment.delete.ask&quot;
msgstr &quot;Deseja realmente deletar este comentário?&quot;


Any hints? :(</description>
		<content:encoded><![CDATA[<p>Ive got a weird problem here, I have a default.po that works fine with some msgid/msgstr pair, but when I add new ones these new ones doesnt work, they show the msgid when called.</p>
<p>For example:</p>
<p>		link(<br />
				$html-&gt;image(&#8216;delete.png&#8217;, array(&#8216;alt&#8217; =&gt; &#8216;Edit&#8217;)),<br />
				array(&#8216;action&#8217; =&gt; &#8216;delete&#8217;, &#8216;id&#8217; =&gt; $post['Post']['id']),<br />
				null, __(&#8216;post.delete.ask&#8217;, true), false<br />
		); ?&gt;</p>
<p>The msgid &#8216;post.delete.ask&#8217; I just added to default.po, and it doesn&#8217;t show the corresponding msgstr. But if i change it to &#8216;comment.ask.delete&#8217; it does show the correctly msgstr.</p>
<p>Its happening for all new msgid/msgstr pair, no matter where I write then on default.po.<br />
I&#8217;m using the same editor I used to write all the pair (eclipse).</p>
<p>msgid &#8220;post.delete.ask&#8221;<br />
msgstr &#8220;Deseja realmente deletar este post?&#8221;<br />
msgid &#8220;comment.delete.ask&#8221;<br />
msgstr &#8220;Deseja realmente deletar este comentário?&#8221;</p>
<p>Any hints? <img src='http://aaronthies.com/wp/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP 1.2 i18n/l10n by CakePHP - i18n and l10n - development</title>
		<link>http://aaronthies.com/wp/2007/08/03/cakephp-12-i18nl10n/comment-page-1/#comment-80</link>
		<dc:creator>CakePHP - i18n and l10n - development</dc:creator>
		<pubDate>Fri, 26 Dec 2008 22:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://aaronthies.com/wp/2007/08/03/cakephp-12-i18nl10n/#comment-80</guid>
		<description>[...] CakePHP 1.2 i18n/l10n - Aaron Thies [...]</description>
		<content:encoded><![CDATA[<p>[...] CakePHP 1.2 i18n/l10n &#8211; Aaron Thies [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auth&#8230; Finally! by chu-chu's mom</title>
		<link>http://aaronthies.com/wp/2008/08/06/auth-finally/comment-page-1/#comment-79</link>
		<dc:creator>chu-chu's mom</dc:creator>
		<pubDate>Thu, 18 Dec 2008 18:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://aaronthies.com/wp/?p=36#comment-79</guid>
		<description>Very nice article.  Helped me a lot! Keep up great work! Arigato :-) CHU</description>
		<content:encoded><![CDATA[<p>Very nice article.  Helped me a lot! Keep up great work! Arigato <img src='http://aaronthies.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  CHU</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auth&#8230; Finally! by dontloseyourhair</title>
		<link>http://aaronthies.com/wp/2008/08/06/auth-finally/comment-page-1/#comment-78</link>
		<dc:creator>dontloseyourhair</dc:creator>
		<pubDate>Mon, 24 Nov 2008 08:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://aaronthies.com/wp/?p=36#comment-78</guid>
		<description>I enjoyed your writing style and I&#039;ve added this blog to my RSS reader. Keep up the good work. Pitcher.</description>
		<content:encoded><![CDATA[<p>I enjoyed your writing style and I&#8217;ve added this blog to my RSS reader. Keep up the good work. Pitcher.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
