<?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: Gaia Flash Framework Demo&#160;Site</title>
	<atom:link href="http://www.tmrw.co.uk/blog/gaia-framework-demo-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/</link>
	<description>Making Pixels Look Good Since 1999</description>
	<lastBuildDate>Fri, 05 Feb 2010 16:28:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jmp909</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-416</link>
		<dc:creator>jmp909</dc:creator>
		<pubDate>Fri, 05 Feb 2010 16:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-416</guid>
		<description>Hi Rob,

Gaia &quot;content&quot; isn&#039;t available for page&#039;s until their transitionIn method. You don&#039;t generally want to call code that references content before this, which may be the reason for your &quot;null&quot; references.

also you might want to look at this, which details issues with unloading content as well
http://www.gaiaflashframework.com/index.php/topic,290.0.html

If you need help, you can generally find me there, and the developer takes an active part too.

regards
j</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>Gaia &#8220;content&#8221; isn&#8217;t available for page&#8217;s until their transitionIn method. You don&#8217;t generally want to call code that references content before this, which may be the reason for your &#8220;null&#8221; references.</p>
<p>also you might want to look at this, which details issues with unloading content as well<br />
<a href="http://www.gaiaflashframework.com/index.php/topic,290.0.html">http://www.gaiaflashframework.com/index.php/topic,290.0.html</a></p>
<p>If you need help, you can generally find me there, and the developer takes an active part too.</p>
<p>regards<br />
j</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-408</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 11 Jan 2010 22:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-408</guid>
		<description>Hi Tony. If you look in &lt;strong&gt;NavPage.as&lt;/strong&gt; you&#039;ll see &lt;strong&gt;navButton &lt;/strong&gt;referenced. the class &#039;navButton&#039; is just the linkage identifier set in the &lt;strong&gt;nav.fla&lt;/strong&gt; file on the movie clip that renders the buttons in the navigation. Open up &lt;strong&gt;nav.fla&lt;/strong&gt;, take a look in the library at the &lt;strong&gt;menuItem &lt;/strong&gt;MovieClip and you&#039;ll see where it&#039;s set.</description>
		<content:encoded><![CDATA[<p>Hi Tony. If you look in <strong>NavPage.as</strong> you&#8217;ll see <strong>navButton </strong>referenced. the class &#8216;navButton&#8217; is just the linkage identifier set in the <strong>nav.fla</strong> file on the movie clip that renders the buttons in the navigation. Open up <strong>nav.fla</strong>, take a look in the library at the <strong>menuItem </strong>MovieClip and you&#8217;ll see where it&#8217;s set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-407</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 11 Jan 2010 22:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-407</guid>
		<description>You could try using the html character codes for each specific character that&#039;s causing a problem. For example &lt;strong&gt;&#233;&lt;/strong&gt; would be&lt;strong&gt; &eacute;&lt;/strong&gt; and &lt;strong&gt;&#231;&lt;/strong&gt; would be &lt;strong&gt;&ccedil;&lt;/strong&gt;. Take a look here http://www.ascii.cl/htmlcodes.htm for a full list. Good luck!</description>
		<content:encoded><![CDATA[<p>You could try using the html character codes for each specific character that&#8217;s causing a problem. For example <strong>&eacute;</strong> would be<strong> &amp;eacute;</strong> and <strong>&ccedil;</strong> would be <strong>&amp;ccedil;</strong>. Take a look here <a href="http://www.ascii.cl/htmlcodes.htm">http://www.ascii.cl/htmlcodes.htm</a> for a full list. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-406</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 11 Jan 2010 22:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-406</guid>
		<description>Hi Matt. If you want to change that &quot;Gaia Framework Demo (Fully Downloadable)&quot; title you&#039;ll need to look at the &lt;title&gt; tag in the index.html file in the deploy folder - it&#039;s just the default title I&#039;ve set up in there which gets dynamically replaced by Gaia when it&#039;s all loaded up. I think specifically it&#039;s the SWFAddress (http://www.asual.com/swfaddress/) functionality that&#039;s built into Gaia that handles the dynamic switching of the titles (and the deep-linking within the site). Hope that helps!</description>
		<content:encoded><![CDATA[<p>Hi Matt. If you want to change that &#8220;Gaia Framework Demo (Fully Downloadable)&#8221; title you&#8217;ll need to look at the <title> tag in the index.html file in the deploy folder &#8211; it&#8217;s just the default title I&#8217;ve set up in there which gets dynamically replaced by Gaia when it&#8217;s all loaded up. I think specifically it&#8217;s the SWFAddress (<a href="http://www.asual.com/swfaddress/">http://www.asual.com/swfaddress/</a>) functionality that&#8217;s built into Gaia that handles the dynamic switching of the titles (and the deep-linking within the site). Hope that helps!</title></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: georges</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-402</link>
		<dc:creator>georges</dc:creator>
		<pubDate>Tue, 29 Dec 2009 14:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-402</guid>
		<description>Hi,
I have a very critical issue that I’m not able to solve .
I had a multi language project ; I finish the English section and everything is working well.
When I begin the French section I found that the xml file isn’t parsing the French characters , 
I googled and surf the web for over 3 days , and I didn’t find anything to fix my problems.

Just If you could tell me or direct how can I use French characters such : éçéà  because everytime I used in the xml (main site file , or dynamic driven text) , the character isn’t showing in the page
 or &lt;![CDATA[- To devéélop a unique  shore line that

I will appreciate your help in this issue 
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have a very critical issue that I’m not able to solve .<br />
I had a multi language project ; I finish the English section and everything is working well.<br />
When I begin the French section I found that the xml file isn’t parsing the French characters ,<br />
I googled and surf the web for over 3 days , and I didn’t find anything to fix my problems.</p>
<p>Just If you could tell me or direct how can I use French characters such : éçéà  because everytime I used in the xml (main site file , or dynamic driven text) , the character isn’t showing in the page<br />
 or &lt;![CDATA[- To devéélop a unique  shore line that</p>
<p>I will appreciate your help in this issue<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-401</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Tue, 22 Dec 2009 04:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-401</guid>
		<description>Hi there,
This demo is fantastic. Thanks for posting.

I was successfully able to customize most of it, but I can&#039;t get rid of the title on the browser that says &quot;Gaia Framework Demo (Fully Downloadable)&quot;. That appears for just one second right before the actual title of the site that I entered in the site.xml. The rest of the pages are displaying the title correctly.
Is just for the first second right when the site loads, then it switches correctly to the right title.

Any idea where can I change that?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
This demo is fantastic. Thanks for posting.</p>
<p>I was successfully able to customize most of it, but I can&#8217;t get rid of the title on the browser that says &#8220;Gaia Framework Demo (Fully Downloadable)&#8221;. That appears for just one second right before the actual title of the site that I entered in the site.xml. The rest of the pages are displaying the title correctly.<br />
Is just for the first second right when the site loads, then it switches correctly to the right title.</p>
<p>Any idea where can I change that?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ALLEN</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-395</link>
		<dc:creator>ALLEN</dc:creator>
		<pubDate>Sat, 28 Nov 2009 13:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-395</guid>
		<description>Hello everyone, I&#039;m not a programmer, I have made a GAIA expansion pack installed, and also generated out. But I will not change ah, look at Lou Zhu doing so well, come to ask how to correct it. How to do, or not change is the background of GAIA&#039;s what I do not know where to change the background which is what most students initialized.</description>
		<content:encoded><![CDATA[<p>Hello everyone, I&#8217;m not a programmer, I have made a GAIA expansion pack installed, and also generated out. But I will not change ah, look at Lou Zhu doing so well, come to ask how to correct it. How to do, or not change is the background of GAIA&#8217;s what I do not know where to change the background which is what most students initialized.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tonymok</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-387</link>
		<dc:creator>Tonymok</dc:creator>
		<pubDate>Sun, 25 Oct 2009 09:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-387</guid>
		<description>Hi, 

When I read your src code, I can&#039;t find any defination of navButton class?

Is it the default class for gaia or ac3?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>When I read your src code, I can&#8217;t find any defination of navButton class?</p>
<p>Is it the default class for gaia or ac3?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-385</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Fri, 23 Oct 2009 21:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-385</guid>
		<description>Hi Ewen. This demo site&#039;s background colour setting is hiding in the file called &#039;gaiademo.js&#039; I&#039;ve created in the &#039;js&#039; in &#039;deploy&#039;. Gaia uses SWFobject to embed the swf flash file in the html page, and just to keep things tidy I moved all the generated embed code into it&#039;s own seperate js file. One of the paramaters you can pass to SWFObject is the background colour for the movie once it&#039;s embedded in the html. So, have a look in &#039;gaiademo.js&#039;, look for the line that says &#039;bgcolor: &quot;#111111&quot;&#039; and chance it to whatever you want :)</description>
		<content:encoded><![CDATA[<p>Hi Ewen. This demo site&#8217;s background colour setting is hiding in the file called &#8216;gaiademo.js&#8217; I&#8217;ve created in the &#8216;js&#8217; in &#8216;deploy&#8217;. Gaia uses SWFobject to embed the swf flash file in the html page, and just to keep things tidy I moved all the generated embed code into it&#8217;s own seperate js file. One of the paramaters you can pass to SWFObject is the background colour for the movie once it&#8217;s embedded in the html. So, have a look in &#8216;gaiademo.js&#8217;, look for the line that says &#8216;bgcolor: &#8220;#111111&#8243;&#8216; and chance it to whatever you want :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ewen</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-384</link>
		<dc:creator>Ewen</dc:creator>
		<pubDate>Fri, 23 Oct 2009 21:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-384</guid>
		<description>Hi Rich.

I&#039;ve been playing with your site demo (it&#039;s fabulous). I tried experimenting with changing the site&#039;s color to white and despite setting FFFFFF as the BG color of all Fla properties and checking the css file too, the site remains black. 

Does anyone have experience with this? I&#039;d love to know how to switch it up without creating a movie clip that scales if possible.

Thanks everyone and thanks again for the excellent demo Rich.</description>
		<content:encoded><![CDATA[<p>Hi Rich.</p>
<p>I&#8217;ve been playing with your site demo (it&#8217;s fabulous). I tried experimenting with changing the site&#8217;s color to white and despite setting FFFFFF as the BG color of all Fla properties and checking the css file too, the site remains black. </p>
<p>Does anyone have experience with this? I&#8217;d love to know how to switch it up without creating a movie clip that scales if possible.</p>
<p>Thanks everyone and thanks again for the excellent demo Rich.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AS3 Quick Guides &#8211; Frameworks and Toolkits &#171; Matt Eley &#124; Labs</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-380</link>
		<dc:creator>AS3 Quick Guides &#8211; Frameworks and Toolkits &#171; Matt Eley &#124; Labs</dc:creator>
		<pubDate>Sat, 17 Oct 2009 21:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-380</guid>
		<description>[...] look at some of the sites featured in the gallery on the project&#8217;s home page as well as this demo website which offers a good example of to how build a site using the [...]</description>
		<content:encoded><![CDATA[<p>[...] look at some of the sites featured in the gallery on the project&#8217;s home page as well as this demo website which offers a good example of to how build a site using the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-378</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Wed, 14 Oct 2009 20:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-378</guid>
		<description>Hi Pat. I&#039;m not sure what you mean? If you mean the class files for each page, they&#039;re in &lt;strong&gt;\gaia-as3-demo\src\classes\com\tmrw\pages\&lt;/strong&gt; once you&#039;ve extracted the zip file. Everything you need to get the site up and running is in that zip file, including all the AS and FLA files I used to create it, so there shouldn&#039;t be anything missing. Hope that helps!</description>
		<content:encoded><![CDATA[<p>Hi Pat. I&#8217;m not sure what you mean? If you mean the class files for each page, they&#8217;re in <strong>\gaia-as3-demo\src\classes\com\tmrw\pages\</strong> once you&#8217;ve extracted the zip file. Everything you need to get the site up and running is in that zip file, including all the AS and FLA files I used to create it, so there shouldn&#8217;t be anything missing. Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-377</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Wed, 14 Oct 2009 18:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-377</guid>
		<description>Why do you not include your section .as files in the demo?</description>
		<content:encoded><![CDATA[<p>Why do you not include your section .as files in the demo?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-376</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 13 Oct 2009 10:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-376</guid>
		<description>When I get time mate I definitely will. Watch this space...</description>
		<content:encoded><![CDATA[<p>When I get time mate I definitely will. Watch this space&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justo</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-375</link>
		<dc:creator>justo</dc:creator>
		<pubDate>Sat, 10 Oct 2009 01:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-375</guid>
		<description>Hello there, could u help me or tell me some tips to customize the preloader bar just the same to the designbygrain site??
thank you so much in advance


JUSTO</description>
		<content:encoded><![CDATA[<p>Hello there, could u help me or tell me some tips to customize the preloader bar just the same to the designbygrain site??<br />
thank you so much in advance</p>
<p>JUSTO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-373</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 01 Oct 2009 08:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-373</guid>
		<description>Thank you very much dude, Really nice. Anyone looking for more flash source check out http://www.brianwiltshire.net/lab.

I really like your site Rob, Keep up the good work, I will be following your site.. 

Nice one mate !</description>
		<content:encoded><![CDATA[<p>Thank you very much dude, Really nice. Anyone looking for more flash source check out <a href="http://www.brianwiltshire.net/lab">http://www.brianwiltshire.net/lab</a>.</p>
<p>I really like your site Rob, Keep up the good work, I will be following your site.. </p>
<p>Nice one mate !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caio Sponton</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-371</link>
		<dc:creator>Caio Sponton</dc:creator>
		<pubDate>Tue, 25 Aug 2009 19:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-371</guid>
		<description>Cool!!! Thank you so much, I started to learn AS3 and your files come to help in a good time!!
Cheers mate!</description>
		<content:encoded><![CDATA[<p>Cool!!! Thank you so much, I started to learn AS3 and your files come to help in a good time!!<br />
Cheers mate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mosk</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-369</link>
		<dc:creator>mosk</dc:creator>
		<pubDate>Tue, 11 Aug 2009 15:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-369</guid>
		<description>Hey Rob - 

I&#039;m new to Gaia also, and I ran into the same problem.  All you have to do to get the demo working is locate the site.xml file manually and move it into the location that Gaia is expecting.

So if you downloaded siteDemo to Desktop/GaiaTesting, open your GaiaTesting folder and browse through (or you could probably do a Search for site.xml from the Windows Vista start icon at the bottom left of your screen) till you find it.

Then open your Gaia panel, and look at the bottom of the Project tab.  You&#039;ll see something like bin/xml/site.xml - in this case, you&#039;d simply drag the site.xml into the bin/xml folder that you have sitting on your Desktop/GaiaTesting folder.

Let me know if that works.</description>
		<content:encoded><![CDATA[<p>Hey Rob &#8211; </p>
<p>I&#8217;m new to Gaia also, and I ran into the same problem.  All you have to do to get the demo working is locate the site.xml file manually and move it into the location that Gaia is expecting.</p>
<p>So if you downloaded siteDemo to Desktop/GaiaTesting, open your GaiaTesting folder and browse through (or you could probably do a Search for site.xml from the Windows Vista start icon at the bottom left of your screen) till you find it.</p>
<p>Then open your Gaia panel, and look at the bottom of the Project tab.  You&#8217;ll see something like bin/xml/site.xml &#8211; in this case, you&#8217;d simply drag the site.xml into the bin/xml folder that you have sitting on your Desktop/GaiaTesting folder.</p>
<p>Let me know if that works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-368</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 11 Aug 2009 08:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-368</guid>
		<description>Does anyone encounter problems when trying to compile the home, about, contact, photoStrip, things? I have found out the problem is that when I compile the flash it&#039;s looking for the null methods which is this bit:

var indexPage:IPageAsset = Gaia.api.getPage(&quot;index&quot;);
var indexPageContent:MovieClip = indexPage.content as MovieClip;
var navPage:IPageAsset = Gaia.api.getPage(&quot;index/nav&quot;);
var navPageContent:MovieClip = navPage.content as MovieClip;

it just returns as follow when compiled:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at com.tmrw.pages::ThingsPage()

Any solution to this, anyone? Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Does anyone encounter problems when trying to compile the home, about, contact, photoStrip, things? I have found out the problem is that when I compile the flash it&#8217;s looking for the null methods which is this bit:</p>
<p>var indexPage:IPageAsset = Gaia.api.getPage(&#8220;index&#8221;);<br />
var indexPageContent:MovieClip = indexPage.content as MovieClip;<br />
var navPage:IPageAsset = Gaia.api.getPage(&#8220;index/nav&#8221;);<br />
var navPageContent:MovieClip = navPage.content as MovieClip;</p>
<p>it just returns as follow when compiled:<br />
TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
	at com.tmrw.pages::ThingsPage()</p>
<p>Any solution to this, anyone? Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-365</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 21 Jul 2009 21:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-365</guid>
		<description>Odd indeed Rob. I&#039;ll look into it. I&#039;ve not had a need to use Gaia for a while so I&#039;ve not tried any of the new versions or updated any old sites, but when I get a chance I&#039;ll see if I can find out what&#039;s up. Cheers for pointing it out. Watch this space...</description>
		<content:encoded><![CDATA[<p>Odd indeed Rob. I&#8217;ll look into it. I&#8217;ve not had a need to use Gaia for a while so I&#8217;ve not tried any of the new versions or updated any old sites, but when I get a chance I&#8217;ll see if I can find out what&#8217;s up. Cheers for pointing it out. Watch this space&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-361</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 14 Jul 2009 18:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-361</guid>
		<description>Thanks for putting up this demo site.  Unfortunately, I haven&#039;t been able to get things imported into the gaia framework.  I&#039;m using Adobe  CS4 on a Windows Vista 32 bit system. 

I have Gaia and the Exchange update/patch installed, and I&#039;m able to get most of the way through importing your demo site.  Get note that Project updated to Gaia 3.15.  But this is followed by a message that Gaia could not find site.xml.  Then says: Enter valid site.xml path to Finish Import.  Not really given anywhere to put this path; only option is to hit the ok button.

Am I doing something wrong?  Or is it possible this demo doesn&#039;t worked with the newly released version of Gaia.  Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks for putting up this demo site.  Unfortunately, I haven&#8217;t been able to get things imported into the gaia framework.  I&#8217;m using Adobe  CS4 on a Windows Vista 32 bit system. </p>
<p>I have Gaia and the Exchange update/patch installed, and I&#8217;m able to get most of the way through importing your demo site.  Get note that Project updated to Gaia 3.15.  But this is followed by a message that Gaia could not find site.xml.  Then says: Enter valid site.xml path to Finish Import.  Not really given anywhere to put this path; only option is to hit the ok button.</p>
<p>Am I doing something wrong?  Or is it possible this demo doesn&#8217;t worked with the newly released version of Gaia.  Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-351</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Tue, 23 Jun 2009 07:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-351</guid>
		<description>Oh sorry, i was mistaken, it was firebug that causing the problem. I have reinstalled firebug again, and it’s not causing the problem i had anymore, no matter which ever modes i open in firefox, the demo worked flawlessly now… so very weird.</description>
		<content:encoded><![CDATA[<p>Oh sorry, i was mistaken, it was firebug that causing the problem. I have reinstalled firebug again, and it’s not causing the problem i had anymore, no matter which ever modes i open in firefox, the demo worked flawlessly now… so very weird.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-344</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Thu, 18 Jun 2009 20:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-344</guid>
		<description>Hi Ken. Glad you found the demo useful. I looked into that issuse and can&#039;t replicate it though - it works as you say it should for me, i.e. a page I&#039;ve been to before reloads instantly as all the images and swf&#039;s are cached. I can&#039;t think why it might not be working for you mate.</description>
		<content:encoded><![CDATA[<p>Hi Ken. Glad you found the demo useful. I looked into that issuse and can&#8217;t replicate it though &#8211; it works as you say it should for me, i.e. a page I&#8217;ve been to before reloads instantly as all the images and swf&#8217;s are cached. I can&#8217;t think why it might not be working for you mate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-343</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 18 Jun 2009 20:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-343</guid>
		<description>hi thank you so much for this demo! 
i discovered gaia long ago, but couldn&#039;t figure it out and was hoping for a working demo with source code and finally here is one!!!

one thing i noticed though, when you change page it reloads assets everytime you hit it, no matter how many times you have visited it, is it normal? i was thinking that isn&#039;t it supposed to be instantaneous if it has been loaded before, is there a solution for this?</description>
		<content:encoded><![CDATA[<p>hi thank you so much for this demo!<br />
i discovered gaia long ago, but couldn&#8217;t figure it out and was hoping for a working demo with source code and finally here is one!!!</p>
<p>one thing i noticed though, when you change page it reloads assets everytime you hit it, no matter how many times you have visited it, is it normal? i was thinking that isn&#8217;t it supposed to be instantaneous if it has been loaded before, is there a solution for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-330</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Mon, 15 Jun 2009 15:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-330</guid>
		<description>much appreciated!</description>
		<content:encoded><![CDATA[<p>much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: e11world</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-311</link>
		<dc:creator>e11world</dc:creator>
		<pubDate>Thu, 21 May 2009 20:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-311</guid>
		<description>Thanks for the reply Rich. I appreciate it. I&#039;m seeing the future of Flash AS3 changing more towards Flex. Adobe is splitting Flash to designer and develoepr versions in CS5 I belive.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply Rich. I appreciate it. I&#8217;m seeing the future of Flash AS3 changing more towards Flex. Adobe is splitting Flash to designer and develoepr versions in CS5 I belive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-306</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Thu, 07 May 2009 09:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-306</guid>
		<description>Hi E11World. I&#039;d love to do an AS2 version as well, and I may get some time soon, but don&#039;t hold you breath :) This demo was only really made possible as I&#039;d built an AS3 site already and based the demo on that. If I ever do an AS2 site I&#039;ll do the same and make and demo-ify it, but I&#039;ve not got any AS2 sites in the pipeline. Sorry! I&#039;ll let you know if I get round to doing one any time soon though...</description>
		<content:encoded><![CDATA[<p>Hi E11World. I&#8217;d love to do an AS2 version as well, and I may get some time soon, but don&#8217;t hold you breath :) This demo was only really made possible as I&#8217;d built an AS3 site already and based the demo on that. If I ever do an AS2 site I&#8217;ll do the same and make and demo-ify it, but I&#8217;ve not got any AS2 sites in the pipeline. Sorry! I&#8217;ll let you know if I get round to doing one any time soon though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E11World</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-305</link>
		<dc:creator>E11World</dc:creator>
		<pubDate>Wed, 06 May 2009 00:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-305</guid>
		<description>Hi there,
I just found out about the GAIA framework. This is really awosome. It will speed my work and create much more structured files for me.
I have a request if possible. I&#039;m still using AS2 and would love to get a working demo of that. I need sometime to learn AS3 and so I would really appreciate an AS2 version. Thank you very much.</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I just found out about the GAIA framework. This is really awosome. It will speed my work and create much more structured files for me.<br />
I have a request if possible. I&#8217;m still using AS2 and would love to get a working demo of that. I need sometime to learn AS3 and so I would really appreciate an AS2 version. Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronaldo</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-304</link>
		<dc:creator>Ronaldo</dc:creator>
		<pubDate>Sun, 03 May 2009 23:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-304</guid>
		<description>Hi!
Thanks for sharing this project to new gaia users. I&#039;m learning flash and AS3 for webdesign projects but I study alone just with books and tutorials. Since I&#039;ve done some flash websites and still don&#039;t know how to properly use classes to reuse my code, I found Gaia to be the perfect solution. Your demo site offered all the practical stuff I couldn&#039;t get from gaia documentaion.

Thanks!

BTW, even the demo site design is very appealing, yet it&#039;s simple to learn from

Cheers</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Thanks for sharing this project to new gaia users. I&#8217;m learning flash and AS3 for webdesign projects but I study alone just with books and tutorials. Since I&#8217;ve done some flash websites and still don&#8217;t know how to properly use classes to reuse my code, I found Gaia to be the perfect solution. Your demo site offered all the practical stuff I couldn&#8217;t get from gaia documentaion.</p>
<p>Thanks!</p>
<p>BTW, even the demo site design is very appealing, yet it&#8217;s simple to learn from</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleks M.</title>
		<link>http://www.tmrw.co.uk/blog/gaia-framework-demo-site/#comment-301</link>
		<dc:creator>Aleks M.</dc:creator>
		<pubDate>Tue, 28 Apr 2009 14:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tmrw.co.uk/?p=670#comment-301</guid>
		<description>Hi there!
Thank you so much for this - I&#039;m the type who learn the best through an example, so this one will be such a great help for me!</description>
		<content:encoded><![CDATA[<p>Hi there!<br />
Thank you so much for this &#8211; I&#8217;m the type who learn the best through an example, so this one will be such a great help for me!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
