<?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 for Lookmum</title>
	<atom:link href="http://www.lookmumimontheinternet.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.lookmumimontheinternet.com/blog</link>
	<description>The thoughts of Phil Douglas on flash and web development, sprinkled with light reading on his personal adventures.</description>
	<pubDate>Sun, 05 Sep 2010 01:15:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Introducing Quizmash by Phil</title>
		<link>http://www.lookmumimontheinternet.com/blog/?p=133&cpage=1#comment-42877</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 20 Jul 2010 12:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lookmumimontheinternet.com/blog/?p=133#comment-42877</guid>
		<description>Currently not, but that's definitely something i'll look at.</description>
		<content:encoded><![CDATA[<p>Currently not, but that&#8217;s definitely something i&#8217;ll look at.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Quizmash by michael</title>
		<link>http://www.lookmumimontheinternet.com/blog/?p=133&cpage=1#comment-42875</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Tue, 20 Jul 2010 11:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lookmumimontheinternet.com/blog/?p=133#comment-42875</guid>
		<description>i wonder if you plan to add support for importing QTI questions? or maybe you already use QTI or other test format "behind the stage"?</description>
		<content:encoded><![CDATA[<p>i wonder if you plan to add support for importing QTI questions? or maybe you already use QTI or other test format &#8220;behind the stage&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Quizmash by Phil</title>
		<link>http://www.lookmumimontheinternet.com/blog/?p=133&cpage=1#comment-42874</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 20 Jul 2010 10:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lookmumimontheinternet.com/blog/?p=133#comment-42874</guid>
		<description>Hmm that's a worry. It actually does list the correct answer, so i'm wondering if it just evaluated it wrong on taking your exam. It seems to get it right when I take the same question.

Perhaps it's an intermittent bug with the exam results screen. I'll look into it. Thanks for the bug report Tink. :)

Also there is question commenting, but you need to be logged in. You can login as a facebook user if you don't want to go through the whole registration thing.</description>
		<content:encoded><![CDATA[<p>Hmm that&#8217;s a worry. It actually does list the correct answer, so i&#8217;m wondering if it just evaluated it wrong on taking your exam. It seems to get it right when I take the same question.</p>
<p>Perhaps it&#8217;s an intermittent bug with the exam results screen. I&#8217;ll look into it. Thanks for the bug report Tink. <img src='http://www.lookmumimontheinternet.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also there is question commenting, but you need to be logged in. You can login as a facebook user if you don&#8217;t want to go through the whole registration thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Quizmash by Tink</title>
		<link>http://www.lookmumimontheinternet.com/blog/?p=133&cpage=1#comment-42873</link>
		<dc:creator>Tink</dc:creator>
		<pubDate>Tue, 20 Jul 2010 09:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.lookmumimontheinternet.com/blog/?p=133#comment-42873</guid>
		<description>I don't know if theres anywhere users can comment on questions but I had a quick run through 5 AS questions and the answer for this one is definiteley wrong...

package{
       class Basket{
             private var eggs:int = 6;
             public function PutAllEggsInOne () : String{
                    var messageString : String
                    switch (eggs){
                           case 0 :
                           messageString = 'no eggs';
                           case 6 :
                           messageString = 'half dozen eggs';
                           case 12 :
                           messageString = 'dozen eggs';
                    }
                    return messageString;
             }
       }
}

It said the answer is "no eggs"

Due to the var 'eggs' having a value of 6 you would expect "half dozen eggs" to be the answer, but due to the lack of any breaks in the switch statement the answer will always be "dozen eggs".</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if theres anywhere users can comment on questions but I had a quick run through 5 AS questions and the answer for this one is definiteley wrong&#8230;</p>
<p>package{<br />
       class Basket{<br />
             private var eggs:int = 6;<br />
             public function PutAllEggsInOne () : String{<br />
                    var messageString : String<br />
                    switch (eggs){<br />
                           case 0 :<br />
                           messageString = &#8216;no eggs&#8217;;<br />
                           case 6 :<br />
                           messageString = &#8216;half dozen eggs&#8217;;<br />
                           case 12 :<br />
                           messageString = &#8216;dozen eggs&#8217;;<br />
                    }<br />
                    return messageString;<br />
             }<br />
       }<br />
}</p>
<p>It said the answer is &#8220;no eggs&#8221;</p>
<p>Due to the var &#8216;eggs&#8217; having a value of 6 you would expect &#8220;half dozen eggs&#8221; to be the answer, but due to the lack of any breaks in the switch statement the answer will always be &#8220;dozen eggs&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More PureMVC bits and bobs by Robin Hilliard</title>
		<link>http://www.lookmumimontheinternet.com/blog/?p=129&cpage=1#comment-42866</link>
		<dc:creator>Robin Hilliard</dc:creator>
		<pubDate>Tue, 26 May 2009 23:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lookmumimontheinternet.com/blog/?p=129#comment-42866</guid>
		<description>We can still be friends ;-)</description>
		<content:encoded><![CDATA[<p>We can still be friends <img src='http://www.lookmumimontheinternet.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WebDU 2009 slides and sourcecode by Phil</title>
		<link>http://www.lookmumimontheinternet.com/blog/?p=125&cpage=1#comment-42865</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 26 May 2009 02:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.lookmumimontheinternet.com/blog/?p=125#comment-42865</guid>
		<description>Hmm. Not sure about auto generation tools. We use flashdevelop inhouse, and have a project template that does all the standard initialisation code for us.

Also if you look at&lt;a href="http://www.lookmumimontheinternet.com/blog/?p=129" rel="nofollow"&gt; this post&lt;/a&gt;, I've posted some flashdevelop file templates for mediators proxies etc. These are however flashdevelop specific.</description>
		<content:encoded><![CDATA[<p>Hmm. Not sure about auto generation tools. We use flashdevelop inhouse, and have a project template that does all the standard initialisation code for us.</p>
<p>Also if you look at<a href="http://www.lookmumimontheinternet.com/blog/?p=129" onclick="" rel="nofollow"> this post</a>, I&#8217;ve posted some flashdevelop file templates for mediators proxies etc. These are however flashdevelop specific.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WebDU 2009 slides and sourcecode by tommek</title>
		<link>http://www.lookmumimontheinternet.com/blog/?p=125&cpage=1#comment-42864</link>
		<dc:creator>tommek</dc:creator>
		<pubDate>Tue, 26 May 2009 02:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.lookmumimontheinternet.com/blog/?p=125#comment-42864</guid>
		<description>Hi Phil, 
I was at webdu conference and  listened to your pureMVC talk. I am a Cairngorm  user and I am going to jump ship. I was wondering if pureMVC has any auto generation tools. I found "puregen" but this project does seem to be complete. 

Do you know of any others?</description>
		<content:encoded><![CDATA[<p>Hi Phil,<br />
I was at webdu conference and  listened to your pureMVC talk. I am a Cairngorm  user and I am going to jump ship. I was wondering if pureMVC has any auto generation tools. I found &#8220;puregen&#8221; but this project does seem to be complete. </p>
<p>Do you know of any others?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More PureMVC bits and bobs by Daniel Tome</title>
		<link>http://www.lookmumimontheinternet.com/blog/?p=129&cpage=1#comment-42863</link>
		<dc:creator>Daniel Tome</dc:creator>
		<pubDate>Mon, 25 May 2009 23:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.lookmumimontheinternet.com/blog/?p=129#comment-42863</guid>
		<description>Thanks Phil, it was great to get one of the webdu sessions at the APUG meeting, for those of us who missed it.

cheers,</description>
		<content:encoded><![CDATA[<p>Thanks Phil, it was great to get one of the webdu sessions at the APUG meeting, for those of us who missed it.</p>
<p>cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WebDU 2009 slides and sourcecode by Phil</title>
		<link>http://www.lookmumimontheinternet.com/blog/?p=125&cpage=1#comment-42862</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 25 May 2009 12:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lookmumimontheinternet.com/blog/?p=125#comment-42862</guid>
		<description>Cheers Brett. Training...hmm....</description>
		<content:encoded><![CDATA[<p>Cheers Brett. Training&#8230;hmm&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WebDU 2009 slides and sourcecode by Brett</title>
		<link>http://www.lookmumimontheinternet.com/blog/?p=125&cpage=1#comment-42860</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Sun, 24 May 2009 01:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.lookmumimontheinternet.com/blog/?p=125#comment-42860</guid>
		<description>Trying to wrap my head around flex communication coming from a coldfusion / web background has been a struggle... I really enjoyed this presentation, probably one of the top 3 of the conference for my liking so thank you :). PS you don't do one on one training do you?</description>
		<content:encoded><![CDATA[<p>Trying to wrap my head around flex communication coming from a coldfusion / web background has been a struggle&#8230; I really enjoyed this presentation, probably one of the top 3 of the conference for my liking so thank you :). PS you don&#8217;t do one on one training do you?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
