<?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: Lesson1 &#8211; Hello World!</title>
	<atom:link href="http://john.beynon.org.uk/2004/08/24/lesson1-hello-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://john.beynon.org.uk/2004/08/24/lesson1-hello-world/</link>
	<description>Confessions of a code Junkie and anything else i fancy!</description>
	<lastBuildDate>Thu, 14 Jan 2010 03:02:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson1-hello-world/#comment-1781</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 13 May 2009 13:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson1---Hello-World!#comment-1781</guid>
		<description>Thanks for the effort. All of your tutorials were concise and I was able to begin implementing this framework almost immediately.</description>
		<content:encoded><![CDATA[<p>Thanks for the effort. All of your tutorials were concise and I was able to begin implementing this framework almost immediately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnb</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson1-hello-world/#comment-1736</link>
		<dc:creator>johnb</dc:creator>
		<pubDate>Mon, 06 Apr 2009 10:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson1---Hello-World!#comment-1736</guid>
		<description>fixed. damn casing!</description>
		<content:encoded><![CDATA[<p>fixed. damn casing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson1-hello-world/#comment-1724</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 27 Mar 2009 18:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson1---Hello-World!#comment-1724</guid>
		<description>John:

I really appreciate your maintaining this tutorial for us poor souls starting out with Fusebox late in life. :o)

Unfortunately the zip file that goes along with lesson one is missing which makes that lesson a bit hard to follow.

Thanks,

Steve</description>
		<content:encoded><![CDATA[<p>John:</p>
<p>I really appreciate your maintaining this tutorial for us poor souls starting out with Fusebox late in life. <img src='http://john.beynon.org.uk/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
<p>Unfortunately the zip file that goes along with lesson one is missing which makes that lesson a bit hard to follow.</p>
<p>Thanks,</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson1-hello-world/#comment-995</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 26 Jun 2008 18:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson1---Hello-World!#comment-995</guid>
		<description>I downloaded the Lesson 1 application and ran it with no problems.  Then, I added a new fuseaction of &quot;goodbyeworld&quot; and called it like this: http://localhost/LearnFB/lesson1/index.cfm?fuseaction=LearnFB.goodbyeworld but it didn&#039;t work...I just saw the &quot;Hello World&quot; message again. Once I got to Lesson 2, I realized the issue with this...the variable &quot;fuseactionVariable&quot; (which is set in fusebox.xml.cfm) was set to &quot;method&quot;. So for my new fuseaction to work I had to call it like this: http://localhost/LearnFB/lesson1/index.cfm?method=LearnFB.goodbyeworld</description>
		<content:encoded><![CDATA[<p>I downloaded the Lesson 1 application and ran it with no problems.  Then, I added a new fuseaction of &#8220;goodbyeworld&#8221; and called it like this: <a href="http://localhost/LearnFB/lesson1/index.cfm?fuseaction=LearnFB.goodbyeworld" rel="nofollow">http://localhost/LearnFB/lesson1/index.cfm?fuseaction=LearnFB.goodbyeworld</a> but it didn&#8217;t work&#8230;I just saw the &#8220;Hello World&#8221; message again. Once I got to Lesson 2, I realized the issue with this&#8230;the variable &#8220;fuseactionVariable&#8221; (which is set in fusebox.xml.cfm) was set to &#8220;method&#8221;. So for my new fuseaction to work I had to call it like this: <a href="http://localhost/LearnFB/lesson1/index.cfm?method=LearnFB.goodbyeworld" rel="nofollow">http://localhost/LearnFB/lesson1/index.cfm?method=LearnFB.goodbyeworld</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson1-hello-world/#comment-103</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 31 Jan 2008 09:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson1---Hello-World!#comment-103</guid>
		<description>I notice the first thing you did in Lesson1 was to create the dsp_helloworld.cfm file. In building these fusebox apps, is it generally the case to begin with the display templates and then kind of backwards engineer everything? I&#039;m new to fusebox and am just wondering how experienced developers sit down and start building the bits and pieces that make up these apps..</description>
		<content:encoded><![CDATA[<p>I notice the first thing you did in Lesson1 was to create the dsp_helloworld.cfm file. In building these fusebox apps, is it generally the case to begin with the display templates and then kind of backwards engineer everything? I&#8217;m new to fusebox and am just wondering how experienced developers sit down and start building the bits and pieces that make up these apps..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kev</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson1-hello-world/#comment-100</link>
		<dc:creator>Kev</dc:creator>
		<pubDate>Thu, 26 Oct 2006 02:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson1---Hello-World!#comment-100</guid>
		<description>Simple and consise!! Like it!
Good work!!!</description>
		<content:encoded><![CDATA[<p>Simple and consise!! Like it!<br />
Good work!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson1-hello-world/#comment-99</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Sat, 11 Mar 2006 22:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson1---Hello-World!#comment-99</guid>
		<description>I think it is a bad first lession. For example what are the &quot;core files&quot; and what other steps need to be taken to get the &quot;Hello World&quot; up and running after you downloaded the FB zip.</description>
		<content:encoded><![CDATA[<p>I think it is a bad first lession. For example what are the &quot;core files&quot; and what other steps need to be taken to get the &quot;Hello World&quot; up and running after you downloaded the FB zip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: macejam</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson1-hello-world/#comment-98</link>
		<dc:creator>macejam</dc:creator>
		<pubDate>Sun, 22 May 2005 12:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson1---Hello-World!#comment-98</guid>
		<description>Just dowloaded this tutorial (which I assume was written for fusebox4) to try out fusebox4.2.  Created a subfolder called main;  put the circuit and dsp_helloworld.cfm file in this; added main/ to the circuit path in fusebox.xml.  Bingo, it worked.  Yes very exciting for me!
Thanks John.</description>
		<content:encoded><![CDATA[<p>Just dowloaded this tutorial (which I assume was written for fusebox4) to try out fusebox4.2.  Created a subfolder called main;  put the circuit and dsp_helloworld.cfm file in this; added main/ to the circuit path in fusebox.xml.  Bingo, it worked.  Yes very exciting for me!<br />
Thanks John.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Sharpless</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson1-hello-world/#comment-101</link>
		<dc:creator>Edward Sharpless</dc:creator>
		<pubDate>Sun, 10 Apr 2005 19:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson1---Hello-World!#comment-101</guid>
		<description>I am running the PHP version of FB4.1 and wonder how to create an application.php file to require every file request goes through the index.php(cfm) file.

Can someone direct me to Fusebox/PHP resources?</description>
		<content:encoded><![CDATA[<p>I am running the PHP version of FB4.1 and wonder how to create an application.php file to require every file request goes through the index.php(cfm) file.</p>
<p>Can someone direct me to Fusebox/PHP resources?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allex Smith</title>
		<link>http://john.beynon.org.uk/2004/08/24/lesson1-hello-world/#comment-102</link>
		<dc:creator>Allex Smith</dc:creator>
		<pubDate>Tue, 24 Aug 2004 03:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://john.beynon.org.uk/index.cfm/2004/8/24/Lesson1---Hello-World!#comment-102</guid>
		<description>Thanks for this quick guide. Very easy to understand. Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Thanks for this quick guide. Very easy to understand. Keep up the good work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
