<?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: Build a Dynamic Guest Book with XML and ActionScript 3.0</title>
	<atom:link href="http://active.tutsplus.com/tutorials/xml/build-a-dynamic-guest-book-with-xml-and-actionscript-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://active.tutsplus.com/tutorials/xml/build-a-dynamic-guest-book-with-xml-and-actionscript-30/</link>
	<description>Flash, Flex &#38; ActionScript Tutorials</description>
	<lastBuildDate>Mon, 15 Mar 2010 17:59:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kristjan</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-a-dynamic-guest-book-with-xml-and-actionscript-30/comment-page-2/#comment-19679</link>
		<dc:creator>Kristjan</dc:creator>
		<pubDate>Tue, 09 Mar 2010 13:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=539#comment-19679</guid>
		<description>demit made all like writen and it shows 47 error  what the hekk</description>
		<content:encoded><![CDATA[<p>demit made all like writen and it shows 47 error  what the hekk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gueshow</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-a-dynamic-guest-book-with-xml-and-actionscript-30/comment-page-2/#comment-19406</link>
		<dc:creator>gueshow</dc:creator>
		<pubDate>Fri, 05 Mar 2010 21:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=539#comment-19406</guid>
		<description>всех с весенней balalumboi ))</description>
		<content:encoded><![CDATA[<p>всех с весенней balalumboi ))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alam</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-a-dynamic-guest-book-with-xml-and-actionscript-30/comment-page-2/#comment-19112</link>
		<dc:creator>Alam</dc:creator>
		<pubDate>Sun, 28 Feb 2010 09:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=539#comment-19112</guid>
		<description>Is a possible when i enter all data through flash file automatic show the message to be confirm that your data is load but input field is disapear.</description>
		<content:encoded><![CDATA[<p>Is a possible when i enter all data through flash file automatic show the message to be confirm that your data is load but input field is disapear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-a-dynamic-guest-book-with-xml-and-actionscript-30/comment-page-2/#comment-18184</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Sun, 07 Feb 2010 02:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=539#comment-18184</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by tutengine: Build a Dynamic Guest Book with XML and ActionScript 3.0 http://bit.ly/50U3Bn #photoshop @flashtuts...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by tutengine: Build a Dynamic Guest Book with XML and ActionScript 3.0 <a href="http://bit.ly/50U3Bn" rel="nofollow">http://bit.ly/50U3Bn</a> #photoshop @flashtuts&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-a-dynamic-guest-book-with-xml-and-actionscript-30/comment-page-2/#comment-17269</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Fri, 22 Jan 2010 22:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=539#comment-17269</guid>
		<description>Ok, so after much headache of not getting the messages to appear I came to realize that this method is not the most efficient.  Not say that it does not work but when it comes to efficiency, using a database trumps. 

I says this for two reasons (and I believe this issue was addressed in the comments before):
1) You are updating and reading one xml file.  If more that one person is visiting the site at the same time and hit submit, its by chance whose message will get inserted in the file.  
2) Your web browser stores the xml file in its cache memory (temp internet files).  So even though your submission may work and update the xml file it wont be displayed because the browser is showing the contents of the xml file in its cache memory.

So, In my opinion to avoid all that just go the database route if your server allows it.  You can use the same code from this tutorial with only a few changes and new sendData function.</description>
		<content:encoded><![CDATA[<p>Ok, so after much headache of not getting the messages to appear I came to realize that this method is not the most efficient.  Not say that it does not work but when it comes to efficiency, using a database trumps. </p>
<p>I says this for two reasons (and I believe this issue was addressed in the comments before):<br />
1) You are updating and reading one xml file.  If more that one person is visiting the site at the same time and hit submit, its by chance whose message will get inserted in the file.<br />
2) Your web browser stores the xml file in its cache memory (temp internet files).  So even though your submission may work and update the xml file it wont be displayed because the browser is showing the contents of the xml file in its cache memory.</p>
<p>So, In my opinion to avoid all that just go the database route if your server allows it.  You can use the same code from this tutorial with only a few changes and new sendData function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-a-dynamic-guest-book-with-xml-and-actionscript-30/comment-page-2/#comment-16992</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Wed, 20 Jan 2010 08:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=539#comment-16992</guid>
		<description>So I got this to work for me except one thing.  Every time I hit submit nothing will come up on the posted messages side.  But when I refreshed the page it showed up. 
After hours of testing this and that I decided to absolute URLs.  That did the trick.  The PHP script needs that full url to work properly.  Hope this will help someone.</description>
		<content:encoded><![CDATA[<p>So I got this to work for me except one thing.  Every time I hit submit nothing will come up on the posted messages side.  But when I refreshed the page it showed up.<br />
After hours of testing this and that I decided to absolute URLs.  That did the trick.  The PHP script needs that full url to work properly.  Hope this will help someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Camilo</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-a-dynamic-guest-book-with-xml-and-actionscript-30/comment-page-2/#comment-16413</link>
		<dc:creator>Juan Camilo</dc:creator>
		<pubDate>Sun, 03 Jan 2010 20:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=539#comment-16413</guid>
		<description>do all the tutorial to the letter but I&#039;m not someone uploads the mail maybe ou can work with the files to know that I did wrong juanzear@hotmail.com</description>
		<content:encoded><![CDATA[<p>do all the tutorial to the letter but I&#8217;m not someone uploads the mail maybe ou can work with the files to know that I did wrong <a href="mailto:juanzear@hotmail.com">juanzear@hotmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-a-dynamic-guest-book-with-xml-and-actionscript-30/comment-page-2/#comment-12937</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Sat, 05 Dec 2009 22:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=539#comment-12937</guid>
		<description>Hi,
I am only a beginner with actionscript and I get a lot of errors with the code so please could you send me an email with the whole code together.
Hope this is alright.
Thanks,
Max.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am only a beginner with actionscript and I get a lot of errors with the code so please could you send me an email with the whole code together.<br />
Hope this is alright.<br />
Thanks,<br />
Max.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-a-dynamic-guest-book-with-xml-and-actionscript-30/comment-page-2/#comment-12872</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 04 Dec 2009 10:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=539#comment-12872</guid>
		<description>very well explained... I´ve been trying to set it up backwards but I just can´t!! I´ll be waiting for that script version!</description>
		<content:encoded><![CDATA[<p>very well explained&#8230; I´ve been trying to set it up backwards but I just can´t!! I´ll be waiting for that script version!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gayan</title>
		<link>http://active.tutsplus.com/tutorials/xml/build-a-dynamic-guest-book-with-xml-and-actionscript-30/comment-page-2/#comment-11867</link>
		<dc:creator>Gayan</dc:creator>
		<pubDate>Sun, 22 Nov 2009 12:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=539#comment-11867</guid>
		<description>hellow thier .. its a great..

but i have a issue ! the xml looks like this


Gayan
Elakiri
22 November 2009
Top needa Wede ?


but i want it to look like 

Gayan
Elakiri
22 November 2009
Top needa Wede ?

what shud i do to make the xml like this ? :S</description>
		<content:encoded><![CDATA[<p>hellow thier .. its a great..</p>
<p>but i have a issue ! the xml looks like this</p>
<p>Gayan<br />
Elakiri<br />
22 November 2009<br />
Top needa Wede ?</p>
<p>but i want it to look like </p>
<p>Gayan<br />
Elakiri<br />
22 November 2009<br />
Top needa Wede ?</p>
<p>what shud i do to make the xml like this ? :S</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.090 seconds -->
