<?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>me, myself, and my code</description>
	<lastBuildDate>Wed, 14 Sep 2011 12:50:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>New Home Page Layout</title>
		<link>http://www.php-architect.com/blog/2009/03/18/new-home-page-layout/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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>aibrahim</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[<a href="http://www.php-architect.com/blog/2009/03/18/new-home-page-layout/" title="New Home Page Layout"></a>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. &#8230;<p class="read-more"><a href="http://www.php-architect.com/blog/2009/03/18/new-home-page-layout/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.php-architect.com/blog/2009/03/18/new-home-page-layout/" title="New Home Page Layout"></a><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.php-architect.com/blog/2009/03/18/new-home-page-layout/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><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>
]]></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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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>aibrahim</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[<a href="http://www.php-architect.com/blog/2009/01/12/render-nothing-in-zend-framework/" title="Render Nothing in Zend Framework"></a>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;; &#8230;<p class="read-more"><a href="http://www.php-architect.com/blog/2009/01/12/render-nothing-in-zend-framework/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.php-architect.com/blog/2009/01/12/render-nothing-in-zend-framework/" title="Render Nothing in Zend Framework"></a><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.php-architect.com/blog/2009/01/12/render-nothing-in-zend-framework/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><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>
]]></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>

