<?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>ineedtutorials.com &#187; Zend framework</title>
	<atom:link href="http://www.ineedtutorials.com/tag/zend-framework/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ineedtutorials.com</link>
	<description>Information made easy</description>
	<lastBuildDate>Thu, 14 May 2009 15:17:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Build a Facebook application with Zend Framework</title>
		<link>http://www.ineedtutorials.com/code/php/build-a-facebook-application-with-zend-framework</link>
		<comments>http://www.ineedtutorials.com/code/php/build-a-facebook-application-with-zend-framework#comments</comments>
		<pubDate>Tue, 12 May 2009 10:55:27 +0000</pubDate>
		<dc:creator>Gertjan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[FBML]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[XFBML]]></category>
		<category><![CDATA[Zend framework]]></category>

		<guid isPermaLink="false">http://www.ineedtutorials.com/?p=262</guid>
		<description><![CDATA[You can integrate your application with facebook in two way: with an IFRAME (using XFBML) or with FBML. You can embed your content in a Facebook page through FBML or use an IFRAME Facebook will be a proxy between your server and the user&#8217;s browser: it will load a page form your own server like [...]]]></description>
			<content:encoded><![CDATA[<p>You can integrate your application with facebook in two way: with an IFRAME (using XFBML) or with FBML.</p>
<p>You can embed your content in a Facebook page through FBML or use an IFRAME</p>
<p>Facebook will be a proxy between your server and the user&#8217;s browser: it will load a page form your own server like a normal browser, parse it, &#8220;enhance&#8221; it with his components and then embed it in a Facebook page. You will use standard HTML tags plus FBML tags.</p>
<p>Pros:</p>
<ul>
<li>You can use almost standard HTML, but with some other tags like: <fb:comments ... />, <fb:wall ... /></li>
<li>Feature rich: with a simple tag integrate wall, comments, tabs, dashboard and many others components (Complete list of facebook tags)</li>
<li>The url in the browser follow the navigation</li>
<li>Faster when you need data from facebook database (groups, friends, etc.)</li>
</ul>
<p>Cons:</p>
<ul>
<li>Slower page load times: restart the facebook chat at every request</li>
<li>Can&#8217;t use standard JavaScript, only FBJS that&#8217;s almost equals but your existing scripts and libraries won&#8217;t work</li>
<li>Its losing ground: Facebook is trying to take IFRAME/XFBML on par</li>
</ul>
<p><span id="more-262"></span><br />
Link: <a href="http://blog.madarco.net/91/build-a-facebook-application-with-zend-framework/">Build a Facebook application with Zend Framework</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ineedtutorials.com/code/php/build-a-facebook-application-with-zend-framework/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
