<?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 on: Zend Framework and DoJo</title>
	<atom:link href="http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/feed/" rel="self" type="application/rss+xml" />
	<link>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/</link>
	<description></description>
	<lastBuildDate>Thu, 25 Feb 2010 12:02:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bytecounter</title>
		<link>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/comment-page-1/#comment-489</link>
		<dc:creator>Bytecounter</dc:creator>
		<pubDate>Fri, 05 Feb 2010 22:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justanotherdeveloper.co.uk/?p=3#comment-489</guid>
		<description>Hi,
I miss the first chars on every line in your source? 
I see:
doctype() ?&gt;
But I think it must be:
echo $this-&gt;doctype() ?&gt;
What happened? I tried in Firefox and IE.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I miss the first chars on every line in your source?<br />
I see:<br />
doctype() ?&gt;<br />
But I think it must be:<br />
echo $this-&gt;doctype() ?&gt;<br />
What happened? I tried in Firefox and IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Rainir</title>
		<link>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/comment-page-1/#comment-478</link>
		<dc:creator>Ben Rainir</dc:creator>
		<pubDate>Wed, 21 Oct 2009 20:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justanotherdeveloper.co.uk/?p=3#comment-478</guid>
		<description>Very Good article!
I need full code. Please, sent me!?

thanks</description>
		<content:encoded><![CDATA[<p>Very Good article!<br />
I need full code. Please, sent me!?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pedro</title>
		<link>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/comment-page-1/#comment-475</link>
		<dc:creator>pedro</dc:creator>
		<pubDate>Sat, 05 Sep 2009 17:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justanotherdeveloper.co.uk/?p=3#comment-475</guid>
		<description>doctype() ?&gt;
       
          
        headTitle() ?&gt;    
        headMeta() ?&gt;    
   
        headStyle() ?&gt;
        headLink()- &gt;prependStylesheet($this-&gt;baseUrl ().&#039;/css/style.css&#039;); ?&gt;
         dojo()-&gt;isEnabled())
 	{    
	  echo &quot;DOJO enable&quot;;

	  $this-&gt;dojo()-&gt;setLocalPath($this-&gt;baseUrl().&#039;/js/dojo/dojo/dojo.js&#039;)
				   -&gt;requireModule(&#039;dijit.layout.ContentPane&#039;)
				   -&gt;requireModule(&#039;dijit.layout.AccordionContainer&#039;)
				   -&gt;requireModule(&#039;dijit.layout.BorderContainer&#039;)
				   -&gt;requireModule(&#039;dojo.parser&#039;)
				   -&gt;addStyleSheetModule(&#039;dijit.themes.tundra&#039;);				                
	               
				   
	
	    
	  echo $this-&gt;dojo();   
	}else
	{
		echo &quot;DOJO disabled&quot;;
		
	}
	

  ?&gt;
         headScript() ?&gt;
         
            

           borderContainer()-&gt;captureStart(&#039;masterLayout&#039;, array(
		&#039;design&#039; =&gt; &#039;headline&#039;,
		&#039;persist&#039; =&gt; true),
		array(&#039;style&#039; =&gt; &#039;width:  100%; height: 100%;&#039;)
	);
     ?&gt;	
    contentPane()-&gt;captureStart(&#039;titlePane&#039;, array(&#039;region&#039; =&gt; &#039;top&#039;));
        // Start title pane capture
?&gt;
        My Custom CMS
       contentPane()-&gt;captureEnd (&#039;titlePane&#039;);
        // End title pane capture and output
      ?&gt;
      contentPane()-&gt;captureStart(&#039;navPane&#039;,
                array(&#039;region&#039; =&gt; &#039;left&#039;,
                &#039;splitter&#039; =&gt; true, &#039;orientation&#039; =&gt; &#039;vertical&#039;));
                // Start navPane capture
           ?&gt;
         accordionContainer()-&gt;captureStart(&#039;navAccordion&#039;,
        array(&#039;duration&#039; =&gt; 200),
        array(&#039;style&#039; =&gt; &#039;width: 200px; height: 300px;&#039;));
        // Start accordion capture
        ?&gt;
     accordionPane()-&gt;captureStart(&#039;accordion1&#039;,
                array(&#039;title&#039; =&gt; &#039;First Accordion&#039;));
                // Start first accordion item capture
      ?&gt;

            This is my first accordion content pane
            navigation(); ?&gt;
             accordionPane()-&gt;captureEnd(&#039;accordion1&#039;);
                // End First accordion item  capture and output
      ?&gt;
        accordionPane()-&gt;captureStart(&#039;accordion2&#039;,
                     array(&#039;title&#039; =&gt; &#039;Second Accordion&#039;));
                      // Start first accordion item capture
      ?&gt;

          This is my second accordion content pane
       accordionPane()-&gt;captureEnd(&#039;accordion2&#039;);
                // End First accordion item capture and output
       ?&gt;
     accordionContainer()-&gt;captureEnd(&#039;navAccordion&#039;);
                // End accordion capture and output
      ?&gt;
     contentPane()-&gt;captureEnd(&#039;navPane&#039;);
                // End navPane capture and output
     ?&gt;
   contentPane()-&gt;captureStart(&#039;mainPane&#039;,
                array(&#039;region&#039; =&gt; &#039;center&#039;),
                array(&#039;style&#039; =&gt; &#039;background-color: white;&#039;));
                // Start mainPane capture
?&gt;

         This will contain my main content
       layout()-&gt;content; ?&gt;
        contentPane()-&gt;captureEnd(&#039;mainPane&#039;);
                // End navPane capture and  output
 ?&gt;

  contentPane()-&gt;captureStart(&#039;statusPane&#039;,
                array(&#039;region&#039; =&gt; &#039;bottom&#039;));
                // End navPane capture and output
   ?&gt;

       This is my status pane it appears at the bottom.
       contentPane()-&gt;captureEnd(&#039;statusPane&#039;);
                // End navPane capture and output
    ?&gt;
    borderContainer()-&gt;captureEnd(&#039;masterLayout&#039;); 

?&gt;


      i am doing something wrong the dojo layout doesnt show up

      any ideas</description>
		<content:encoded><![CDATA[<p>doctype() ?&gt;</p>
<p>        headTitle() ?&gt;<br />
        headMeta() ?&gt;    </p>
<p>        headStyle() ?&gt;<br />
        headLink()- &gt;prependStylesheet($this-&gt;baseUrl ().&#8217;/css/style.css&#8217;); ?&gt;<br />
         dojo()-&gt;isEnabled())<br />
 	{<br />
	  echo &#8220;DOJO enable&#8221;;</p>
<p>	  $this-&gt;dojo()-&gt;setLocalPath($this-&gt;baseUrl().&#8217;/js/dojo/dojo/dojo.js&#8217;)<br />
				   -&gt;requireModule(&#8216;dijit.layout.ContentPane&#8217;)<br />
				   -&gt;requireModule(&#8216;dijit.layout.AccordionContainer&#8217;)<br />
				   -&gt;requireModule(&#8216;dijit.layout.BorderContainer&#8217;)<br />
				   -&gt;requireModule(&#8216;dojo.parser&#8217;)<br />
				   -&gt;addStyleSheetModule(&#8216;dijit.themes.tundra&#8217;);				                </p>
<p>	  echo $this-&gt;dojo();<br />
	}else<br />
	{<br />
		echo &#8220;DOJO disabled&#8221;;</p>
<p>	}</p>
<p>  ?&gt;<br />
         headScript() ?&gt;</p>
<p>           borderContainer()-&gt;captureStart(&#8216;masterLayout&#8217;, array(<br />
		&#8216;design&#8217; =&gt; &#8216;headline&#8217;,<br />
		&#8216;persist&#8217; =&gt; true),<br />
		array(&#8217;style&#8217; =&gt; &#8216;width:  100%; height: 100%;&#8217;)<br />
	);<br />
     ?&gt;<br />
    contentPane()-&gt;captureStart(&#8216;titlePane&#8217;, array(&#8216;region&#8217; =&gt; &#8216;top&#8217;));<br />
        // Start title pane capture<br />
?&gt;<br />
        My Custom CMS<br />
       contentPane()-&gt;captureEnd (&#8216;titlePane&#8217;);<br />
        // End title pane capture and output<br />
      ?&gt;<br />
      contentPane()-&gt;captureStart(&#8216;navPane&#8217;,<br />
                array(&#8216;region&#8217; =&gt; &#8216;left&#8217;,<br />
                &#8217;splitter&#8217; =&gt; true, &#8216;orientation&#8217; =&gt; &#8216;vertical&#8217;));<br />
                // Start navPane capture<br />
           ?&gt;<br />
         accordionContainer()-&gt;captureStart(&#8216;navAccordion&#8217;,<br />
        array(&#8216;duration&#8217; =&gt; 200),<br />
        array(&#8217;style&#8217; =&gt; &#8216;width: 200px; height: 300px;&#8217;));<br />
        // Start accordion capture<br />
        ?&gt;<br />
     accordionPane()-&gt;captureStart(&#8216;accordion1&#8242;,<br />
                array(&#8216;title&#8217; =&gt; &#8216;First Accordion&#8217;));<br />
                // Start first accordion item capture<br />
      ?&gt;</p>
<p>            This is my first accordion content pane<br />
            navigation(); ?&gt;<br />
             accordionPane()-&gt;captureEnd(&#8216;accordion1&#8242;);<br />
                // End First accordion item  capture and output<br />
      ?&gt;<br />
        accordionPane()-&gt;captureStart(&#8216;accordion2&#8242;,<br />
                     array(&#8216;title&#8217; =&gt; &#8216;Second Accordion&#8217;));<br />
                      // Start first accordion item capture<br />
      ?&gt;</p>
<p>          This is my second accordion content pane<br />
       accordionPane()-&gt;captureEnd(&#8216;accordion2&#8242;);<br />
                // End First accordion item capture and output<br />
       ?&gt;<br />
     accordionContainer()-&gt;captureEnd(&#8216;navAccordion&#8217;);<br />
                // End accordion capture and output<br />
      ?&gt;<br />
     contentPane()-&gt;captureEnd(&#8216;navPane&#8217;);<br />
                // End navPane capture and output<br />
     ?&gt;<br />
   contentPane()-&gt;captureStart(&#8216;mainPane&#8217;,<br />
                array(&#8216;region&#8217; =&gt; &#8216;center&#8217;),<br />
                array(&#8217;style&#8217; =&gt; &#8216;background-color: white;&#8217;));<br />
                // Start mainPane capture<br />
?&gt;</p>
<p>         This will contain my main content<br />
       layout()-&gt;content; ?&gt;<br />
        contentPane()-&gt;captureEnd(&#8216;mainPane&#8217;);<br />
                // End navPane capture and  output<br />
 ?&gt;</p>
<p>  contentPane()-&gt;captureStart(&#8217;statusPane&#8217;,<br />
                array(&#8216;region&#8217; =&gt; &#8216;bottom&#8217;));<br />
                // End navPane capture and output<br />
   ?&gt;</p>
<p>       This is my status pane it appears at the bottom.<br />
       contentPane()-&gt;captureEnd(&#8217;statusPane&#8217;);<br />
                // End navPane capture and output<br />
    ?&gt;<br />
    borderContainer()-&gt;captureEnd(&#8216;masterLayout&#8217;); </p>
<p>?&gt;</p>
<p>      i am doing something wrong the dojo layout doesnt show up</p>
<p>      any ideas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pedro</title>
		<link>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/comment-page-1/#comment-474</link>
		<dc:creator>pedro</dc:creator>
		<pubDate>Sat, 05 Sep 2009 17:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justanotherdeveloper.co.uk/?p=3#comment-474</guid>
		<description>doctype() ?&gt;

   
 headTitle() ?&gt;    
 headMeta() ?&gt;    
   
 headStyle() ?&gt;
 headLink()-&gt;prependStylesheet($this-&gt;baseUrl().&#039;/css/style.css&#039;); ?&gt;
 dojo()-&gt;isEnabled())
 	{    
	  echo &quot;DOJO enable&quot;;

	  $this-&gt;dojo()-&gt;setLocalPath($this-&gt;baseUrl().&#039;/js/dojo/dojo/dojo.js&#039;)
				   -&gt;requireModule(&#039;dijit.layout.ContentPane&#039;)
				   -&gt;requireModule(&#039;dijit.layout.AccordionContainer&#039;)
				   -&gt;requireModule(&#039;dijit.layout.BorderContainer&#039;)
				   -&gt;requireModule(&#039;dojo.parser&#039;)
				   -&gt;addStyleSheetModule(&#039;dijit.themes.tundra&#039;);				                
	               
				   
	
	    
	  echo $this-&gt;dojo();   
	}else
	{
		echo &quot;DOJO disabled&quot;;
		
	}
	

  ?&gt;
headScript() ?&gt;

    

borderContainer()-&gt;captureStart(&#039;masterLayout&#039;, array(
		&#039;design&#039; =&gt; &#039;headline&#039;,
		&#039;persist&#039; =&gt; true),
		array(&#039;style&#039; =&gt; &#039;width: 100%; height: 100%;&#039;)
	);
?&gt;	
contentPane()-&gt;captureStart(&#039;titlePane&#039;, array(&#039;region&#039; =&gt; &#039;top&#039;));
        // Start title pane capture
?&gt;
My Custom CMS
contentPane()-&gt;captureEnd(&#039;titlePane&#039;);
        // End title pane capture and output
?&gt;
contentPane()-&gt;captureStart(&#039;navPane&#039;,
                array(&#039;region&#039; =&gt; &#039;left&#039;,
                &#039;splitter&#039; =&gt; true, &#039;orientation&#039; =&gt; &#039;vertical&#039;));
                // Start navPane capture
?&gt;
accordionContainer()-&gt;captureStart(&#039;navAccordion&#039;,
        array(&#039;duration&#039; =&gt; 200),
        array(&#039;style&#039; =&gt; &#039;width: 200px; height: 300px;&#039;));
        // Start accordion capture
?&gt;
accordionPane()-&gt;captureStart(&#039;accordion1&#039;,
                array(&#039;title&#039; =&gt; &#039;First Accordion&#039;));
                // Start first accordion item capture
      ?&gt;

This is my first accordion content pane
navigation(); ?&gt;
accordionPane()-&gt;captureEnd(&#039;accordion1&#039;);
                // End First accordion item capture and output
      ?&gt;
accordionPane()-&gt;captureStart(&#039;accordion2&#039;,
                array(&#039;title&#039; =&gt; &#039;Second Accordion&#039;));
                // Start first accordion item capture
      ?&gt;

This is my second accordion content pane
accordionPane()-&gt;captureEnd(&#039;accordion2&#039;);
                // End First accordion item capture and output
      ?&gt;
accordionContainer()-&gt;captureEnd(&#039;navAccordion&#039;);
                // End accordion capture and output
?&gt;
contentPane()-&gt;captureEnd(&#039;navPane&#039;);
                // End navPane capture and output
?&gt;
contentPane()-&gt;captureStart(&#039;mainPane&#039;,
                array(&#039;region&#039; =&gt; &#039;center&#039;),
                array(&#039;style&#039; =&gt; &#039;background-color: white;&#039;));
                // Start mainPane capture
?&gt;

This will contain my main content
layout()-&gt;content; ?&gt;
contentPane()-&gt;captureEnd(&#039;mainPane&#039;);
                // End navPane capture and output
?&gt;

contentPane()-&gt;captureStart(&#039;statusPane&#039;,
                array(&#039;region&#039; =&gt; &#039;bottom&#039;));
                // End navPane capture and output
?&gt;

This is my status pane it appears at the bottom.
contentPane()-&gt;captureEnd(&#039;statusPane&#039;);
                // End navPane capture and output
?&gt;
borderContainer()-&gt;captureEnd(&#039;masterLayout&#039;); 

?&gt;


&lt;!--

    
    My Custom CMS

    

		
    	        
        	        	
        	This is my first accordion content pane
        	navigation(); ?&gt;
    		
    		
    		
        	        	
        	This is my second accordion content pane
        	
    		
    	
        
    
	

		
	This will contain my main content
	layout()-&gt;content; ?&gt;
	

		
		This is my status pane it appears at the bottom.
	
	
	

      --&gt;  	

</description>
		<content:encoded><![CDATA[<p>doctype() ?&gt;</p>
<p> headTitle() ?&gt;<br />
 headMeta() ?&gt;    </p>
<p> headStyle() ?&gt;<br />
 headLink()-&gt;prependStylesheet($this-&gt;baseUrl().&#8217;/css/style.css&#8217;); ?&gt;<br />
 dojo()-&gt;isEnabled())<br />
 	{<br />
	  echo &#8220;DOJO enable&#8221;;</p>
<p>	  $this-&gt;dojo()-&gt;setLocalPath($this-&gt;baseUrl().&#8217;/js/dojo/dojo/dojo.js&#8217;)<br />
				   -&gt;requireModule(&#8216;dijit.layout.ContentPane&#8217;)<br />
				   -&gt;requireModule(&#8216;dijit.layout.AccordionContainer&#8217;)<br />
				   -&gt;requireModule(&#8216;dijit.layout.BorderContainer&#8217;)<br />
				   -&gt;requireModule(&#8216;dojo.parser&#8217;)<br />
				   -&gt;addStyleSheetModule(&#8216;dijit.themes.tundra&#8217;);				                </p>
<p>	  echo $this-&gt;dojo();<br />
	}else<br />
	{<br />
		echo &#8220;DOJO disabled&#8221;;</p>
<p>	}</p>
<p>  ?&gt;<br />
headScript() ?&gt;</p>
<p>borderContainer()-&gt;captureStart(&#8216;masterLayout&#8217;, array(<br />
		&#8216;design&#8217; =&gt; &#8216;headline&#8217;,<br />
		&#8216;persist&#8217; =&gt; true),<br />
		array(&#8217;style&#8217; =&gt; &#8216;width: 100%; height: 100%;&#8217;)<br />
	);<br />
?&gt;<br />
contentPane()-&gt;captureStart(&#8216;titlePane&#8217;, array(&#8216;region&#8217; =&gt; &#8216;top&#8217;));<br />
        // Start title pane capture<br />
?&gt;<br />
My Custom CMS<br />
contentPane()-&gt;captureEnd(&#8216;titlePane&#8217;);<br />
        // End title pane capture and output<br />
?&gt;<br />
contentPane()-&gt;captureStart(&#8216;navPane&#8217;,<br />
                array(&#8216;region&#8217; =&gt; &#8216;left&#8217;,<br />
                &#8217;splitter&#8217; =&gt; true, &#8216;orientation&#8217; =&gt; &#8216;vertical&#8217;));<br />
                // Start navPane capture<br />
?&gt;<br />
accordionContainer()-&gt;captureStart(&#8216;navAccordion&#8217;,<br />
        array(&#8216;duration&#8217; =&gt; 200),<br />
        array(&#8217;style&#8217; =&gt; &#8216;width: 200px; height: 300px;&#8217;));<br />
        // Start accordion capture<br />
?&gt;<br />
accordionPane()-&gt;captureStart(&#8216;accordion1&#8242;,<br />
                array(&#8216;title&#8217; =&gt; &#8216;First Accordion&#8217;));<br />
                // Start first accordion item capture<br />
      ?&gt;</p>
<p>This is my first accordion content pane<br />
navigation(); ?&gt;<br />
accordionPane()-&gt;captureEnd(&#8216;accordion1&#8242;);<br />
                // End First accordion item capture and output<br />
      ?&gt;<br />
accordionPane()-&gt;captureStart(&#8216;accordion2&#8242;,<br />
                array(&#8216;title&#8217; =&gt; &#8216;Second Accordion&#8217;));<br />
                // Start first accordion item capture<br />
      ?&gt;</p>
<p>This is my second accordion content pane<br />
accordionPane()-&gt;captureEnd(&#8216;accordion2&#8242;);<br />
                // End First accordion item capture and output<br />
      ?&gt;<br />
accordionContainer()-&gt;captureEnd(&#8216;navAccordion&#8217;);<br />
                // End accordion capture and output<br />
?&gt;<br />
contentPane()-&gt;captureEnd(&#8216;navPane&#8217;);<br />
                // End navPane capture and output<br />
?&gt;<br />
contentPane()-&gt;captureStart(&#8216;mainPane&#8217;,<br />
                array(&#8216;region&#8217; =&gt; &#8216;center&#8217;),<br />
                array(&#8217;style&#8217; =&gt; &#8216;background-color: white;&#8217;));<br />
                // Start mainPane capture<br />
?&gt;</p>
<p>This will contain my main content<br />
layout()-&gt;content; ?&gt;<br />
contentPane()-&gt;captureEnd(&#8216;mainPane&#8217;);<br />
                // End navPane capture and output<br />
?&gt;</p>
<p>contentPane()-&gt;captureStart(&#8217;statusPane&#8217;,<br />
                array(&#8216;region&#8217; =&gt; &#8216;bottom&#8217;));<br />
                // End navPane capture and output<br />
?&gt;</p>
<p>This is my status pane it appears at the bottom.<br />
contentPane()-&gt;captureEnd(&#8217;statusPane&#8217;);<br />
                // End navPane capture and output<br />
?&gt;<br />
borderContainer()-&gt;captureEnd(&#8216;masterLayout&#8217;); </p>
<p>?&gt;</p>
<p>&lt;!&#8211;</p>
<p>    My Custom CMS</p>
<p>        	This is my first accordion content pane<br />
        	navigation(); ?&gt;</p>
<p>        	This is my second accordion content pane</p>
<p>	This will contain my main content<br />
	layout()-&gt;content; ?&gt;</p>
<p>		This is my status pane it appears at the bottom.</p>
<p>      &#8211;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herby</title>
		<link>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/comment-page-1/#comment-473</link>
		<dc:creator>Herby</dc:creator>
		<pubDate>Wed, 02 Sep 2009 15:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justanotherdeveloper.co.uk/?p=3#comment-473</guid>
		<description>Hi,

what is the problem to publish the complete code?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>what is the problem to publish the complete code?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Malone</title>
		<link>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/comment-page-1/#comment-468</link>
		<dc:creator>John Malone</dc:creator>
		<pubDate>Mon, 24 Aug 2009 19:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justanotherdeveloper.co.uk/?p=3#comment-468</guid>
		<description>I&#039;d love to see the source code associated with this tutorial as well.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to see the source code associated with this tutorial as well.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/comment-page-1/#comment-461</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 17 Aug 2009 06:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justanotherdeveloper.co.uk/?p=3#comment-461</guid>
		<description>Hi
 awesome tutorial and by the look of the demo fantastic.

I have the same issue tho - Can&#039;t read the code and no source files.

Please publish them.</description>
		<content:encoded><![CDATA[<p>Hi<br />
 awesome tutorial and by the look of the demo fantastic.</p>
<p>I have the same issue tho &#8211; Can&#8217;t read the code and no source files.</p>
<p>Please publish them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR</title>
		<link>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/comment-page-1/#comment-311</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Fri, 19 Jun 2009 20:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justanotherdeveloper.co.uk/?p=3#comment-311</guid>
		<description>Hi, 
I cannot read the code in the website either, probably due to bad encoding and the full source is nowhere to be seen on your site. This is exactly the kind of thing I am looking for to get me started. can you post the full code? It would be much appreciated. 
Thanks in advance. 
JR</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I cannot read the code in the website either, probably due to bad encoding and the full source is nowhere to be seen on your site. This is exactly the kind of thing I am looking for to get me started. can you post the full code? It would be much appreciated.<br />
Thanks in advance.<br />
JR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom W</title>
		<link>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/comment-page-1/#comment-250</link>
		<dc:creator>Tom W</dc:creator>
		<pubDate>Thu, 23 Apr 2009 14:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justanotherdeveloper.co.uk/?p=3#comment-250</guid>
		<description>Your arrows are being html encoded!</description>
		<content:encoded><![CDATA[<p>Your arrows are being html encoded!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Trotter</title>
		<link>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/comment-page-1/#comment-232</link>
		<dc:creator>Fred Trotter</dc:creator>
		<pubDate>Mon, 30 Mar 2009 08:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justanotherdeveloper.co.uk/?p=3#comment-232</guid>
		<description>This post seems like exactly like what I have been looking for, but the code in the page in unreadable and the sourcecode, despite the authors recent comments, are not included in the article. 

BTW if you want a syntax system for wordpress, you might try this one http://wordpress.org/extend/plugins/syntaxhighlighter/</description>
		<content:encoded><![CDATA[<p>This post seems like exactly like what I have been looking for, but the code in the page in unreadable and the sourcecode, despite the authors recent comments, are not included in the article. </p>
<p>BTW if you want a syntax system for wordpress, you might try this one <a href="http://wordpress.org/extend/plugins/syntaxhighlighter/" rel="nofollow">http://wordpress.org/extend/plugins/syntaxhighlighter/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
