<?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: Using Sites to easily publish data out of Salesforce</title>
	<atom:link href="http://gokubi.com/archives/using-sites-to-easily-publish-data-out-of-salesforce/feed" rel="self" type="application/rss+xml" />
	<link>http://gokubi.com/archives/using-sites-to-easily-publish-data-out-of-salesforce</link>
	<description></description>
	<lastBuildDate>Mon, 23 Aug 2010 19:34:03 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Last 10 (selected) delicious.com links</title>
		<link>http://gokubi.com/archives/using-sites-to-easily-publish-data-out-of-salesforce/comment-page-1#comment-207883</link>
		<dc:creator>Last 10 (selected) delicious.com links</dc:creator>
		<pubDate>Thu, 04 Feb 2010 20:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=868#comment-207883</guid>
		<description>[...] gokubi.com » Blog Archive » Using Sites to easily publish data out of Salesforce [...]</description>
		<content:encoded><![CDATA[<p>[...] gokubi.com » Blog Archive » Using Sites to easily publish data out of Salesforce [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Fuller</title>
		<link>http://gokubi.com/archives/using-sites-to-easily-publish-data-out-of-salesforce/comment-page-1#comment-185604</link>
		<dc:creator>Gary Fuller</dc:creator>
		<pubDate>Tue, 04 Aug 2009 20:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=868#comment-185604</guid>
		<description>I guess this beyond my abilities for the time being.  To bad, everything else really looked so easy and straightforward.  After looking at the document you suggested, I could not get my head around the test to use for the custom controller. Thanks anyway.  I&#039;m sure I&#039;ll be able to understand this eventually.</description>
		<content:encoded><![CDATA[<p>I guess this beyond my abilities for the time being.  To bad, everything else really looked so easy and straightforward.  After looking at the document you suggested, I could not get my head around the test to use for the custom controller. Thanks anyway.  I&#8217;m sure I&#8217;ll be able to understand this eventually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://gokubi.com/archives/using-sites-to-easily-publish-data-out-of-salesforce/comment-page-1#comment-185601</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 04 Aug 2009 19:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=868#comment-185601</guid>
		<description>Thanks Gary!

Here is a good resource for information on &lt;a href=&quot;http://wiki.developerforce.com/index.php/An_Introduction_to_Apex_Code_Test_Methods&quot; rel=&quot;nofollow&quot;&gt;writing tests for Salesforce.com&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks Gary!</p>
<p>Here is a good resource for information on <a href="http://wiki.developerforce.com/index.php/An_Introduction_to_Apex_Code_Test_Methods" rel="nofollow">writing tests for Salesforce.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Fuller</title>
		<link>http://gokubi.com/archives/using-sites-to-easily-publish-data-out-of-salesforce/comment-page-1#comment-185600</link>
		<dc:creator>Gary Fuller</dc:creator>
		<pubDate>Tue, 04 Aug 2009 19:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=868#comment-185600</guid>
		<description>Hi Steve, this is great stuff and the instructions are very clear, except there is something I keep missing.  I am assuming the custom controller has to be created in a non-production environment.  I have chosen to do it in my sandbox.  I have my controller code done.  Since the code is so short, do I need to test it?  From everything I have read testing is required.  How would I go about writing a test for your controller code... and finally the big question that I can&#039;t seem to get an answer to:  How do I go about making my controller code available to my production environment. I am sure I must be missing something very simple, but I can&#039;t seem to find these answers.  Thanks again Steve.</description>
		<content:encoded><![CDATA[<p>Hi Steve, this is great stuff and the instructions are very clear, except there is something I keep missing.  I am assuming the custom controller has to be created in a non-production environment.  I have chosen to do it in my sandbox.  I have my controller code done.  Since the code is so short, do I need to test it?  From everything I have read testing is required.  How would I go about writing a test for your controller code&#8230; and finally the big question that I can&#8217;t seem to get an answer to:  How do I go about making my controller code available to my production environment. I am sure I must be missing something very simple, but I can&#8217;t seem to find these answers.  Thanks again Steve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://gokubi.com/archives/using-sites-to-easily-publish-data-out-of-salesforce/comment-page-1#comment-180652</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 24 Jun 2009 21:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=868#comment-180652</guid>
		<description>That is indeed a limitation of IFRAME. Creative placement of the IFRAME could help with that growth issue, if the project is a very simple one.

Another thing about IFRAME is that the containing page doesn&#039;t know anything about the contents of the IFRAME page, so if you have search capabilities on your website, it won&#039;t find these sponsors by name.

With a more sophisticated implementation, you could use sites to publish the same data in XML or JSON which your website could consume and even store locally, and then you&#039;d have much more control.</description>
		<content:encoded><![CDATA[<p>That is indeed a limitation of IFRAME. Creative placement of the IFRAME could help with that growth issue, if the project is a very simple one.</p>
<p>Another thing about IFRAME is that the containing page doesn&#8217;t know anything about the contents of the IFRAME page, so if you have search capabilities on your website, it won&#8217;t find these sponsors by name.</p>
<p>With a more sophisticated implementation, you could use sites to publish the same data in XML or JSON which your website could consume and even store locally, and then you&#8217;d have much more control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hemmeter</title>
		<link>http://gokubi.com/archives/using-sites-to-easily-publish-data-out-of-salesforce/comment-page-1#comment-180649</link>
		<dc:creator>Scott Hemmeter</dc:creator>
		<pubDate>Wed, 24 Jun 2009 21:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://gokubi.com/?p=868#comment-180649</guid>
		<description>Nice post.  The only downside of this is that iFRAME heights are static and if your list is longer than the height, there will be a scrollbar inside your page.  HTML needs a  tag so the contents could be pulled and placed on your main page.</description>
		<content:encoded><![CDATA[<p>Nice post.  The only downside of this is that iFRAME heights are static and if your list is longer than the height, there will be a scrollbar inside your page.  HTML needs a  tag so the contents could be pulled and placed on your main page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
