<?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/"
	 xmlns:slash="http://purl.org/rss/1.0/modules/slash/" 
	>
<channel>
	<title>Comments on: Resources on How to Write a Facebook Application</title>
	<atom:link href="http://www.marketing-ninja.com/facebook-app/resources-on-how-to-write-a-facebook-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marketing-ninja.com/facebook-app/resources-on-how-to-write-a-facebook-application/</link>
	<description>The Gruesome Diary of an Online Marketer</description>
	<lastBuildDate>Tue, 01 Sep 2009 05:51:46 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://www.marketing-ninja.com/facebook-app/resources-on-how-to-write-a-facebook-application/comment-page-1/#comment-2782</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 16 Mar 2009 03:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=50#comment-2782</guid>
		<description>You might want to also consider giving zembly a try. zembly (http://zembly.com) is a new kind of integrated development environment (IDE) from Sun Microsystems that offers developers streamlined, collaborative, browser-based development and cloud hosting for social applications, widgets, and web APIs. Zembly targets applications for Facebook, OpenSocial, meebo, and general web platforms.</description>
		<content:encoded><![CDATA[<p>You might want to also consider giving zembly a try. zembly (<a href="http://zembly.com" rel="nofollow">http://zembly.com</a>) is a new kind of integrated development environment (IDE) from Sun Microsystems that offers developers streamlined, collaborative, browser-based development and cloud hosting for social applications, widgets, and web APIs. Zembly targets applications for Facebook, OpenSocial, meebo, and general web platforms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaronontheweb</title>
		<link>http://www.marketing-ninja.com/facebook-app/resources-on-how-to-write-a-facebook-application/comment-page-1/#comment-1332</link>
		<dc:creator>Aaronontheweb</dc:creator>
		<pubDate>Thu, 06 Dec 2007 22:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=50#comment-1332</guid>
		<description>On the iframe page itself (i.e. the page hosted on your own server) you can still use external stylesheets, just not on pages that render any FBML.

For my FBML applications I actually use an external stylesheet that gets parsed by a User Control into &lt;code&gt;&lt;style&gt;&lt;/code&gt; tags by the file system at run-time.

I then use declarative output caching (2 hour duration, shared across all HTTP requests) to decrease the number of hits to the file system to a negligible number (the file system is hit only once every 2 hours regardless of the number of HTTP requests).</description>
		<content:encoded><![CDATA[<p>On the iframe page itself (i.e. the page hosted on your own server) you can still use external stylesheets, just not on pages that render any FBML.</p>
<p>For my FBML applications I actually use an external stylesheet that gets parsed by a User Control into <code><br />
<style></style>
<p></code> tags by the file system at run-time.</p>
<p>I then use declarative output caching (2 hour duration, shared across all HTTP requests) to decrease the number of hits to the file system to a negligible number (the file system is hit only once every 2 hours regardless of the number of HTTP requests).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://www.marketing-ninja.com/facebook-app/resources-on-how-to-write-a-facebook-application/comment-page-1/#comment-1326</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Wed, 05 Dec 2007 18:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=50#comment-1326</guid>
		<description>No external style sheets; even within an iFrame.</description>
		<content:encoded><![CDATA[<p>No external style sheets; even within an iFrame.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian from www.thenewsroom.com</title>
		<link>http://www.marketing-ninja.com/facebook-app/resources-on-how-to-write-a-facebook-application/comment-page-1/#comment-40</link>
		<dc:creator>Ian from www.thenewsroom.com</dc:creator>
		<pubDate>Sat, 04 Aug 2007 14:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=50#comment-40</guid>
		<description>This one provides an excellent monetization model...http://apps.facebook.com/thenewsroom</description>
		<content:encoded><![CDATA[<p>This one provides an excellent monetization model&#8230;http://apps.facebook.com/thenewsroom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaronontheweb</title>
		<link>http://www.marketing-ninja.com/facebook-app/resources-on-how-to-write-a-facebook-application/comment-page-1/#comment-16</link>
		<dc:creator>Aaronontheweb</dc:creator>
		<pubDate>Wed, 01 Aug 2007 16:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=50#comment-16</guid>
		<description>If you&#039;re using an iframe I&#039;d imagine you&#039;d have to make your own duplicate copy of the Facebook CSS code, as I don&#039;t think you&#039;d be able to inherit the CSS properties on the Facebook page opening the iframe itself. According to the &lt;a href=&quot;http://wiki.developers.facebook.com/index.php/UsageNotes/CSS&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;facebook developer&#039;s wiki&lt;/a&gt; you&#039;re not allowed to reference external stylesheets but I assume that this is only for FBML applications. Correct me if I am wrong.

If you are, in fact, not allowed to use an external stylesheet for Iframe applications, I suppose you could always just create a server-side include that writes a style element to the header of your HTML output.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using an iframe I&#8217;d imagine you&#8217;d have to make your own duplicate copy of the Facebook CSS code, as I don&#8217;t think you&#8217;d be able to inherit the CSS properties on the Facebook page opening the iframe itself. According to the <a href="http://wiki.developers.facebook.com/index.php/UsageNotes/CSS" target="_blank" rel="nofollow">facebook developer&#8217;s wiki</a> you&#8217;re not allowed to reference external stylesheets but I assume that this is only for FBML applications. Correct me if I am wrong.</p>
<p>If you are, in fact, not allowed to use an external stylesheet for Iframe applications, I suppose you could always just create a server-side include that writes a style element to the header of your HTML output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vjeran</title>
		<link>http://www.marketing-ninja.com/facebook-app/resources-on-how-to-write-a-facebook-application/comment-page-1/#comment-14</link>
		<dc:creator>vjeran</dc:creator>
		<pubDate>Wed, 01 Aug 2007 14:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=50#comment-14</guid>
		<description>I wonder do u make your CSS layer or do u follow facebook css.</description>
		<content:encoded><![CDATA[<p>I wonder do u make your CSS layer or do u follow facebook css.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
