<?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 Flight School</title>
	<atom:link href="http://flightschool.acylt.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://flightschool.acylt.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 26 Aug 2011 07:11:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Red5 Video Chat Example by Catttdaddy</title>
		<link>http://flightschool.acylt.com/devnotes/red5-video-chat-example/comment-page-1/#comment-841</link>
		<dc:creator>Catttdaddy</dc:creator>
		<pubDate>Fri, 26 Aug 2011 07:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=313#comment-841</guid>
		<description>Im not sure what I did wrong but I am getting errors using this code.

I compiled the server app and created the Flash app.
My client connects to the server but I get these errors in the console

org.red5.server.Scope - Has child scope? Chatter in [GlobalScope@178a7d9 Depth= 0, Path = &#039;&#039;, Name= default&#039;]
org.red5.server.Scope - Child scope does not exist
org.red5.server.net.rtmp.RTMPHandler - Scope Chatter not found on localhost

Can anyone help me out with this?</description>
		<content:encoded><![CDATA[<p>Im not sure what I did wrong but I am getting errors using this code.</p>
<p>I compiled the server app and created the Flash app.<br />
My client connects to the server but I get these errors in the console</p>
<p>org.red5.server.Scope &#8211; Has child scope? Chatter in [GlobalScope@178a7d9 Depth= 0, Path = '', Name= default']<br />
org.red5.server.Scope &#8211; Child scope does not exist<br />
org.red5.server.net.rtmp.RTMPHandler &#8211; Scope Chatter not found on localhost</p>
<p>Can anyone help me out with this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ford-Fulkerson &#8211; Capacity Scaling &#8211; C++ by mark</title>
		<link>http://flightschool.acylt.com/devnotes/ford-fulkerson-capacity-scaling-c/comment-page-1/#comment-672</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Fri, 24 Jun 2011 14:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=490#comment-672</guid>
		<description>Hi,
 i&#039;d like to know the mean of &quot;delta&quot; in the program. Does it work even if i delete it?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
 i&#8217;d like to know the mean of &#8220;delta&#8221; in the program. Does it work even if i delete it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Red5 Video Chat Example by kknd</title>
		<link>http://flightschool.acylt.com/devnotes/red5-video-chat-example/comment-page-1/#comment-670</link>
		<dc:creator>kknd</dc:creator>
		<pubDate>Thu, 23 Jun 2011 07:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=313#comment-670</guid>
		<description>hi, thanks u example

but i can&#039;t to understand why Red5 can find and call a right Application funcation at webapps directory.
i see the Red5 to know ApplicationAdapter is a Mbean use by JMX, but i don&#039;t find Red5 to register and create the Mbean . 

if you know the secret,please send reason to me ,thank</description>
		<content:encoded><![CDATA[<p>hi, thanks u example</p>
<p>but i can&#8217;t to understand why Red5 can find and call a right Application funcation at webapps directory.<br />
i see the Red5 to know ApplicationAdapter is a Mbean use by JMX, but i don&#8217;t find Red5 to register and create the Mbean . </p>
<p>if you know the secret,please send reason to me ,thank</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Red5 Video Chat Example by sam</title>
		<link>http://flightschool.acylt.com/devnotes/red5-video-chat-example/comment-page-1/#comment-651</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Wed, 01 Jun 2011 06:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=313#comment-651</guid>
		<description>nice example.</description>
		<content:encoded><![CDATA[<p>nice example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ford-Fulkerson &#8211; Capacity Scaling &#8211; C++ by Ace</title>
		<link>http://flightschool.acylt.com/devnotes/ford-fulkerson-capacity-scaling-c/comment-page-1/#comment-648</link>
		<dc:creator>Ace</dc:creator>
		<pubDate>Sat, 28 May 2011 17:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=490#comment-648</guid>
		<description>Hi Rebecca - what you want to do is look up makefiles and compiling C/C++.  For example: http://mrbook.org/tutorials/make/ has a tutorial (you&#039;ll notice their makefile is similar to the one I&#039;ve included).  This will tell you a little more about compiling and linking: http://library.thinkquest.org/C001341/tuts/opentut.php3?id=21&amp;mn=m&amp;page=1&amp;pn=t.  If that isn&#039;t great just search those two terms and you&#039;ll find some more articles.</description>
		<content:encoded><![CDATA[<p>Hi Rebecca &#8211; what you want to do is look up makefiles and compiling C/C++.  For example: <a href="http://mrbook.org/tutorials/make/" rel="nofollow">http://mrbook.org/tutorials/make/</a> has a tutorial (you&#8217;ll notice their makefile is similar to the one I&#8217;ve included).  This will tell you a little more about compiling and linking: <a href="http://library.thinkquest.org/C001341/tuts/opentut.php3?id=21&#038;mn=m&#038;page=1&#038;pn=t" rel="nofollow">http://library.thinkquest.org/C001341/tuts/opentut.php3?id=21&#038;mn=m&#038;page=1&#038;pn=t</a>.  If that isn&#8217;t great just search those two terms and you&#8217;ll find some more articles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ford-Fulkerson &#8211; Capacity Scaling &#8211; C++ by Rebecca</title>
		<link>http://flightschool.acylt.com/devnotes/ford-fulkerson-capacity-scaling-c/comment-page-1/#comment-634</link>
		<dc:creator>Rebecca</dc:creator>
		<pubDate>Sun, 15 May 2011 22:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=490#comment-634</guid>
		<description>THANKS for the code u wrote i really was searching it , but tell me how do execute ? do u create some file?? please i need your help</description>
		<content:encoded><![CDATA[<p>THANKS for the code u wrote i really was searching it , but tell me how do execute ? do u create some file?? please i need your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Red5 Video Chat Example by David</title>
		<link>http://flightschool.acylt.com/devnotes/red5-video-chat-example/comment-page-1/#comment-603</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 08 Apr 2011 17:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=313#comment-603</guid>
		<description>But instead of using String objects is not any Object more fittable, I mean like an Object in red5 with methods and properties than let you use Stream capabilities, and how instantiate those with our NetStream.publish method!??</description>
		<content:encoded><![CDATA[<p>But instead of using String objects is not any Object more fittable, I mean like an Object in red5 with methods and properties than let you use Stream capabilities, and how instantiate those with our NetStream.publish method!??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Json_Server and Dojox RPC by Ace</title>
		<link>http://flightschool.acylt.com/devnotes/zend_json_server-and-dojox-rpc-service/comment-page-1/#comment-496</link>
		<dc:creator>Ace</dc:creator>
		<pubDate>Sat, 05 Mar 2011 02:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=462#comment-496</guid>
		<description>Did you configure the Dojo library correctly?  I didn&#039;t include the full HTML, but you could do it like this (in more detail here: http://dojotoolkit.org/reference-guide/quickstart/cross-domain.html):

&lt;pre lang=&quot;JAVASCRIPT&quot; line=&quot;1&quot;&gt;
&lt;script src=&quot;http://www.google.com/jsapi&quot;&gt;&lt;/script&gt;
&lt;script&gt;
    google.load(&quot;dojo&quot;, &quot;1.5&quot;);
&lt;/script&gt;
&lt;/pre&gt;
Put that above the dojo.require(&quot;dojox.rpc.Service&quot;).

That should fix your problem, let me know if it doesn&#039;t.</description>
		<content:encoded><![CDATA[<p>Did you configure the Dojo library correctly?  I didn&#8217;t include the full HTML, but you could do it like this (in more detail here: <a href="http://dojotoolkit.org/reference-guide/quickstart/cross-domain.html" rel="nofollow">http://dojotoolkit.org/reference-guide/quickstart/cross-domain.html</a>):</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script src<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;http://www.google.com/jsapi&quot;</span><span style="color: #339933;">&gt;&lt;/</span>script<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>script<span style="color: #339933;">&gt;</span>
    google.<span style="color: #660066;">load</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;dojo&quot;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;1.5&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>Put that above the dojo.require(&#8220;dojox.rpc.Service&#8221;).</p>
<p>That should fix your problem, let me know if it doesn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Json_Server and Dojox RPC by billy bob</title>
		<link>http://flightschool.acylt.com/devnotes/zend_json_server-and-dojox-rpc-service/comment-page-1/#comment-489</link>
		<dc:creator>billy bob</dc:creator>
		<pubDate>Tue, 01 Mar 2011 05:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=462#comment-489</guid>
		<description>The JavaScript code won&#039;t work. 


After the line :
var myRpc = new dojox.rpc.Service(&quot;api/json-rpc.php&quot;);

i get :
Uncaught TypeError: Cannot read property &#039;Service&#039; of undefined</description>
		<content:encoded><![CDATA[<p>The JavaScript code won&#8217;t work. </p>
<p>After the line :<br />
var myRpc = new dojox.rpc.Service(&#8220;api/json-rpc.php&#8221;);</p>
<p>i get :<br />
Uncaught TypeError: Cannot read property &#8216;Service&#8217; of undefined</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magick++, VS 2010 and Access violation writing location by Héctor Navarro</title>
		<link>http://flightschool.acylt.com/devnotes/the-nightmare-that-is-magick-and-vs-2010/comment-page-1/#comment-478</link>
		<dc:creator>Héctor Navarro</dc:creator>
		<pubDate>Mon, 14 Feb 2011 17:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=433#comment-478</guid>
		<description>Thanks man! I had like five days trying to figure this out. The worst part is that I have had similar problems before (Multi-Threaded vs Multi-Threaded Debug), but I still don&#039;t learn!


  Thank you again</description>
		<content:encoded><![CDATA[<p>Thanks man! I had like five days trying to figure this out. The worst part is that I have had similar problems before (Multi-Threaded vs Multi-Threaded Debug), but I still don&#8217;t learn!</p>
<p>  Thank you again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting Up Apple&#8217;s Aluminum Keyboard on Windows 7 by qtdevil</title>
		<link>http://flightschool.acylt.com/devnotes/setting-up-apples-aluminum-keyboard-on-windows-7/comment-page-1/#comment-452</link>
		<dc:creator>qtdevil</dc:creator>
		<pubDate>Sun, 16 Jan 2011 16:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=431#comment-452</guid>
		<description>Hey thanks for this.

I would love to have the files for win7 32 bits.  If you can put the files somewhere such as mediafire or something and post it here.

Also just wondering why if the keyboard is already working, do we need to run bootcamp.msi?

qtdevil</description>
		<content:encoded><![CDATA[<p>Hey thanks for this.</p>
<p>I would love to have the files for win7 32 bits.  If you can put the files somewhere such as mediafire or something and post it here.</p>
<p>Also just wondering why if the keyboard is already working, do we need to run bootcamp.msi?</p>
<p>qtdevil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magick++, VS 2010 and Access violation writing location by Alberto</title>
		<link>http://flightschool.acylt.com/devnotes/the-nightmare-that-is-magick-and-vs-2010/comment-page-1/#comment-446</link>
		<dc:creator>Alberto</dc:creator>
		<pubDate>Fri, 14 Jan 2011 13:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=433#comment-446</guid>
		<description>Thank you for your post.

I also have the same issue trying to use Magick++ in 2 different enviroments:
ImageMagick-6.0.2-Q16 + Windows XP + Visual C++ 6.0
ImageMagick-6.6.7-Q16 + Windows 7 x64 + Visual C++ 6.0

In both cases I&#039;ve used the windows installer version to install ImageMagick. I&#039;ve added include and lib folders to Visual Studio. And I&#039;m using the &quot;Magick++_Demo&quot;.

I&#039;ve checked that all project options are that they should be.

But I still get the “Unhandled exception … in …exe Access violation writing location” message error when debugging for instance the button.exe example.

Do you have any advice to give me to try to fix this error?

Maybe, I would be useful if you could upload an example solution for Visual Studio using Magick++.

Thank you so much.</description>
		<content:encoded><![CDATA[<p>Thank you for your post.</p>
<p>I also have the same issue trying to use Magick++ in 2 different enviroments:<br />
ImageMagick-6.0.2-Q16 + Windows XP + Visual C++ 6.0<br />
ImageMagick-6.6.7-Q16 + Windows 7 x64 + Visual C++ 6.0</p>
<p>In both cases I&#8217;ve used the windows installer version to install ImageMagick. I&#8217;ve added include and lib folders to Visual Studio. And I&#8217;m using the &#8220;Magick++_Demo&#8221;.</p>
<p>I&#8217;ve checked that all project options are that they should be.</p>
<p>But I still get the “Unhandled exception … in …exe Access violation writing location” message error when debugging for instance the button.exe example.</p>
<p>Do you have any advice to give me to try to fix this error?</p>
<p>Maybe, I would be useful if you could upload an example solution for Visual Studio using Magick++.</p>
<p>Thank you so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Red5 Video Chat Example by daviddavis</title>
		<link>http://flightschool.acylt.com/devnotes/red5-video-chat-example/comment-page-1/#comment-439</link>
		<dc:creator>daviddavis</dc:creator>
		<pubDate>Sat, 08 Jan 2011 21:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=313#comment-439</guid>
		<description>Can you go into more detail please in this section just to add the folder locations of the files to create and if you create a new flash project...

Now that all of the server stuff is ready, create a new .fla file and in the properties inspector for the stage, go to Class and write whatever you want there. Since we’ve already named everything else Chatter we’ll stick with that. Flash will use the name of that class to look for .as files associated with it. Create a new file named “Chatter.as” (remember this name has to match whatever you named the class in Flash), and then put this actionscript in it:</description>
		<content:encoded><![CDATA[<p>Can you go into more detail please in this section just to add the folder locations of the files to create and if you create a new flash project&#8230;</p>
<p>Now that all of the server stuff is ready, create a new .fla file and in the properties inspector for the stage, go to Class and write whatever you want there. Since we’ve already named everything else Chatter we’ll stick with that. Flash will use the name of that class to look for .as files associated with it. Create a new file named “Chatter.as” (remember this name has to match whatever you named the class in Flash), and then put this actionscript in it:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript Functions, Scope, Call, Apply, and Gobblygook by Ace</title>
		<link>http://flightschool.acylt.com/devnotes/javascript-functions-scope-call-apply-and-gobblygook/comment-page-1/#comment-410</link>
		<dc:creator>Ace</dc:creator>
		<pubDate>Mon, 29 Nov 2010 18:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=363#comment-410</guid>
		<description>Sure, go for it!</description>
		<content:encoded><![CDATA[<p>Sure, go for it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Red5 Video Chat Example by martin</title>
		<link>http://flightschool.acylt.com/devnotes/red5-video-chat-example/comment-page-1/#comment-376</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Mon, 11 Oct 2010 14:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=313#comment-376</guid>
		<description>thanks a lot for posting this! I will have a go at it will let you know how it went... cheers, martin</description>
		<content:encoded><![CDATA[<p>thanks a lot for posting this! I will have a go at it will let you know how it went&#8230; cheers, martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WhatATool (Assignment 1B &amp; 2A) by Ace</title>
		<link>http://flightschool.acylt.com/iphone/whatatool/comment-page-1/#comment-366</link>
		<dc:creator>Ace</dc:creator>
		<pubDate>Wed, 15 Sep 2010 05:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=156#comment-366</guid>
		<description>That works but a dictionary is cleaner.  If you&#039;re avoiding dictionaries because they&#039;re new, I think you&#039;d be better off getting used to them and using them in the future instead of making it work with a switch.  A lot of good coding has to do with readability and how well people unfamiliar with what you&#039;ve written will be able to get around it (speaking of that I&#039;m looking through the code and realizing I should have put comments in for clarity.  I wrote it and put it up in a hurry).</description>
		<content:encoded><![CDATA[<p>That works but a dictionary is cleaner.  If you&#8217;re avoiding dictionaries because they&#8217;re new, I think you&#8217;d be better off getting used to them and using them in the future instead of making it work with a switch.  A lot of good coding has to do with readability and how well people unfamiliar with what you&#8217;ve written will be able to get around it (speaking of that I&#8217;m looking through the code and realizing I should have put comments in for clarity.  I wrote it and put it up in a hurry).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WhatATool (Assignment 1B &amp; 2A) by findmory</title>
		<link>http://flightschool.acylt.com/iphone/whatatool/comment-page-1/#comment-364</link>
		<dc:creator>findmory</dc:creator>
		<pubDate>Tue, 24 Aug 2010 23:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=156#comment-364</guid>
		<description>for the -name method i used a switch statement;


- (NSString *) name {
	NSString *shapeName = @&quot;triangle&quot;;
	
	switch (self.numberOfSides){
		case 3:
			shapeName = @&quot;triangle&quot;;
			break;
		
		case 4:
			shapeName = @&quot;quadrilateral&quot;;
			break;
etc
etc
             }
    return shapeName;
}


Do you know which is more efficient / the preferred way to code?

thanks much!</description>
		<content:encoded><![CDATA[<p>for the -name method i used a switch statement;</p>
<p>- (NSString *) name {<br />
	NSString *shapeName = @&#8221;triangle&#8221;;</p>
<p>	switch (self.numberOfSides){<br />
		case 3:<br />
			shapeName = @&#8221;triangle&#8221;;<br />
			break;</p>
<p>		case 4:<br />
			shapeName = @&#8221;quadrilateral&#8221;;<br />
			break;<br />
etc<br />
etc<br />
             }<br />
    return shapeName;<br />
}</p>
<p>Do you know which is more efficient / the preferred way to code?</p>
<p>thanks much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Beginning: Cloud Computing by Sebastian Huddle</title>
		<link>http://flightschool.acylt.com/futurizing/the-beginning-cloud-computing/comment-page-1/#comment-353</link>
		<dc:creator>Sebastian Huddle</dc:creator>
		<pubDate>Thu, 01 Jul 2010 22:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=163#comment-353</guid>
		<description>Hello admin , Why dont u put facebook badge on your blog? Because I want to add your fan page. Thank Regards Admin of redstair.org</description>
		<content:encoded><![CDATA[<p>Hello admin , Why dont u put facebook badge on your blog? Because I want to add your fan page. Thank Regards Admin of redstair.org</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Beginning: Cloud Computing by Madie Navo</title>
		<link>http://flightschool.acylt.com/futurizing/the-beginning-cloud-computing/comment-page-1/#comment-324</link>
		<dc:creator>Madie Navo</dc:creator>
		<pubDate>Mon, 28 Jun 2010 21:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=163#comment-324</guid>
		<description>Aw, this was a really quality post. In theory I&#039;d like to write like this too - taking time and real effort to make a good article... but what can I say... I procrastinate alot and never seem to get something done.</description>
		<content:encoded><![CDATA[<p>Aw, this was a really quality post. In theory I&#8217;d like to write like this too &#8211; taking time and real effort to make a good article&#8230; but what can I say&#8230; I procrastinate alot and never seem to get something done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Beginning: Cloud Computing by Krissy Persinger</title>
		<link>http://flightschool.acylt.com/futurizing/the-beginning-cloud-computing/comment-page-1/#comment-304</link>
		<dc:creator>Krissy Persinger</dc:creator>
		<pubDate>Tue, 22 Jun 2010 11:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=163#comment-304</guid>
		<description>It was very fun to read all your post dude.LOL Do you have twitter account ?, so I can follow you.  because i cant check your blog everytime</description>
		<content:encoded><![CDATA[<p>It was very fun to read all your post dude.LOL Do you have twitter account ?, so I can follow you.  because i cant check your blog everytime</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why something better than Facebook could save the world by sprzedam firme</title>
		<link>http://flightschool.acylt.com/futurizing/social-networks/comment-page-1/#comment-294</link>
		<dc:creator>sprzedam firme</dc:creator>
		<pubDate>Sun, 20 Jun 2010 21:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=174#comment-294</guid>
		<description>Great article I&#039;ve just added to my bookmark list.</description>
		<content:encoded><![CDATA[<p>Great article I&#8217;ve just added to my bookmark list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Beginning: Cloud Computing by Joe Theesfeld</title>
		<link>http://flightschool.acylt.com/futurizing/the-beginning-cloud-computing/comment-page-1/#comment-291</link>
		<dc:creator>Joe Theesfeld</dc:creator>
		<pubDate>Sat, 19 Jun 2010 20:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=163#comment-291</guid>
		<description>This post makes a lot of sense !</description>
		<content:encoded><![CDATA[<p>This post makes a lot of sense !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why something better than Facebook could save the world by Julie Kicker</title>
		<link>http://flightschool.acylt.com/futurizing/social-networks/comment-page-1/#comment-290</link>
		<dc:creator>Julie Kicker</dc:creator>
		<pubDate>Sat, 19 Jun 2010 16:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=174#comment-290</guid>
		<description>I randomly browse blogs on the web, and I find your article to be very informational. I&#039;ve already bookmark it on my browser, in order that I can view your weblog submit once more later. Additionally, I&#039;m questioning whether or not your blog is open for hyperlink change, as I really want to alternate hyperlinks with you. I do not normally do this, however I hope that we will have a mutual hyperlink exchange. Let me know and have an amazing day!</description>
		<content:encoded><![CDATA[<p>I randomly browse blogs on the web, and I find your article to be very informational. I&#8217;ve already bookmark it on my browser, in order that I can view your weblog submit once more later. Additionally, I&#8217;m questioning whether or not your blog is open for hyperlink change, as I really want to alternate hyperlinks with you. I do not normally do this, however I hope that we will have a mutual hyperlink exchange. Let me know and have an amazing day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WhatATool (Assignment 1B &amp; 2A) by Karmen Legge</title>
		<link>http://flightschool.acylt.com/iphone/whatatool/comment-page-1/#comment-289</link>
		<dc:creator>Karmen Legge</dc:creator>
		<pubDate>Sat, 19 Jun 2010 13:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=156#comment-289</guid>
		<description>Cool, have not been able to find the information I was looking for before now, thanks to the blog owners for this master piece work…</description>
		<content:encoded><![CDATA[<p>Cool, have not been able to find the information I was looking for before now, thanks to the blog owners for this master piece work…</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WhatATool (Assignment 1B &amp; 2A) by Loria Kobza</title>
		<link>http://flightschool.acylt.com/iphone/whatatool/comment-page-1/#comment-268</link>
		<dc:creator>Loria Kobza</dc:creator>
		<pubDate>Sun, 13 Jun 2010 14:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=156#comment-268</guid>
		<description>interesting blog. It would be great if you can provide more details about it. Thanks you</description>
		<content:encoded><![CDATA[<p>interesting blog. It would be great if you can provide more details about it. Thanks you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Beginning: Cloud Computing by marketvia broker</title>
		<link>http://flightschool.acylt.com/futurizing/the-beginning-cloud-computing/comment-page-1/#comment-149</link>
		<dc:creator>marketvia broker</dc:creator>
		<pubDate>Tue, 25 May 2010 06:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=163#comment-149</guid>
		<description>Well, Great article,i hope can know much information About it! ;-)</description>
		<content:encoded><![CDATA[<p>Well, Great article,i hope can know much information About it! <img src='http://flightschool.acylt.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WhatATool (Assignment 1B &amp; 2A) by Tajuana Garson</title>
		<link>http://flightschool.acylt.com/iphone/whatatool/comment-page-1/#comment-56</link>
		<dc:creator>Tajuana Garson</dc:creator>
		<pubDate>Thu, 22 Apr 2010 00:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://flightschool.acylt.com/?p=156#comment-56</guid>
		<description>RSS feed is not working in chrome, Kindly fix it.</description>
		<content:encoded><![CDATA[<p>RSS feed is not working in chrome, Kindly fix it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

