<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP Architect blog &#187; layout</title>
	<atom:link href="http://www.php-architect.com/blog/tag/layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-architect.com/blog</link>
	<description>PHP, MySQL, ZF, Python, Linux, Mac, C++, Java, Flex, Air, ActionScript &#38; apps development.</description>
	<lastBuildDate>Sun, 13 Jun 2010 18:25:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4113</generator>
		<item>
		<title>New Home Page Layout</title>
		<link>http://www.php-architect.com/blog/2009/03/18/new-home-page-layout/</link>
		<comments>http://www.php-architect.com/blog/2009/03/18/new-home-page-layout/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 20:44:33 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[My Work]]></category>
		<category><![CDATA[Status]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[php architect]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=289</guid>
		<description><![CDATA[I dunno if anybody has noticed this cause most of the visitors come to the blog directly, i have deployed a homepage for the site http://www.php-architect.com , it contains no graphic, just some ajax / css tricks with some theme. i was obsessed by the idea that i couldn&#8217;t wait until i finish the content [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I dunno if anybody has noticed this cause most of the visitors come to the blog directly, i have deployed a homepage for the site <a href="http://www.php-architect.com" target="blank">http://www.php-architect.com</a> , it contains no graphic, just some ajax / css tricks with some theme.<br />
i was obsessed by the idea that i couldn&#8217;t wait until i finish the content of the pages, and i deployed it.<br />
waiting for suggestions to improve it and i will upload the content soon.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2009/03/18/new-home-page-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Render Nothing in Zend Framework</title>
		<link>http://www.php-architect.com/blog/2009/01/12/render-nothing-in-zend-framework/</link>
		<comments>http://www.php-architect.com/blog/2009/01/12/render-nothing-in-zend-framework/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 21:58:27 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[viewscript]]></category>
		<category><![CDATA[zf]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=141</guid>
		<description><![CDATA[This is useful if u want to have the output without rendering a view or the layout, like in ajax or developing we services to do that you need to call the following 2 methods in your Action : $this-&#62;_helper-&#62;viewRenderer-&#62;setNoRender&#40;&#41;; // Disable the viewscript $this-&#62;_helper-&#62;layout-&#62;disableLayout&#40;&#41;; // Disable the layout Related posts:Fix for Zend Studio 7 [...]


Related posts:<ol><li><a href='http://www.php-architect.com/blog/2009/11/11/fix-for-zend-studio-7-button-problems-in-ubuntu-9-10-karmic-koala/' rel='bookmark' title='Permanent Link: Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;'>Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is useful if u want to have the output without rendering a view or the layout, like in ajax or developing we services</p>
<p>to do that you need to call the following 2 methods in your Action :</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span>_helper<span style="color: #339933;">-&gt;</span><span style="color: #004000;">viewRenderer</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">setNoRender</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// Disable the viewscript</span>
<span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span>_helper<span style="color: #339933;">-&gt;</span><span style="color: #004000;">layout</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">disableLayout</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  <span style="color: #666666; font-style: italic;">// Disable the layout</span></pre></div></div>

<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.php-architect.com/blog/2009/11/11/fix-for-zend-studio-7-button-problems-in-ubuntu-9-10-karmic-koala/' rel='bookmark' title='Permanent Link: Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;'>Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2009/01/12/render-nothing-in-zend-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
