<?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 Joe Gornick</title>
	<atom:link href="http://joegornick.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joegornick.com</link>
	<description>Web Geekology 101</description>
	<lastBuildDate>Wed, 19 Jan 2011 14:13:09 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Zend Framework Best Practices – Part 2: I18n by Bernhard</title>
		<link>http://joegornick.com/2009/12/02/zend-framework-best-practices-part-2-i18n/comment-page-1/#comment-6261</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Wed, 19 Jan 2011 14:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://joegornick.com/?p=46#comment-6261</guid>
		<description>Joe, first congrats on this article full of insight; thanks!

Now a question: I realise that the i18n-plugin refers to a cookie Zend_Locale; but: Is this ever read and used?

Then a little remark concerning to the files you supplied at http://joegornick.com/wp-content/uploads/2009/12/zfbp.zip: The layout script app/layouts/scripts/layout.phtml asserts the language &quot;en&quot; hard-coded:

</description>
		<content:encoded><![CDATA[<p>Joe, first congrats on this article full of insight; thanks!</p>
<p>Now a question: I realise that the i18n-plugin refers to a cookie Zend_Locale; but: Is this ever read and used?</p>
<p>Then a little remark concerning to the files you supplied at <a href="http://joegornick.com/wp-content/uploads/2009/12/zfbp.zip" rel="nofollow">http://joegornick.com/wp-content/uploads/2009/12/zfbp.zip</a>: The layout script app/layouts/scripts/layout.phtml asserts the language &#8220;en&#8221; hard-coded:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL: Created &amp; Modified Date Fields by luis</title>
		<link>http://joegornick.com/2009/12/30/mysql-created-modified-date-fields/comment-page-1/#comment-5695</link>
		<dc:creator>luis</dc:creator>
		<pubDate>Fri, 10 Dec 2010 21:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://joegornick.com/?p=79#comment-5695</guid>
		<description>Great just what I needed

The only down side of this aproach is you have to create a trigger for each table.

Any way works fine.</description>
		<content:encoded><![CDATA[<p>Great just what I needed</p>
<p>The only down side of this aproach is you have to create a trigger for each table.</p>
<p>Any way works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up multiple browsers on Mac OS X by andreas</title>
		<link>http://joegornick.com/2010/01/14/setting-up-multiple-browsers-on-mac-os-x/comment-page-1/#comment-5620</link>
		<dc:creator>andreas</dc:creator>
		<pubDate>Tue, 30 Nov 2010 10:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://joegornick.com/?p=116#comment-5620</guid>
		<description>Thanks for this tutorial.

I&#039;m using two machines with different OSes (10.5.8 and 10.6.5), which have a managed user with limited applications to run.
In 10.5.8 the firefox tip works as expected.
However, for the 10.6.5, it always keep complaining about no having privileges to run the command.
I&#039;ve set up both machines the same way.

Any hint?

thanks</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial.</p>
<p>I&#8217;m using two machines with different OSes (10.5.8 and 10.6.5), which have a managed user with limited applications to run.<br />
In 10.5.8 the firefox tip works as expected.<br />
However, for the 10.6.5, it always keep complaining about no having privileges to run the command.<br />
I&#8217;ve set up both machines the same way.</p>
<p>Any hint?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL: Created &amp; Modified Date Fields by Joe</title>
		<link>http://joegornick.com/2009/12/30/mysql-created-modified-date-fields/comment-page-1/#comment-5429</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 05 Nov 2010 13:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://joegornick.com/?p=79#comment-5429</guid>
		<description>Hi Alexander,

I don&#039;t think you&#039;re understanding the solution correctly.  You don&#039;t need to create another table with the ID of the parent row and then two fields to capture the created and modified dates.  You can simply apply these fields to your existing tables and create the trigger on the table.  Then, every row after those updates are applied will keep track of created and modified dates.</description>
		<content:encoded><![CDATA[<p>Hi Alexander,</p>
<p>I don&#8217;t think you&#8217;re understanding the solution correctly.  You don&#8217;t need to create another table with the ID of the parent row and then two fields to capture the created and modified dates.  You can simply apply these fields to your existing tables and create the trigger on the table.  Then, every row after those updates are applied will keep track of created and modified dates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL: Created &amp; Modified Date Fields by Alexander Conroy</title>
		<link>http://joegornick.com/2009/12/30/mysql-created-modified-date-fields/comment-page-1/#comment-5425</link>
		<dc:creator>Alexander Conroy</dc:creator>
		<pubDate>Fri, 05 Nov 2010 08:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://joegornick.com/?p=79#comment-5425</guid>
		<description>You just solved a major issue of mine. I was looking for a method to create a timestamp field and maybe store data in an array and explode it to read it, but creating an entire table and just use a meta key, and id number to pull information works much better.

Thanks.</description>
		<content:encoded><![CDATA[<p>You just solved a major issue of mine. I was looking for a method to create a timestamp field and maybe store data in an array and explode it to read it, but creating an entire table and just use a meta key, and id number to pull information works much better.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

