<?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"
	>
<channel>
	<title>Comments on: My Very First Steps with Zend_Dojo</title>
	<atom:link href="http://www.roetgers.org/2008/08/20/my-very-first-steps-with-zend_dojo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.roetgers.org/2008/08/20/my-very-first-steps-with-zend_dojo/</link>
	<description>Weblog, Screencasts and Tutorials</description>
	<pubDate>Tue, 06 Jan 2009 12:20:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: your_friend</title>
		<link>http://www.roetgers.org/2008/08/20/my-very-first-steps-with-zend_dojo/#comment-340</link>
		<dc:creator>your_friend</dc:creator>
		<pubDate>Fri, 26 Dec 2008 12:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.roetgers.org/?p=42#comment-340</guid>
		<description>the elements of zend_dojo as (datatextbox. ..) is displayed for me.
please is that someone can help me, and tel me the step to release this demo</description>
		<content:encoded><![CDATA[<p>the elements of zend_dojo as (datatextbox. ..) is displayed for me.<br />
please is that someone can help me, and tel me the step to release this demo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biji</title>
		<link>http://www.roetgers.org/2008/08/20/my-very-first-steps-with-zend_dojo/#comment-260</link>
		<dc:creator>Biji</dc:creator>
		<pubDate>Thu, 27 Nov 2008 12:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.roetgers.org/?p=42#comment-260</guid>
		<description>Thanks for the post! very useful</description>
		<content:encoded><![CDATA[<p>Thanks for the post! very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilyas Iqbal</title>
		<link>http://www.roetgers.org/2008/08/20/my-very-first-steps-with-zend_dojo/#comment-209</link>
		<dc:creator>Ilyas Iqbal</dc:creator>
		<pubDate>Thu, 20 Nov 2008 08:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.roetgers.org/?p=42#comment-209</guid>
		<description>Hi Mike,
I am the newbie of ZF and facing many problems in ZendFramework. Actually, I'm trying to add Zend_Dojo in combination with AJAX. 

Could you help me regarding this thing by putting any example begineer level example?
Could you please provide its complete source code of this Tab container example?

Ilyas</description>
		<content:encoded><![CDATA[<p>Hi Mike,<br />
I am the newbie of ZF and facing many problems in ZendFramework. Actually, I&#8217;m trying to add Zend_Dojo in combination with AJAX. </p>
<p>Could you help me regarding this thing by putting any example begineer level example?<br />
Could you please provide its complete source code of this Tab container example?</p>
<p>Ilyas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Donnelly</title>
		<link>http://www.roetgers.org/2008/08/20/my-very-first-steps-with-zend_dojo/#comment-200</link>
		<dc:creator>Ryan Donnelly</dc:creator>
		<pubDate>Wed, 19 Nov 2008 22:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.roetgers.org/?p=42#comment-200</guid>
		<description>Thank you, thank you, thank you.  I've been trying to get the Zend_Dojo stuff to work for a couple hours going through various tutorials and none of them have worked until now.  I really appreciate it!</description>
		<content:encoded><![CDATA[<p>Thank you, thank you, thank you.  I&#8217;ve been trying to get the Zend_Dojo stuff to work for a couple hours going through various tutorials and none of them have worked until now.  I really appreciate it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buddha Soumpholpahkdy</title>
		<link>http://www.roetgers.org/2008/08/20/my-very-first-steps-with-zend_dojo/#comment-127</link>
		<dc:creator>Buddha Soumpholpahkdy</dc:creator>
		<pubDate>Sat, 01 Nov 2008 03:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.roetgers.org/?p=42#comment-127</guid>
		<description>Very informative!  We're also working with Zf and using prototype &#38; scriptaculous at our workplace.  But lately I've been making moves to try out Dojo with Zf.  It's awesome!  I started learning Dojo independently from Zf.  So it was pretty simple to implement Dojo Form Elements. :)  Good write up man</description>
		<content:encoded><![CDATA[<p>Very informative!  We&#8217;re also working with Zf and using prototype &amp; scriptaculous at our workplace.  But lately I&#8217;ve been making moves to try out Dojo with Zf.  It&#8217;s awesome!  I started learning Dojo independently from Zf.  So it was pretty simple to implement Dojo Form Elements. <img src='http://www.roetgers.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Good write up man</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Wickham</title>
		<link>http://www.roetgers.org/2008/08/20/my-very-first-steps-with-zend_dojo/#comment-109</link>
		<dc:creator>Andrew Wickham</dc:creator>
		<pubDate>Mon, 20 Oct 2008 18:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.roetgers.org/?p=42#comment-109</guid>
		<description>I had to take it a step further on my rewrite rule and tell it to exclude JS, CSS, etc. This wasn't a problem with this example, but when putting it inside of a BorderControl, it became quite a problem.

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f [NC,OR]
RewriteCond %{REQUEST_FILENAME} -d [NC]
RewriteRule .* - [L]
RewriteRule !\.(js&#124;ico&#124;gif&#124;jpg&#124;png&#124;css)$ index.php

I found this rewrite rule on Gavin Williams' blog, just another developer (http://blog.justanotherdeveloper.co.uk/).</description>
		<content:encoded><![CDATA[<p>I had to take it a step further on my rewrite rule and tell it to exclude JS, CSS, etc. This wasn&#8217;t a problem with this example, but when putting it inside of a BorderControl, it became quite a problem.</p>
<p>RewriteEngine on<br />
RewriteCond %{REQUEST_FILENAME} -f [NC,OR]<br />
RewriteCond %{REQUEST_FILENAME} -d [NC]<br />
RewriteRule .* - [L]<br />
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php</p>
<p>I found this rewrite rule on Gavin Williams&#8217; blog, just another developer (http://blog.justanotherdeveloper.co.uk/).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruddy</title>
		<link>http://www.roetgers.org/2008/08/20/my-very-first-steps-with-zend_dojo/#comment-83</link>
		<dc:creator>ruddy</dc:creator>
		<pubDate>Fri, 10 Oct 2008 19:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.roetgers.org/?p=42#comment-83</guid>
		<description>Note: I'm not sure if it's because I'm using modules, but to correct Jeans note, change -
RewriteRule ^.*$ /index.php [NC,L]
to 
RewriteRule ^.*$ index.php [NC,L]</description>
		<content:encoded><![CDATA[<p>Note: I&#8217;m not sure if it&#8217;s because I&#8217;m using modules, but to correct Jeans note, change -<br />
RewriteRule ^.*$ /index.php [NC,L]<br />
to<br />
RewriteRule ^.*$ index.php [NC,L]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruddy</title>
		<link>http://www.roetgers.org/2008/08/20/my-very-first-steps-with-zend_dojo/#comment-82</link>
		<dc:creator>ruddy</dc:creator>
		<pubDate>Thu, 09 Oct 2008 21:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.roetgers.org/?p=42#comment-82</guid>
		<description>Jean you are a life saver! My example wasn't working until I fixed my htaccess file. Nice blog Mike, definitely a useful resource.</description>
		<content:encoded><![CDATA[<p>Jean you are a life saver! My example wasn&#8217;t working until I fixed my htaccess file. Nice blog Mike, definitely a useful resource.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean</title>
		<link>http://www.roetgers.org/2008/08/20/my-very-first-steps-with-zend_dojo/#comment-81</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Thu, 09 Oct 2008 15:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.roetgers.org/?p=42#comment-81</guid>
		<description>This is a great example ! thanks !

Just a question, how do you send data from your controller to an textaera element ?</description>
		<content:encoded><![CDATA[<p>This is a great example ! thanks !</p>
<p>Just a question, how do you send data from your controller to an textaera element ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean</title>
		<link>http://www.roetgers.org/2008/08/20/my-very-first-steps-with-zend_dojo/#comment-80</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Thu, 09 Oct 2008 15:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.roetgers.org/?p=42#comment-80</guid>
		<description>For easy Dojo application, check your Apache http.conf and your .htaccess (same directory as the index.php bootstap). It works perfectly with IE.

ie. httpd.conf 


	ServerAdmin  webmaster@localhost.localdomain
	DocumentRoot "c:/travail/www/testdojo/public"
	ServerName testdojo
	ErrorLog  logs/testdojo-error.log
	CustomLog logs/testdojo-access.log common
	
		DirectoryIndex index.php
		AllowOverride All
		Order allow,deny    
		Allow from all
	


and the .htaccess (don't forget to start the corresponding mods in php.ini)

# PHP values we need to set
# - timezone should be set
# - need short open tags for view scripts
php_value date.timezone "UTC"
php_value short_open_tag 1
php_value error_reporting 8191
php_flag  display_errors Off
php_flag  display_startup_errors Off

# Rewrite Rules
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ /index.php [NC,L]

# Expires/ETags
# You'll want to turn off the ExpiresActive setting when actively developing.
# In production, however, these settings follow the Y!Slow guidelines.
ExpiresActive On
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
FileETag none

# Gzip CSS and JS by default
AddOutputFilterByType DEFLATE text/css application/x-javascript</description>
		<content:encoded><![CDATA[<p>For easy Dojo application, check your Apache http.conf and your .htaccess (same directory as the index.php bootstap). It works perfectly with IE.</p>
<p>ie. httpd.conf </p>
<p>	ServerAdmin  <a href="mailto:webmaster@localhost.localdomain">webmaster@localhost.localdomain</a><br />
	DocumentRoot &#8220;c:/travail/www/testdojo/public&#8221;<br />
	ServerName testdojo<br />
	ErrorLog  logs/testdojo-error.log<br />
	CustomLog logs/testdojo-access.log common</p>
<p>		DirectoryIndex index.php<br />
		AllowOverride All<br />
		Order allow,deny<br />
		Allow from all</p>
<p>and the .htaccess (don&#8217;t forget to start the corresponding mods in php.ini)</p>
<p># PHP values we need to set<br />
# - timezone should be set<br />
# - need short open tags for view scripts<br />
php_value date.timezone &#8220;UTC&#8221;<br />
php_value short_open_tag 1<br />
php_value error_reporting 8191<br />
php_flag  display_errors Off<br />
php_flag  display_startup_errors Off</p>
<p># Rewrite Rules<br />
RewriteEngine On<br />
RewriteCond %{REQUEST_FILENAME} -s [OR]<br />
RewriteCond %{REQUEST_FILENAME} -l [OR]<br />
RewriteCond %{REQUEST_FILENAME} -d<br />
RewriteRule ^.*$ - [NC,L]<br />
RewriteRule ^.*$ /index.php [NC,L]</p>
<p># Expires/ETags<br />
# You&#8217;ll want to turn off the ExpiresActive setting when actively developing.<br />
# In production, however, these settings follow the Y!Slow guidelines.<br />
ExpiresActive On<br />
ExpiresByType text/css &#8220;access plus 1 month&#8221;<br />
ExpiresByType application/x-javascript &#8220;access plus 1 month&#8221;<br />
ExpiresByType image/png &#8220;access plus 1 month&#8221;<br />
ExpiresByType image/gif &#8220;access plus 1 month&#8221;<br />
FileETag none</p>
<p># Gzip CSS and JS by default<br />
AddOutputFilterByType DEFLATE text/css application/x-javascript</p>
]]></content:encoded>
	</item>
</channel>
</rss>
