<?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"
	>
<channel>
	<title>Comments for Real Estate Test Blog</title>
	<atom:link href="http://www.realestatetestblog.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.realestatetestblog.com</link>
	<description>Real Estate Blog Themes, SEO and Internet Marketing Ideas for Real Estate</description>
	<pubDate>Wed, 07 Jan 2009 11:46:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Integrating Flash Graphs for Real Estate in WordPress or other Platforms by Madtown RM</title>
		<link>http://www.realestatetestblog.com/integrating-flash-graphs-for-real-estate-in-wordpress-or-other-platforms/#comment-458</link>
		<dc:creator>Madtown RM</dc:creator>
		<pubDate>Tue, 23 Dec 2008 14:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.realestatetestblog.com/?p=78#comment-458</guid>
		<description>It says error loading code.</description>
		<content:encoded><![CDATA[<p>It says error loading code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Flash Graphs for Real Estate in WordPress or other Platforms by Madtown RM</title>
		<link>http://www.realestatetestblog.com/integrating-flash-graphs-for-real-estate-in-wordpress-or-other-platforms/#comment-457</link>
		<dc:creator>Madtown RM</dc:creator>
		<pubDate>Tue, 23 Dec 2008 14:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.realestatetestblog.com/?p=78#comment-457</guid>
		<description>I tried creating the test page yesterday (also a snippet) but neither worked. I'll try it again and see if anything changes.</description>
		<content:encoded><![CDATA[<p>I tried creating the test page yesterday (also a snippet) but neither worked. I&#8217;ll try it again and see if anything changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Flash Graphs for Real Estate in WordPress or other Platforms by Ryan Ward</title>
		<link>http://www.realestatetestblog.com/integrating-flash-graphs-for-real-estate-in-wordpress-or-other-platforms/#comment-456</link>
		<dc:creator>Ryan Ward</dc:creator>
		<pubDate>Tue, 23 Dec 2008 13:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.realestatetestblog.com/?p=78#comment-456</guid>
		<description>Oh, and then for your dev site, you may create a test page (add new page), test.php and check the box to hide the page. Go into html mode and paste the code or if that doesn't work, you might try to create a snippet and use the snippet on the test page.</description>
		<content:encoded><![CDATA[<p>Oh, and then for your dev site, you may create a test page (add new page), test.php and check the box to hide the page. Go into html mode and paste the code or if that doesn&#8217;t work, you might try to create a snippet and use the snippet on the test page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Flash Graphs for Real Estate in WordPress or other Platforms by Ryan Ward</title>
		<link>http://www.realestatetestblog.com/integrating-flash-graphs-for-real-estate-in-wordpress-or-other-platforms/#comment-455</link>
		<dc:creator>Ryan Ward</dc:creator>
		<pubDate>Tue, 23 Dec 2008 13:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.realestatetestblog.com/?p=78#comment-455</guid>
		<description>What you will need to try to do is to use the code that you are using to make the charts work and change the path in the URL's to match the other site. I don't think the full code will work in a comment, your url's should look likew this:

amp;dataURL= you may need (http://)www.jolenta.com/FusionCharts/Data/Data.xml&#38;chartWidth=500&#38;chartHeight=500
embed src="http://www.jolenta.com/FusionCharts/FusionCharts/FCF_Column3D.swf 

To reuse this chart in your site with the correct data, just edit the XML file to the data you need.

See if that works. Basically, you just need to make sure that the path is correct to the url's that it needs to pull the information from...</description>
		<content:encoded><![CDATA[<p>What you will need to try to do is to use the code that you are using to make the charts work and change the path in the URL&#8217;s to match the other site. I don&#8217;t think the full code will work in a comment, your url&#8217;s should look likew this:</p>
<p>amp;dataURL= you may need (http://)www.jolenta.com/FusionCharts/Data/Data.xml&amp;chartWidth=500&amp;chartHeight=500<br />
embed src=&#8221;http://www.jolenta.com/FusionCharts/FusionCharts/FCF_Column3D.swf </p>
<p>To reuse this chart in your site with the correct data, just edit the XML file to the data you need.</p>
<p>See if that works. Basically, you just need to make sure that the path is correct to the url&#8217;s that it needs to pull the information from&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Flash Graphs for Real Estate in WordPress or other Platforms by Madtown RM</title>
		<link>http://www.realestatetestblog.com/integrating-flash-graphs-for-real-estate-in-wordpress-or-other-platforms/#comment-452</link>
		<dc:creator>Madtown RM</dc:creator>
		<pubDate>Tue, 23 Dec 2008 05:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.realestatetestblog.com/?p=78#comment-452</guid>
		<description>Okay, so I got the chart working here:

http://jolenta.com/chart.htm

But how do I "pull" that information into my dev site?

Is there an HTML or PHP command line similar to embed? I don't want to use a bog-standard hyperlink - I want the content to show up automatically.</description>
		<content:encoded><![CDATA[<p>Okay, so I got the chart working here:</p>
<p><a href="http://jolenta.com/chart.htm">http://jolenta.com/chart.htm</a></p>
<p>But how do I &#8220;pull&#8221; that information into my dev site?</p>
<p>Is there an HTML or PHP command line similar to embed? I don&#8217;t want to use a bog-standard hyperlink - I want the content to show up automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Flash Graphs for Real Estate in WordPress or other Platforms by Madtown RM</title>
		<link>http://www.realestatetestblog.com/integrating-flash-graphs-for-real-estate-in-wordpress-or-other-platforms/#comment-451</link>
		<dc:creator>Madtown RM</dc:creator>
		<pubDate>Tue, 23 Dec 2008 02:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.realestatetestblog.com/?p=78#comment-451</guid>
		<description>AnyCharts is not free though (I don't think) whereas FusionCharts Free are...</description>
		<content:encoded><![CDATA[<p>AnyCharts is not free though (I don&#8217;t think) whereas FusionCharts Free are&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Flash Graphs for Real Estate in WordPress or other Platforms by Ryan Ward</title>
		<link>http://www.realestatetestblog.com/integrating-flash-graphs-for-real-estate-in-wordpress-or-other-platforms/#comment-450</link>
		<dc:creator>Ryan Ward</dc:creator>
		<pubDate>Mon, 22 Dec 2008 10:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.realestatetestblog.com/?p=78#comment-450</guid>
		<description>Madtown,

We don't have FTP for REW. You have to put them on another domain and make sure the path to the files is correct - it should work.

Can someone check to see if they are working on a Mac on this page: http://www.ryanwardrealestate.com/atlanta-real-estate-market-statistics.php ? If  can't get these to work on Mac, I may try to see if anycharts work. They really are nice. I would just hate to spend more time on more charts if it isn't necessary.</description>
		<content:encoded><![CDATA[<p>Madtown,</p>
<p>We don&#8217;t have FTP for REW. You have to put them on another domain and make sure the path to the files is correct - it should work.</p>
<p>Can someone check to see if they are working on a Mac on this page: <a href="http://www.ryanwardrealestate.com/atlanta-real-estate-market-statistics.php">http://www.ryanwardrealestate.com/atlanta-real-estate-market-statistics.php</a> ? If  can&#8217;t get these to work on Mac, I may try to see if anycharts work. They really are nice. I would just hate to spend more time on more charts if it isn&#8217;t necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Flash Graphs for Real Estate in WordPress or other Platforms by Anton</title>
		<link>http://www.realestatetestblog.com/integrating-flash-graphs-for-real-estate-in-wordpress-or-other-platforms/#comment-448</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Mon, 22 Dec 2008 04:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.realestatetestblog.com/?p=78#comment-448</guid>
		<description>Ryan,

Safari on iPhone doesn't support flash, but it should work on Mac.</description>
		<content:encoded><![CDATA[<p>Ryan,</p>
<p>Safari on iPhone doesn&#8217;t support flash, but it should work on Mac.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Flash Graphs for Real Estate in WordPress or other Platforms by Anton</title>
		<link>http://www.realestatetestblog.com/integrating-flash-graphs-for-real-estate-in-wordpress-or-other-platforms/#comment-447</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Mon, 22 Dec 2008 04:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.realestatetestblog.com/?p=78#comment-447</guid>
		<description>Thank you for your test!</description>
		<content:encoded><![CDATA[<p>Thank you for your test!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Flash Graphs for Real Estate in WordPress or other Platforms by Madtown RM</title>
		<link>http://www.realestatetestblog.com/integrating-flash-graphs-for-real-estate-in-wordpress-or-other-platforms/#comment-446</link>
		<dc:creator>Madtown RM</dc:creator>
		<pubDate>Mon, 22 Dec 2008 04:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.realestatetestblog.com/?p=78#comment-446</guid>
		<description>The anychart home page displays nicely on my FF 3.0.4 Mac. Ryan's blog page displays correctly on my laptop running Windows Vista but not on my Mac. 

I'm also wondering what the reference to FTP is in Ryan's post re FusionCharts. Do we have to FTP files to get FusionCharts to work on our REW site?</description>
		<content:encoded><![CDATA[<p>The anychart home page displays nicely on my FF 3.0.4 Mac. Ryan&#8217;s blog page displays correctly on my laptop running Windows Vista but not on my Mac. </p>
<p>I&#8217;m also wondering what the reference to FTP is in Ryan&#8217;s post re FusionCharts. Do we have to FTP files to get FusionCharts to work on our REW site?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
