<?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>Fri, 13 Aug 2010 20:41:57 -0700</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 Kim Blomqvist (kblunkka)</title>
		<link>http://joegornick.com/2009/12/02/zend-framework-best-practices-part-2-i18n/comment-page-1/#comment-4298</link>
		<dc:creator>Kim Blomqvist (kblunkka)</dc:creator>
		<pubDate>Fri, 13 Aug 2010 20:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://joegornick.com/?p=46#comment-4298</guid>
		<description>Hello Joe,

About those thoughts you asked :) I&#039;m using directory scanning (option &#039;scan&#039; =&gt; Zend_Translate::LOCALE_DIRECTORY) to add translations, so there is no need to declare supported languages before hand. To add a new language you only create a new folder e.g. &#039;jp&#039; and put mo files under that folder. To remove one, just delete the folder and the application is aware all of these changes. Note that the folder name has to match with language id. By using Zend_Translate::getList() I always know which languages are available to be populated into language selector for example.

You may also be interested in to use separate translators for Zend_Validate messages. Check http://framework.zend.com/manual/en/zend.validate.messages.html#zend.validate.messages.pretranslated and http://framework.zend.com/issues/browse/ZF-9275.</description>
		<content:encoded><![CDATA[<p>Hello Joe,</p>
<p>About those thoughts you asked <img src='http://joegornick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;m using directory scanning (option &#8217;scan&#8217; =&gt; Zend_Translate::LOCALE_DIRECTORY) to add translations, so there is no need to declare supported languages before hand. To add a new language you only create a new folder e.g. &#8216;jp&#8217; and put mo files under that folder. To remove one, just delete the folder and the application is aware all of these changes. Note that the folder name has to match with language id. By using Zend_Translate::getList() I always know which languages are available to be populated into language selector for example.</p>
<p>You may also be interested in to use separate translators for Zend_Validate messages. Check <a href="http://framework.zend.com/manual/en/zend.validate.messages.html#zend.validate.messages.pretranslated" rel="nofollow">http://framework.zend.com/manual/en/zend.validate.messages.html#zend.validate.messages.pretranslated</a> and <a href="http://framework.zend.com/issues/browse/ZF-9275." rel="nofollow">http://framework.zend.com/issues/browse/ZF-9275.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Best Practices – Part 2: I18n by Chetan Sharma</title>
		<link>http://joegornick.com/2009/12/02/zend-framework-best-practices-part-2-i18n/comment-page-1/#comment-2785</link>
		<dc:creator>Chetan Sharma</dc:creator>
		<pubDate>Fri, 19 Mar 2010 06:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://joegornick.com/?p=46#comment-2785</guid>
		<description>Hi Goe,

It&#039;s nice... but i am new to zend framework....

I have configure as it is... but how it work in my views....

in my view suppose i have a paragraph 
This is the example of Multilingual

What should i do to convert this paragraph to French lang....

Please help me out...

Regards,
Chetan</description>
		<content:encoded><![CDATA[<p>Hi Goe,</p>
<p>It&#8217;s nice&#8230; but i am new to zend framework&#8230;.</p>
<p>I have configure as it is&#8230; but how it work in my views&#8230;.</p>
<p>in my view suppose i have a paragraph<br />
This is the example of Multilingual</p>
<p>What should i do to convert this paragraph to French lang&#8230;.</p>
<p>Please help me out&#8230;</p>
<p>Regards,<br />
Chetan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL: Created &amp; Modified Date Fields by Edward Prislac</title>
		<link>http://joegornick.com/2009/12/30/mysql-created-modified-date-fields/comment-page-1/#comment-2769</link>
		<dc:creator>Edward Prislac</dc:creator>
		<pubDate>Tue, 16 Mar 2010 21:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://joegornick.com/?p=79#comment-2769</guid>
		<description>You are a godsend, my friend, thanks for the info on created &amp; updated timestamps, I was really having trouble with it until I came across your article.</description>
		<content:encoded><![CDATA[<p>You are a godsend, my friend, thanks for the info on created &amp; updated timestamps, I was really having trouble with it until I came across your article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Best Practices – Part 2: I18n by Igor</title>
		<link>http://joegornick.com/2009/12/02/zend-framework-best-practices-part-2-i18n/comment-page-1/#comment-2686</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Mon, 08 Mar 2010 22:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://joegornick.com/?p=46#comment-2686</guid>
		<description>Hello Joe,
First of all many-many thanks for this series of articles which are very detailed and really helpful.

I am a very novice to Zend framework and just trying to follow your recommendation to build an internationalized web-site using Zend.

Could you please explain how to add another page to your project like it is done in Zend Framework Quick Start tutorial (http://framework.zend.com/manual/en/learning.quickstart.intro.html) that can be called using a kind of mysite.com/:guestbook/ URL? Just a sing new page without any complex functionality, a controller and a model and how to build a URL to this controller. 

Briefly my problem is: all requests from the index page (mysite.com/) to another controller let say &lt;a href=&quot;url(array(&#039;controller&#039;=&gt;&#039;used_vehicles&#039;), &#039;default&#039;, true) ?&gt;&gt;Used Cars&lt;/a&gt; is intercepted by IndexController and I receive a 404 error, as the UsedVehiclesController is not found though being present with indexAction() in place. Could you please explain why IndexController is called? 

Again many thanks for your time and sharing your knowledge

Best regards,

Igor</description>
		<content:encoded><![CDATA[<p>Hello Joe,<br />
First of all many-many thanks for this series of articles which are very detailed and really helpful.</p>
<p>I am a very novice to Zend framework and just trying to follow your recommendation to build an internationalized web-site using Zend.</p>
<p>Could you please explain how to add another page to your project like it is done in Zend Framework Quick Start tutorial (<a href="http://framework.zend.com/manual/en/learning.quickstart.intro.html" rel="nofollow">http://framework.zend.com/manual/en/learning.quickstart.intro.html</a>) that can be called using a kind of mysite.com/:guestbook/ URL? Just a sing new page without any complex functionality, a controller and a model and how to build a URL to this controller. </p>
<p>Briefly my problem is: all requests from the index page (mysite.com/) to another controller let say &lt;a href=&quot;url(array(&#8217;controller&#8217;=&gt;&#8217;used_vehicles&#8217;), &#8216;default&#8217;, true) ?&gt;&gt;Used Cars is intercepted by IndexController and I receive a 404 error, as the UsedVehiclesController is not found though being present with indexAction() in place. Could you please explain why IndexController is called? </p>
<p>Again many thanks for your time and sharing your knowledge</p>
<p>Best regards,</p>
<p>Igor</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up multiple browsers on Mac OS X by Joe</title>
		<link>http://joegornick.com/2010/01/14/setting-up-multiple-browsers-on-mac-os-x/comment-page-1/#comment-1733</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 08 Feb 2010 17:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://joegornick.com/?p=116#comment-1733</guid>
		<description>Erik,

I&#039;m sorry you were unable to get my approach working correctly on your machine.

However, I have followed these same instructions recently on two clean OS X 10.5 and 10.6 installations and haven&#039;t had any problems. I also know of other people who have followed these instructions and everything worked fine on their machines.

There is one note in the article that explains if you have formatted using the case-sensitive file system, multiple instances of Firefox do not seem to work right.  Do you know if you formatted or someone else formatted your Mac with the case-sensitive file system?

Hope this helps.

 - Joe</description>
		<content:encoded><![CDATA[<p>Erik,</p>
<p>I&#8217;m sorry you were unable to get my approach working correctly on your machine.</p>
<p>However, I have followed these same instructions recently on two clean OS X 10.5 and 10.6 installations and haven&#8217;t had any problems. I also know of other people who have followed these instructions and everything worked fine on their machines.</p>
<p>There is one note in the article that explains if you have formatted using the case-sensitive file system, multiple instances of Firefox do not seem to work right.  Do you know if you formatted or someone else formatted your Mac with the case-sensitive file system?</p>
<p>Hope this helps.</p>
<p> &#8211; Joe</p>
]]></content:encoded>
	</item>
</channel>
</rss>
